@charset "shift_jis";

/*ページ全体----------------------------------------*/
body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

#wrapper {
	width: 782px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0px 0px 0px 1px;
	background: url(./img/background.gif) repeat-y;
}

a:link, a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active{
	color: #3399FF;
	text-decoration: underline;
}

h2{
	font-size: 12px;
	text-indent: -9999px;
}


/*ヘッダ----------------------------------------*/
#header{
	display: block;
	position:relative;
	width: 780px;
	height: 57px;
	top:0px;
	left:0px;
	position: relative;
}

#header img.line01{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header img{
	position: absolute;
	top: 10px;
	left: 10px;
}

#header h1.sitename{
	display: block;
	position: relative;
	font-size: 16px;
	color: #339933;
	top: 10px;
	left: 580px;

}

#header ul.submenu{
	margin: 0px;
	padding: 0px;
}

#header ul li{
	display: block;
	float: left;
	margin-right: 0;
	padding: 0;
	text-indent: -9999px;
}

#header ul li a.sitemap{
	position: absolute;
	width: 67px;
	height: 15px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	top: 35px;
	left: 540px;
	background: url("./img/sitemap01.jpg") no-repeat left top;
}

#header ul li a:hover.sitemap{
	color: #0000FF;
	text-decoration: underline;
	background: url("./img/sitemap02.jpg") no-repeat left top;
}

#header ul li a.manifest{
	display:block;
	position: absolute;
	width: 73px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 35px;
	left: 617px;
	background: url("./img/manifest01.jpg") no-repeat left top;
}

#header ul li a:hover.manifest{
	color: #0000FF;
	text-decoration: underline;
	background: url("./img/manifest02.jpg") no-repeat left top;
}

#header ul li a.info{
	display:block;
	position: absolute;
	width: 71px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 35px;
	left: 700px;
	background: url("./img/info01.jpg") no-repeat left top;
}

#header ul li a:hover.info{
	color: #0000FF;
	text-decoration: underline;
	background: url("./img/info02.jpg") no-repeat left top;
}

#header img.line02{
	position: absolute;
	top: 55px;
	left: 0px;
}


/*メニュー----------------------------------------*/
#menu{
	display:block;
	position:relative;
	widows: 780px;
	height: 15px;
}

#menu ul{
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
	height:30px;
}

#menu li{
	width: 130px;
	height: 30px;
	list-style-type:none;
	float: left;
}

#menu li a{
	display: block;
	width: 130px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}    
	
#menu li#home a{
	background-image: url(./img/menu_home.gif);
}

#menu #practice a{
	background-image: url(./img/menu_practice.gif);
}

#menu #report a{
	background-image: url(./img/menu_report.gif);
}

#menu #activity a{
	background-image: url(./img/menu_activity.gif);
}

#menu #bbs a{
	background-image: url(./img/menu_bbs.gif);
}

#menu #member a{
	background-image: url(./img/menu_member.gif);
}

#menu li a:hover{
	background-position: 0 -30px;
}

/*イメージ写真----------------------------------------*/

#photo {
	display: block;
	position: relative;
	width: 780px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#photo img{
	display: block;

}

#line {
	display: block;
	position: relative;
	width: 780px;
	height: 1px;
	float: left;
}

#line img{
	display: block;
}


/*ページ本体----------------------------------------*/
#pagebody{
	width: 780px;
	margin: 0px;
	color: #666666;
	float: left;
}


/*新着ニュース----------------------------------------*/
#news{
	float: left;
	width: 200px;
	margin: 10px 5px 0px 5px;
}

#news h2{
	margin: 0px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_news.gif") no-repeat;
}

#news p{
	margin: 5px 10px;
	line-height: 1.4em;
}

/*コンテンツ----------------------------------------*/
#content{
	float: left;
	width: 345px;
	margin: 10px 5px 0px 5px;
}

#content h2.title_practice{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_practice.gif") no-repeat;
}

#content h2.title_report{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_report.gif") no-repeat;
}

#content h2.title_activity{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_activity.gif") no-repeat;
}

#content p{
	display: block;
	margin: 5px 10px;
	line-height: 1.4em;
}

#content p.pt{
	text-align: right;
}


/*サブコンテンツ----------------------------------------*/
#sub {
	float: right;
	width: 200px;
	margin: 10px 5px 5px 5px;
}

#sub h2.title_jfsnetwork{
	margin: 0px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_jfsnetwork.gif") no-repeat;
}


#sub p{
	text-align: center;
	margin: 5px 10px;
	line-height: 1.4em;
}

/*サブコンテンツ----------------------------------------*/
#link{
	clear: both;
	width: 780px;
}

#link h2.title_link{
	margin: 10px 5px 0px 5px;
	padding: 0px;
	color: #666666;
	height: 20px;
	background: url("./img/title_link.gif") no-repeat;
}

#link table{
	width: 770px;
	table-layout: fixed;
	margin: 5px 5px 0px 5px;
	font-size: 12px;
	color: #333333;	
}

#link td.c1{
	width: 120px;
	height: 45px;
	padding: 10px 0px 0px 0px;
}

#link td.c2{
	width: 260px;
	padding: 0px 5px 0px 0px;
}

/*フッター----------------------------------------*/
#footer{
	clear: both;
	width: 780px;
}

#footer p{
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#pagebody:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
