@charset "euc-jp";
/* CSS Document */
/* ******************************
 *
 * Since:    2012-7-27
 * Modified: 2011-7-27
 * Editor:   hara@DiiV
 *
 * temp-sys ver1.01
 * Information: CSS for all
 *
 * ******************************
 */
body{
	background: #FFFFFF;
	color:#666A72;
	font-family:"�ᥤ�ꥪ", "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.5em;
	letter-spacing: 0em;
}

a:link,
a:visited{
	color: #666A72;
	text-decoration: none;
}
a:hover,
a:active{
	color: #FF2E53;
	text-decoration: none;
}

.column_left,
.inner_left{
	float: left;
}
.column_center,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

#wrapper{
	width: 950px;
	margin: 0  auto;
}

#contents{
	margin-bottom: 20px;
}

#main_contents{
	width: 790px;
	float: right;
}

#sub_contents{
	width: 150px;
	float: left;
}

#container{
	width: 780px;
}


