@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}

body {
	background-color: #ccffb3;
	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:link,
a:visited,
a:hover,
a:active {
	color:#0000ff;
	text-decoration: underline;
}


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

#wrapper {
	width:760px;
	margin:20px auto;
	text-align: left;
}

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

h1  {
	margin-bottom: 5px;
	font-size: 20px;
	}

h1 a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}

#siteDescription {
	margin-bottom: 40px;
	color: #666666;
	font-size: 12px;
	}


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

#contents {
	width:760px;
	float:left;
	background: url(img/sub_bg.gif) repeat-y;
	background-color: white;
	border-right: 1px solid #cccccc;
}


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

#main {
	float:right;
	width:460px;
	padding:30px;
	padding-right:40px;
	font-size: 14px;
	color:#333333;
}

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

#main h3 {
	color: #808000;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 20px;
	}

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

#totop {
	margin-top: 40px;
	padding-right: 20px;
	background: url("img/control_eject.png") no-repeat right;
	font-size: 11px;
	text-align: right;
	}

#totop a:link, a:visited {
	color: #666666;
	text-decoration: none;
	}

#totop a:hover, a:active {
	background-color: #cfcfcf;
	}


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

#sub {
	float:left;
	width:180px;
	padding:20px;
	padding-top: 320px;
	background: url("img/header.jpg") no-repeat;
	background-color: #5F9EA0;
}

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

#sub ul {
	margin-bottom:20px;
	padding:5px;
	background: #66CDAA;
	border:3px solid #ffffff;
}

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

#sub ul li a {
	color: #2F4F4F;
	text-decoration: underline;
	}


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

#footer {
	clear:both;
	padding-top:7px;
	color: #1a664d;
	font-size: 10px;
}

#footer ul {
	margin:0 auto;
	text-align: right;
}

#footer ul li {
	display:inline;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #1a664d;
}

#footer ul li.utilityHome {
	padding-left: 10px;
	border-left:0;
}

#footer p#copyright {
	text-align: right;
}

#footer a {
	color: #1a664d;
	text-decoration: none;
	}

/* __トップページのリスト
------------------------------------------*/


.mokuji {
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	}

#main .mokuji a {
	color: #333333;
	}


/* __右矢印
------------------------------------------*/

.navi {
	background: url(img/arrow.gif) no-repeat left;
	margin-top: 30px;
	padding-left: 30px;	
	}

#navi-index {
	background: url(img/arrow.gif) no-repeat 0 2px;
	padding-left: 30px;	
	}


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

.yellow {
	background-color: #FFFF66;
	}

.cuts {
	float: right;
	border:none;
}

.cuts-r {
	float: left;
	border:none;
}

.cuts-ol {
	margin-left: 25px;
	}

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

.notice {
	padding-top: 20px;
	font-size: 11px;
	}

.kuwasiku {
	margin-top: 40px;
	margin-left: 0px;
	border: none;
	text-align:center;
	}


.bold {
	font-weight: bold;
	}


/* __リンク集
------------------------------------------*/


#links h3 {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 14px;
	}

#links h3 a {
	color: #ff6633;
	}
	
#links p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
	}



