@charset "UTF-8";
/* CSS Document */


body{
	background-color:#FFF;
	background-image:url(images/bg_photo.jpg);
	background-repeat:repeat;
}

/*ヘッダー要素*/
#h1_logo {
	margin-top:10px;
}

#h1_logo-2 {
	margin-top:5px;
}

#h1_logo-3 {
	margin-top:5px;
}

#menu{
	list-style:none;
	margin-top:10px;
	border:none;
	}
	
#main{
	background-image:url(images/bg_white.png);
	background-repeat:repeat-y;
	width:800px;
	height:auto;
	margin-top:10px;
	text-align: left;
	}
	
#text{
	padding:10px 20px;
}


img {vertical-align:middle}


.style1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

style2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-style: normal;
	color: #000;
}
.style2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-style: normal;
	color: #333;
}
.style3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
}
