@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
	width: 760px;
	/* background-color: #eeffff; */
}

a:link {
	color:#0000ff;
	text-decoration:none;

}

a:visited {
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}
#heder {
	width: 760px;
	height: 80px;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
	border-bottom: 1px solid #cccccc;
	background-color: #0e00b0;
	color:#ffffff;
}



/* ------------------------ナビ--------------------------- */

#navi {
	width:760px;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #cccccc;
	height:20px;
}
#navi li{
	float: left;
	margin: 0px 0px 0px 2px;
}

#navi .btn a{
	width: 140px;
	background-color: #eeffff;
	float: left;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height:18px;
	text-decoration:none;
}

#navi .btn a:link {
	color:#000000;
	text-decoration:none;

}

#navi .btn a:visited {
	color:#000000;
	text-decoration:none;

}
#navi .btn a:hover {
	display: block;
	color:#000000;
	background-color: #ccffff;
	text-decoration:none;
}


#guide {
	clear:both;
	width: 750px;
	margin:10px 0 10px 10px;
	font-size: 12px;
}




/* ------------------------メインコンテンツ--------------------------- */

#main {
	width: 590px;
	margin: 0px 0px 20px 0px;
	float: left;
}

#main .order{
	margin: 10px 0px 0px 10px;
}

#main .item{
	width: 570px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

#main .item img{
	border: 0px;
	float: left;
	padding: 0px 5px 0px 0px;
}

#main .title {
	margin: 10px 10px 10px 10px;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#main .item tr {
	padding: 0px 0px 5px 0px;
}

#main .order{
	margin: 10px 0px 20px 10px;
	font-size: 12px;
}

#main .price{
	font-size: 12px;
}

#main .rev{
	width: 570px;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
}

#main .revi {
	width: 80px;
	float: left;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	text-align:center;
}

#main .line {
	border-bottom: 1px dotted #000000;
	margin: 20px 10px 20px 10px;
}

#main .meisui {
	width: 570px;
	margin: 0px 10px 0px 10px;
	font-size: 12px;
}

#main .meisui-t {
	width: 570px;
	margin: 0px 10px 10px 10px;
	font-size: 12px;
}

#main .meisui td{
	height: 20px;
	line-height: 20px;
}

#main .meisui-l{
	width: 570px;
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	text-align:right;
}






/* ------------------------メニュー--------------------------- */

#right {
	font-size: 12px;
	width: 170px;
	float: left;
	margin: 10px 0px 20px 0px;
}

#right .select {
	background-color: #6090ef;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #ffffff;
}

#right a {
	width: 170px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	display: block;
	background-color: #6090ef;
	text-indent: 10px;
	border-bottom: 1px solid #ffffff;
}

#right a:hover {
	background-color: #0e00b0;
	border-bottom: 1px solid #ffffff;
}

#right .sub a{
	text-indent: 20px;
}

#right .sel {
	text-indent: 20px;
	background-color: #0e00b0;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
}

/* ------------------------フッター--------------------------- */

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	border-top: 1px solid #cccccc;
	/* margin: 10px 0px 0px 0px; */

}

#footer .text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}


