﻿@charset "utf-8";
/* CSS Document */

/*BOX-LEVEL1*/
body{
font-size:0.75em;
background-repeat:no-repeat;
background-position:top center;
}

#headArea{
width:100%;
min-height:130px;
background-image:url(/common/img/bg_headArea.png);
}
	#headContainer{
	width:1000px;
	height:130px;
	margin:0px auto;
	}
#mainArea{
width:100%;
background-image:url(/common/img/bg_mainArea.png);
background-repeat:repeat-x;
}
	#mainContainer{
	width:1000px;
	margin:0px auto;
	padding-top:15px;
	}
		#contentsBlock{
		padding-bottom:14px;
		border:#EEEEEE solid 1px;
		background-color:#FFFFFF;
		}
			/*共通左カラム*/
			#leftColumn{
			float:left;
			width:214px;
			}
			/*共通メインカラム*/
			#mainColumn{
			float:left;
			display:inline;
			width:784px;
			}
				/*共通メインカラム内上部カラム*/
				#mainTopColumn{
				width:784px;
				}
				/*topのみ使用*/
				#mainLeftColumn{
				float:left;
				width:570px;
				}
				/*topのみ使用*/
				#mainRightColumn{
				float:left;
				width:214px;
				}
				/*topのみ使用*/
				#mainBottomColumn{
				clear:both;
				width:784px;
				padding-top:10px;
				}
		/*共通全幅下カラム*/
		#bottomColumn{
		clear:both;
		width:998px;
		}

#bottomArea{
width:100%;
min-height:200px;
background-image:url(/common/img/bg_headArea.png);
}
	#bottomContainer{
	width:1000px;
	min-height:200px;
	margin:50px auto auto auto;
	position:relative;
	}

