h1,h2,h3,h4,h5,h6,p,div,span,ul,li,hr,span,form,input{
	padding:0;
	margin:0;
}
body{
	font-family: "Meiryo","Gothic","MS UI Gothic","Hiragino Kaku Gothic Pro","Osaka";
	background-color:#F3F3F3;
	padding:0;
	margin:0;
	color:#333333;
}
	
a:link    {text-decoration: none; color:#006699;}
a:visited {text-decoration: none; color:#006699;}
a:hover   {text-decoration: underline; color:#006699;}
	
.menu{
	font-size: 80%;
	font-weight: bold;
	line-height:150%;
	background-image:url('./common/arrow01.gif');
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding:0 6px 7px 23px;
}
h1{
	font-size: 120%;
	font-weight: bold;
	color:#ffffff;
	line-height:150%;
	padding:2px 10px 0 10px;
	margin:0;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	color:#000000;
	padding:10px 10px 7px 10px;
	margin:0;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
	color:#333333;
	padding:10px 10px 7px 10px;
	margin:0;
}
.font12 {font-size: 80%; line-height: 150%;}
.font14 {font-size: 90%; line-height: 150%;}
.font16 {font-size: 100%; font-weight: bold; line-height: 150%;}
.font18 {font-size: 110%; font-weight: bold; line-height: 150%;}
hr{ 
	clear: both;
	display: block;
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0;
	padding:0;
	margin:0;
}
.textarea{
	border:1px solid #CACACA;
	font-size:14px;color:#333333;
	font-weight: bold;
	background-color:#F1F1F1;
	height:24px;
	margin:5px 2px 0 0;
}
.ca {
	font-size: 80%;
	line-height: 140%;
	color:#666666;
}
.ca img {
	border:1px solid #999;
	margin:1.6em 0px 5px 0px;
}