@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #3399CC;
}

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4FFE4;
	min-height: 100%;
}

#container h2 {
	padding-bottom: 20px;
}

#container h4 {
	float: left;
}

#container #btn01 a {
	background-image: url(images/bio_home.gif);
	display: block;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
}

#container #btn02 a {
	background-image: url(images/bio_kiyaku.gif);
	display: block;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
}

#container #btn03 a {
	background-image: url(images/bio_moushikomi.gif);
	display: block;
	height: 30px;
	width: 100px;
	text-indent: -9999px;
}

#container #btn04 a {
	background-image: url(images/bio_kuhaku.gif);
	display: block;
	height: 30px;
	width: 520px;
	text-indent: -9999px;
}

.text01 {
	color: #333333;
	font-size: 90%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 200%;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

#text02 {
	color: #333333;
	font-size: 90%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#text02 li {
	list-style-type: square;
	list-style-position: inside;
}

#text03 {
	color: #333333;
	font-family: "ＭＳ 明朝"";
	font-size: 80%;
	line-height: 200%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#topicpath {
	clear: both;
	padding-left: 20px;
	height: 20px;
	padding-top: 15px;
	background-repeat: no-repeat;
}

#topicpath p {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

#topicpath a {
	text-decoration: none;
	color: #666666;
}

#topicpath a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.borderline {
	margin-bottom: 10px;
}

#container h1 {
	margin-bottom: 30px;
}

#content_left {
	clear: both;
	float: left;
	width: 200px;
	padding-left: 30px;
}

#content_left h3 {
	font-weight: bold;
	color: #333333;
}

#content_right {
	float: right;
	padding-right: 30px;
	width: 550px;
}

#content_right #topic {
	width: 380px;
	float: left;
	padding-right: 20px;
}

#content_right img {
	padding-bottom: 20px;
}

#content_right h2 {
	font-weight: bold;
	font-size: 18px;
}

#content_right #topic p {
	font-size: 12px;
	line-height: 22px;
}

#footer {
	clear: both;
	padding-top: 30px;
}

/* Class Styles */
	
.bodyText {
	font:16px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.bodyText2 {
	font:15px MS明朝, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 14px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
