@charset "UTF-8";



}

#box1 {
   position: absolute;
   top: 5px;
   left: 5px;
}


#box2 {
   position: relative;
   top: 0px;
   left: 0px;
}
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffe0;
	font-size:81.5%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:white;
	line-height:1.5;
}




html {
	overflow-y:scroll;
}

p {
	margin: 0px 0px 5px 0px;
}

li {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style:none;
	line-height:1.1;
	font-size: 100%;
	}

img{
	margin-right: 5px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom: 0px; 
	border:0;
}

table {
	margin-top: 7px;
	width: 100%
	}

th{
	padding: 5px 20px 0 0;
	text-align: left;
	vertical-align: top;
	width: 20%;
	width-space: nowrap;
	font-weight: normal;
	
}

td{
	padding: 5px 0px 0px 0px;
	text-align: left;
	vertical-align: left;
	width: 80%;
	font-weight: normal;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:black;
    text-decoration: none;
   }

a:link {
   color:blue;
}

a:visited {
   color:red;
}

a:hover {
   text-decoration: underline;
   color:#40e0d0;
}

a:active {
   color:blue;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:840px;
	margin:10px auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#ffffff;
}





/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width;
	margin-bottom:15px;
	padding:10px;
	background:#ffe4e1;
    color:#000000;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	font-size: 18px;
	line-height:1.1;
	border-left:1px solid navy;
}

#footer ul li#utilityhome {
	border-left:none;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:840px;
	float:left;
	margin-bottom:10px;
	
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width: 600px;
	padding: 10px;
	margin-top: 10px;
	background:#f0f8ff;
	color:#000000;
	background-image: url(images/main_title.gif);
	background-repeat: repeat-x;
}

#main img{
	paddeing-right: 5px;
	margin-bottom: 0px
	}

#main h2 {
   font-size: 190%;
   font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
   color: #000000;
   display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height: 1.1;
	border-left:5px solid blue;
	background-image: url(images/main_title.gif);
}

#main h3 {
   font-size: 150%;
   font-family: "MS P 明朝","ヒラギノ明朝 Pro W3",Sans-Serif;
   color: #000000;
   display:inline;
	line-height: 2;
	margin-bottom: 0px;
}
#main p {
   font-size: 135%;
   font-family: "MS P 明朝","ヒラギノ明朝 Pro W3";
   padding-bottom: 20px;
}

#main li{
	padding: 10px 10px 10px 10px;
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	
}
#main td{
	padding: 0px 4px 0px 0px;
	font-weight:bold;
	font-size:17px;
	vertical-align: middle;
	text-align: left;
}

/*-----------------------------------------
	__entry
-------------------------------------------*/
#entry th{
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 22%;
	font-weight: bold;
}

#entry li{
	padding: 5px 0px 10px 10px;
	font-size:17px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

#entry td{
	padding: 0px 0px 0px 0px;
	width: 80%;
}





/*----------------------------------------- 
	__sub
------------------------------------------*/

#sub {
	float:left;
	width:180px;
	padding:10px;
	margin-top: 10px;
	background:#dad5c2;
    font-size: 200%;
   color: #000000;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	width:170px;
	margin:0 0 20px;
	padding:5px;
	background:#ffffff;
	border: none;
}

#sub ul li {
   padding:5px 10px;
   font-size: 80%;
   font-face:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", Serif;
}


#timeline{
	font-size: 150%;
	ont-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #191970;
	display:inline;
	padding: 0px 0px 0px 0px;
	margin-right:5px;
	vertical-align: top;
	
}



