@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body   { color: #372e0b; 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; line-height: 1.5; background: white url("img/s4kr_f44.gif") }

html {
	overflow-y:scroll;
}

p {
	font-size:120%;
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a   { }

a:link  { color: #093 }

a:visited  { }

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:760px;
	margin:20px auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header   { background-image: url("img/head.jpg"); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 10px }

#header h1  { text-align: center; padding: 10px 15px 0 }

#header p#siteDescription  { text-align: right; margin: 0; padding: 0 50px 10px 30px }


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer   { background-image: url("img/foot.jpg"); margin-bottom: 15px; padding: 10px; width: 740px; clear: both }

#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 #333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width:530px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	color:#372e0b;
}

#main a  { color: #f95c4a }


/* __sub
------------------------------------------*/

#sub   { background-attachment: fixed; background-position: 0 0; margin-bottom: 10px; padding: 10px; width: 180px; float: left }

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	font-size:130%;
	padding:5px 5px;
}

