@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #CCCCCC;
}
hr {
	display: none;
}
/* linkstyle
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* base layout
------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 920px;
	border-right: 1px solid #009966;
	border-left: 1px solid #009966;
	margin: 0px auto;
	border-bottom: 1px solid #009966;
}
#info {
	float: right;
	width: 420px;
	padding: 0px;
	margin: 15px 15px 35px;
	border: 1px solid #000099;
}
#topics {
	padding: 0px;
	float: left;
	width: 435px;
	border: 1px solid #000099;
	margin: 15px 15px 5px;
}
#footer {
	padding: 15px 15px 10px;
	clear: both;
	border-top: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#address  {
	color: #0066CC;
	text-align: center;
}
/* line01 styles
------------------------------*/
#line01  {
	margin: 10px 0px;
	padding: 0px;
	width: 920px;
	background-image: url(../img/gra_bg.gif);
	height: 23px;
}
/* header styles
------------------------------*/
#header {
	background-image: url(../img/headerwave.gif);
	background-repeat: no-repeat;
	height: 140px;
	border-top: 3px solid #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
	position: relative;
	margin-bottom: 10px;
}
#header #logo {
	position: absolute;
	top: 75px;
}
/* mainmenu styles
------------------------------*/

#mainmenu ul {
	width: 920px;
	position: relative;
	background-image: url(../img/gra_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 3px;
	height: 25px;
	background-color: #FFFFFF;
}
#mainmenu ul li {
	list-style: none;
	float: left;
}
#mainmenu ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 135px;
	height: 23px;
	line-height: 2.1em;
	color: #FFFFFF;
}
#mainmenu ul li a:hover {
	background-color: #CCCCCC;
	color: #0066CC;
}
#mainmenu ul li#n01 {
	background-image: url(../img/00.gif);
	background-repeat: no-repeat;
	width: 90px;
	text-align: center;
	height: 23px;
}
/* mainimasge styles
------------------------------*/

#mainimage {
	height: 250px;
	width: 920px;
	background-image: url(../img/mainimage02.jpg);
}
/* line02 styles
------------------------------*/

#line02 {
	height: 25px;
	width: 920px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}
/* intro styles
------------------------------*/

#intro {
	font-size: 120%;
	width: 800px;
	margin-left: 20px;
	color: #000000;
}
/* topics styles
------------------------------*/
#topics h2 {
	background-color: #ecf3fd;
	width: 100%;
	padding: 7px 0px 2px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #999999;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	line-height: 1.1;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
	height: 22px;
	text-indent: 5px;
}
#topics dl#topic dt {
	width: 7em;
	clear: left;
	float: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#topics  dl#topic   dd {
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #666666;
	font-size: 12px;
	text-align: right;
	padding: 0px 10px;
}

/* info styles
------------------------------*/
#info h2 {
	background-color: #ecf3fd;
	width: 100%;
	padding: 7px 0px 2px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #999999;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	line-height: 1.1;
	text-decoration: none;
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
	height: 22px;
	text-indent: 5px;
}
#info dl#inf dt {
	width: 7em;
	clear: left;
	float: left;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#info  dl#inf   dd {
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #666666;
	font-size: 12px;
	text-align: right;
	padding: 0px 10px;
}
/* diary styles
------------------------------*/

#diary img {
	padding: 0px 0px 15px 15px;
}
/* footer styles
------------------------------*/

#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #0066CC;
	text-decoration: none;
}
#footer p a {
	color: #999999;
	text-decoration: none;
}
#footer p a:hover {
	color: #0066CC;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}
