@charset "UTF-8";

body {
	background-color: #EAEAEA;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003399;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
.bgnavi {
	background-image: url(images/bg_navi.jpg);
	background-repeat: repeat-y;
}
#navi {
	margin: 12px;
	padding: 0px;
}
#navi ul {
	font-size: 80%;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	list-style-type: none;
}
#navi li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#navi a {
	color: #003399;
	text-decoration: none;
}
#navi a:hover {
	color: #FF6600;
	text-decoration: none;
}
#navi p {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#main {
	background-image: url(images/img_main_2.jpg);
	background-repeat: no-repeat;
	width: 512px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#main h2 {
	font-family: "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
	color: #003399;
	background-image: url(images/tit_h2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 24px;
}
#main p {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main p.post {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#fooder {
	padding: 5px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #003399;
	background-image: url(images/bg_foot.jpg);
	background-repeat: repeat-x;
}
#fooder p {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 0px 10px;
}
#fooder a {
	color: #003399;
	text-decoration: none;
}
#fooder a:hover {
	color: #FF6600;
	text-decoration: none;
}
#main img {
	float: right;
	border: 1px solid #999999;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#main h3 {
	font-size: 90%;
	color: #003399;
	background-color: #D8ECF5;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-bottom: 5px;
}
#main #trackbacks-info {
	background-color: #EAEAEA;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main #trackbacks-info p {
	margin: 0px;
	padding: 0px;
}
#comments-open label {
	font-size: 80%;
	color: #333333;
}
#comments-open img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
