/*@charset "UTF-8";*/


body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#container{
	margin:0 auto;
	width:940px;	
}

p{
	margin:0 ;
	padding:0;
}
img{border:none;}

h1,h2{
	margin:0 ;
	padding:0;
}

ul,ol,dl{
	list-style:none;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */ 


/*** ヘッダー ***/

#headder {
	width:940px;
	margin:0 auto;
}

#head_L {
	float:left;
	width:194px;
	margin-top:16px;
}

#head_R {
	float:right;
	width:540px;
}

#info {
	margin:0 0 14px 110px;
}

.head_mid {
	margin-bottom:10px;
}

.head_catch {
	width:265px;
	float:left;
}

.head_shop {
	width:162px;
	float:right;
}

.head_nv {
	width:540px;
}

.head_nv01 {
	width:131px;
	float:left;
}

.head_nv02 {
	width:131px;
	float:right;
	margin-right:5px;
}

.nv_margin
 {
	margin-right:5px;
}

/*** フッター ***/
#footer
 {
	width:940px;
	border-top:1px solid #CCC;
	margin-top:30px;
	padding-top:15px;
	
}

.Pmark {
	width:75px;
	float:left;
	
}

.copyright {
	width:850px;
	float:right;
	font-size:75%;
	line-height:170%;
	color:#333;
	text-align:left
	
}
.copycenter {
	width:940px;
	font-size:75%;
	line-height:170%;
	text-align:center
	
}


/*** トップ ***/

.visualArea
 {
	width:940px;
}

.visual_mgn
 {
	margin-top:30px;
}

.visual_L
 {
	width:509px;
	float:left;
}

	.visual_L img{
		vertical-align:bottom;
	}
	
.visual_C
 {
	width:402px;
	float:right;
}

	.visual_C img{
		vertical-align:bottom;
	}

.visual_R
 {
	width:29px;
	float:right;
}

.visual_nv
 {
	margin-top:18px;
}

#bnrArea
 {
	background-image: url(../images/bnr_area_bg.gif);
	width:940px;
	height:65px;
	margin-bottom:15px;
}

.bnr_space
 {
	margin:7px 0 0 23px;
}

.top_catch
 {
	margin-top:15px;
}


/*** トップカテゴリリンク ***/

#categoryArea
 {
	width:940px;
}

.link_mgn
 {
	margin-left:15px;
}

#buy
 {
	width:213px;
	float:left;
	background-color:#FFEFEB;
}


.buy_border
 {
	border-left: 1px solid #FF5D34;
	border-right: 1px solid #FF5D34;
}

#enjoy
 {
	width:213px;
	float:right;
	background-color:#EBF3FB;
	margin-left:29px;
}


.enjoy_border
 {
	border-left: 1px solid #3485D6;
	border-right: 1px solid #3485D6;
}

#study
 {
	width:213px;
	float:right;
	background-color:#E6F0EB;
	margin-left:29px;
}


.study_border
 {
	border-left: 1px solid #34855D;
	border-right: 1px solid #34855D;
}

#profit
 {
	width:213px;
	float:right;
	background-color:#FFF7EB;
	margin-left:29px;
}


.profit_border
 {
	border-left: 1px solid #FFAE34;
	border-right: 1px solid #FFAE34;
}


/*** パンくず ***/

#pankuzu
 {
	font-size:80%;
	color:#333;
	text-align:left;
	padding:10px 0 5px;
}



/*** 中面共通 ***/
#mainArea
 {
	width:940px;
	font-size:75%;
	line-height:150%;
	color:#333;
	text-align:left;
	margin-top:10px;
}

#contentsArea
 {
	width:700px;
	float:left;
}

#naviArea
 {
	width:200px;
	float:right;
}

.ttl_mgn
 {
	margin-bottom:30px;
}

/*** 中ページ右バナー ***/

.bnr_r
 {
	margin-top:15px;
	text-align:center;
}


/*** マージン ***/

.mt15{margin-top:15px;}
.mb10{margin-bottom:10px;}
.mb35{margin-bottom:35px;}

