﻿@charset "utf-8";
/* CSS Document */

/*リンク色設定*/
a:link { color:#FF0066;text-decoration:none;}
a:visited { color:#FF0066;text-decoration:none;}
a:hover { color:#FF6666; }
a:active { color:#FF6666; }

/*BOX-LEVEL1*/
body{
font-size:0.7em;
color:#333333;
}
	#indexImage{
	height:100%;
	position:absolute;
	right:0px;
	z-index:-1;
	}

#headArea{
width:100%;
background-image:url(../img/background_K25.png);
}
	#headContainer{
	width:650px;
	margin:auto;
	}
		h1{
		height:30px;
		line-height:30px;
		color:#FFFFFF;
		}

#mainArea{
width:100%;
}
	#mainContainer{
	width:650px;
	margin:auto;
	}
		#indexLogo{
		display:block;
		margin-top:25px;
		width:650px;
		height:100px;
		}
		#enterSection{
		width:500px;
		height:100px;
		margin:25px auto auto auto;
		text-indent:-9999px;
		background-image:url(../img/bg_enterSection.png);
		position:relative;
		}
			#enterSection a{
			background-position:top;
			}
			#enterSection a:hover{
			background-position:bottom;
			}
			#btnEnter{
			display:block;
			width:200px;
			height:50px;
			background-image:url(../img/btn_enter.png);
			position:absolute;
			bottom:25px;
			left:10px;
			}
			#btnLeave{
			display:block;
			width:200px;
			height:50px;
			background-image:url(../img/btn_leave.png);
			position:absolute;
			bottom:25px;
			right:10px;
			}

		#cautionSection{
		width:650px;
		margin:30px auto auto auto;
		text-align:center;
		line-height:2em;
		}

		#groupSection{
		width:230px;
		padding:10px;
		margin:15px auto 15px auto;
		background-color:#EEEEEE;
		text-align:center;
		}
			#groupSection h2{
			font-weight:bold;
			font-size:1.2em;
			margin-bottom:10px;
			}

#bottomArea{
width:100%;
}
	#bottomContainer{
	width:650px;
	margin:auto;
	}
		#bookmarkList{
		width:500px;
		margin:25px auto auto auto;
		text-align:center;
		}
		#bnr_index{
		width:350px;
		height:40px;
		margin:auto;
		}
			#bnr_index li{
			float:left;
			display:inline;
			margin-left:20px;
			}
		#copyright{
		margin:50px auto auto auto;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		}

	#linkSection{
	margin:50px auto auto auto;
	}
		#linkSection h2{
		padding:5px;
		border-bottom:#999999 dotted 1px;
		font-weight:bold;
		font-size:1.2em;
		}
		.linkUnit{
		margin-top:5px;
		}

