/*-----------------------------------------------
 メイン
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:90%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	line-height:1.8;
	background-color: white;
	letter-spacing:0.1em;
}

html {
	overflow-y:scroll;
}

p {
	padding:10px;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#336699;
}

a:link {
}

a:visited {
}

a:hover {
	color:#FF3333;
}

a:active {
}


/*-----------------------------------------------
全体
-----------------------------------------------*/

#container {
	width:900px;
	border-width:0 1px 1px 1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width:900px;
	height: 130px;
}

#header h1 {
	font-size:10px;
	line-height:20px;
	padding-left:5px;
	font-weight:normal;
	letter-spacing:0.2em;
	color:#666666;
	background-image: url(image/bg-footer.gif);
	text-align:center;
}
.bline{
	font-size:10px;
	letter-spacing:0.2em;
	color:#FFFFFF;
	text-align:center;
	display: block;
	width:100%;
	margin-top: 5px;
	height: 20px;
	margin-bottom: 0px;
	background-color: #666666;
}
.10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
}
.red {
	color: #993300;
}
.top_cate{
	display:block;
	width:600px;
	height:100px;
	text-align: right;
	float: right;
	}





/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:880px;
	margin:10px 0 0 0;
	padding:10px;
	background-image: url(image/bg-footer.gif);
	font-size:12px;
}

#footer ul {
	margin:0 auto;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.5;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:900px;
	display: block;
	background-image: url(image/bg-menu.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
}


/* __main
------------------------------------------*/

#main {
	width:650px;
	display:block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	clear: none;
	float: right;
	padding-right: 10px;
	padding-top: 40px;
}
#container #main img {
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}

.img_space {
	padding: 10px;
}


#contents #main {	/* IE6p */
	border-left-width:1px;
}
#container #contents #main #box {
	display: block;
	height:200px;
	width: 650px;
	border-bottom:1px #cccccc dashed;
	margin-bottom:10px;
}
.ruby {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	color: #666666;
}



#main h2{
	background-color:#eeeeee;
	font-size:16px;
	text-indent:10px;
	letter-spacing:0.5em;
	padding:3px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #666666;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-image: url(image/line_h2.gif);
	
}

/* __sub
------------------------------------------*/

#sub {
	width:100%;
	background-image: url(image/bg-menu.jpg);
	background-repeat: repeat-x;
}
#subin {
	width:210px;
	height:300px;
	display:block;
	float:left;
	clear: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#sub h3 {
	font-size:100%;
	color:#003300;
	background-image: url(image/navi_ttl.jpg);
	background-repeat: no-repeat;
	text-indent:10px;
	padding-top:5px;
	letter-spacing:0.5em;
}

#sub ul {
	margin:0 0 20px 0;
	padding:5px;
	background:white;
	border:1px solid #6F7020;
}

#sub ul li {
	height:150%;
	letter-spacing:0.1em;
	font-size:100%;
}
#contents2 {

	width:900px;
}
.name {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 15px;
	background-image: url(image/yajirushi.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
	height: 25px;
	width: 400px;
	font-weight: bold;
	background-position: 2px;
	margin-left: -10px;
}

/* __table
------------------------------------------*/
#hyo table{
	margin:20px auto;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	width:600px;
	}
#hyo th{
	padding:7px 10px 7px 5px;
	background:#efefef;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#333333;
	text-align:right;
	width:110px;
	font-weight:normal;
	}
#hyo td{
	padding:7px 5px 7px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#333333;
	text-align:left;
	}
/* __line
------------------------------------------*/
#line{
	display:block;
	background:url(image/line.jpg) repeat-x;
	height:11px;
	margin:10px 0;
	}
