@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family:verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	color:white;
	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;
}

#main h2 {
  border-left: 5px solid #ff0000;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

#main h3 {
  border-left: 5px solid #ff0000;
  border-bottom: 1px dotted #ccc;
  margin: 20px 0 5px 0;
  padding: 5px 0 5px 10px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a:link {
   color: #0000ff;
   text-decoration: underline;
}

a:hover {
   color: #ff0000;
   text-decoration: none;
}


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

#container {
	width:760px;
	margin:20px auto 0;
}


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

#contents {
	width: 760px;
	float: left;
	margin-bottom: 10px;
}


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

#main {
	float:right;
	width:480px;
	padding:10px;
	background: #fff;
	color: #333;
}

#main a {
	color:blue;
}


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

#header {
	margin-bottom: 10px;
	background: #1e90ff;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
        font-size: 10px;
	margin: 0;
	padding: 10px 0 0 10px;
}



/* __side
------------------------------------------*/

#side {
	float: left;
	width: 230px;
	padding: 10px;
        background: #87cefa;
}

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

#side ul {
	margin: 0 0 20px;
	padding: 5px;
	background: #fff;
	border:1px solid #ccc;
}

#side ul li {
	padding:5px 10px;
}

#side ul li a{
     color: #0000ff;
}

#side ul li a:hover {
     color: #ff0000;
}

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

#footer {
	clear: both;
	width: 740px;
	margin-bottom: 15px;
	padding: 10px;
	background: #1e90ff;
}

#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;
}
