@charset "utf-8";

/*----------------------------------
基本設定
--------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/bg.jpg);
	font-size: 12px;
	color:#333;
}
img {
	border: 0px;
}

#container {
	margin: 0px auto;
	width: 765px;
	background-color:#fff;
}
	/*----- リンク設定 -----*/
	
	a:link {
		color: #555;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #555;
	}
	a:hover {
		text-decoration: none;
		color: #F90;
	}
	a:active {
		text-decoration: none;
		color: #555;
	}

	/*----- 見出し -----*/
	
	h1{
		font-size: 12px;
		color:#fff;
		width: 765px;
		margin: 4px auto 2px;
		font-weight:normal;
	}
	
	h2{
		width:513px;
		height:23px;
		background-image: url(../images/contents_title.gif);
		background-repeat:no-repeat;
		padding: 7px 0 0 20px;
		color: #666;
		font-size:15px;
		font-weight:nomal;
	}
	
	h2 strong{
		font-size:18px;
		font-weight:bold;
	}
	h3{
		font-size: 14px;
		background-image: url(../images/h3_bg.gif);
		background-repeat: no-repeat;
		text-indent: 44px;
		margin: 10px 0 0;
		padding: 10px 0 0;
		width: 520px;
		height: 31px;
	}
	h4{
		font-size: 12px;
		font-weight: bold;
		margin: 10px 0 0 20px;

	}

/*----------------------------------
ヘッダー
--------------------------------- */
#header {
	background-image:url(../images/head-logo.gif);
	background-repeat:no-repeat;
}


#header p {
	padding: 150px 14px 5px;
	line-height: 1.6em;
}

/*----- ヘッダーナビゲーション -----*/
#header ul {
	margin: 0 0 0 8px;
	width: 750px;
	list-style: none;
	overflow:hidden;
}
#header ul li{
	margin: 0;
	float: left;
	height: 26px;
	width: 107px;
}

/*----------------------------------
コンテンツエリア
--------------------------------- */
#contents_wrap {
	clear: both;
	width: 765px;
	margin: 14px 0;
}

/*----------------------------------
左エリア
--------------------------------- */

#left_area {
	float: left;
	width: 200px;
}

/*----- 左ナビゲーション -----*/

#left_area ul {
	margin: 0px 0px 8px 8px;
	list-style: none;
}
#left_area li {
	height: 40px;
	width: 196px;
}

#left_area p {
	padding: 4px 0 0 22px;
}
#left_area .l_title {
	color: #FFF;
	background-color: #aaa;
	padding: 5px 6px 5px 10px;
	height: 14px;
	width: 180px;
	margin: 10px 0 0 8px;
}
#left_area ul .submenu {
	list-style-type: none;
	margin: 0;
}

.submenu li{
	list-style-type: none;
}




/*----------------------------------
メインエリア
--------------------------------- */

#main_area {
	float: right;
	width: 533px;
	margin: 0 15px 10px 0px;
}

#main_area #contents{
	width:531px;
	border: 1px #999 solid;
	padding: 0 0 30px 0;
}

#main_area #contents p{
	width:478px;
	margin: 10px 14px 30px 38px;
	line-height: 1.8em;
}

#main_area #contents p img {
	padding: 0 0 0 10px;

}

/*----------------------------------
フッター
--------------------------------- */

#footer {
	clear: both;
	width: 765px;
	overflow: hidden;
}

#footer #f_navi{
	width: 740px;
	margin:10px auto;
	background-image:url(../images/foot_menu_b.gif);
	text-align:center;
	padding: 6px 0 8px 0;
}
#footer ul {
	list-style: none;
	margin: 6px;
}
#footer li {
	display:inline;
	color: #fff;
}

#footer li b {
	display:inline;
	color: #555;
	font-weight:normal;
}

#footer hr{
	width: 740px;
	margin: 10px auto;
	border-color: #ddd;
}

address {
	font-style: normal;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
	margin: 10px;
}
