@charset "euc-jp";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#e7eed6;
	text-align: center;
	color: #333333;
	font-family: "¥á¥¤¥ê¥ª","Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, Helvetica, Arial, sans-serif;	
}

img { border: 0;}
a {
	color: #97b000;
	font-weight: normal;
}

#wrap {
	width: 903px;
	margin: 0 auto;
	background-color: #ffffff;
}

#contentsWrap {
	width: 903px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

#contents {
	width: 903px;
	margin: 0 auto;
}

#contents p {
	font-size: small;
	line-height: 1.5;
}

.box	{
	font-size:small;
	margin:20px 20px 0px 20px;
}

.box h2	{
	color:#97b000;
	font-size:medium;
	line-height:150%;
	padding:5px 0 0 10px;
	border-left:#97b000 3px solid;
	margin-bottom:15px;
}

.box h3	{
	color:#97b000;
	font-size:105%;
	padding-top:10px;
	margin-bottom:10px;
}

.box h4	{
	color:#99cc00;
	font-size:small;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
}


/* index */
/*topics*/
#topics	{
width:258px;
font-size: 90%;
margin:15px 0 0 0;}

#topics ul	{
list-style:none;
margin:0;
padding:0;
background:#fff;}

#topics li	{
font-size:80%;
line-height:1.45em;
margin:10px 0 10px 10px;
padding:0 5px 0 10px;
background: url(../img/pattern01.gif) repeat-y left top;}

#topics h3	{
font-size:85%;
color:#333;
margin:5px 0 0 5px;}


/*blog*/
#blog	{
width:240px;
border: #e2e2e2 5px solid;
}

#blog h3 {
	padding: 10px 0 0 10px;
	text-align:left;
	font-size:80%;
	color: #333;
}

#blog ul	{
list-style:none;
margin:0;
padding:0;
background:#fff;
}

#blog li	{
	text-align:left;
	font-size:75%;
	line-height:1.45em;
	margin:10px 0 10px 10px;
	padding:0 5px 0 10px;
	background: url(../img/pattern01.gif) repeat-y left top;
}

span.blog_color {
	color: #97b000;
}


/* prof */
#prof th {
	font-size:small;
	width:95px;
	padding:10px 10px;
	border-bottom:#CCCCCC 1px dashed;
}

#prof td {
	font-size:small;
	padding:10px 10px;
	border-bottom:#CCCCCC 1px dashed;
}

#prof_left{
	width:370px;
	margin-right:15px;
	float:left;
}

#prof_right{
	width:230px;
	float:left;
}


/* books */
#books th {
	text-align:center;
	width:150px;
	padding:20px 10px;
}

#books td {
	font-size:small;
	padding:20px 10px;
}


/* footer */
#footer {
	background-color:#97b000;
	width: 903px;
	margin: 0 auto;
	padding: 15px 0;
	color: #ffffff;
	text-align: left;
	font-size: 63%;
	line-height: 1.6;
}

#footer p { margin-left: 15px;}


/* float */
.clear { clear: both;}
.fltL { float: left;}
.fltR { float: right;}

/* margin */
.mgnT10 { margin-top: 10px;}
.mgnT30 { margin-top: 30px;}
.mgnB6 { margin-bottom: 6px;}
.mgnB8 { margin-bottom: 8px;}
.mgnB10 { margin-bottom: 10px;}
.mgnB15 { margin-bottom: 15px;}
.mgnB20 { margin-bottom: 20px;}
.mgnB30 { margin-bottom: 30px;}

/* width */
.wid300 { width: 300px;}
.wid450 { width: 450px;}
.wid650 { width: 650px;}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* text color */
.color1 {color: #33496c}
.color2 {color: #3366cc}

/* text align */
.center {text-align:center}
.right {text-align:right}

/*bottom_line*/
.line {
	margin-bottom: 15px;
	padding-bottom: 16px;
	background: url(../img/line001.gif) repeat-x left bottom;
}


