@charset "iso-8859-1";

.clear {
	clear: both;
}

body {
	padding: 0px;
	margin: 0px;
	background-position: top center;
	text-align: center;
}

#Template_Wrapper_Sp {
	background-image:url(../img_struct/bgBody_splash.jpg);
	background-repeat: repeat-x;
}

#Template_Body_Sp {
	width: 980px;
	margin: 0px auto;
	background-image:url(../img_struct/bg_splashpage.jpg);
	background-repeat: no-repeat;
	padding-top: 300px;
}

#Template_Top_Line {
	text-align: center;
	background-image:url(../img_struct/BgBodyTopLine.jpg);
	height: 153px;
}


#Template_Top_Mountain {
	text-align: center;
	background-image:url(../img_struct/BgBodyTopMountain.jpg);
	height: 153px;
	width: 980px;
	margin: 0 auto;
}


#Template_Body {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	margin-bottom:10px;
}

#Template_Col_Left {
 	width: 340px;
	float: left;
	line-height: 1.5em;
}
 
 #Template_Col_Right {
 	width: 550px;
	float: left;
	margin-left:50px;
	line-height: 1.5em;
 }
