@charset "UTF-8";


/* == 全体設定 ======================================================================================================= */
html,
body {
	margin: 0;
	padding: 0;
}

body {
	line-height:1.4;
	font-size:1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(/img/bgcolor01.gif);
	background-repeat: repeat-x;
}

img,
a img {
	border: none;
}
a {
	outline-width: 0;
}

/* == 共通指定 ======================================================================= */

/* -- ページ上部に戻る -- */
.gotop {
	clear:both;
	text-align:right;
}

/* -- 回り込み解除 ------ */
.clearfix {
	zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* -- 回り込みクリア -- */
.floatclear {
	clear: both;
	height: 0;
}
.floatclear hr {
	display: none;
}


/* -- 回り込み設定 ------ */
.rightfloat {
	float:right;
}
.leftfloat {
	float:left;
}


/* == 全体枠 ============================================================ */
#wrapper {
	width: 856px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* == ヘッダー ============================================================ */
#navibox {
	width: 856px;
}
#navibox a:hover img {
	background-color: #3366CC;

	filter:alpha(Opacity=60);  /* IE 用 */
	-moz-opacity:0.60;          /* Mozilla 用 */
	-khtml-opacity:0.60;        /* KHTML 用 */
	opacity:0.60;               /* Safari 用 */
}
/* == メインコンテンツ ============================================================ */
#maincontents {
	width: 780px;
	margin: 38px;
}
/* -- 回り込み解除 ------ */
#maincontents {
	zoom:1; /* for IE 5.5-7 */
}
#maincontents:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
#maincontents {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #maincontents {
	height: 1%;
}
#maincontents {
	display: block;
}
/* End hide from IE-mac */

#maincontents h1 {
	margin:0;
	padding:0;
}

/* == サブメニュー ============================================================ */
#submenu {
	width: 780px;
	height: 27px;
	text-indent:30px;
	margin:10px 0;
	list-style-type: none;
}
#submenu li {
	display:inline;
	line-height:2em;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	padding-right:10px;
	padding-left:10px;
	list-style-type: none;
	border-right:2px solid #FFFFFF;
}
#submenu a {
	color:#fff;
	text-decoration:none;
}



/* == フッター ============================================================ */
#footer {
	margin:0 38px;
	/* 081129 */
	text-align:center;
}
#footer table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border-spacing:0;
}
#footer table a:hover img {
	filter:alpha(Opacity=30);  /* IE 用 */
	-moz-opacity:0.30;          /* Mozilla 用 */
	-khtml-opacity:0.30;        /* KHTML 用 */
	opacity:0.30;               /* Safari 用 */
}
#footer p,
#decofooter p {
	/* 081129 
	text-align:right;
	*/
	text-align:center;
	
	color:#808080;
	margin:0;
	padding:0;
}
#footer ul,
#decofooter ul {
	/* 081129
	text-align:right;
	*/
	margin:0.5em 0;
	padding:0;
}
#footer li,
#decofooter li {
	display:inline;
	font-size:.8em;
	margin-left:0.5em;
	padding-left:.2em;
	border-left:.9em solid #960000;
}
#footer li a,
#decofooter li a {
	color:#666;
	text-decoration:none;
}
