<html>
<head>
	<title>Untitled</title>
</head>
<body>@charset "Shift_JIS";

/*============================================
ページ全般の説明
============================================*/
* {
	margin: 0; padding: 0; 	/*全要素のマージン・パディングをリセット*/
	line-height: 1.2;	/*行間*/
	color: #333333;	/*文字色*/
	font-family: 'MS Pゴシック', 'MS PGothic', sans-serif;	/*フォント*/
}
 
 
body {
	text-align: center;		/*IE6以下でセンタリングするための対策*/
	overflow-y: scroll;		/*常に縦スクロールバーを表示する（ページ切替時のズレ防止）*/
	font-size: 90%;
}


/*IE6のセンタリング用*/
.wrapper {
	text-align: center;
}

/*============================================
ヘッダ(タイトル部分)
============================================*/
#headerbg{
	background-image: url("../images/bg_header.png");
	background-repeat: repeat-x;
}


#header {
	width: 920px;
	height: 144px;
	margin:0 auto; 
	padding-top: 8px;
	padding-bottom: 8px;
}


#title{
	float: left;
	display: block;
	text-align: left;
	height: 60px;
}


#sitemap{
	padding: 47px 30px 2px 0px;
	text-align: right;
}

#sitemap a{
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	text-decoration: none;
}


/*============================================
メインメニュー
============================================*/
#mainmenu {
	margin: 0 auto;
	display: inline;
	}
	
#menu_left {
	float: left;
	width: 8px; height: 58px;
	background-image:url("../images/bg_menu00.png");
	background-repeat: no-repeat;
	}

#menu li{
	float: left;
	display: inline;
	list-style-type: none;
}


li#menu01 a,li#menu02 a,li#menu04 a,li#menu06 a,li#menu07 a{
	width: 150px;
	background-image:url("../images/bg_menu01.png");
	background-repeat: no-repeat;
	color: #ffffff;
	padding-top: 19px;
	padding-bottom: 20px;
	font-size: 115%;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

#menu_right{
	float: left;
	display: inline;
	width: 8px; height: 58px;
	background-image:url("../images/bg_menu02.png");
	background-repeat: no-repeat;
	}


#menu a {
	display: block;
	text-align: center;
	text-decoration:none; 
}


#menu li a:hover {
	width: 145px;
	background-image:url("../images/bg_menu01_over.png");
	color: #ffffff;
}

/*============================================
コンテンツ表示部分
============================================*/
#pagebody {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

/*============================================
フッター
============================================*/
#footerbg{
	clear: both;
	background-image: url("../images/bg_footer.png");
	background-repeat: repeat-x;
	}


#footer{
	width: 900px; height: 140px;
	margin: 0 auto;
	list-style:none;
	text-align: right;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	}

	
#footer ul{
	margin: 0px 12px 0px 0px;
	padding-top: 15px;
	}

	
#footer li {
	display: inline;
	padding-right: 6px;
	}
	
#footer li a{
	text-decoration: none;
	}

	
#footer p{
	margin: 7px 10px 3px 0px;
	text-align: right;
	color: #767676;
	line-height: 1.2;
	font-size: 90%;
	}


/*著作権表示*/
address {
	text-align: center;
	font-style:normal;
	margin-top: 15px;
	padding: 5px;
	color: #a2a2a2;
	font-size: 80%;
	}


/*============================================
要素全般
============================================*/
/*段落の位置（右・中央・左）*/
.right{
	text-align: right;
	margin: 20px 0px 0px 0px;
	}


.left{
	text-align: left;
	}


.center{
	text-align: center;
	}

/*取消線つきテキスト*/
.cancel{
	text-decoration: line-through;
	color: #808080;
	}
	
/*====================================
リンクの設定
=====================================*/
a:visited {
	color: #344e90;
	text-decoration: underline;
}


a:link {
	color: #344e90;
	text-decoration: underline;
}


a:hover {
	color: #eb5910;
	text-decoration: none;
}


a img {
    border-style:none;
}
</body>
</html>
