@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 80%;
	line-height: 1.8;
}

/* link styles
--------------------------*/
a img {
	border-width: 0px;
}
a:link {
	color: #00ADEF;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
}
a:active {
	color: #FF0066;
}

/* other styles
--------------------------*/

.bold_darkblue
 {
	font-weight: bold;
	color: #006666;
}
.bold_green {
	font-weight: bold;
	color: #99CC33;
}

.photo {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* basic layout
--------------------------*/
#container {
	width: 800px;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#contents {
	width: 800px;
}
/* header styles
--------------------------*/
#header {
	width: 800px;
	border-bottom: 5px solid #00ADEF;
	background-image: url(common/topcolor.jpg);
	background-position: top;
	padding-top: 13px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#footer1/* footer styles
--------------------------*/
 {
	clear: both;
	background-image: url(common/footer1.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 123px;
	padding-right: 15px;
}
#footer1 p {
	float: right;
	font-size: 12px;
	padding-top: 80px;
}
#footer2 {
	background-image: url(common/footer2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 92px;
	padding-right: 15px;
	padding-top: 5px;
}

#footer2 ul {
	float: right;
}
#footer2 ul li {
	color: #FFFFFF;
	list-style: none;
	float: left;
	font-size: 12px;
	margin-left: 10px;
}

#footer2 ul li a:hover {
	color: #00ADEF;
}

#footer2 ul li a:visited {
	color: #FFFFFF;
}
/* main styles
--------------------------*/
#main {
	float: right;
	width: 540px;
	margin-right: 5px;
}
#main h2 {
	border-bottom: 7px solid #8CC63F;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#main h3 {
	color: #00ADEF;
}

#main dl#news {
	padding-bottom: 30px;
}

#main dl#news dt {
	clear: left;
	float: left;
	margin: 0px 0px 10px 5px;
}
#main dl#news dd {
	margin: 0px 5px 10px 7.5em;
	border-bottom: 1px solid #999999;
}
#main #next {
	margin-top: 40px;
	padding: 7px;
	background-color: #ECECEC;
	float: none;
	text-align: right;
}
#main ul {
	margin-top: 20px;
}
#main ul li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	background-image: url(common/icon_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#main table {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main   td   {
	padding: 10px;
}



#bt_blog {
	margin-top: 30px;
}

#bt_blog a {
	border: 1px dotted #00ADEF;
}
#bt_blog a:hover {
	border: 1px solid #FF0000;
}





/* sidebar styles
--------------------------*/
#sidebar {
	float: left;
	width: 220px;
}
#sidebar ul {
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#sidebar li {
	list-style: none;
	font-size: 13px;
	text-indent: 1em;
	border-bottom: 1px solid #00ADEF;
	background-image: url(common/icon_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#sidebar li a {
	text-decoration: none;
	color: #000000;
}
#sidebar li a:hover {
	text-decoration: none;
	background-color: #FFFF66;
}
