﻿@charset "utf-8";

/* base style
----------------------------------------------------------- */
html { overflow-y: scroll; }

body {
	color: #666;
	font-weight: normal;
	font-family:Verdana,SimSun,Arial"Myriad Pro","MS UI Gothic","Apple LiGothic",GulimChe,sans-serif;
	font-size: 12px;
/*	line-height: 1.6;	*/
	text-align: center;
}
	
#contents_area img {
	border: 0;
	vertical-align: bottom;
}

#contents_area table {
	border-collapse: collapse;
	border-spacing: 0;
}


div#wrap {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}



/* link style
----------------------------------------------------------- */
#contents_area a:link, #contents_area a:visited, #contents_area a:active {
	color: #666;
	text-decoration: underline;
}

#contents_area a:hover {
	color: #666;
	text-decoration: none;
}



/* header style
----------------------------------------------------------- */
div#header {
	margin: 0 0 15px 0;
}



/* contents_area style
----------------------------------------------------------- */
div#contents_area {
	width: 970px;
	margin: 10px 0 15px 0;
	overflow: hidden;
}

div#main {
	float: left;
	width: 665px;
	padding: 0;
}

div#side {
	float: right;
	width: 292px;
	padding: 0;
}




/* footer style
----------------------------------------------------------- */
div#footer {
	width: 970px;
}
