/* 全体の文字 */
* {
	margin:0px;
	padding:0px;
}

body{
	text-align: center;
	background-image:url(img/bg_under.gif);
}

/* 外枠 */
#container {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 762px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
	
/* ロゴバナー */
#banner {
	text-align: left;
	padding:3px;
	background-color: #000000;
}
	
/* 上部グローバルナビゲーション */
#menu {
	height:20px;
	background-color: #E4E4E4;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#sentaku {
	padding:2px;
	float: left;
	text-align: left;
	width: 310px;
	height: 90%;
	background-color: #ffff99;
}

/* 商品ﾌｫｰﾑ */
#center01 {
	padding: 5px;
	float: left;
	text-align: left;
	width: 270px;
	height: 90%;
	background-color: #ffff99;
}
	
/* 商品詳細説明 */
#center02 {
	padding: 5px;
	float: left;
	text-align: left;
	width: 220px;
}

.h3 {
	color: #B22222;
	font-size: 85%;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #B22222;
}

/* 商品詳細説明下部 */
#center03 {
	padding: 5px;
	float: left;
	text-align: left;
	height: 90%;
}

/* メインエリア */	
#center {
	float: left;
	text-align: left;
	width: 550px;
	height: 90%;
}
	
.content {
	background-color: #FFFFFF;
	color: #000000;
}
	
.content h2 {
	color: #B22222;
	font-size: 85%;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:2px;
	border-bottom: 1px dashed #B22222;
}

.content p {
	font-size:80%;
	margin:2px;
	margin-left:3px;
	margin-top:2px;
	margin-bottom:5px;
	line-height:1.5em;
}
.content li{
	color: #333333;
	list-style-image: url(img/li_03.gif);
	font-size:80%;
	text-align: left;
	padding:3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.4em;
	border:1px solid #cccccc;
}

div#left {
	float: left;
	width: 200px;
	background-image:url(img/bg_under.gif);
}
	
.side{
}

.side h2 {
	font-size: 80%;
	padding:1px;
	text-align: left;
	height:24px;
}

.side h2 a {
	color: #181852;
	font-weight: normal;
	padding-left: 17px;
	padding-top: 5px;
	background-image:url(img/bg-2.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	display:block;
	width:100%;
	height:27px;
}

.side h2 a:hover {
	background-image:url(img/bg-3.gif);
	background-repeat:no-repeat;
}

.side h3 {
	text-align: left;
	margin:2px;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 75%;
	height: 20px;
	text-decoration: none;
}

.side h3 a {
	color: #000099;
	font-weight: normal;
	padding-left:22px;
	padding-top: 5px;
	height:20px;
	width: 170px;
	text-decoration: none;
	background-image:url(img/list-h3.gif);
	background-repeat:no-repeat;
}

.side h3 a:hover {
	background-image:url(img/list-h3-1.gif);
	background-repeat:no-repeat;
}

.side ul{
	padding-bottom: 7px;
	padding-left: 15px;
}

.side li{
	color: #333333;
	list-style-image: url(img/li_03.gif);
	font-size:80%;
	text-align: left;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:2px;
}
.side li A{
	color: #333333;
	list-style-image: url(img/li_03.gif);
	text-align: left;
	margin-top:5px;
	margin-bottom:2px;
}

.side li A:hover{
	color: #ff0000;
	list-style-image: url(img/li_03.gif);
	text-align: left;
	margin-top:5px;
	margin-bottom:2px;
}

#accordion {
	font-size:90%;
}

#accordion p {
	margin:0px;
	padding:0px;
}

#accordion p.topMargin {
	margin-top:10px;
}

#accordion img {
	cursor:pointer;
}

#accordion p.color img {
	 border:1px solid gray;
}

#accordion p.colorTitle {
	font-size:70%;
}

#fuda {
	font-size: 75%;
    color: #CCCCCC;
	padding: 3px;
	width: 750px;
	background-color: #666666;
	height:20px;
	float: bottom;
}


/* 大見出し */
H1 {
    color: #ffffff;
	padding: 25px;
	font-size: 125%;
	width: 550px;
	height: 70px;
	background-image:url(img/banner-h1.jpg);
	background-repeat: no-repeat
}


a.image:hover{ 
	border:0px;
	text-decoration:none;
}

#sclool{
	height:100px;
	width:500px;
	overflow-y:scroll;
}

#step1{
	font-size:80%;
	color:black;
	background-image:url(../img/step1.gif);
	background-repeat:no-repeat;
	padding:4px 4px 4px 160px;
	margin:0;
	margin-top:0px;
	border:1px solid darkseagreen;
	border-left:0px;
}

p{
	padding:10px;
	margin:0px;
	font-size:80%;
	line-height:1.5em;
}
p.small{
	font-size:70%;
	margin:3px;
}
.here{
	background-image: url(../img/anime_o.gif);
	
}
p.kousin{
	
	padding:0px 0px 0px 10px;
	margin-left:4px;
}

/* リストの画像 */

.flt{
	width:300px;
	float:left;
}

.fltcl{
	clear:both;
}

/* add start 05.05.01 */
dl{
	font-size:95%;
	margin:0px 0px 0px 0px;
	color:black;
	width:100%;
}
dt{
	font-weight: bold;
	margin:0px 0px 0px 5px;
}
dd{
	margin:0px 0px 5px 0px;
	padding:0px 5px 3px 0px;
	text-align:right;
	border-bottom:1px dotted #999999;

}
p.syouhin{
	color:black;
	width:280px;
	font-size:90%;
	margin:0px 0px 0px 0px;
	line-height:1.2em;
}
form {
	margin: 0px;
	font-size:80%;
}
img {margin: 0px;}
.flt2{
	float:left;
}
.boxsyouhin{
	width:177px;
	margin:3px;
	padding:3px;
	background-color:#FFFFCC;
	float:left;
	border:1px solid #cccccc;
}
img.syouhin {
	border:1px solid dark;
}

.box {
	background-color:#dcdcdc;
	padding:3px 5px;
	border:1px solid gray;
	font-weight:bold;
	cursor:pointer;
}

.colorBox {
	cursor:pointer;
}

.space {
	width:2px;
}

.infoRed {
	font-size:90%;
	color:red;
}

.selectData {
	font-size:110%;
	font-weight:bold;
}

.hide {
	display:none;
}

.cursor {
	cursor:pointer;
}

