﻿/* CSS Document */
html{
    height:100%;
}

body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,div,table {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style:none;
}

body {
	height:100%;
	font-size:75%;
	color:#666666;
	background-color: #F2F2F2 !important;
	background-image: none !important;
}

img {
	border:none;
}
.clear {
	clear: both;
	width: 100%; /* for IE6,7 */
	font-size:0;
	line-height:0;
}

a:link {
	color:#2DA6A8;
}
a:visited {
    color:#2DA6A8;
}
a:hover {
    color:#34BDBF;
}

/* 全体 */
* html div#container{
    height:100%;
}

#container{
	width:860px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 15px;
    position:relative;
    min-height: 100%;

}

body > #container {
      height: auto;
}

#left_area{
	width:200px;
	height:auto;
	float:left;
	margin-right:10px;
    padding-bottom:155px;
}

#content{
	width:650px;
	height:auto;
	float:left;
    padding-bottom:155px;
}

/* ヘッダ */
#header{
	width:860px;
	height:112px;
	border-top:4px #A72C29 solid;
}

#header a#logo{
	display:block;
	margin:5px 10px 5px 0;
	width:75px;
	float:left;
}
#header a#logo img{
	text-decoration:none;
}
#header h1{
	display:block;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	line-height:140%;
	margin:16px 0;
	float:left;
}

/*#header h1{
	margin:5px 10px 5px 0;
	float:left;
}

#header p#catch{
	float:left;
	text-align:left;
	line-height:140%;
	margin:16px 0;
}*/

#header div.header_right{
	width:422px;
	height:46px;
	margin:10px 0;
	float:right;
}

ul#assist_navi{
	width:287px;
	height:14px;
	margin:16px 0;
	float:left;
}

ul#assist_navi li{
	margin:0 0 0 9px;
	float:left;
	list-style:none;
}

#header p {
	text-align:right;
	margin-left20px;
}

/* グローバル */
ul#global_navi{
	width:860px;
	height:42px;
	clear:both;
	margin:0;
	padding:0;

}

ul#global_navi li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

/* ローカル */
ul.local_navi{
	width:200px;
	border-top:3px #696969 solid;
	border-bottom:1px #D9D9D9 solid;
	margin-bottom:10px;
}

ul.local_navi li{
	background-color:#F2F2F2;
	text-indent:11px;
}

ul.local_navi li p,ul.local_navi li p a{
	font-weight:bold;
	color:#AA3330;
	padding:10px 0;
}

ul.local_navi li ul li p{
	color:#666666;
	font-weight:normal;
}

ul.local_navi li ul li p a{
	color:#2DA6A8;
	font-weight:normal;
}

ul.local_navi li ul li p a:visited{
	color:#2DA6A8;
}

ul.local_navi li ul li p a:hover{
    color:#34BDBF

	}
	
ul.local_navi li ul li{
	border-top:1px #D9D9D9 solid;
	background-color:#FFFFFF;
	text-indent:26px;
	background-image:url(../images/point01.gif);
	background-position:11px 11px;
	background-repeat:no-repeat;
}

ul.local_navi li ul li ul li{
	border-top:1px #999999 dotted;
	background-color:#FFFFFF;
	text-indent:36px;
	background-image:url(../images/point02.gif);
	background-position:25px 13px;
}

#left_area p img{
	margin-bottom:8px;
}

/* コンテンツ */

p#topicpath{
margin:29px 0 20px 0;
}

h2{
	border-top:3px #A9312E solid;
	padding:10px 0;
	border-bottom:1px #CCCCCC dotted;
}

#content p{
	line-height:150%;
	margin:10px;
}

h3{
margin:10px 0 0 0;
	font-size:110%;
	font-weight:bold;
	background-color:#F2F2F2;
	border-top:2px #D9D9D9 solid;
	padding:5px 10px;


}
ul#sitemap{
margin:20px 10px 0 40px;
}

ul#sitemap li{
list-style:none;
margin-left:20px;
line-height:150%;
background-image:url(../images/point02.gif);
background-repeat:no-repeat;
background-position:0px 6px;
padding-left:10px;
}

ul#sitemap li ul{
margin-top:10px;
}
ul#sitemap li ul li{
margin-bottom:10px;

}
ul#sitemap li ul li ul{
margin-top:0;
}
ul#sitemap li ul li ul li{
margin-bottom:0;
}


/* フッタ */
#footer{
	width:860px;
	height:155px;
	position:absolute;
	bottom:0px;
	text-align:right;
}

#footer div.pagetop img{
	margin:30px 10px 0 0;
	vertical-align:bottom;
}

#footer_menu{
	width:810px;
	height:34px;
	margin:0;
	padding:8px 25px;
	background-color:#F2F2F2;
	text-align:left;
	line-height:150%;
}

#copyright{
	width:810px;
	height:25px;
	margin:0;
	padding:15px 25px;
	background-color:#333333;
	text-align:left;
}

#copyright address{
	float:left;
}

#copyright small{
	float:right;
	line-height:25px;
	color:#CCCCCC;

}





