@charset "Shift_JIS";

/* ===================================================
base.css for all pages, all browser(excet IE4,NN4)

 01.BASE

 02.DESIGN STRUCTURE

 03.DOCUMENT STRUCTURE

 04.NAVIGATION

 05.LINKTEXT DECOTAIOTN

 06.EACH

 07.FORM MODULES  

 08.FLASH
 
==================================================== */

/* 01 BASE
---------------------------------------------------- */

* { margin: 0; padding: 0; }
/*\*/ a { overflow:hidden; }/**/

body{
	font-size:13px;
	*font-size:small;
	*font:x-small;	
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	color:#000;
	text-align:center;
}

table { font-size:inherit; font:100%; }

hr{ display:none; }

ul,ol { list-style-type: none; }

img{ border:0; margin:0; padding:0; vertical-align:bottom; }

.clear{ clear:both; height:1px; overflow: hidden; }


/* 02 DESIGN STRUCTURE
---------------------------------------------------- */

#wrapper{
	width:800px;
	margin:auto;
	text-align:left;
}

#header{ overflow:hidden; }	

#header:after { content:""; display:block; clear:both; height:1px; overflow:hidden; }

/*\*/
* html #header { height:1em; overflow:visible; }
/**/

#header h1{
	float:left;
	padding:14px 0 0 0;
	font-size:85%;
	font-weight:normal;
}	

#header p{
	float:right;
	padding:20px 0 0 0;
}	




#contentArea{
	width:550px;
	float:left;
	margin:26px 0 40px 0;
}	

#informationArea{
	width:250px;
	float:right;
	margin:26px 0 40px 0;
}	

#blogHeadlineArea{ padding-left:30px; }

#blogHeadlineArea dd{
	background-color:#FAFBF9;
	border:solid 1px #D5DACA;
	border-top:none;
	padding:10px;
}	

#blogHeadlineArea li{
	background:url(../images/common/arrow_01.gif) no-repeat 0 0.3em;
	padding-left:13px;
	margin-bottom:4px;
}

#blogHeadlineArea p{
	text-align:center;
	margin-top:15px;
}	

#bannerArea{ padding-left:30px; }

#bannerArea li{
	margin-bottom:10px;
}	


#footer{
	clear:both;
	padding:10px 0 30px 0;
	border-top:solid 3px #40B116;
	overflow:hidden;
}

#footer:after { content:""; display:block; clear:both; height:1px; overflow:hidden; }

/*\*/
* html #footer { height:1em; overflow:visible; }
/**/

#footer p{
	float:left;
}

#footer address{
	float:right;
	font-style:normal;
	font-size:85%;
	text-align:right;
	line-height:1.6em;
}		

#footer address span{ font-family:Arial, Helvetica, sans-serif; color:#40B116; font-weight:bold;}

.commonUlList{
	list-style-type:disc;
	margin:15px 0 0 15px;
}

.commonUlList li{
	padding-bottom:5px;
}		

.commonTable{
	margin-top:20px;
}

.commonTable th{
	width:100px;
	text-align:left;
	font-weight:normal;
}

.commonTable th , .commonTable td{
	font-size:95%;
	padding:5px 5px 5px 0;
	vertical-align:top;
}

.commonDl{ margin-top:15px; }

.commonDl dt{
	color:#40B116;
	width:40px;
	float:left;
	margin-bottom:5px;
}
.commonDl dd{
	margin-left:40px;
	margin-bottom:5px;
}


/* 03 DOCUMENT STRUCTURE
---------------------------------------------------- */

p , li , dt , dd{ font-size:95%; line-height:1.4em;}

.paragraph{ margin-top:15px; }

.leadText{
	font-size:110%;
	font-weight:bold;
	color:#40B116;
	margin-top:15px;
}

.h2Blog{ padding-left:30px; }

h3{
	border-bottom:solid 1px #C2C2C2;
	border-left:solid 5px #40B116;
	color:#40B116;
	font-size:95%;
	padding:2px 5px;
	margin-top:20px;
}	



h4{
	background:url(../images/common/bgimg_h4.gif) 0 0;
	color:#FFF;
	font-size:95%;
	padding:2px 5px;
	margin-top:15px;
}	

.imgRight{
	margin:15px 0 0 10px;
	float:right;
}	

.strongText{
	font-size:122%;
	color:#40B116;
}	

/* 04 NAVIGATION
---------------------------------------------------- */	

#mainNaviArea{ margin-top:10px; }

#mainNaviArea li{ float:left;  position: relative; }


#mainNaviArea ul { 
	display: none; 
	position: absolute; 
	left: -1px; 
	top:48px; 
	width:200px;
 }
* html #mainNaviArea ul { line-height: 0; } /* IE6 "fix" */
#mainNaviArea ul a { zoom: 1; } /* IE6/7 fix */

#mainNaviArea ul li {
	float: none;
}	

/* 05 LINKTEXT DECOTAIOTN
---------------------------------------------------- */

a{ color:#000; text-decoration:none; }
a:hover{ color:#40B116;  }


/* 06.EACH
---------------------------------------------------- */

.entryArea{
	background:url(../images/each/bgimg_blogHeader.gif) no-repeat 0 0;
	width:550px;
	padding-top:5px;
	margin-bottom:20px;
}	

.entryArea h3{
	background:url(../images/each/bgimg_blogTitle.gif) repeat-y 0 0;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
	margin:0 5px;
	padding:5px;
	border:none;
}

	
.entryArea .date{
	text-align:right;
	font-size:85%;
	font-weight:bold;
	color:#40B116;
	margin:5px 20px 0 0;
}

.entryArea div{
	background:url(../images/each/bgimg_blogBody.gif) repeat-y 0 0;
}	

.entryArea .textArea{
	background:url(../images/each/bgimg_blogFooter.gif) no-repeat 0 100%;
	padding:0 20px 20px 20px;
}

.entryArea .textArea p{
	margin-top:15px;
}	

.profPhoto{
	float:right;
	margin-top:20px;
}

.profileArea{
	margin-right:235px;
}		

.profileArea .name{
	font-size:150%;
	font-weight:bold;
	margin-top:20px;
	text-align:left;
}	

.floatArea{ margin-right:240px; }

.introTitle{ margin-top:25px; }
.introArea{
	padding:15px;
	background:url(../images/each/img_introduction_02.jpg) no-repeat 0 100% #fffff1;
}

.introArea table{border-top:1px dotted #f0af46; margin-top:15px; }

.introArea th{
	text-align:center;
	color:#ef7c2f;
	padding:3px;
	border-bottom:1px dotted #f0af46;
	background-color:#f2e1c4;
	font-size:95%;
	width:100px;
}

.introArea td{ padding:3px 10px; border-bottom:1px dotted #f0af46;font-size:95%;}
.introArea .strongText{ color:#ef7c2f; }

.nameArea{ margin-top:15px; text-align:right; }
