@charset"utf-8";
/* CSS Document */
img {
	border: 0;
}
/* Reset
----------------------------------------------------*/

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, ol, dl, dt, dd, ul, li, body, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}
img.middle {
	vertical-align: middle;
}



/*--- default */
body{
	background:#FFF;
	font-size:14px;
	line-height:2em;
	color:#333;
	font-family: メイリオ, meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Osaka, Verdana, helvetica, clean, sans-serif;
}
/* Link
----------------------------------------------------*/

a:link {
	color: #0084C4;
	text-decoration: none;
}
a:visited {
	color: #0E77B6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0CBDD1;
}
a:active {
	color: #0084C4;
}
/* flort,clear
----------------------------------------------------*/

.clear {
	clear: both;
}
/* img
---------------------------------------- */

.imgL {
	float: left;
	margin-right: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
}
/* text
---------------------------------------- */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
hr {
	border: none;
	border-top: dotted 1px #999999;
	height: 1px;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

/* wrapper
----------------------------------------------------*/
#all{width:950px;
height:100%;
margin:0 auto;}

/* header
----------------------------------------------------*/
#header {
	padding:0;
	margin:0 auto 10px auto;
	width:100%;
	height:160px;
	background-image:url(../img/common/bg.jpg);
	background-repeat:no-repeat;
}

#shop{
margin-right:0;
margin-top:10px;
float:right;
}
#header p{
	line-height:100%;
	font-size:12px;
	width:400px;
	text-align:right;
	float:right;
	margin-top:10px;}
	
#header ul#guidenavi{
	display:block;
	width:370px;
	float:right;
	font-size:12px;}
	
#header ul#guidenavi li {
	background:url(../img/common/s_link.gif) no-repeat;
	background-position:left 12px;
	float:right;
	padding:3px 5px 0 10px;
}

/*  ========================= general */
#header h1#logo{
	width:194px;
	margin-top:10px;
	margin-left:0;
	padding-left:0;
	z-index:0;
	height:84px;
	float:left;
}

#header h2#dplaza{
	margin:10px auto 0px 70px;
	height:100px;
	float:left;
	z-index:0;}
#header h2#dplaza_shop{
	margin:10px auto 0 20px;
	float:left;
	z-index:0;}

/*  ========================= logo */

#header_inner{width:950px;
position:relative;
margin:0 auto;}





/******************************** OPTION ********************************************/

#optionL {
	float: left;
	background: url(../img/common/side_bg_gray.gif);
	border: #CCC 1px solid;
	padding: 9px;
	width: 180px;
}
#optionL li a {
	background: url(../product/img/side_op_bg.gif) no-repeat;
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color:#333;
	display:block;
}
#optionL li a:hover {
	background: url(../product/img/side_op_bg_on.gif) no-repeat;
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	display:block;
}
#optionR {
	float: right;
	width: 730px;
	margin-bottom:30px;
}

#optionR img{margin-bottom:20px;}

#optionR h3{
	background:url(../product/img/h3_bg.gif) repeat-x;
color:#FFF;
line-height:30px;
padding:5px 10px;
font-weight:bold;
font-size:16px;
margin-bottom:20px;}

#optionR p{margin-top:10px; margin-bottom:10px;}


/* content
---------------------------------------- */
.mb20{margin-bottom:20px;}

strong {
	color: #06C;
	font-weight: bold;
	font-size: 1.2em;
}
.pagetop {
	margin:30px auto 0 auto;
	width: 950px;
	clear: both;
	text-align: right;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
}
.red{color:#C00;}

/* footer
---------------------------------------- */
#footer {
	color: #FFF;
	width: 100%;
	height: 44px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
}
