/*ページの基本設定*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	background-color: #ebe1a9;
}
h2 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	color: #009fb9;
}
h3 {
	font-size: 12px;
	color: #cc6600;
	font-weight: normal;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}

/*サイドのデザイン*/

#side #menu a img {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side #mie {
	margin-top: 25px;
}
#side #mie h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 8px
}
#side #title {
	margin-top: 35px;
}
#side #title a {
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
#side #title h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 8px
}
#side #archive {
	margin-top: 35px;
}
#side #archive a {
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
#side #archive h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 8px
}
#side #writer {
	margin-top: 35px;
}
#side #writer h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 8px
}

/*メインのデザイン*/

#main #head {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#main #head p a {
	color: #666666;
	text-decoration: none;
}
#main .news {
	margin-right: 30px;
	margin-left: 30px;
}
#main .news a {
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
#main img {
	float: right;
	clear: right;
	margin-left: 10px;
	border: 0px;
}
#main .border {
	background-color: #999999;
	height: 1px;
	clear: right;
	margin: 30px;
}
#main #bottom {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#main #bottom p a {
	color: #666666;
	text-decoration: none;
}

/*アドレスのデザイン*/

#address address {
	font-size: 10px;
	font-style: normal;
	text-align: right;
	margin-top: 4px;
	color: #ffffff;
	margin-right: 20px;
}

