/* 共通設定 */

body {
	font-size: 12px;
	line-height:150%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	}

html {
margin:0;
padding:0;
width:100%;
height:100%;
}

#back_2{
	filter:Alpha(opacity=50);
    -moz-opacity:0.50; opacity:0.50
	background-repeat: no-repeat;
	background-image: url(images/text_bg.gif);
	width: 800px;
	height: 600px;
	z-index: 0;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
	}


.back{
	background-image: url(images/back.gif);
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	margin:0;
    padding:0;
}

.orange{
	color: #FFCF0F;
}

.orange_title{
	color: #FFCF0F;
	font-size: 17px;
	margin: -20px　0 0 0;
}

h1{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

img {
	border:0px;
	}

.box_top_5{
	margin-top: 5px;
	clear: both;
}

.bottom_10{
	margin: 0 0 10px 0;
	clear: both;
}

.bottom_15{
	margin: 0 0 15px 0;
	clear: both;
}

.tb_10{
	margin: 10px 0 10px 0;
}

/* 上下左右中央寄せ */
#content{
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
}
/* 上下左右中央寄せ */

#main_top{
	width: 800px;
	height: 64px;
}

#logo_b{
	width: 225px;
	height: 64px;
	float: left;
}

#menu{
	width: 555px;
	height: 34px;
	float: right;
	font-size: 18px;
	color: #FFFFFF;
	padding: 30px 10px 0 6px;
}

#menu a:link{
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover,a:active{
	text-decoration: none;
	color: #343168;
	background-color: #C1CBFF;
}

#main{
	width: 800px;
	height: 516px;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}

#main_left{
	width: 370px;
	height: 476px;
	float: left;
	padding: 20px 10px 20px 20px;
	color: #FFFFFF;
}

#main_right{
	width: 370px;
	height: 476px;
	float: right;
	padding: 20px 20px 20px 10px;
	color: #FFFFFF;
}

#copyright{
	width: 800px;
	height: 20px;
	clear: both;
	color: #8A336B;
	margin: 0;
	padding: 0;
	text-align: center;
}

.c_clear {
	content: ".";       /* 擬似要素に.を追加。この要素に"."が付加される。 */
	display: block;     /* 上の"."をブロック要素にする */
	height: 0;          /* 高さが算出されないよう0に設定 */
	clear: both;        /* フロートを解除して回り込みを防ぐ */
	visibility: hidden; /* 最後にブラウザで不可視状態にする */
}

.clear {
	clear: both;
	}
