@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
html {
	scrollbar-3dlight-color:#0e0d0d;
	scrollbar-highlight-color:#611808;
	scrollbar-face-color:#0e0d0d;
	scrollbar-arrow-color:#611808;
	scrollbar-shadow-color:#611808;
	scrollbar-darkshadow-color:#0e0d0d;
	scrollbar-track-color:#0e0d0d;
	}
body {
	text-align:center; 
	background-color: #000000;
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
h1,h2,h3,p,ul,li {
	margin: 0px;
	padding: 0px;
	}
ul {
	list-style-type: none;
	}
img {
	border: none;
	}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 850px;
	background: #000000 ;
	}
#globalNav li {
	float: left;
	width: 100px;
	border-right: 1px solid #990000 ;
	}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2em;
	color: #990000;
	text-decoration: none;
	text-align: center;
	background: #000000;
	}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #990000;
	}
/* 3段組レイアウト
---------------------------------------------*/
#header {
	background-color: #000000;
	padding-top:40px;
	border-bottom : 1px solid #990000 ;
	}
#wrap {
	background-color: #000000;
	width:850px; 
	text-align:left; 
	margin:0 auto; 
	border-left: 1px solid #990000 ;
	border-right: 1px solid #990000;
	}
#inner {
	margin:0px 5px; 
	background-color: #000000;
	background-image: url(../images/bback01.jpg) ;
	background-repeat: no-repeat ;
	background-position: right bottom ;
	}
#largeWrap {
	float:left; 
	width:680px; 
	background-color: #000000;
	background-image: url(../images/aback01.jpg) ;
	background-repeat: no-repeat ;
	background-position: left bottom ;
	}
#mainWrap {
	float:right; 
	width:495px; 
	background-color: #000000;
	margin-right: 5px;

	border-left: 1px solid #990000 ;
	border-right: 1px solid #990000;

	padding: 10px 0px 10px 0px;
	}
#sideAlphaWrap {
	float:left; 
	width:175px; 
	background-color: #000000;
	}
#sideBetaWrap {
	float:right; 
	width:160px; 
	}
#footer {
	color: #990000 ;
	clear: both;
	border-top: 1px solid #990000;
	text-align: center;
	}
.clear {clear:both;}   
.clear hr{ display:none;}
/* 記事本文
---------------------------------------------*/
#mainWrap h1 {
	color: #FF9900 ;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 0;
	background-color: #990000;
	}
#mainWrap h2 {
	color: #FF9900 ;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 0;
	background-color: #990000;
	}
#mainWrap p {
	text-align: left ;
	text-indent: 1em ;
	font-size: 110%;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #FF9900 ;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-left: 15px ;
	padding-right: 15px ;
	}
#mainWrap .photo,#sideAlphaWrap .photo,#sideBetaWrapp .photo {
		margin-bottom: 5px;
		text-align: center;
		}
/* 記事会社・特商表記概要
---------------------------------------------*/
.company table {
	width: 495px;
	text-align : left ; 
	border : none ; 
	empty-cells : show ; 
	background-color : #000000 ;        
	}
	.company th {
	width: 130px ;
	border-bottom: 1px solid #990000 ;
	background-color: #FF9900 ;
	color: #990000 ;
	text-align: left ;
	padding-left: 10px ;
	}
	.company td {
	padding-left: 10px ;
	border-bottom: 1px solid #990000;
	}
/* 記事会社・価格表
---------------------------------------------*/
#price table {
	width: 495px;
	text-align : left ; 
	border : none ; 
	empty-cells : show ; 
	background-color : #000000 ;        
	}
	#price th {
	width: 205px ;
	border-bottom: 1px solid #990000 ;
	background-color: #990000 ;
	color: #FF9900 ;
	text-align: left ;
	padding-left: 10px ;
	}
	#price td {
	padding-left: 10px ;
	border-bottom: 1px solid #990000;
	width: 205px ;
	text-align: center ;
	}
.ptitle td {
	background-color: #FF9900 ;
	color: #990000 ;
	text-align: center ;
	font-style: 110% ;
	font-weight: bold ;
	}




/* 記事利用規約
---------------------------------------------*/
.rule h3 {
	color: #ffffff ;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ffffff ;
	text-align: left;
	padding-left : 10px;
	margin: 0 0 0 0;
	background-color: #000000;
	width: 230px ;
	line-height: 1.1 ;
	}
.rule p {
	text-align: left ;
	text-indent: 1em ;
	font-size: 100%;
	color: #FF9900 ;
	letter-spacing: 0.1em;
	line-height: 1.1 ;
	padding-left: 15px ;
	padding-right: 15px ;
	margin: 0 0 0 0 ;
	}
/* 記事ロゴ商品
---------------------------------------------*/
.goods {
	text-align: center;
	}
.goods table {
	width: 495px;
	text-align : center ; 
	border : none ; 
	empty-cells : show ; 
	background-color : #000000 ;        
	margin-bottom : 10px ; 
	margin-top : 10px ; 
	}
.goods td {
	width: 160px;
	padding : 2px ; 
	border : none ;
	text-align : center ; 
	vertical-align : middle ; 
	}
/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#mainWrap .list,#sideAlphaWrap .list,#sideBetaWrapp .list {
		margin-bottom: 5px;
		}
	#mainWrap .list li,#sideAlphaWrap .list li, #sideBetaWrap .list li {
		border-bottom: 1px solid #FF9900;
		color: #FFFFFF;

		border-left: 2px solid #FF9900;
		background-color: #000000;
		}
	
	/* 見出し
	---------------------------------------------*/
	#mainWrap .list h2 {
		background-color: #990000;
		border-left: 3px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#sideAlphaWrap .list h2,#sideBetaWrap .list h2 {
		padding: 0 0 0 0;
		color: #ff8C00;
		background-color: #990000;
		font-size: 110%;
		margin-top: 0;
		margin-bottom: 0;	
		text-align: center;
		border-bottom: 1px solid #FF9900;
		border-left: 2px solid #FF9900;
		border-top: 1px solid #FF9900;
		border-right: 2px solid #FF9900;
	}
		#sideAlphaWrap .list li a,#sideBetaWrap .list a {
		color: #990000;
		text-decoration: none;
		background: #000000;
	display: block;
		padding-left: 15px;
	}
		#sideAlphaWrap .list li a:hover,#sideBetaWrap .list li a:hover {
		color: #FFFFFF;
		background: #990000;
	}
