@charset "UTF-8";

/* ------------------------------
 タグリセット
------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
ul,ol{
	list-style-type: none;
}
table{border-collapse:collapse;
	}
fieldset{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border:0;
}

/* ------------------------------
 リンク要素 
------------------------------ */

a:link {color:#00cccc;
		text-decoration:none;
		}
a:visited {color:#aecceb;
		text-decoration:none;
		}
a:active {color:#00cccc;
		text-decoration:none;
		}
a:hover {color:#aecceb;
		text-decoration:none;
		}
body {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	color:#FFFFFF;
	width:800px;
	margin: 0px;
	margin-left:110px;
	padding: 0px;
	text-align: left;
	line-height: 1.5;
	background:url(../common/image/kenteA.jpg) repeat-y #0B0B0B;
	/*color:#474747;*/
	font-size:14px;
	}
hr {
	width:800px;
	border-color:#CCCCCC;
	clear:both;
	}


/* ------------------------------
 wrapper 
------------------------------ */

#wrapper {
	width:800px;
	margin:auto;
	background-color:#000000;
	}
	
	
/* ------------------------------
 header 
------------------------------ */

#header {
	width:100%;
	}
#header h1 a {
	color:#FFFFFF;
	}

h1 {color:#FFFFFF;
    background-color:#330000;
    font-size:36px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
    border-style:solid;
    border-top-width:2px;
    border-left-width:30px;
    border-bottom-width:2px;
    border-right-width:2px;
	text-align:center;
    }
	
#theme {
	width:600px;
	float:left;
	margin-top:20px;
	}
#undertheme {
	clear:both;
	font-size:12px;
	color:#E7E7E7;
	line-height:2em;
	width:100%;
	margin:10px auto;
	text-align:center;
	}
#searchbox {
	width:180px;
	float:right;
	margin-top:20px;
	}
ul	li {
	list-style:none;
	display:inline;
	float:left;
	}



/* ------------------------------
 contents
------------------------------ */


#contents {
	clear:both;
	margin-bottom:50px;
	}
#guide {
	background-color:#330000;
	height:20px;
	width:728px;
	}


/* ------------------------------
 hooter
------------------------------ */


#footer {
	color:#232323;
	clear:both;
	}
#foot li {
	display:inline;
	margin:10px 60px;
	}
#foot li a {
	text-decoration:underline;
	}
#linkunit {
	text-align:center;
	vertical-align:middle;
	width:728px;
	float:left;
	}
address {
	color:#ffffff;
	height:50px;
	text-align:center;
	margin-top:50px;
	clear:both;
	}

