@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #E1E1E1 url("../common/img/body_bg.jpg") left top repeat-y;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	background: #FFFFFF;
	padding-top:10px;
}

.attention {
	color: #990000;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#secondHeader {
padding:0 0 10px 10px;
float:left;
}
#header_btn{
float:right;
padding:15px 10px 0 0;
}

#globalNav {
width: 750px;
height: 42px;
}

/* メインイメージと2段組
---------------------------------------------*/
#anchor {
padding:0 0 5px 0;
margin: 0px 0 5px 18px;
width: 464;
line-height:1.5em;
}
#bledList{
padding:0 0 0 18px;
font-size: 12px;
}
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 30px;
}
#primary {
	float: left;
	width: 530px;
}
#primary .arrow {
	background : url("../common/img/w_red_arrow.gif") left  no-repeat;
	padding:10px 0 10px 13px;
	height:15px;
}
#primary0 {
	float: left;
	width: 750px;
}
#primary h2 {
	margin: 18px 0 0 18px;
}
#txt_title {
padding:10px 0 0 20px;
font-weight:bold;
color:#DB4329;
}

#advertisement {
	float: right;
	width: 215px;
	padding-left: 1px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	padding-bottom: 30px;
}


/* コンテンツエリア左側 レイアウト
--------------------
基本各ページ専用CSSに記載あり


/*-お問い合わせ-*/
#contact_section{
margin: 10px 0 20px 18px;
padding:15px;
border:1px solid #D89642;
background-color:#FAF9EA;
width:450px;
}
#contact_section p{
padding:5px 0 0 40px;
font-size:1.3em;
font-weight:bold;
}

















-------------------------*/


/* コンテンツエリア右側 bannerエリアレイアウト
---------------------------------------------*/

#advertisement h2 {
	padding: 10px 0 0 0;
}

#advertisement .mail {
	padding: 0 0 0 8px;
	font-size: 10px;
	color: #990000;
	letter-spacing: 1pt;
}

#advertisement .privacy {
font-size: 10px;
color: #990000;
letter-spacing: 1pt;	
padding: 2px 0 2px 15px;
display: block;
background: url("../common/img/box_gray_arrow.gif") left center no-repeat;
margin: 5px 0 5px 10px;		
}

#advertisement .bannerArea {
	padding: 3px 0 3px 0;
}

/* footerエリア
---------------------------------------------*/

#footer .pageTop {
	margin: 0 14px 3px 14px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 4px solid #666;
}

#footer .copyright {
	margin: 0 14px 3px 14px;
	padding-bottom: 2px;
	font-size: 10px;
	line-height: 1.2;
	background: url(../common/img/footer_bg.gif) left top no-repeat;
}
