﻿@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	color:#333;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

.clear {
  clear:both;
		}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:100%;
	background-image: url(img/header_back.jpg);
	background-repeat: repeat-x;
	height: 348px;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background-image: url(img/header.jpg);
	height: 348px;
	background-repeat: no-repeat;
	width: 842px;
}

#header h1 {
	padding:10px 0 10px 10px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","serif";
	color: #FFFFFF;
	float: left;
	width: 426px;
}

#header p#siteDescription {
	padding:0 15px 10px 30px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width:814px;
	margin-bottom:15px;
	padding:1em;
	background:#000000;
	color: #FFFFFF;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:100%;
	background-image: url(img/main_back.jpg);
	background-repeat: repeat-x;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	padding:5px;
}

#contents #main {	/* IE6p */
	float: left;
	width: 402px;
	margin-right: 10px;
}


/* __sub
------------------------------------------*/

#sub {
	width:814px;
	padding:10px;
	border: solid 1px #CCC;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	color:white;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:5px;
	background:white;
	border:1px solid #999;
}

#sub ul li {
	padding:5px 10px;
}
#header ul {
	width: 330px;
	height: 34px;
	background-image: url(img/btn_back.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	float: right;
}
#header li {
	float: left;
}
#header li a:hover {
 background-position:bottom;
}
#header #btn_1 a {
	background-image: url(img/btn_1.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_2 a {
	background-image: url(img/btn_2.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_3 a {
	background-image: url(img/btn_3.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#header #btn_5 a {
	background-image:url(img/btn_6.jpg);
	width: 110px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}
#main #news {
	border: solid 1px #CCC;
	width: 375px;
	padding: 10px;
	height: 293px;
	overflow: auto;
}
#main #news dl {  
 width:95%;  
}  

#main #news dt {
	float:left;
	width:30%;
	clear:both;
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	border-left: solid 3px #FF6600;
	padding-left: 10px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}  

#main #news dd {
	width:40%;
	margin-left:30%;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}  
#contentsin {
	width: 842px;
	background-image: url(img/content_back.jpg);
	background-repeat: repeat-x;
	padding-top: 45px;
}
h2 {
	margin: 0;
	height: 44px;
}
#footer a {
	color: #FFFFFF;
}
#btnarea {
	margin: 0 auto;
	clear: both;
	width: 814px;
	padding: 25px 0;
}
