@charset "utf-8";

@import "css/text-decoration.css";
@import "css/option-decoration.css";

body {
	background:url(img/container-bg.png) repeat-y center top fixed;
	background-color:#003371;
	margin: 0;
	text-align: center;
	font-family: meiryo, "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 10pt;
	line-height: 190%;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#999;
}

th {
	background-color:#0055FF;
	color:#fff;
	text-align:left;
}
td {
	background-color:#fff;
	text-align:left;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}

/*************************************************************
* 定義型リスト共通設定
*************************************************************/
dl {
	margin: 4px 8px 4px 20px;
}
dt {
	font-size:14px;
	font-weight:bold;
}
dd {
	line-height: 150%;
	padding: 2px 4px 2px 5px;
	margin: 0 8px 6px 25px;
}

/*--------------------------------------------------------
■リンク設定
--------------------------------------------------------*/
a{ text-decoration: underline; }
a:link{ color: #2A55FF; }
a:visited{ color: #5500FF; }
a:hover{ color: #007FFF; }


/*--------------------------------------------------------
■枠設定
--------------------------------------------------------*/
#container-hd {
	background:#003371 url(img/hd-bg.png) top center no-repeat;
	width: 100%;
	height:380px;
	margin: 0 auto 0 auto;

}
#container {
	position:relative;
	top:0;
	background-color:#FFF;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
/*	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;*/

}
#content {
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color:#fff;
}
#header {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color:#eee; /*#2681F0;*/
	height: 355px;
}
#header h1 {
	font-size:10px;
	color:#2A2A2A;
	margin:0;
	height:25px;
	padding:2px 18px 2px 8px;
}

#header-banner {
	position:relative;
	top:25px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin:25px 0 0 0 0;
	height: 330px;
}
#topmenu {
	background:#0041A5 url(img/topmenubg.png) top center repeat-x;
	width: 800px;
	margin: 0 auto 0 auto;
	height:25px;
	background-color:#0041A5;
/*	border-top:1px solid #9EC4FC;*/
	border-bottom:1px solid #9EC4FC;
}
#topmenu ul {
	width:100%;
	margin:0;
	list-style: none;
}

#topmenu li {
	font-size:12px;
	color:#fff;
	border-right:1px solid #94BEFC;
	display:block;
	float:left;
	width:132px;
	text-align:center;
	line-height:25px;
}
#topmenu li a {
	color:#fff;
	display:block;
	text-decoration: none;
	width:132px;
	padding: 0;
}
#topmenu li a:hover {
	width:132px;
	background:#1872F8 url(img/topmenubg_hover.png) top center repeat-x;
}

#ftbox {
	font-size:12px!important;
	line-height:160%!important;
}
#ftbox p {
	font-size:12px!important;
	line-height:170%!important;
}

#footer {
	font-size:11px;
	margin:0;
	padding:0 20px 0 20px;
	text-align:right;
}

#footer-logo {
	margin:0;
	padding:0 10px 0 10px;
	color:#fff;
	font-size:11px;
	height: 50px;
	line-height:40px;
	background-image: url(img/footer.png);
	text-align:center;
}
#footer-logo a {
	text-decoration:none;
	color:#fff;
}


/*--------------------------------------------------------
トップ　セールスブロック用
--------------------------------------------------------*/
#loopedSlider { text-align:center;margin:10px auto 10px auto; }
.lpContainer { width:100%; height:590px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:780px; display:none; }
ul.pagination {
	list-style-type:none;
	padding:0 0 0 -20px;
	margin:9px auto 10px 320px!important;
	width:280px;
}
ul.pagination li {
	display:inline;
	float:left;
	padding:0 0 0 -20px!important;
	margin: 5px -12px 3px -12px!important;
	background-image:none!important;
}	
ul.pagination a {
	display:block!important;
	width:23px;
	padding:7px 0 5px 3px!important;
	height:0!important;
	overflow:hidden!important;
	background-image:url(img/pagination.png);
	background-position:0 0!important;
	background-repeat:no-repeat;
}
ul.pagination li.active a {
	background-position:0 -12px!important;
}


/*--------------------------------------------------------
リスト設定ここから
--------------------------------------------------------*/
#content ul {
	margin:5px 10px 10px 28px;
	padding:5px 3px 5px 3px;
	list-style:none;
}

#content ol {
	margin:5px 10px 15px 28px;
	padding:5px 3px 5px 2px;
	list-style-type: decimal;
}

#content ul li {
	color:#333;
	background-image: url(img/list.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	line-height:170%;
	margin:3px 5px 5px 5px;
	padding:0 5px 0 18px;
	vertical-align: -30px;
}

#content ol li {
	color:#333;
	line-height:180%;
	margin:3px 5px 5px 25px;
	padding:0 5px 0 0;
}
				
	/* ※IE7,8のとき(編集には要注意)※ */
	*:first-child+html #content ul li {
		background-position: 0 4px;
	}
	
	/* ※IE4～6のとき(編集には要注意)※ */
	* html #content ul li {
		background-position: 0 3px;
	}
/* リスト設定ここまで */


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

p{
	font-size: 13px;
	color:#222;
	line-height: 180%;
	letter-spacing: 3px;
	padding:5px 0 5px 0;
	margin:0 30px 0 30px;
}

/*--------------------------------------------------------
■イメージ設定
--------------------------------------------------------*/
p img {
	padding:2px;
}

pre{
	font-size: 13px;
	margin:15px;
	line-height: 1.8em;
	font-family: meiryo, "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

.normaltxt {
	font-size: 13px;
	color:#222;
	line-height: 180%;
	padding:5px 0 5px 0;
	margin:0 30px 0 30px;
}

.centertxt {
	font-size: 10.3pt;
	line-height: 180%;
	padding:5px 0 5px 0;
	margin:0 30px 0 30px;
	text-align:center;
}

.verup {
	border:3px solid #2A7FFF;
	background-color:#f4f4f4;
	margin:15px 20px 12px 20px;
	padding:6px 5px 5px 5px;
	font-size:12px;
}

.verup p {
	line-height:185%;
}

.pkuzu {
	font-size:12px;
	line-height:180%;
	padding:15px 0 0 0;
	margin:0 30px 15px 20px;
	width:750px;
	border-bottom:1px dotted #1E72F8;
}

ul {
	margin:10px 20px 10px 50px;
}

ol {
	margin:10px 20px 10px 50px;
}

li {
	font-size: 10.3pt;
	line-height: 1.8em;

}

.imgborder {
	border:1px solid #666;
}

/*--------------------------------------------------------
見出し
--------------------------------------------------------*/
h1, h2, h3, h4 {
	clear:both;
}
h1{
	z-index: 1;
	position: absolute;
	margin: 7px 0 0 16px;
	font-size: 8.5pt;
	color: #fff;/*文字色*/
}


#content h2 {
	clear: both;
	padding-left: 15px;
	font-size: 20pt;
	font-weight: bold;
	line-height: 24pt;
	color: #FFF;/*背景画像*/
	background-repeat: no-repeat;
	margin: 50px 0 15px 20px;
	height: 56px;
	padding-top: 12px;
}


#content h3{
	clear: both;
	margin: 0 0 8px 15px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	line-height: 60px;
	width:95%;
	color: #333;/*文字色*/
	background: url(img/h3bg.png) no-repeat!important;/*背景画像*/
}

#content h4{
	clear: both;
	margin: 38px 0 0 15px;
	padding: 0 0 0 10px;
	border:3px solid #1B517B!important;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 39px;
	width:92%;
	color: #333;/*文字色*/
	background: url(img/h4bg.png)!important;/*背景画像*/
}

#content h5{
	clear: both;
	margin: 8px 30px 6px 25px;
	padding: 0 0 0 13px;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	line-height: 38px;
	width:92%;
	color: #333;/*文字色*/
	background: url(img/h5bg.png)!important;/*背景画像*/
}
#content h1,
#content h2,
#content h3,
#content h4 {
	-moz-box-shadow: #aaa 0 0 6px;
	-webkit-box-shadow: #aaa 0 0 6px;
	box-shadow: #aaa 0 0 6px;
	-moz-border-radius: 7px;	/* Firefox */
	-webkit-border-radius: 7px;	/* Safari, Chrome */
	border-radius: 7px;
	behavior: url(css/pie/PIE.htc);
}
.htext {
	display: none;
}



/*------------------------------------------------------------
特徴テーブルの設定
-------------------------------------------------------------*/
table.fttbl {
	width:760px;
	border:none;
	border-collapse:collapse;
    border-spacing:0;
	margin:0 auto 0 auto;
}
table.fttbl img {
	text-align:center;
	margin:0 auto 0;
	padding:3px 0 3px 0;
	border-left:1px solid #A5A5A5;
	border-bottom:1px solid #A5A5A5;
}
table.fttbl td {
	font-size:10px;
	width:240px;
	text-align:left;
	padding:3px;
}

/*------------------------------------------------------------
イメージの設定
-------------------------------------------------------------*/
.imgcenter {
	text-align:center;
	margin:20px 0 30px 0;
}

.imgborder {
	border:1px solid #666;
}

.imgleft {
	text-align: left;
	margin:30px 0 20px 20px;
}

.imgleftin {
	text-align: left;
	margin:20px 0 15px 35px;
}

.imgfloatleft {
	text-align: left;
	margin:20px 10px 20px 20px;
	float:left;
}

.imgfloatright {
	text-align: right;
	margin:20px 10px 20px 0;
}
}

/*------------------------------------------------------------
購入ボックスの設定
-------------------------------------------------------------*/
.sellbox {
	font-size:13px;
	line-height:25px;
	margin:30px 50px 30px 50px;
	padding:10px 10px 20px 10px;
	border:3px solid #888;
}

.clearbox {
	margin:15px 8px 15px 8px;
	clear:both;
}

.buylistbox {
	margin-left:300px!important;
}
.buylistbox li {
	letter-spacing:3px;
	font-size:11px!important;
}


/*-------------------------------------------------------------
LightBox用
-------------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=25); 
	-moz-opacity:2.5; 
	opacity:2.5;
}


blockquote, q {
	font-size:14px;
	margin: 18px 30px 20px 30px;
	background: #eee top left url(./images/quotes1.png) no-repeat;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
blockquote p, q p {
	padding: 10px 35px 8px 38px;
	margin: 0;
	background: bottom right url(./images/quotes2.png) no-repeat;
}



/*------------------------------------------------------------
ブログ別
-------------------------------------------------------------*/
table#spectbl {
	width:740px;
	margin:5px auto 5px auto;
	border: 1px #bbb solid;
	border-collapse: collapse;
	border-spacing: 0;

}
table#spectbl th {
	padding: 5px;
	font-size:12px;
	color:#fff;
	border: #bbb solid;
	border-width: 0 0 1px 1px;
	background: #0055FF;
	font-weight: normal;
	line-height: 120%;
}
table#spectbl td {
	font-size:11px;
	padding: 5px;
	border: 1px #bbb solid;
	border-width: 0 0 1px 1px;
}
table#spectbl td p {
	font-size:11px;
	margin:0;
	padding:0;
}


/*------------------------------------------------------------
特定商取引法の設定
-------------------------------------------------------------*/
.payment_table1 {
	width:600px;
	margin:auto;
	background-color:#999;
}

.payment_cell_1 {
	color: #000;
	font-size:9.5pt;
	background-color: #AAD4FF;
	text-align:left;
	padding:5px;
	line-height: 1.6em;
	width: 170px;
	}

.payment_cell_2 {
	background-color:#FFF;
	font-size:9.5pt;
	text-align: left;
	padding:5px;
	line-height: 1.6em;
	}
/*------------------------------------------------------------
特定商取引法の設定
-------------------------------------------------------------*/
table#payment_table {
	width:680px;
	margin:5px auto 5px auto;
	border: 1px #bbb solid;
	border-collapse: collapse;
	border-spacing: 0;

}
table#payment_table  th {
	padding: 5px;
	font-size:9pt;
	color:#000;
	border: #bbb solid;
	border-width: 0 0 1px 1px;
	background: #AAD4FF;
	font-weight: normal;
	line-height: 120%;
}
table#payment_table  td {
	font-size:8.5pt;
	padding: 5px;
	border: 1px #bbb solid;
	border-width: 0 0 1px 1px;
}
