*{
	margin:0;
	padding:0;
	font-size: 12px;
	color: #222222;
	font-weight: lighter;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	
	
}

html{
	background-color:#EEEEEE;
	background-repeat: repeat-y;
}

#wrapper{
	width:800px;
	margin:0 auto;
	background-color: #FFFFFF;
	overflow:hidden;	
}

/*----------------------------------
ヘッダー
----------------------------------*/

#header{
	height:100px;
	width: 800px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

/*----------------------------------
メインビジュアル
----------------------------------*/

#main_visual{
	height: 300px;
	width: 800px;
	background-image: url(../images/main_visual.jpg);
	background-repeat: repeat;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 25px;	
}

/*----------------------------------
グローバルナビ
----------------------------------*/

#global_navi{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 5px;
	margin-bottom: 30px;
}

#global_navi a{
	display: block;
	}

#global_navi ul{
	list-style-type: none;	
	}

#global_navi li{

}

#global_navi #home{
	height: 50px;
	width: 200px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../images/home.jpg);
}

#global_navi #home:hover{
	height: 50px;
	width: 200px;
	background-image: url(../images/home_over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#global_navi #information{
	height: 50px;
	width: 200px;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#global_navi #information:hover{
	height: 50px;
	width: 200px;
	background-image: url(../images/info_over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#global_navi #time{
	height: 50px;
	width: 200px;
	background-image: url(../images/time.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#global_navi #time:hover{
	height: 50px;
	width: 200px;
	background-image: url(../images/time_over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#global_navi #access{
	height: 50px;
	width: 200px;
	background-image: url(../images/access.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#global_navi #access:hover{
	height: 50px;
	width: 200px;
	background-image: url(../images/access_over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*----------------------------------
コンテンツ(左側)
----------------------------------*/


#contents{
	width: 580px;
	float: right;
	margin-bottom: 50px;


}
/*----------------------------------
サブコンテンツ(右側上)
----------------------------------*/


#sub_contents{
	width: 580px;
}

#sub_contents h5{
	width: 561px;
	text-indent: -9999px;
	height: 35px;
	background-repeat: no-repeat;
	margin-left: 15px;
	display: block;
	
	margin-bottom: 30px;
	background-image: url(../images/information.jpg);
	margin-right: 5px;
}

#sub_contents p{
	line-height: 20px;
	margin-left: 40px;
	
	margin-top: 20px;
}

/*----------------------------------
メインコンテンツ(下)
----------------------------------*/
#main_contents{
	width: 580px;
}

#main_contents h2{
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 561px;
	margin-left: 15px;
	background-image: url(../images/main_contents.jpg);
	margin-bottom: 30px;
	margin-right: 5px;
}


#main_contents h3{
	background-image: url(../images/main_contents_time.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 136px;
	width: 561px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 22px;
}
#main_contents p{
	line-height: 40px;
	margin-left: 40px;
}
/*----------------------------------
フッター
----------------------------------*/
#footer{
	width: 800px;
}



#footer p{
	height: 80px;
	width: 800px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
	margin-bottom: 5px;
	
}

#footer span{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: lighter;
	text-align: right;
	display: block;
	margin-right: 5px;
	color: #33CC00;
	
}

/* CSS Document */
