@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	background-image: url(../images02/bodyback01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFCC;
	text-align:center; 
	font-size: 75%;
	line-height: 2;
	color: #000000;
	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: #ffffff ;
	}
#globalNav li {
	float: left;
	width: 100px;
	border-right: 1px solid #000000 ;
	}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2em;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #990000;
	}
/* 3段組レイアウト
---------------------------------------------*/
#header {
	background-color: #0066ff;
	padding-top:40px;
	border-bottom : 1px solid #000000 ;
	}
#wrap {
	background-color: #ffffff;
	width:850px; 
	text-align:left; 
	margin:0 auto; 
	border-left: 1px solid #990000 ;
	border-right: 1px solid #990000;
	}
#inner {
	margin:0px 5px; 
	background-color: #ffffff;
	background-image: url(../imgskyb/bbacksb.jpg) ;
	background-repeat: no-repeat ;
	background-position: right bottom ;
	}
#largeWrap {
	float:left; 
	width:680px; 
	background-color: #ffffff;
	background-image: url(../imgskyb/abacksb.jpg) ;
	background-repeat: no-repeat ;
	background-position: left bottom ;
	}
#mainWrap {
	float:right; 
	width:495px; 
	background-color: #ffffff;
	margin-right: 5px;

	border-left: 1px solid #990000 ;
	border-right: 1px solid #990000;

	padding: 0 0px 10px 0px;
	}
#sideAlphaWrap {
	float:left; 
	width:175px; 
	background-color: #ffffff;
	}
#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: #ffffff ;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 0;
	background-color: #0066ff;
	}
#mainWrap h2 {
	color: #ffffff ;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	text-align: center;
	padding: 3px;
	margin: 0 0 0 0;
	background-color: #0066ff;
	}
#mainWrap p {
	text-align: left ;
	text-indent: 1em ;
	font-size: 110%;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #000000 ;
	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;
		}
/* 記事会社・ロゴの解説文
---------------------------------------------*/
	.exmark {
		padding-left: 10px ;
		padding-right: 10px ;
		border-bottom: 1px solid #0066ff;
		border-left: 1px solid #0066ff;
		border-top: 1px solid #0066ff;
		border-right: 1px solid #0066ff;
		margin: 10px ;

		}
	.exmark h3{
		color: #ffffff ;
		background-color: #0066ff ;
		border-left: 4px solid #990000 ;
		border-right: 4px solid #990000 ;
		border-bottom: 1px solid #990000 ;
		margin-top: 5px ;
		margin-bottom: 5px ;
		text-align: center ;
		}
	.exmark img { 
	clear: both ; 
	float: left ;
	margin-bottom: 5px ;
	margin-right: 10px ;
		}
	.exmark p {
	text-align: left ;
	vertical-align: top ;
	text-indent: 1em ;
	font-size: 110%;
	margin-bottom: 1em;
	color: #FF9900 ;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-left: 15px ;
		}
	.exmark .imgb { 
	clear: both ; 
	float: right ;
	margin-bottom: 5px ;
	margin-left: 5px ;
		}
/* 記事ロゴ商品
---------------------------------------------*/
.goods {
	text-align: center;
	}
.goods table {
	width: 495px;
	text-align : center ; 
	border : none ; 
	empty-cells : show ; 
	background-color : #ffffff ;        
	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 #990000;
		color: #000000;

		border-left: 2px solid #990000;
		background-color: #ffffff;
		}
	
	/* 見出し
	---------------------------------------------*/
	#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: #ffffff;
		background-color: #0066ff;
		font-size: 110%;
		margin-top: 0;
		margin-bottom: 0;	
		text-align: center;
		border-bottom: 1px solid #990000;
		border-left: 2px solid #990000;
		border-top: 1px solid #990000;
		border-right: 2px solid #990000;
	}
		#sideAlphaWrap .list li a,#sideBetaWrap .list a {
		color: #000000;
		text-decoration: none;
		background: #ffffff;
	display: block;
		padding-left: 15px;
	}
		#sideAlphaWrap .list li a:hover,#sideBetaWrap .list li a:hover {
		color: #FFFFFF;
		background: #990000;
	}
