@charset "UTF-8";
html {
	/* \*/
	border:0;
	width: 100%;
	overflow: hidden;
	/* */
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.2;
	min-width: 760px;
	width: 100%;
	/* \*/
	overflow: hidden;
	/* */
}
html>/**/body {
	font-size: small;
}
p, ul {
	margin: 0;
	padding: 0;

}
li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
li a {
	display:block;
}
a img {
	border-style:none;
}

#top {
	height: 56px;
	background-color: #CC3300;
	color: #000;
	align="left";
}

#contents {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#main {
	width: 100%;
	position: absolute;
	top: 56px;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	min-width: 760px;
}
#main .content {
	margin: 8px 20px 0 145px;
	padding: 0 0 10px 0;
}

#sidebar {
	width: 137px;
	position: absolute;
	top: 56px;
	bottom: 0;
	left: 0;
	overflow: auto;
	background-image: url("../images2/back012.jpg");
	color: #000;
}
#sidebar .content {
	text-align: center;
	margin: auto;
	padding: 0;
}

#sidebar p {
	margin-top: 20px;
}

/* for IE6- quirks mode */

@media screen {
	* html #top {
		position: relative;
		z-index: 10;
	}
	* html #contents {
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 56px;
		overflow: hidden;
	}
	* html #main {
		height: 100%;
		position: relative;
		top: 0;
		z-index: 8;
	}
	* html #sidebar {
		position: relative;
		margin-top: 56px;
		top: -100%;
		height: 100%;
		z-index: 9;
	}
}

/* ページトップ */
#syamei {
	float:left;
	margin:2px;
}
#eyecatch {
	float:right;
	margin:0 2px 0 0;
}

/* サイドバーメニュー */
#sidemenu  {
	text-align: center;
	margin: auto;
	margin-top: 20px;
	width:110px;
}

#sidemenu li {
	margin-top: 10px;
	font-weight:900;
	font-size:120%;
	width: 110px;
	height: 36px;
}

#sidemenu a {
	color:#AF4F4F;
	line-height: 36px;
	text-decoration:none;
	width: 110px;
	height: 36px;
	background: url(../images2/menu.png) no-repeat center top;
}

#sidemenu a:hover {
	color:#DF4F00;
	background: url(../images2/menu.png) no-repeat center bottom;
}

/* TOP */
#index h2 a {
	display:block;
	text-decoration:none;
	line-height:24px;
}

#index h2 {
	width:550px;
	margin-top: 12px;
	margin-bottom: 5px;
	background-color:#f7c;
	font-weight:bold;
	font-size:120%;
	vertical-align:middle;
}
#index h2 a:hover {
	background-color:#f4a;
}

#index p {
	width:500px;
	margin-left:20px;
	font-size:small;
}

#index p a:hover {
	color:#fff;
	background-color:#3a4;
}

#index hr {
	width:550px;
	text-align:left;
	margin-left:0px;
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: red; /* 線色 */
	height: 1px; /* 高さ */
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.white {
	color: #fff;
}

a.b_green {
	display:inline;
	color: #3a4;
	font-weight:bold;
}


