@import "common.css";
/*--------------------------------------------------------
This file is 大塚チャーミング official site for Style Sheets.
URL: http://www.o-lnd.com/
Version:1.0
Author:works co ltd.
copyright (c) 2010 http://www.o-lnd.com/ all right reserved.
---------------------------------------------------------*/
body {
	color:#FFF;
	font-size:14px;
	background:url(../images/index_back.jpg) repeat left top;
}

.wrap {
	width:100%;
	background:url(../images/index_top.png) repeat-x left top;
}

* html .wrap {
	width:100%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='images/index_top.png');
}

h1 {
	width:820px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:24px;
	color:#666666;
}

#flash {
	width:820px;
	margin:0 auto;
}

#desc {
	width:100%;
	text-align:center;
	line-height:30px;
	height:30px;
	background:url(../images/index_line.gif) repeat-x left top;
}

#enter {
	width:544px;
	height:90px;
	padding:15px 0 5px 0;
	background:url(../images/mark.png) no-repeat center center;
	margin:0 auto;
}

* html #enter {
	padding-top:0;
	height:105px;
	background:none;
	margin:15px auto 5px auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='noscale',src='images/mark2.png');
}
* html #enter li img {
	position:relative;
}
#enter li {
	float:left;
	padding:0 31px;
}

#link {
	text-align: center;
	clear: both;
	width:600px;
	margin:0 auto;
	padding-top:20px;
	margin-bottom: 5px;
}

#link li {
	display: inline;
	margin-left: 20px;
}

#footer {
	text-align:center;
	clear:both;
}
* html .wrap {
	background:none;
}
#ie6fake {
	width:100%;
	height:309px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='images/index_top.png');
}

#inner {
	position:relative;
	z-index:5;
}

table {
	margin:10px auto;
}

#banner {
	background:#df8fab url(../images/index_line.gif) repeat-x left top;
	width:480px;
	padding:20px;
	padding-top:0;
	padding-bottom:10px;
	margin:0 auto;
	border:solid 1px #d56b90;
	margin-top:50px;
}

#banner h2 {
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
#banner dl {
	width:640px;
	overflow:auto;
	padding:10px 0;
}
#banner dt {
	width:90px;
	float:left;
	clear:both;
	padding:3px 5px;
	margin-bottom:2px;
	background:#d56b90;
}
#banner dd {
	width:360px;
	padding:3px 10px;
	float:left;
	margin-bottom:2px;
}
#banner li {
	font-size:10px;
	line-height:1.2;
	padding-bottom:5px;
}
#banner li img {
	display:block;
}
