@charset "Shift_JIS";

body {
	margin: 0px auto;
	padding: 0px;
	color: #555555;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",verdana,arial,sans-serif;
}

* {
	margin: 0px auto;
	padding: 0px;
}
#container {
	width: 800px;
}
.sp10 {
	margin-top: 10px;
}
.clear{
clear: both ;
}

/****************ヘッダー****************/
#header {
	text-align: left;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #BBAAAA;
	padding: 10px 0 5px 10px;
}

/****************メイン****************/
#main {
	width: 760px;
	border-width: 0 20px 20px 20px;
	border-style: solid;
	border-color: #FFD0DF;
	margin: 10px 0;
}
	
#bg {
	background-color: #FFFFFF;
	background-image: url(../images/title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 150px 0 20px 0;
	text-align: left;
}

/*インデックス*/
#index{
	text-align: left;
	float: left;
	width: 510px;
	margin-top: 30px;
	padding-left: 20px;
}

#index a:link {
	color: #817667;
	text-decoration: underline;
}

#index a:visited {
	color: #996699;
	text-decoration: underline;
}

#index a:hover {
	color: #0077E6;
	text-decoration: underline;
}

#index a:active {
	color: #0077E6;
	text-decoration: underline;
}

#index h3.no{
	width: 80px;
	height: 50px;
	display: block;
	background-image: url(../images/h3_no.gif);
	background-repeat: no-repeat;
	float: left;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 5px;
	text-align: center;
	margin-right: 10px;
}
#index h3.name{
	font-size: 120%;
	line-height: 110%;
}
#index div.date{
	font-size: 80%;
	line-height: 120%;
}
#index div.line{
	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #FFD0DF;
	margin: 5px 0 10px 0;
	clear: left;
}

/*写真*/
#bgimg {
	float: right;
	margin: 0px;
	padding: 0px;
}

/****************フッター****************/
#footer{
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px 30px 30px 30px;
}
#footer div.footerLink{
	font-size: 80%;
	float: left;
}
#footer div.copyright{
	float: right;
}
