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

@import url("reset.css");

body {
	background: url(../images/haikei.jpg) repeat-x;
	padding: 9px 0 50px;
}

#wrapper {
	background-color: #ffffff;
	border: solid 1px #999999;
	margin: 0 auto;
	width: 800px;
}

*html #wrapper {
	text-align: left;
}


/*------------------------

header

------------------------*/

#header #copy_header {
	/*background: url(../images/head_01.jpg) no-repeat;*/
	display: block;
	font-size: 11px;
	line-height: 1.2em;
	height: 18px;
	width: 769px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 31px;
}

#header #logo_header {
	float: left;
}

#header .login_area {
	float: right;
	padding-right: 38px;
}

#header #cntct_header {
	float: left;
}

#header #navi_header {
	padding: 0 31px 0 20px;
	width: 430px;
}

#header #navi_header li {
	background: url(../images/menu_sankaku01.jpg) no-repeat 0 4px;
	float: left;
	font-size: 11px;
	padding: 0 7px 0 13px;
}

#header #toHome_header {
	float: right;
}

/*------------------------

navigation

------------------------*/

#navi {
	padding-left: 31px;
}

#navi li {
	float: left;
}

/*------------------------

contents

------------------------*/

#contents {
	margin: 23px 0 0 31px;
}

#contents h1 {
	margin-bottom: 22px;
}


/*------------------------
main contents
------------------------*/

#contents #main_contents {
	float: left;
	width: 521px;
}

#main_contents .h2_main {
	margin-bottom: 5px;
}

#main_contents #bg_boxMain_top {
	background: url(../images/index/pubg_top.gif) no-repeat;
	height: 6px;
}

#main_contents #bg_boxMain_body {
	background-color: #FFDED7;
	width: 510px;
}

#main_contents #bg_boxMain_body img {
	float: left;
	margin: 2px 0 0 7px;
}

#main_contents #bg_boxMain_btm {
	background: url(../images/index/pubg_btm.gif) no-repeat;
	height: 6px;
	margin-bottom: 10px;
}


#main_contents .h3_main {
	background-color: #002D87;
	clear: both;
	color: #ffffff;
	font-size: 14px;
	height: 22px;
	margin: 17px 0 6px 0;
	padding:1px 0 0 17px;
	width: 493px;
}

#main_contents .info_purchase {
	margin: 0 8px;
}

#main_contents .dtl_product {
	float: left;
	border: solid 1px #999999;
	/*height: 380px;*/
	height: 360px;
	margin: 0 6px 20px 0;
	width: 164px;
}

#main_contents .dtl_product .imgover {
	margin-top: 7px;
}

#main_contents .info_product {
	display: block;
	height: 70px;
}

#main_contents .dtl_product h4, #main_contents .dtl_product p, #main_contents .dtl_product .btn_purchase {
	line-height: 1.2em;
	margin-bottom: 10px;
}

#main_contents .h4_product a {
	text-decoration: underline;
}

#main_contents .h4_product a:hover {
	color: #008DC6
}

#main_contents .name_product {
	color: #002D87;
	font-size: 13px;
}

#main_contents .name_product a {
	color: #002D87;
	font-size: 14px;
	line-height: 1.5em;
}

#main_contents .dtl_product .price {
	color: #FF0000;
}

/*#main_contents #news {
	height: 180px;
	overflow: auto;
	width: 495px;
}

#main_contents table {
	background-color: #FFFFFF;
	color: #002D87;
}

#main_contents #news th, #main_contents #news td {
	padding: 10px 0 10px 65px;
}

#main_contents #news th, #main_contents #news td {
	/border-bottom: dotted 1px #999999;
}

#main_contents #news tr {
	border-bottom: dotted 1px #999999;
	vertical-align: top;
}

#main_contents #news th {
	float: left;
	padding-left: 10px;
	width: 80px;
}

#main_contents #news .bus {
	background: url(../images/index/ico_business.gif) no-repeat 0px 14px;
}

#main_contents #news .med {
	background: url(../images/index/ico_media.gif) no-repeat 0px 14px;
}

#main_contents #news .pro {
	background: url(../images/index/ico_product.gif) no-repeat 0px 14px;
}

#main_contents #news a {
	color: #002D87;
	text-decoration: underline;
}

#main_contents #news a:hover {
	color: #008DC6
}

#main_contents #news .eyecatch {
	color: #FF3366;
}*/


/*2010/07/26add*/
#main_contents .product_guide {
	float: left;
	width: 163px;
	margin: 20px 9px 20px 0;
}

#main_contents .product_guide_in {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
	padding: 4px;
}

#main_contents .bg_pg_top {
	background: url(../images/index/titlebg_top2.gif) no-repeat;
	font-size: 0px;
	height: 6px;
}

#main_contents .bg_boxSide_btm {
	background: url(../images/index/titlebg_btm2.gif) no-repeat;
	height: 6px;
	margin-bottom: 18px;
}

#main_contents .img_box {
	float: right;
}

#main_contents .article_box {
	padding-top: 5px;
}

#main_contents .article_box img, #main_contents .article_box p {
	padding-bottom: 5px;
}

#main_contents .more {
	margin-left: 5px;
}

#main_contents .more li {
	background: url(../images/index/ico_link.gif) no-repeat 0 3px;
	padding-left: 20px;
}

#main_contents .more a {
	color: #D64B50;
	font-weight: bold;
	text-decoration: underline;
}

#main_contents .more a:hover {
	color: #66AAFF;
}


/*2010/07/26add_end*/

/*------------------------
sidebar
------------------------*/

#contents #sidebar {
	display: inline;
	float: right;
	margin-right: 30px;
	width: 217px;
}

#sidebar .h2_sidebar {
	margin-bottom: 6px;
}

#sidebar .cont_sidebar {
	padding-bottom: 25px;
}

#sidebar #img_face {
	float: right;
}

#sidebar .dtl_sidebar {
	padding: 0 5px 5px;
}

#sidebar .more {
	margin-left: 5px;
}

#sidebar .more li {
	background: url(../images/index/ico_link.gif) no-repeat 0 3px;
	padding-left: 20px;
}

#sidebar .more a {
	color: #D64B50;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar .more a:hover {
	color: #66AAFF;
}

#sidebar #cont_faq {
	height: 200px;
	margin-bottom: 15px;
	overflow: auto;
}

#sidebar #cont_faq tr {
	border-bottom: dotted 1px #999999;
}

#sidebar #cont_faq th {
	padding: 5px 0 0 3px;
	vertical-align: top;
	width: 30px;
}

#sidebar #cont_faq td {
	padding-bottom: 5px;
}

#sidebar #cont_faq th, #sidebar #cont_faq td {
	/border-bottom: dotted 1px #999999;
}

#sidebar .banner {
	margin-bottom: 18px;
}

#sidebar #wmp {
	color: #008DC6
}

#sidebar .bg_boxSide_top {
	background: url(../images/index/titlebg_top.gif) no-repeat;
	font-size: 0px;
	height: 6px;
}

#sidebar .bg_boxSide_body {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
	padding: 4px;
}

#sidebar .bg_boxSide_btm {
	background: url(../images/index/titlebg_btm.gif) no-repeat;
	height: 6px;
	margin-bottom: 18px;
}

#sidebar .img_box {
	float: right;
}

#sidebar .article_box img, #sidebar .article_box p {
	padding-bottom: 5px;
}

/*2010/07/26add*/
#sidebar #cont_cal {
	border: solid 1px #999999;
	padding: 10px 6px;
}
#sidebar #cont_cal p.p_center {
	text-align: center;
}
#sidebar #cont_cal p.icon {
	background-image: url(../images/index/ico_cal.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 19px;
}
#sidebar #calArea {
	float:left;
	/*padding: 2px 2px 2px 2px*/
}
#sidebar #calArea td {
	text-align: center;
	width:31px;
	border: solid 1px #999999;
}
#sidebar #calArea #prev:hover, #sidebar #calArea #next:hover{
	color:orange;
	cursor: pointer;
}
#sidebar #calArea table {
	border-collapse: separate;;
	border-spacing: 1px;
}


/*2010/07/26add_end*/
/*------------------------

footer

------------------------*/

#contents #footer {
	clear: both;
	font-size: 10px;
}

#footer #img_pageTop {
	float: right;
	margin: 90px 31px 0 0;
}

#footer #info_footer {
	/*width: 521px;*/
	width: 525px;
}

#footer p {
	margin-bottom: 20px;
}

#footer #menu_footer li {
	background:url(../images/menu_sankaku01.jpg) no-repeat 0 2px;
	float: left;
	padding-left: 15px;
	margin-right: 5px;
}

#wrapper #copyright {
	background-color: #002D87;
	color: #ffffff;
	font-size: 10px;
	padding: 3px 31px 3px;
}

#copyright p {
	float: left;
	width: 351px;
}

#copyright #cr_j {
	padding-right: 36px;

