/*
--------------------------------------------------------
Title:
Contents:
supplement:
Lastupdate:
producer:
Copyright
--------------------------------------------------------
*/

/*--------------------
初期読み込み
--------------------*/
@import url(reset.css);


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

ページ全体設定

----------------------------------------*/
body {
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}

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

ヘッダー

----------------------------------------*/
#header {
	position: relative;
	height: 84px;
	margin-bottom: 20px;
	background: #430000 url(../images/head_bg.png);
}
.logo {
	position: absolute;
	top: 8px;
	left: 10px;
}
.tel {
	position: absolute;
	top: 12px;
	right: 11px;
}


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

コンテンツ

----------------------------------------*/
#contents_wrap {
	
}

#right_wrap {
	float: right;
	width: 681px;
}
#visual {
	margin-bottom: 21px;
}
#news_box {
	margin-bottom: 16px;
}
#news_box img {
	margin-bottom: 4px;
}
#news_box li {
	margin-bottom: 6px;
}


#apple_box img {
	margin-bottom: 10px;
}
#apple_box p {
	line-height: 160%;
}
#apple_box p:first-letter {
	padding-left: 1em;
}

#left_wrap {
	float: left;
	width: 250px;
	padding-top: 36px;
}
.navi_head {
	margin-bottom: 35px;
}

#global_navi {
	margin-bottom:51px;
	margin-left: 62px;
	margin-right: 40px;
}

#etc_box {
	height: 238px;
	margin-left: 23px;
	background: url(../images/etc_bg.png) left top no-repeat;
	font-size: 12px;
}
#etc_box ul {
	margin-bottom: 8px;
	margin-left: 13px;
	padding-top: 62px;
	color: #8f2222;
}
#etc_box li {
	margin-bottom: 3px;
}
li.etc_p {
	padding-left: 13px;
	background: url(../images/etc_p.png) left center no-repeat;
}
li.etc_b {
	padding-left: 13px;
	background: url(../images/etc_b.png) left center no-repeat;
}
li.etc_o {
	padding-left: 13px;
	background: url(../images/etc_o.png) left center no-repeat;
}
li.etc_g {
	padding-left: 13px;
	background: url(../images/etc_g.png) left center no-repeat;
}

#etc_box p {
	margin-left: 13px;
	padding-left: 14px;
	background: url(../images/etc_more.png) left center no-repeat;
	color: #8f2222;
}


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

その他

----------------------------------------*/
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mb17 {
	margin-bottom: 17px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb19 {
	margin-bottom: 19px;
}
.mb20 {
	margin-bottom: 20px;
}
