@charset "utf-8";
/* =====================================================================
 *	Common CSS
 *	2009/03/23
 * ==================================================================*/

body {
	margin:0; padding:0;
	line-height:1.5;
	font-size:0.8em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,Arial,Helvetica,sans-serif;
	color:#333333;
}
 
p,h1,h2,h3,h4,ul,li,dl,dt,dd { margin:0; padding:0;}
ul, ul li { list-style:none;}

.color-darkBlack { color:#1a171b;}

.taCenter { text-align:center;}
 
/* ====================
 *	clearfix
 * ==================*/
.clearfix:after { content: url("../images/pixel.gif"); display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* Mac版IEを除外 \*/
.clearfix { display: block; }
/* */
span.brClr { letter-spacing:0; line-height:0;}
.clr { clear:both;}


p img { vertical-align:bottom;}

a img { border:none;}

.alignRight { float:right;}
.alignLeft { float:left;}


/* =====================================================================
 *	ラッパー
 * ==================================================================*/

div#wrapper {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:925px;
	border-top:1px #1a171b solid;
	border-right:1px #1a171b solid;
	border-bottom:1px #1a171b solid;
	border-left:25px #1a171b solid;
}




/* =====================================================================
 *	ヘッダー
 * ==================================================================*/

div#header {
	background-image:url('../images/header-bg.png');
	background-repeat:repeat-y;
	background-position:top right;
	margin-bottom:20px;
	position:relative;
	height:95px;
}

div#header h1 {
	width:325px;
	height:70px;
	position:absolute;
	top:13px;
	left:18px;
	background:url('../images/logo.png') no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
div#header h1 a { display:block; width:325px; height:70px;}

div#header h2 {
	font-size:0.9em;
	font-weight:normal;
	position:absolute;
	top:-20px;
	right:5px;
}


div#header p.contact-info {
	display:block;
	width:257px;
	height:70px;
	/*background:url('../images/dummy.jpg');*/
	position:absolute;
	top:13px;
	right:34px;
}



/* =====================================================================
 *	コンテンツ部
 * ==================================================================*/

div#content {
	width:925px;
}

div#content div.textBox { margin-bottom:20px; padding: 0 20px;}
div#content div.textBox p {}

div#content div.textBox p img.alignRight { margin: 0 0 0px 5px;}

div#content div.section { margin-bottom:30px;}
div#content div.inner { margin: 0 40px 0 30px;}

/* =====================================================================
 *	フッター
 * ==================================================================*/

div#footer {
	padding:10px 0 10px 25px;
	clear:both;
	width:926px;
	margin-left:auto;
	margin-right:auto;
}

div#footer p {
	text-align:right;
}

div#footer p.banner {
	float:left;
}