@charset "shift_jis";
body {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px;
	font: 90%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #f5f5f5 url(../images/bg.gif);
	text-align: center;
}
a {
	color: #BB07BB;
	font-size: 110%;
	font-weight: bold;
}
a:hover {
	color: #1233FE;
}

ol li{
	list-style-type: decimal;
	color: #BB07BB;
	font-size: 110%;
	font-weight: bold;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}
img {
	border: none;
}

.look {
	border-bottom: 1px dotted #19BDFA;
	font-size: 120%;
	font-weight: bold;
	color: #19BDFA;
	background: #ffffff;
	line-height: 30px;
}

.set {
	border-bottom: 1px dotted #ff3300;
	font-size: 120%;
	font-weight: bold;
	color: #ff9933;
	background: #ffffff;
	line-height: 30px;
}

.red {
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
	line-height: 30px;
}

.purple {
	font-size: 100%;
	color: #BB07BB;
	line-height: 26px;
}

.braun {
	font-size: 100%;
	color: #D17202;
	line-height: 26px;
}

.blue {
	font-size: 100%;
	color: #0303B2;
	line-height: 26px;
}

.green {
	font-size: 100%;
	color: #126103;
	line-height: 26px;
}

.orange {
	font-size: 100%;
	color: #F39003;
	line-height: 26px;
}

.kakaku {
	border: 1px dotted #ff3300;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	background: #ff9933;
	line-height: 30px;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(../images/container_bg_01.jpg) no-repeat left top;
	height: 249px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 200px;
	padding-right: 20px;
}
#header img {
	position: absolute;
	left: 50px;
	top: 50px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(../images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(../images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px;
}

#main #new p {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #ffffff;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #5d87f2;
	text-decoration: none;
	background: #FFFFFF url(../images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #5D87F2 url(../images/menu_bgn.jpg) no-repeat left bottom;
	color: #5d87f2;
}

/*フッター
------------------------------------------------------------------*/
#footer_link {
	clear: both;
	background: url(../images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	width: 100%;
	height: 60px;
	padding-top: 60px;
	margin-bottom: 10px;
}

/*フッター_c
------------------------------------------------------------------*/
#footer_c {
	clear: both;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#footer_c a {
	color: #5e5e5e;
	font-size: 11px;
}


/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
