@charset "EUC-JP";
/*全体スタイル*/

/*紺色	#000066*/

body	{
	padding:0px;
	margin:0px;
	text-align:center;
	background:#ffffff;
}

a 			{color:#222288;}
a:visited 	{color:#666666;}
a:hover 	{color:#009999;}

.hide	{display:none;}
.small	{font-size:85%;}
.red	{color:red;}
.cl		{clear:both;}
img	{border:0;}


.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */



#mainbox {
	width:950px;
	background:#ffffff;
	margin: 0px auto ;
	padding:0px 10px 0px 10px;
	}

#header	{
	width:930px;
	height:57px;
	margin: 0px auto;
	border-bottom:solid 1px #cccccc;
	}
	
#header .Left	{
	float:left;
	padding:3px 10px 6px 0px;
	text-align:left;
	}

#header .Left h1	{
	font-size:100%;
	line-height: 0%;
	margin:0px;
	padding:0px;
	display:none;
	}

#header .Left h2	{
	font-size:100%;
	line-height: 0%;
	margin:0px;
	padding:0px;
	display:none;
	}

#header .Right	{
	float:right;
	padding:0px;
	text-align:right;
	font-size:80%;
	line-height:90%;
	}

#header .Right h2	{
	font-size:100%;
	color:#000033;
	line-height: 130%;
	margin:20px 5px 0px 0px;
	padding:0px;
	}


#mainImage	{
	width:930px;
	height:280px;
	margin:0px auto;
	padding:0px;
	border-top:solid gray 1px;
	border-bottom:solid gray 1px;
	background: #000066 url(../img/image_bg.gif) repeat-x top center;
	}

#mainImageLeft	{
	float:left;
	width:550px;
	padding:20px 0px 0px 0px;
	}

#mainImageRight	{
	float:right;
	margin:0px;
	padding:20px 0px 0px 0px;
	}

#mainImageRight	a			{color:#ffffff;font-size:90%;font-weight:bold;text-decoration:none;}
#mainImageRight	a:visited 	{color:#eeeeee;font-size:90%;font-weight:bold;}
#mainImageRight	a:hover 	{color:#ffffff;font-size:90%;font-weight:bold;}

/* ------------------------------------*/


#maincol{
	width:930px;
	text-align:left;
	margin: 0px auto;
	padding:0px;
	background:#ffffff;
	}

/*左メニュー部分*/
#leftcol{
	width:190px;
	float:left;
	text-align:center;
	margin: 0px auto;
	padding:0px 15px 0px 15px;
	background:#000080 url(../img/bg_menu.jpg) no-repeat top center;
	}


/* リンクボタン */
#LinkMenu ul{
	clear:both;
	width:190px;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	border-top: solid 3px #000000;
}

#LinkMenu ul li{
	display:block;
	float:left;
	text-align:left;
	width:190px;
	padding:0px;
	margin: 0px;
	}

#LinkMenu ul li span{
	visibility:hidden;
	padding:0px;
	margin: 0px;
	}

#LinkMenu li a{
	width:190px;
	text-decoration:none;
	text-align:left;
	display:block;
	padding:0px;
	}

#LinkMenu li.b01 a      {background:url(../img/b_news1.gif) no-repeat;height:40px;}
#LinkMenu li.b01 a:hover{background:url(../img/b_news2.gif) no-repeat;height:40px;}
#LinkMenu li.b02 a      {background:url(../img/b_awa1.gif) no-repeat;height:40px;}
#LinkMenu li.b02 a:hover{background:url(../img/b_awa2.gif) no-repeat;height:40px;}
#LinkMenu li.b03 a      {background:url(../img/b_ai1.gif) no-repeat;height:40px;}
#LinkMenu li.b03 a:hover{background:url(../img/b_ai2.gif) no-repeat;height:40px;}
#LinkMenu li.b04 a      {background:url(../img/b_shop1.gif) no-repeat;height:40px;}
#LinkMenu li.b04 a:hover{background:url(../img/b_shop2.gif) no-repeat;height:40px;}
#LinkMenu li.b05 a      {background:url(../img/b_order1.gif) no-repeat;height:40px;}
#LinkMenu li.b05 a:hover{background:url(../img/b_order2.gif) no-repeat;height:40px;}
#LinkMenu li.b06 a      {background:url(../img/b_look1.gif) no-repeat;height:40px;}
#LinkMenu li.b06 a:hover{background:url(../img/b_look2.gif) no-repeat;height:40px;}
#LinkMenu li.b07 a      {background:url(../img/b_prof1.gif) no-repeat;height:40px;}
#LinkMenu li.b07 a:hover{background:url(../img/b_prof2.gif) no-repeat;height:40px;}
#LinkMenu li.b08 a      {background:url(../img/b_mail1.gif) no-repeat;height:40px;}
#LinkMenu li.b08 a:hover{background:url(../img/b_mail2.gif) no-repeat;height:40px;}
#LinkMenu li.b09 a      {background:url(../img/b_home1.gif) no-repeat;height:40px;}
#LinkMenu li.b09 a:hover{background:url(../img/b_home2.gif) no-repeat;height:40px;}



/*---------- 基本情報 -----------*/
#profile {
	width: 190px;
	margin:0px auto;
	padding: 15px 0 5px 0;
	text-align: left;
	background-color:white;
	}

	#profile h3{
		margin: 0px;
		padding: 0 0 5px 5px;
		font-size: 100%;
		}

	#profile p {
		font-size: 80%;
		line-height: 1.2em;
		padding: 0 0 0 10px;
		margin: 0px;
		}

	#profile h4 {
		font-size: 105%;
		color:#DD0000;
		line-height: 1.3em;
		font-weight:bold;
		padding: 0 0 0 10px;
		margin: 0px;
		}



/*---------- ショップリンク -----------*/

#leftcol #shopLink{
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	font-size: 0.8em;
}

#leftcol #shopLink div.shopLinkDiv{
	margin: 1em 0;
}


#shopLink p img{
	margin-left: 0;
}



/*---------- 他ページコンテンツリンク -----------*/



#ContentsMenu dl{
	clear:both;
	width:170px;
	margin: 10px auto 0px 10px;
	padding: 0px;
	text-align:center;
	list-style-type:none;
	border: dotted 1px #000080;
	background: #ffffff;
}

#ContentsMenu dl dt{
	display:block;
	padding:2px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size:90%;
	font-weight:bold;
	color:white;
	background: #000066;
	}

#ContentsMenu dl dd{
	display:block;
	padding:0px;
	margin: 5px 0px 5px 10px;
	font-size:90%;
	line-height:120%;
	text-align:left;
	}


/* ------------------------------------*/

/*右メイン上宣伝部分*/

#indexAdBlock{
	float: right;
	margin: 0 0 0.5em 0;
	padding: 0;
	clear: right;
}



/* ------------------------------------*/

/*右メイン部分*/

#leftArea {
	width:485px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 15px;
	padding:0px;
}

#osusume {
	width:460px;
	margin:5px 0px 0px 0px;
	padding:15px;
	background: url(../img/bg-quare.gif) no-repeat top left;
}

#osusume-end{
	background: url(../img/bg-quare-end.gif) no-repeat top left;
}

#osusume table th {
	width : 220px;
	margin: 0px;
	padding : 10px 5px 5px 5px;
	caption-side: top;
	}

#osusume table td {
	width : 205px;
	font-size:90%;
	margin:0px;
	padding : 0px;
	vertical-align: top;
	}

#osusume table td h3 {
	display: block;
	font-size : 130%;
	margin : 1em 0px;
	padding : 0.5em;
	background-color:#eeeeee;
	border-right : solid 10px #660099;
	}



#whatsNew {
	width:460px;
	margin:0px;
	padding:15px;
	background: url(../img/bg-quare.gif) no-repeat top left;
}

#whatsNew-end{
	background: url(../img/bg-quare-end.gif) no-repeat top left;
}

#whatsNew ul {
	margin:0px;
	padding:0px;
}


#whatsNew li {
	width:410px;
	margin:0px 0px 0px 25px;
	padding:5px;
	font-size:80%;
	vertical-align: middle;
	line-height:140%;
	letter-spacing: 0.1em;
	border-bottom:dotted 1px #999999;
}


#rightArea {
	width:200px;
	float:right;
	text-align:left;
	font-size:80%;
	margin:10px 0px 0px 0px;
	padding:0px;
}


#rightArea #attentionBlock {
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #ccffff;
	text-align: center;
	color: #006699;
}

#rightArea #attentionBlock a{
	color: #006699;
	font-size: 1.2em;
	text-decoration: none;
}

#rightArea #attentionBlock a:hover{
	text-decoration: underline;
	color: #ccff99;
}

#rightArea #attentionBlock img{
	margin: 0.3em;
}



/* ------------------------------------*/


#rightcol{
	width:690px;
	float:right;
	text-align:left;
	margin: 0px;
	padding:0px;
	background:#ffffff;
	}

#rightcol h2 {
	text-align:left;
	margin:0px;
	padding:0px;
}

#rightcol h2 span{
 visibility:hidden;
 line-height:12px;
 margin:0px;
 padding:0px;
}


#rightcol p {
 width:670px;
 margin:0px 0px 0px 10px;
 padding:0px;
 font-size:80%;
 line-height:150%;
}

#rightcol h4 {
 display:block;
 text-align:left;
 font-size:90%;
 font-weight:bold;
 letter-spacing: 0.1em;
 line-height:120%;
 margin:0 0 5px 0;
 padding:3px;
 border-bottom:dotted 2px #FF0000;
}



/* ------------------------------------*/


/*フッターコピーライト*/

#footer	{width:930px;
	margin:0 auto;
	padding:10px 0px 10px 10px;
	font-size:80%;
	text-align:left;
	border-top:1px solid #999999;
	background:#ffffff;
}


/*ホームへ戻る・次へリンク*/
.nextpage{
	display:block;
	padding:0px;
	text-align:center;}
.ank	{display:block;
	width:100px;
	font-size:80%;
	border:1px solid #999999;
	padding:3px;
	margin:6px 0px 10px 400px;
	line-height:1em;
	}
.ank:hover{background-color:#FFEAEA;}




