/* 
===========================================================
全体 
===========================================================
*/

html,body{
	width: 100%;
	height: 100%;
	line-height:180%;
	color: #333;
	background: #fff;
}

#BGWrap {
	width:100%;
	height:100%;
	/*text-align: center;*/
}


/* 
===========================================================
ヘッダ 
===========================================================
*/
#HeadWrap {
	/*background:#F0F;*/
	width:100%;
	height:109px;
	border-bottom:solid 1px #CCC;
	}
#HeadCnt {
	/*background:#F00;*/
	position:relative;
	width:1000px;
	height:109px;
	margin-right: auto;
	margin-left: auto;
	}
#LogoCnt a{
	background: url(../img/logo_b.gif) left bottom no-repeat;
	position:absolute;
	left:10px;
	bottom:0px;
	display:block;
	width:361px;
	height:99px;
	text-indent: -9999px;
	overflow: hidden;
}
	*html #LogoCnt a{
		bottom:-1px;
	}
#LogoKanaCnt{
	background: url(../img/logo_s.gif) right bottom no-repeat;
	position:absolute;
	right:30px;
	bottom:0;
	display:block;
	width:172px;
	height:32px;
	text-indent: -9999px;
	overflow: hidden;
}

/* 
===========================================================
メイン
===========================================================
*/

#MainWrap {
	background: url(../img/bg_book01.jpg) left bottom no-repeat;/* 大きい書影など */
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	border-left:solid 1px #ebebec;
	border-right:solid 1px #ebebec;
	min-height:1px;　/* fix for IE7 */
	}
		/* start: clearfix ------------------------------ */
		#MainWrap:after {
		content:".";
		display:block;
		height:0px;
		clear:both;
		visibility:hidden;
		}
		
		#MainWrap { display:inline-table; }
		
		/* Hides from Mac IE ＼*/
		* html #MainWrap { height:1px; }
		#MainWrap { display:block; }
		/* */
		/* end: clearfix ------------------------------ */
		
/* パンくずリスト-------------- */
#Bread {
	/*background:#fde;*/
	display:block;
	position: relative;
	padding:0 20px 15px 20px;
	text-align: left;
	font-size:55%;
	}

	#Bread a {
		text-decoration: none;
		color:#333;
		}
	#Bread a:hover {
		text-decoration: underline;
		color:#666;
	}

/* 書斎イメージ-------------- */
#BGBooks {
	background: url(../img/bg_books01.png) bottom no-repeat;
	clear:both;
	display:block;
	padding-top:5em;
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	height:93px;
	}
	*html #BGBooks{/* IE6以下に適用 */
		background: url(../img/bg_books01.gif) bottom no-repeat;
		}


/*
===========================================================
フッタ
===========================================================
*/
#FooterWrap {
	clear: both;
	width:100%;
	border-top:solid 1px #CCC;
	}

#FooterCnt {
	background: url(../img/bg_foot01.gif) repeat-x;
	clear: both;
	width:1000px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	}
#FooterCnt dl {
	float:left;
	margin:2em 0 2em 80px;
	font-size:65%;
	display: inline;
	}
	#FooterCnt dt{
		font-weight:bold;
		color:#666;
		}
	#FooterCnt dd{
		margin-bottom:5px;
		margin-left:1em;
		line-height:100%;
		color:#999999;
		}
	#FooterCnt dd a:link{
		color:#999999;
		}
	#FooterCnt dd a:visited{
		color:#999999;
		}
	#FooterCnt dd a:hover{
		color:#333333;
		text-decoration:none;
		}
	#FooterCnt dd a:active{
		color:#999999;
		}
#Copy {
	clear: both;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	color:#999;
	font-size:70%;
	border-top:solid 1px #CCC;
}



/*
===========================================================
共通 
===========================================================
*/
a:link { color:#09c; }
a:visited { color:#551a8b; }
a:hover { color:#f00; }
a:active { color:#551a8b; }

u{/*テキスト消去*/
	position:absolute;
	text-indent: -9999px;
	overflow: hidden;
}

.Cimage{
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	}
.Rimage{
	float: right;
	padding-left: 3em;
	}
.Limage{
	float: left;
	padding-right: 3em;
	}

.txt_left{
	text-align:left;
	}
.txt_right{
	text-align:right;
	}
.txt_center{
	text-align:center;
	}

.txt_70per{
	font-size: 70%;
	}
.txt_80per{
	font-size: 80%;
	}
.narrow130{
	line-height: 130%;
	}
.marginT01{
	margin-top: 1em;
}
.marginT02{
	margin-top: 2em;
}
.marginU01{
	margin-bottom: 1em;
}
.marginU02{
	margin-bottom: 2em;
}
.marginU06{
	margin-bottom: 6em;
}
.marginU08{
	margin-bottom: 8em;
}

.text_red{
	color: #ff0000;
	}
.text_333{
	color: #333;
	}
.text_09c{
	color: #0099cc;
	}

.text_bold{
	font-weight: bold;
	}

.mincho{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* 共通 ここまで
----------------------------------------------------------- */
