@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #CCCCCC;
	background-color: #333333;
	font-family: sans-serif,  HiraMaruPro-W4;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
h2 {
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
	font-size: 16px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 1.6em;
}
h3 {
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
	font-size: 110%;
	padding-left: 10px;
	color: #333333;
	line-height: 1.6em;
	font-weight: bold;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #333333;
	margin: 0px auto;
	width: 956px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
/* header styles
------------------------------*/
#header {
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	position: relative;
	padding-bottom: 10px;
}
#header #logo {
	position: absolute;
	top: 34px;
}
/* left styles
------------------------------*/

#menu {
	height: 460px;
	width: 201px;
	float: left;
}
#menu02 {
	height: 550px;
	width: 201px;
	float: left;
}
#links {
	height: 330px;
	width: 201px;
	float: left;
}
#menu img {
	padding-bottom: 5px;
}
#menu02  img {
	padding-bottom: 5px;
}
#links  img {
	padding-bottom: 5px;
}
#menu  .title01        {
	height: 22px;
	width: 195px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/h2_bg.gif);
	margin-top: 10px;
}
#menu   .title02        {
	height: 22px;
	width: 195px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/h2_bg.gif);
	margin-top: 10px;
}
#links .title01        {
	height: 22px;
	width: 195px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/h2_bg.gif);
}
#menu  li {
	list-style: none;
	display: inline;
}
#menu02   li {
	list-style: none;
	display: inline;
}
#links   li {
	list-style: none;
	display: inline;
}
/* right styles
------------------------------*/

#mainimg {
	float: right;
	background-image: url(img/mainimg.jpg);
	height: 281px;
	width: 751px;
	background-repeat: no-repeat;
	margin-bottom: 14px;
}
#mainContents {
	background-image: url(img/menubg.gif);
	background-repeat: repeat-x;
	float: right;
	width: 751px;
	margin-bottom: 10px;
}
#info {
	background-image: url(img/info.gif);
	background-repeat: no-repeat;
	float: right;
	width: 731px;
	height: 92px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#info ul {
	list-style: none;
	text-indent: -9999px;
}
#topics {
	float: right;
	width: 731px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#topics02 {
	float: right;
	width: 731px;
	height: 170px;
	background-color: #FFFFFF;
}
.topicsTitle {
	height: 30px;
	background-image: url(img/h2_bg.gif);
	margin-bottom: 5px;
}
.words {
	padding: 5px 10px;
}
.words008 {
	padding: 5px 10px;
	margin-bottom: 22px;
}
.words p {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
.words008  p {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-family: "ヒラギノ丸ゴ ProN W4", sans-serif;
}
#totop {
	float: right;
	width: 250px;
	margin: 10px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
}

/* profile styles
------------------------------*/

#topics .profile {
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#topics .profile p {
	color: #333333;
}
#topics .profile img {
	float: left;
	border: 1px solid #0033CC;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* footer styles
------------------------------*/

#footer {
	width: 956px;
	clear: both;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

/* word styles
------------------------------*/

.style1 {color: #FF0000}
.style3 {color: #FF0000; font-size: 15px; }
.style4 {color: #0000FF}
.style5 {font-size: 15px}
.style6 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 170%;
}
.style7 {font-size: 14px; font-weight: bold; }
.style8 {
	font-size: 14px
}
