@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         hira (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #000;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	background: url(../images/main-bg.gif) 0 116px repeat-x;
	behavior:url("../js/csshover.htc");
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #00F;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}



/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.tabContainer ul.tabMenu {
	list-style-type: none;
	width: 576px;
	margin: 0 ;
	padding: 0px;	
	float: left;
	background: url(../images/bunjo-navi.gif) no-repeat 0 0;
}

/* タブ */
.tabContainer ul.tabMenu li {
	display: block;
	float: left;
	width: 144px; 
	height: 40px; 
}
.tabContainer ul.tabMenu li a {
	display: block;
	width: 144px;
	height: 40px; 
	background: url(../images/bunjo-navi.gif) no-repeat 0 0;
}

/* 未選択のタブ */
ul.tabMenu li#qa01 a { background-position: 0px 0px;}
ul.tabMenu li#qa02 a { background-position: -144px 0px;}
ul.tabMenu li#qa03 a { background-position: -288px 0px;}
ul.tabMenu li#qa04 a { background-position: -432px 0px;}

/* 選択中のタブ */
ul.tabMenu li#qa01 a:active { background-position: 0px -40px;}
ul.tabMenu li#qa02 a:active { background-position: -144px -40px;}
ul.tabMenu li#qa03 a:active { background-position: -288px -40px;}
ul.tabMenu li#qa04 a:active { background-position: -432px -40px;}

/* カーソルオン時 */
ul.tabMenu li#qa01 a:hover { background-position: 0px -40px;}
ul.tabMenu li#qa02 a:hover { background-position: -144px -40px;}
ul.tabMenu li#qa03 a:hover { background-position: -288px -40px;}
ul.tabMenu li#qa04 a:hover { background-position: -432px -40px;}


.inq {
	list-style-type: none;
	width: 144x;
	margin: 0 ;
	padding: 0px;	
	float: left;
	background: url(../images/bunjo-navi.gif) no-repeat -576px 0;
}
.inq li {
	display: block;
	width: 144px; 
	height: 40px; 
}
.inq li a {
	display: block;
	width: 144px;
	height: 40px; 
	background: url(../images/bunjo-navi.gif) no-repeat -576px 0;
}
.inq li a { background-position: -576px 0px;}
.inq li a:active { background-position: -576px -40px;}
.inq li a:hover { background-position: -576px -40px;}



/* Q&A */
.tabContainer dl {
	clear: both;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	padding-left: 25px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	padding: 0 10px 0 25px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: center;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.oneContents {
	margin: 30px;
}
.oneContents h2 {
	margin-bottom: 15px;
	padding: 4px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid orange;
}
.oneContents h3 {
	margin-bottom: 15px;
	padding: 4px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid gray;
}
.oneContents ul {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 30px;
} 
.oneContents li {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background: url(../../images/top-mark.gif) 0 6px no-repeat;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
} 
.oneContents li p {
	margin-bottom: 0px;
	font-weight: bold;
	color: #CC9868;
}
.oneContents p.menseki {
	padding: 3px 10px;
	border: 1px solid green;
	background-color: #CCFFCC;
}  

.oneContents ul.normal {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 30px;
} 
.oneContents ul.normal li {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	background: url(../../images/top-mark.gif) 0 6px no-repeat;
	color: #666666;
} 
.oneContents ul.normal li p {
	margin-bottom: 0px;
	font-weight: bold;
	color: #CC9868;
}
.gaiyo {
	margin-bottom: 15px;
}
.gaiyo th {
	width: 120px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ededed;
}
.gaiyo td {
	padding: 5px;
	border: 1px solid #cccccc;
}
.gaiyo tr:hover td, .price tr:hover td {
	background-color: #eeeeee;
}
.price th {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #FFCC99;
	text-align: center;
}
.price th.num {
	width: 40px;
}
.price td {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: right;
}
.price td.cen {
	text-align: center;
}
.price .sumi td {
	background-color: #ededed;
}
.messege {
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 1px #0000FF solid;
}
.siyo {
	margin-bottom: 15px;
}
.siyo th {
	width: 80px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ededed;
}
.siyo td {
	padding: 5px;
	border: 1px solid #cccccc;
}
.siyo td table td {
	padding: 0;
	border: none;
}
.list li {
	list-style: none;
	margin: 0;
	padding-bottom: 0px;
	border: none;
	background: url(../images/circle.gif) 0 4px no-repeat;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

.main {
	padding: 0;
	text-align: center;
}
.main-wrap {
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #CCC;
	font-size: 1.1em;
}
.header {
	padding-top: 8px;
	background-color: #ffffff;
	text-align: center;
}
.header-wrap {
	width: 731px;
	margin: 0 auto;
	text-align: left;
}


