@charset "utf-8";

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

* {
	margin:0;
	padding:0;
}

body {
	background-color: #f8efe8;
	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 1.3em;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

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


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

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

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

#main h1  {
	margin-top: 20px;
	font-size: 20px;
	}

#main h1 a {
	color: #666666;
	text-decoration: none;
	border: none;
	}

#siteDescription {
	margin-left: 1px;
	margin-bottom: 40px;
	color: #666666;
	font-size: 12px;
	letter-spacing: 0;
	}


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

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


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

#main {
	float:right;
	width:460px;
	padding:30px;
	padding-right:40px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.07em;
	color:#333333;
}

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

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

#main h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #CC6699;
	font-size: 12px;
}

#main ol {
	margin-left: 30px;
	margin-bottom: 1em;
	}


#main a, a:visited {
	color: #cc334d;
	color: #663300;
	text-decoration: underline;
	}

#main a:hover, a:active {
	text-decoration: none;
	background-color: #ffe6ff;
	}

#main ul {
	margin: 30px;
	}

#pankuzu {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	}

#pankuzu a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	}

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

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

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



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

#sub {
	float:left;
	width:200px;
	padding:10px;
	padding-top: 360px;
	background: url("img/header.jpg") no-repeat -15px -15px;
	background-color: #4d3926;
	color: #ffffff;
}

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

#sub ul {
	margin-bottom:20px;
	padding:5px;
	background: tranceparent;
}

#sub ul li {
	padding: 5px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}

#sub ul a {
	display: block;
	padding-left: 14px;
	color: #ffffff;
	background: url(img/arrow0.png) no-repeat 0px 5px;
	text-decoration: none;
	}

#sub ul a:hover {
	background-position:0px -45px;
	background-color: #332619;
	text-decoration: none;
	}



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

#footer {
	clear:both;
	padding-top:7px;
	color: #99664d;
	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 #99664d;
}

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

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

#footer a {
	color: #99664d;
	text-decoration: none;
	}

#flink {
	text-indent: -100000px;
	}

/* __カテゴリのリスト
------------------------------------------*/


.mokuji li {
	margin-left: 20px;
	color: #BC8F8F;
	font-size: 13px;
	line-height: 1.5;
	list-style-type: disc;
	}

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

#main .mokuji .top {
	margin-top: 2em;
	}


/* __カテゴリのリスト
------------------------------------------*/

.c-navi {
	margin-bottom: 40px;
	}

.c-navi li {
	float: left;
	margin-left: 20px;
	color: #666666;
	font-size: 11px;
	line-height: 1.5;
	list-style-type: none;
	}

#main .c-navi li a {
	color: #666666;
	}



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


#main .mokuji-i h3 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	}

.mokuji-i li {
	margin-left: 20px;
	color: #999999;
	font-size: 12px;
	line-height: 1.5;
	list-style-type: disc;
	}

#main .mokuji-i li a {
	color: #333333;
	}

#main .mokuji-i .top {
	margin-top: 2em;
	}

.mokuji-i .left {
	float: left;
	width: 220px;
	margin-right: 20px;
	}

.mokuji-i .right {
	float: left;
	width: 220px;
	}



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

.navi {
	background: url(img/arrow2.png) no-repeat 0 3px;
	margin-top: 30px;
	padding-left: 25px;	
	}

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


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

.yellow {
	background-color: #FFFF66;
	}

.pink {
	color: #cc0066;
	font-weight: bold;
	}

.blue {
	color: #660099;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	border-bottom: 1px solid;
	}

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

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

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

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

.notice {
	clear: both;
	width: 150px;
	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: 5px;
	padding: 0px;
	font-size: 14px;
	}

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




