/* CSS Document */

* {
	color: #332C15;	
}


body {
	width:100%;
	background-image: url(../image/background.gif);
	background-color: #CAC6AD;
	font-size: 87%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	padding:0;
}

/*　２カラムレイアウト */

#Screen {
	position:relative;
	margin:0 auto;
	width:780px;
	background-image: url(../image/in/inbg.jpg);
}

#Main {

}

#Mavigation_Menu {
	float:left;
	width:150px;
	width:152px;
	background:url(../image/in/menubg.jpg) top left no-repeat;
}

#Contents {
	float:left;
	width:609px;
}

#Main_End {
	width:100%;
	clear:both;
}

#footer {
	margin:0 auto;
	text-align: center;
	font-size: 11px;
	padding: 5px;
}


/*  メニュー #Mavigation_Menu  */

#Mavigation_Menu H3{
	height:0;
	overflow:hidden;
}

#Mavigation_Menu ul{
	padding-top:182px;
}

#Mavigation_Menu img{
	vertical-align: top;
}


/* 記事内容 #Contents */

#Contents .Article{
	margin:0px 20px;
	padding:10px 20px;
	background-color:#e1ddc2;
}

#Contents p{
	line-height: 1.6;
	margin: 0px;
	padding: 0px 15px 10px;
}

#Contents p.subtitle{
	font-size:100%;
	font-weight:bold;
	margin:4px 0;
	border-left:4px #4F4629 solid;
	background-color:#F6F6EC;
	padding: 4px;
}


/* フッター #Footer */

#footer .copylight{
	font-size: 12px;
	font-weight: bold;
}

