@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}

body{
	background-color: #FFF;
	text-align: center;
	margin:0px;
}

#container {
	width: 940px;
	margin:0px auto;
	text-align: center;
}

/* --------------------------------------------------------*/
/* Header Layout ------------------------------------------*/
#header{
	height:120px;
	width:910px;
	margin:0px auto;
	text-align:left;
}

#header p{
	margin: 0px;
	visibility: hidden;
	font-size: x-small;
 *font: 10px; /* IE 6以下 */
}

.hlogo{
	width:419px;
	height:57px;
	float:left;
	background: url(../images/index_logo.gif) no-repeat;
	margin:26px 0px 0px 0px;
}

.hmenu{
	width:123px;
	height:13px;
	float:right;
	margin: 62px 0px 0px 0px;
	background: url(../images/index_about.gif) no-repeat;
}
.hmenu a{
	display:block;
	width:123px;
	height:13px;
}

/* --------------------------------------------------------*/
/* Contents Area Layout -----------------------------------*/

#main{
	width:910px;
	margin:0px auto;
	clear:both;
	text-align: center;
}

/* Left Area Layout ------*/
#al{
	display: block;
	width:690px;
	float:left;
	margin:0px 0px 10px 0px;
	text-align:left;
	font-size: small;
*font: x-small; /* IE 6以下 */
 font-weight:bold;
}

/* Right Area Layout ------*/
#ar{
	display: block;
	width:200px;
	float:right;
	margin:0px 0px 20px 0px;
	text-align:left;
	font-size: small;
*font: x-small; /* IE 6以下 */
line-height:150%;
}

/* --------------------------------------------------------*/
/* Footer Layout ------------------------------------------*/

#footer {
	clear: both;
	width:940px;
	border-top: 1px solid #000000;
 padding: 5px 0px 30px 0px;
	text-align: right;
}

#footer p {
	font-size: small;
*font: x-small; /* IE 6以下 */
padding-right:5px;
}

/* --------------------------------------------------------*/
/* Left Contents ----------------------------------------*/

.title01 {
	display: block;
	width:690px;
	height:25px;
	background: url(../images/index_menu01.gif) no-repeat;
	margin:0px 0px 0px 0px;
	clear:both;
}

.title02 {
	display: block;
	width:690px;
	height:25px;
	background: url(../images/index_menu02.gif) no-repeat;
	margin:0px 0px 0px 0px;
	clear:both;
}

.title03 {
	display: block;
	width:690px;
	height:25px;
	background: url(../images/index_menu03.gif) no-repeat;
	margin:0px 0px 0px 0px;
	clear:both;
}

h1 {
	visibility: hidden;
	font-size: x-small;
 *font: 10px; /* IE 6以下 */
	margin:0px;
}

.lv1, .lv2, .lv3, .lv4 {
 padding-right: 10px;
 padding-left: 10px;
}

.list-left{
	margin: 15px 0px 5px 10px;
	float:left;
	width:220px;
	}

.list-center{
	margin: 15px 0px 5px 5px;
	float:left;
	width:220px;
	}

.list-right{
	margin: 15px 0px 5px 5px;
	float:left;
	width:220px;
	}

ul{
	list-style: none;
	margin: 0px;
	width:220px;
	}

li{
	list-style: none;
	width:200px;
	padding: 0px 0px 10px 10px;
	margin:0px;
	line-height:115%;
	background: url(../images/arrow.gif) no-repeat left top;
}


/* --------------------------------------------------------*/
/* Right Contents -----------------------------------------*/

.info {
	display: block;
	width:200px;
	height:25px;
	background: url(../images/index_info.gif) no-repeat;
	margin:0px 0px 5px 0px;
}
.info p{
	visibility: hidden;
	font-size: x-small;
 *font: 10px; /* IE 6以下 */
	margin:0px;
}

.area-orange {
	display: block;
	margin-top: 15px;
	padding:10px;
	font-size: small;
*font: x-small; /* IE 6以下 */
	background-color: #ff944c;
	color: #FFFFFF;
 }

.area-orange a{
 	color: #FFFFFF;
		text-decoration:underline;
}
/* --------------------------------------------------------*/
/* Common Class - Layout ----------------------------------*/

/* Links --------------------------*/
/* 通常時リンクカラー */
a {
	color: #0066FF;
	text-decoration: none;
}
/* 訪問済みリンクカラー */
a:visited {
	color: #336699;
	text-decoration: none;
}
/* マウスを上に重ねた時リンクカラー */
a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* クリックした時リンクカラー */
a:active {
	color: #003399;
	text-decoration: none;
}