/* 基本
-----------------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}



body {
	background-image: url("../images/bg_craft.jpg");
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #663300;
}

/* レイアウト
-----------------------------------------------*/

#container {
	width: 800px;
	margin: auto;
	background-image: url("../images/bg_yellow.gif");
	background-repeat: repeat-y;
}


#submenu{
	height: 24px;
	width: 800px;
	background-image: url("../images/bg_craft.jpg");
	text-align: right;
}

#header {
	height: 150px;
	width: 800px;
}

/* ヘッダー
-----------------------------------------------*/

#header h1 {
	text-indent: -9999px;
	float: none;
	height: 95px;
	width: 325px;
	margin-top: 50px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 160px;
}
#header a {
	display: block;
	height: 75px;
	width: 416px;
}

#navigation {
	height: 95px;
	width: 760px;
	margin-left: 20px;
}
#header{
	background-image: url("../images/img_hd.jpg");
	background-repeat: no-repeat;
}

/* コンテンツ
-----------------------------------------------*/

#contents {
	width: 760px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#box-a{
	width: 340px;
	float: right;
	padding-right: 10px;
	line-height: 1.4em;
}
#box-b{
	width: 350px;
	float: left;
	padding-right: 20px;
	padding-left: 40px;
	line-height: 1.4em;
}
#box-c{
	width: 690px;
	padding-right: 30px;
	padding-left: 40px;
	clear: both;
}
.font_ss{
	font-size: 75%;
}
.font_s{
	font-size: 85%;
}
.font_m{
	font-size: 95%;
}
.font_l{
	font-size: 105%;
}
.font_2l{
	font-size: 115%;
}
.mg-u_s{
	margin-bottom: 6px;
}
.mg-u_m{
	margin-bottom: 10px;
}	
.lh_m{
	line-height: 1.8em;
}
.lh_s{
	line-height: 1.6em;
}

#family_photo {
	margin-left: 10px;
	float: left;
}
#contents h1{
	margin-bottom: 20px;
}

/* フッター
-----------------------------------------------*/

#footer {
	width: 800px;
	background-position: center top;
	clear: both;
	background-image: url("../images/bg_footer.gif");
	padding-top: 16px;
}
#footer p{
	font-size: 12px;
	color: #FFFFC9;
	text-align: center;
	line-height: 1.8em;
}
#footer a:link{
	color: #FFFFC9;
}
#footer a:visited{
	color: #FFFFC9;
}
#footer a:hover,a:focus{
	color: #FFFFC9;
	text-decoration: underline;
}
#footer a:active{
	color: #FF0099;
}
