@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}

body {
	background: #e2e2e2;
	background-image: url("img/check_2px.gif");
	font-size:12px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
	text-align: center;
}

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 {
	color:#664d33;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


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

#container {
	width:760px;
	margin:0px auto;
	background-color: #B8860B;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
}

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

#header {
	margin-bottom:10px;
	background: #664e1f;
}

#header h1 {
	padding-top: 10px;
	padding-left: 15px;
}

#header h1 a {
	display: block;
	height: 26px;
	background-image: url("img/title.png");
	background-repeat: no-repeat;
	text-indent: -100000px;
	}

#header p#siteDescription {
	margin-right:15px;
	padding:0;
	padding-bottom: 5px;
	text-align: right;
}


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

#contents {
	width:760px;
	float:left;
	margin-bottom:5px;
	background:url(img/bg.jpg) repeat-y;
}


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

#main {
	float:right;
	width:480px;
	margin-right: 20px;
	padding:20px;
	background:#ffffff;
	color:#333333;
	font-size: 14px;
}

#main a {
	color: #0000ff;
}

#main h2 {
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	}

#main h3 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	}

#main h4 {
	color: #666666;
	font-size: 15px;
	margin-bottom: 10px;
	}



/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:160px;
	padding:20px;
	background-color: transparent;
}

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

#sub ul {
	margin:0 0 20px;
	padding:5px;
	background:#cccc99;
	border:3px solid #ffffff;
}

#sub ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding:5px 0px;
}

#sub .box {
	margin:0 0 20px;
	padding:10px;
	background:#cccc99;
	border:3px solid #ffffff;
}




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

#footer {
	clear:both;
	width:740px;
	margin-bottom:0px;
	padding:10px;
	background: #664e1f;
	font-size: 10px;
}

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

#footer a {
	color: #FFFFFF;
	}



/* __その他
------------------------------------------*/

.yellow {
	background-color: #FFFF66;
	}

.kuwasiku {
	margin: 30px;
	text-align: center;
	}

.cuts {
	float:left;
	margin:20px;
	margin-top: 0;
	margin-bottom: 0;
	border:none;
}

.cuts-ri {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	border:none;
}



.caption {
	font-size:12px;
	text-align:right;
	}

.totop {
	margin-top: 40px;
	font-size: 10px;
	text-align: right;
	}

#main .totop a{
	color: #666666;
	}


/* __トップページ
------------------------------------------*/

.juni {
	width: 40px;
	text-align: center;
	font-size:12px;
	}

.cell_10 {
	padding:10px;
	}


.kuwasiku_top {
	text-align: right;
	}

.number_one {
	margin-bottom: 20px;
	border: 3px dashed #e55050;
	}

.number_one h3 {
	margin: 10px;
	margin-left: 15px;
	}

