/* 基本的な設定 */

/* 画像のボーダー */
img {
	border: 0;
}

.hover a img:hover{
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

body{
	margin: 0px;
}



/* ボディー背景色 */
body{
	background-color: #eeeeee;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


	
/* ページの幅、背景色 */
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/* ライン */
#line {
	width: 950px;
}


/* ヘッダーBOX */
#header_box {
	width: 950px;
	background-image: url(../img/head_back.jpg);
	height: 50px;
}

/* ロゴ */
#logo {
	width: 120px;
	height: 50px;
	float: left;
}


/* グローバルナビ */
#menu {
	width: 630px;
	height: 50px;
	float: right;
}

.menu_s {
	margin: 0px;
	padding: 0px;
	float: left;
}

.floatClear {
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	min-height:0%;/* Only for IE7 */
}
.float_L {
	float: left;
}
.float_R {
	float: right;
}




/* メインイメージ */
#main_img {
	width: 950px;
}


/* フッター */
#footer_2 {
	width: 950px;
}



/* このページのtopへ */
#gotop {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: right;
	float: right;
	padding: 10px;
	margin-top: 50px;
}

#gotop a:link {
	color: #0000FF;
}

#gotop a:visited {
	color: #0000FF;
}

#gotop a:active {
	color: #ff0000;
}

#gotop a:hover {
	color: #FF0000;
}


/* リンクカラー */
a:link{
	color: #0000FF;
}

a:visited{
	color: #800080;
}

a:active{
	color: #FF0000;
}

a:hover{
	color: #FF0000;
	TEXT-DECORATION: none;
}
.float_L_1015 {
	clear: left;
	float: left;
	padding-bottom: 20px;
	width: 85px;
}
.float_R_1015 {
	text-align: left;
	clear: right;
	float: left;
	width: 420px;
	padding-left: 7px;
}

.bannerSoul{
	margin-top:10px;
}

/* テキスト系 */

.gray_txtbox{
	background-image:url(../img/txt_bg.gif);
	background-repeat:repeat-y;
	color:#000000;
	font-size:12px;
	line-height:150%;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
}

.comment01{
	font-size: 12px;
	font-weight:bold;
	line-height: 150%;
	border: 1px dotted #990000;
	padding: 10px;
	margin-top:10px;
}


/* 個人情報保護 */
.pri {
	clear:both;
	font-size: 11px;
	color: #333333;
	text-align: right;
	margin:30px 0 5px 0;
	padding-right:10px;
}

