@charset "UTF-8";
@import url("photo.css");
@import url("table.css");


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #777;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
	font-size: 14px;
}


img#btnmap {
	position: absolute;
	top: 0;
	z-index: 10;
}
		
/* 文書本体 (body) */

body {
	background: #ddf3e8 url(../images/bg2G.gif) repeat-x fixed;
	padding: 0px;
	margin: 0px;
}

div#wraper {
	width: 900px;
	margin: 0px auto 0px auto;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding: 0px;
}


/* リンクテキスト (a) */

a:link {
	color: #ff3118;
	text-decoration: none;
}

a:visited {
	color: #b34336;
	text-decoration: none;
}

a:hover {
	color: #992d99;
}

a:active {
	color: #f2f86e;
}


/* 画像 (img) */
img {
	border: 0;
}

/* 解説部分 */

div#spacer {
	height: 550px;
	width: 900px;
}

div#comment {
	width: 860px;
	margin: 15px 20px 0px 20px;
	padding-bottom: 50px;
}

div#comment h2{
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 4px;
}
		
div#comment p{
	font-size: 12px;
	line-height: 1.6em;
}



div#contents {
	margin: 0px 15px 0px 15px;
	width: 870px;
	hGeight: 500px;
	text-align: left;
	color: #424242;
	overflow: auto;
}



div.blockLeft {
	display: block;
	float: left;
	width: 260px;
	margin: 0 0 0 15px;
	font-size: 22px;
	line-height: 1.2em;
}

div.blockRight {
	float: right;
	width: 550px;
	margin: 0 30px 40px 0;
	font-size: 14px;
	line-height: 1.8em;
}

div.blockRight p{
	margin: 0 0px 30px 0;
	font-size: 14px;
	line-height: 1.8em;
}


div.blockRight p.short{
	margin: 0 0px 0px 0;
	font-size: 14px;
	line-height: 1.8em;
}



/* 本文　*/
div#main {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 1.6em;
	width: 410px;
	padding: 40px 25px 70px 25px;
	float: left;
	behavior: expression(IEPNGFIX.fix(this));
	background: url(../images/bg_text.png) repeat-y;
}


div#main p{
	margin: 10px 0px 50px 0px;
	font-size: 15px;
	line-height: 1.8em;
}

div#main p.short{
	margin-bottom: 10px;
}



div#main h2{
	margin: 70px 0 40px 0;
	padding: 1px 0 12px 8px;
	color: #f4a13d;
	font-size: 22px;
	line-height: 1.2em;
	background: url(../images/bg_h2.gif) no-repeat;
	letter-spacing: -1px;
	border-left: 1px solid #f4a13d;
}






