/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0px;
	padding:0px;
	right: 0px;
	left: 0px;
	top: 0px;
}

body {
background-color:#FF9900;
	font-size:74.5%;

	font-family:verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#000000;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}


p {
	margin:0 0 1em;
	left: 0px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#8986FF;
}

a:link {
color:#8986FF;
}

a:visited {
color:#333333;
}

a:hover {
color:#999999;
}

a:active {
color:#8986FF;
}

/*-----------------------------------------------
 __frame
-----------------------------------------------*/

#frame {
	width:760px;
	height:auto;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
float:inherit;
	width:760px;
	height:120px;
	margin-bottom:0px;
background-color:#ffffff;
}

#header h1 {
	padding:5px 10px 0;
}

#header p#siteDescription {
	padding:0px 15px 10px 30px;

}
/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	padding:0px 0px 0px 0px;
	width:760px;
	height:auto;
	margin:10px 0px 0px 0px;
}

/* __sub
------------------------------------------*/

#sub {
float:right;
width:165px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
background-color:#ffffff;
	
}

#sub ul {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-size:0.9em;
	list-style-type:none;
}

#sub li {
	padding:0px 0px;
	display:inline;
	}
	
#sub a {
   margin:0px;
   padding:0px;
   width:165px;
    color:#333;
   text-decoration:none;
   text-align:center;
   display:block;	
   }
	
#sub a:hover {
     color:#fff
	 }

	 
/* __main
------------------------------------------*/

#main {
	float:left;
height:auto;
	width:563px;
	padding:5px 0px 10px 5px;
	margin:0px;
background-color:#ffffff;
    color:black;
}

#main a {
	color:blue;
} 

#oshirase{
padding:10px 5px 5px 5px;}

div#content{
background-color: #ffffff;
color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-color: #000000;
width: 120px;

height: 240px;

text-align: center;

font-family: 'Arial',sans-serif;

font-size: 10px;

position: relative;

overflow-x: hidden;

overflow-y: hidden;

}

	 /*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {

	clear:both;
	width:740px;
	margin-bottom:15px;
	padding:10px;
	background:#ff6600;
}

#footer a {
	color:#8986FF;
}

#footer a:link {
color:#ffffff;
}

#footer a:visited {
color:#ffffff;
}

#footer a:hover {
color:#999999;
}

a:active {
color:#8986FF;
}

#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;
}

