@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2008.06.28)

	- default setting
	- body setting
	- link setting
	- clearfix

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

hr {
	display: none;
}

html {
	overflow-y: scroll;
}

input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

.navimargin10 li {
	margin: 0 0 10px 0;
	padding: 0;
}


/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	background: #ffffff url(../img/cmn_bg01.jpg) center top repeat;
	color: #333333;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}

#wrapper {
	background:url(../img/cmn_bg03.png) left top repeat-y;
	width:972px;
	margin:0 auto;
}

*html #wrapper { behavior: expression(IEPNGFIX.fix(this)); }

#contents {
/*	background:url(../img/cmn_bg02.jpg) left top repeat-y;*/
	width:910px;
	margin:0 auto;
	padding:0 25px;
}

#contents h1 {
	margin-bottom:15px;
}

#contents h2 {
	margin-bottom:10px;
}

#contents h3 {
	margin-bottom:10px;
}

#contents #contents_l {
	float:left;
	width:627px;
}

/* hyou */
#contents #contents_l table.hyou {
	border-collapse:collapse;
}

#contents #contents_l table.hyou th {
	vertical-align:top;
	background:#f8f8f8;
	padding:7px 9px;
	border:1px solid #eeeeee;
}

#contents #contents_l table.hyou td {
	vertical-align:top;
	background:#ffffff;
	border:1px solid #eeeeee;
	padding:7px 9px;
}

/* lead */
#contents #contents_l p.lead {
	margin-bottom:25px;
}

/* page */
#contents #contents_l .page {
	text-align:center;
}

#contents #contents_l .page ul {
	display:inline;
	background:url(../img/cmn_line_link.gif) left top no-repeat;
	padding-left:10px;
}

#contents #contents_l .np ul {
	background:none;
	padding-left:0;
}

#contents #contents_l .page li {
	display:inline;
	margin-right:7px;
}

#contents #contents_l .page li a ,#contents #contents_l .page li span {
	background:url(../img/cmn_line_link.gif) right top no-repeat;
	padding-right:10px;
}

#contents #contents_l .page li .link_next {
	background:none right top no-repeat;
	padding-right:10px;
}

*:first-child+html #contents #contents_l .page li {/* IE7 */
	margin-right:10px;
}

*:first-child+html #contents #contents_l .page li a {/* IE7 */
	padding-right:7px;
}

*:first-child+html #contents #contents_l .page li span {/* IE7 */
	padding-right:7px;
}

#contents #contents_r {
	float:right;
	width:253px;
}

#contents #contents_r #snav {
	width:243px;
	padding:4px 5px 0;
	margin-bottom:15px;
}

#contents #contents_r #check {
	margin-bottom:7px;
}

#contents #contents_r #other {
	width:243px;
	padding:10px 5px 0;
}

#contents #contents_r #other li {
	margin-bottom:5px;
}

#contents #contents_r #category {
	width:243px;
	padding:11px 5px 20px;
}

#contents #contents_r #category h3 {
	margin-bottom:0;
}

#contents #contents_r #category li {
	background: url(../img/cmn_arw01.gif) no-repeat left top;
	padding:0 0 5px 15px;
	margin-top:5px;
	border-bottom:1px solid #f1e3cc;
}


#user_voice_category li {
padding: 10px 0px 10px 40px;
margin-top: 5px;
border-bottom: 1px solid #f1e3cc; list-style: none;
}



#contents #contents_r #fb {
	width: 213px;
	border: #f4ede1 solid 3px;
	margin: 0 auto 15px;
	padding: 15px;
}

#contents #contents_r #fb dt {
	padding-bottom: 10px;
}

#contents #contents_r #fb dt img {
	float: left;
	padding-right: 10px;
	display: inline;
}
#contents #contents_r #fb dt span {
	color: #865000;
	font-weight: bold;
}
#contents #contents_r #fb dd {
	clear: both;
	background: url(../price/img/cmn_bg01.gif) repeat-x left top;
	padding-top: 15px;
}


/*----------------------------------------
	header
-----------------------------------------*/
#header {
	width:960px;
	height:90px;
	margin:0 auto;
}

#header p.logo {
	float:left;
	width:270px;
}

#header .header_description {
    margin-top: 35px;
    float: left;
    margin-left: 50px;
}

#header .header_description h1{
	font-size: 110%;
	color: #996600;
}

#header .header_description p{
	font-size: 110%;
	color: #996600;
}

#header .header_company {
	float: right;
	width:100px;
	margin-top:45px;
}

#nav {
	width:960px;
	margin:0 auto;
	height:40px;
}

#nav li{
	float: left;
}
#nav img {
	float: left;
	padding:0 4px 0 0;
}

#nav img.order_button {
	padding:0;
}

#nav a:hover img {
	opacity:0.8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}


/*----------------------------------------
	header


#header {
	background:url(../img/cmn_head_bg.png) left bottom no-repeat;
	width:960px;
	height:78px;
	margin:0 auto;
	padding:23px 6px 0;
}

* html #header { behavior: expression(IEPNGFIX.fix(this)); }

* html #header {
	background:url(../img/cmn_head_bg.jpg) left bottom no-repeat;
}

#header p#logo {
	float:left;
	width:184px;
}

#header #nav {
	position:relative;
	float:right;
	width:769px;
	height:52px;
	padding-top:26px;
}

#header #nav ul {
	float:left;
}

#header #nav ul li {
	float:left;
}

#header #nav p#nav07 {
	width:67px;
	height:67px;
	position:absolute;
	left:394px;
	top:-22px;
	z-index:1;
}
-----------------------------------------*/

/*----------------------------------------
	footer
-----------------------------------------*/

#footer {
	background:url(../img/cmn_foot_bg.png) left top no-repeat;
	text-align:center;
	width:950px;
	margin:0 auto;
	padding:15px 0 30px;
}

* html #footer { behavior: expression(IEPNGFIX.fix(this)); }

* html #footer {
	background:url(../img/cmn_foot_bg.jpg) left top no-repeat;
}

#footer ul {
	margin-bottom:10px;
}

#footer ul li {
	background:url(../img/cmn_line_link.gif) right top no-repeat;
	display:inline;
	padding:0 14px;
}

#footer ul li#bg_no {
	background:none;
}

#footer ul li a:link,
#footer ul li a:visited {
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: underline;
}

/*----------------------------------------
	pankuzu
-----------------------------------------*/
#pankuzu {
	width:910px;
	margin-bottom:18px;
	padding-top: 10px;
}
#pankuzu ul li{
	display:inline
}
#pankuzu ul li a{
	background:url(../img/cmn_pkz.gif) right no-repeat;
	padding-right:15px;
}


/*----------------------------------------
	pagetop
-----------------------------------------*/
#pagetop {
	text-align:right;
	clear:both;
	width:910px;
	padding:20px 0 15px;
}


/*----------------------------------------
	tw
-----------------------------------------*/
#tw {
	width:254px;
}

#tw #twarea {
	background: url(../img/cmn_twt_bg.png) left top repeat-y;
	padding-left:3px;
}

*html #tw #twarea { behavior: expression(IEPNGFIX.fix(this)); }

#tw #twbtm {
	background: url(../img/cmn_twt_btm.png) left top no-repeat;
	height:11px;
}

*html #tw #twbtm { behavior: expression(IEPNGFIX.fix(this)); }

#tw .twtr-hd {
	display:none;
}

#tw .twtr-tweets,
#tw .twtr-join-conv {
	font-size:95%;
}

#tw .twtr-ft div {
	padding:1px 3px 6px 12px;
}

#tw .twtr-avatar {
	width:30px;
	height:30px;
}

#tw .twtr-img {
	height:30px;
	width:30px;
}

#tw .twtr-img img {
	width:30px;
	height:30px;
}

#tw .twtr-widget .twtr-tweet {
	border-bottom:none;
}


/*----------------------------------------
	font setting
-----------------------------------------*/

a:link,
a:visited {
	color: #663300;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #663300;
	text-decoration: none;
}

.red1{
	color:#cc0000;
}

.b{
	font-weight:bold;
}


/*----------------------------------------
	float,text-align
-----------------------------------------*/

.fl_l {
	float:left;
	display: inline;
}
.fl_r {
	float:right;
	display: inline;
}
.ta_c{
	text-align:center;
}
.ta_r{
	text-align:right;
}


/*----------------------------------------
	 margin,padding
-----------------------------------------*/

.mg_t5{
	margin-top:5px;
}
.mg_b5{
	margin-bottom:5px;
}
.mg_b10{
	margin-bottom:10px;
}
.mg_b20{
	margin-bottom:20px;
}
.mg_b30{
	margin-bottom:30px;
}
.mg_b40{
	margin-bottom:40px;
}
.mg_b50{
	margin-bottom:50px;
}
.mg_r20{
	margin-right: 20px;
}
.mg_l20{
	margin-left: 20px;
}
.mg_l100{
	margin-left:100px;
}
.mg_l180{
	margin-left:180px;
}
.mg_l200{
	margin-left:200px;
}
.pd_t10{
	padding-top:10px;
}
.pd_t20{
	padding-top:20px;
}
.pd_r10{
	padding-right:10px;
}
.pd_l10{
	padding-left:10px;
}
.pd_b10{
	padding-bottom:10px;
}

.mg_lef40{
	margin-left:40px;
	margin-bottom:20px;
}

/*----------------------------------------
	clear
-----------------------------------------*/
 .clear {
	clear: both;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	/*position: relative;  DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------
	iepngfix
-----------------------------------------*/

.iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* ご利用の流れページの追加
---------------------------------------------------- */
.goriyou_tuika .service_01 {
float: left;
background: #FAF5EF;
}

.goriyou_tuika .service_02 {
float: left;
background: #FAF5EF;
}

.goriyou_tuika .service_03 {
float: left;
background: #FAF5EF;
}

.goriyou_tuika .service_04 {
float: left;
background: #FAF5EF;
}