
#allform{
color: #333333;
margin: 0px;
padding: 0px;
font-size: 12px;
background-image:url(../img_common/background_image.jpg);
background-repeat:repeat-x;	
line-height: 1.4em;
text-align:center;	
}

#allArea{
margin:0px auto 0px auto;		/* ←IE6とFirefox1.5のセンタリングはこの指定だけでOK。ただし、上記IE1.5用の記述があるとIE6とFirefox1.5も文字がセンタリングされるので、下記の左よせの記述は絶対に必要。*/
padding:0px;
width:600px;				/* ←左右にラインがあるため、実際は762pxになる。 */
height:100%;				/* ←高さ指定を内容の全体に100%でかける。 */
text-align:center;					/* ←IE5.x用に記述。センタリングされた文章を左よせに戻す。上記centerの記述があるときは絶対にこれも記述する。 */
background-color:#FFFFFF;
}

#allArea_line{
padding:0px;
width:600px;	
margin:0px;
border-left:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
/*最後にallArea_line領域に背景をひく */	
float:left;
background-color:#FFFFFF;
}


#contents {
	text-align: center;
}

#headmese {
	padding: 3px 3px 3px 5px;
	font-size:10px;
	text-indent:5px;
	text-align:left;	
}

#head {
	width: 595px;
	margin: 0px;
	padding-right: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#main {
	width: 540px;
	text-align: left;
	margin-bottom:20px;
	margin-top:15px;}


#footer {
	padding: 2px 5px;
	background-image: url(../img_common/footer_bk.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size:10px;
}
a.footerlink:link,a.footerlink:visited {
	color: #333333;
}
a.footerlink:hover,a.footerlink:active {
	color: #0033CC;
}

.clear{
clear: both;
}

a:link,a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover,a:active {
	color: #D12A4A;
	text-decoration: none;
}

h3 {
	background-image: url(../img_common/h3_back.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 23px;
	font-size: 13px;
	font-weight: bold;
	background-position: 0px 4px;
	margin:0 0 10px 0;
	font-weight:normal;
}


h2 {
	background-image: url(../img_common/point_title.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 4px 15px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-position: 0px 5px;
	margin:10px 0 15px 0;
}




