@charset "Shift-JIS";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
        background-color:yellow;
	font-size:79.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:#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;

}



/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a:link {
	color:#078D00;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {color:#999;background-color:#ffbdb5;
	text-decoration:underline;
}
a:active {
	color:#999;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:760px;
	margin:20px auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:none;
}

#header h1 {
  background:url('./kaitori.png') no-repeat left;
	padding:15px 130px 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}
#header p#siteNavigation {
	margin:0;
	padding:0 15px 10px 30px;
}



/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:740px;
	margin-bottom:15px;
	padding:10px;
	background:none;
}

#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;
}

/* __inner
------------------------------------------*/
#inner {
	float:left;
	width:150px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	color:black;

}

#inner a {
	color:blue;
}

#inner li {
  background:url('./imgparts/listaki.gif') no-repeat;
	padding:0px 20px 0;
}

#inner h2{
	font-size:90%;
	letter-spacing:1px;
}
/* __main
------------------------------------------*/

#main {
	float:right;
	width:510px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	color:black;
-moz-box-shadow:2px 2px 6px #666;
-webkit-box-shadow:2px 2px 6px #666;
box-shadow:2px 2px 6px #666;

}

#main a {
	color:blue;
}

#main h4 {
  background:url('./imgparts/listaki.gif') no-repeat left #ffffcc;
	padding:0px 20px 0;
}
.img {
	float:left top;
}

/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:200px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
-moz-box-shadow:2px 2px 6px #666;
-webkit-box-shadow:2px 2px 6px #666;
box-shadow:2px 2px 6px #666;
}


#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
  background:url('./imgparts/2back.gif') no-repeat left;
	padding:5px 10px;
}

