@charset "utf-8";
/* CSS Document */
/*reset*******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
/*h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}*/
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*common*******************/

body{
	background:url(../images/common/bg.jpg) repeat-x;
	line-height:130%;
	color:#666;
	font-size:12px;
}

#wrapper{
	width:850px;
	margin:0 auto 0 auto;
}

#header{
	height:100px;
	background:url(../images/common/head_bg.jpg) no-repeat;
	position:relative;
}

#menu{
	padding:15px;
	height:30px;
}

h1{
	display:block;
	position:absolute;
	color: #009900;
	font-size: 12px;
	text-align: left;
	width: 440px;
	height: 38px;
	top: 31px;
	left: 291px;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 0.2em;
}

/*---------------------------------------------------*/

a#GoIndex{
	display:block;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	width: 279px;
	height:99px;	
	top: 0px;
	left: 0px;
}

a#GoIndex:hover{
	text-decoration: none;
	background:url(none) no-repeat 0 0;
}

a#GoKennkyuukai{
	display:block;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	width: 199px;
	height:39px;	
	top: 51px;
	left: 576px;
}

a#GoKennkyuukai:hover{
	text-decoration: none;
	background:url(none) no-repeat 0 0;
}
a#GoG8{
	display:block;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	width: 67px;
	height:93px;	
	top: 3px;
	left: 780px;
}

a#GoG8:hover{
	text-decoration: none;
	background:url(none) no-repeat 0 0;
}

/*---------------------------------------------------*/
#Global{
	position:relative;
		}
		
#GlobalMenu{
	display:block;
	padding:8px 0;
	overflow:hidden;
	position:absolute;
	top:-76px;
	left: 0px;
	width:944px;
	height:24px;
	color: #ffffff;
	font-size: 110%;
	letter-spacing: 0.2em;
	text-align: left;
}
*:first-child+html #GlobalMenu{
	left:0px;
}

#GlobalMenu a{
	color: #3EB134;
	padding: 10px 5px;
	text-decoration:none;
}

#GlobalMenu a:hover{
	background: #3EB134;
	color:#fff;
	padding: 10px 5px;
}

#flashContent{
	width: 100%;
	margin: 0px auto 90px auto;
	text-align: center;
}

#main{
	margin-top: 10px;
	padding-bottom:10px;
}

a:link{
	color:#3EB134;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
	text-decoration:none;
}
a:visited{
	color:#3EB134;
}
a:active{
	color:#FF9900;
}

/*  ----- left box -----  */
#MainLeftBox{
	width: 580px;
	float: left;
	margin-left: 5px;
	text-align: left;
}

#MainLeftBox h2{
	background: url(../images/body/main_left_h2_bg.gif) 0 0 no-repeat;
	font-weight: bolder;
	font-size: 15px;
	color: #3EB134;
	padding: 6px 0 6px 0;
	text-indent: 0.5em;
}

#content{
	margin:10px auto;
	border-top:1px solid #AACE35;
	border-bottom:5px solid #E0F0B2;
	padding:10px;
	float:left;
}

.Introduction{
	margin: 5px 10px 5px 3px;
	padding: 5px;
	border-bottom:1px dotted #ccc;
}

.Introduction span{
	font-weight: bolder;
}

#tbl1{
	margin-top:10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E0F0B2;
	border-left-color: #E0F0B2;
}

#tbl1 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0F0B2;
	border-bottom-color: #E0F0B2;
	padding: 5px;
}

#tbl1 th{
	border-right: 1px solid #E0F0B2;
	border-bottom: 1px solid #E0F0B2;
	padding: 5px;
	background:url(../images/body/blog_title_bg.jpg) repeat-x #eee;
	font-weight: normal;
	text-align: left;
}

#tbl1 th a:link{
	text-decoration:underline;
	color:#3EB134;
}

#tbl1 th a:visited{
	text-decoration:underline;
	color:#3EB134;
}

.BannerSpace{
	text-align:center;
	margin:10px auto;
	padding:5px 0 10px 0;
	border-bottom:5px solid #E0F0B2; 
}
.EventBox{
border-bottom:1px solid #aaa;
padding:5px;
margin-right:10px;
float:left;
width:260px;
}

.EventBox dl{
margin:0;
padding:0;
}

.EventBox dt{
margin:0;
padding:3;
border-bottom:1px dotted #aaa;
}

.EventBox dd{
text-align:left;
margin:0;
padding:5px 3px;
}


/*  ---- right box ----  */
#MainRightBox{
	width: 240px;
	float: right;
	margin-right: 5px;
	text-align: center;
}

#MainRightBox h2{
	background: url(../images/body/main_right_h2_bg.gif) 0 0 no-repeat;
	font-weight: bolder;
	font-size: 15px;
	text-align: left;
	color: #3EB134;
	padding: 6px 0 6px 0;
	text-indent: 2em;
	margin-bottom:10px;
}

#MainRightBox p{
	padding: 5px;
	line-height: 1.6em;
}


/*  ---- footer ----  */
#footer{
	padding:20px;
	text-align: center;
	font-size: 80%;
	color: #999999;
	margin: 15px auto;
	letter-spacing: 0.1em;
	border-top:5px solid #3EB134;
	position:relative;
}

#footer a{
	color: #666666;
}

#footer a:hover{
	color: #333333;
}

.copyright{
	color: #525252;
	font-size: 84%;
	letter-spacing: 0.1em;
}



/*-----------------------------------------------------------------
	
-----------------------------------------------------------------*/
.plan	{
	border-collapse:collapse;
	}
.plan td	{
	padding:5px;
	border:#cccccc solid 1px;
	}
	
/*-----------------------------------------------------------------
	kennkyuukai
-----------------------------------------------------------------*/
.tx_table	{
	
	}
.tx_table th	{
	background-color:#edffdb;
	padding:5px;
	font-weight:bold;
	}
.tx_table td	{
	padding:3px;
	}
.topic	{
	color:#3EB134;
	font-weight:bold;
	}
.red	{
	color:#FF0000;
	font-weight:bold;
	}
.green	{
	color:#009900;
	font-weight:bold;
	}
	
/*-----------------------------------------------------------------
	eigyo
-----------------------------------------------------------------*/
#GoEigyo a{
	display:block;
	width: 137px;
	height:49px;
	background-image:url(../images/common/eigyo.jpg);
	position:absolute;
	left: 694px;
	top: 25px;
}
/*-----------------------------------------------------------------
	support
-----------------------------------------------------------------*/
.supportList	{
	margin:0 0 0 30px;
	}	
.supportList li	{
	margin:8px 0;
	padding:0 0 0 15px;
	background-image:url(../images/body/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	}	
/*-----------------------------------------------------------------
	entry
-----------------------------------------------------------------*/
.entryList	{
	margin:20px 0 0 20px;
	}	
.entryList dt	{
	margin:15px 0 8px;
	padding:0 0 0 10px;
	background-image:url(../images/body/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	color:#3EB134;
	font-weight:bold;
	}	
.entryList dd	{
	margin:8px 0;
	padding:0 0 0 15px;
	background-image:url(../images/body/arrow02.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	}	
