@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}

a {
	color: #333333;
}
a:hover {
	color: #59cbf6;
}



/*細々設定
---------------------------------------------------------------------------*/
.color1 {
	color: #59cbf6 !important;
}
.bgcolor1 {
	background-color: #F7F7F7 !important;/*グレー*/
}
.bgcolor2 {
	background-color: #F3FBFE !important;/*水色*/
}
.mb1em {
	margin-bottom: 1em !important;
}
.mini {
	font-size: 10px;
	line-height: 1.4;
}
.hl {
	width: 96%;
}
.c {
	text-align: center !important;
}
.p25 {
	width: 25% !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.box1 {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding: 5px !important;
}
.box2 {
	border: 1px solid #d9d9d9;
	padding: 5px !important;
}



/*トップページ（玄関）
---------------------------------------------------------------------------*/
#top h1 a {
	font-size: 13px;
	text-decoration: none;
}
#top {
	padding-top: 50px;
}
#top #enter {
	background-image: url(images/enter_bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 395px;
	margin-right: auto;
	margin-left: auto;
}
#top #enter a {
	text-decoration: none;
}
#top #enter p {
	font-size: 20px;
	font-weight: bold;
	padding-top: 240px;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4;
	color: #999999;
	text-align: right;
}
#header img {
	padding-top: 10px;
	padding-bottom: 15px;
}



/*トップメニュー
---------------------------------------------------------------------------*/
#topmenubox {
	background-image: url(images/topmenu_bgbottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-position: bottom;
}
ul#topmenu {
	height: 50px;
	line-height: 50px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	letter-spacing: 0.2em;
	overflow: hidden;
	padding-left: 28px;
}
ul#topmenu li {
	float: left;
}
ul#topmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: url(images/topmenu_line.gif) no-repeat right;
	width: 125px;
	text-align: center;
}
ul#topmenu li a:hover {
	color: #59cbf6;
	background-image: url(images/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul#topmenu .last a {
	background-image: none;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 804px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#side h3 {
	font-size: 100%;
	line-height: 50px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 50px;
	text-align: center;
	overflow: hidden;
}
#side p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 1em;
}
ul.sidemenu a {
	color: #666666;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	display: block;
	width: 208px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
ul.sidemenu a:hover {
	color: #000000;
	background-color: #F9FDFF;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	clear: both;
	width: 510px;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main ul.maru {
	padding: 0.5em 10px 1em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	padding-top: 30px;
}



/*トップページ内のWhat's New
---------------------------------------------------------------------------*/
#main dl.new {
	width: 550px;
	height: 400px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 1em;
}
#main dt {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}
#main dd {
	border-bottom: 1px solid #d9d9d9;
}



/*stepページテーブル
---------------------------------------------------------------------------*/
.steptable {
	height: 120px;
	width: 570px;
	position: relative;
}
.steptable p.step1 {
	position: absolute;
	height: 80px;
	width: 300px;
	left: 250px;
	top: 40px;
	line-height: 1.4;
	padding: 0px !important;
	font-size: 12px;
}
.steptable p.step2 {
	position: absolute;
	height: 80px;
	width: 300px;
	left: 250px;
	top: 20px;
	line-height: 1.4;
	padding: 0px !important;
	font-size: 12px;
}
.steptable p.step3 {
	position: absolute;
	height: 80px;
	width: 300px;
	left: 250px;
	top: 25px;
	line-height: 1.4;
	padding: 0px !important;
	font-size: 12px;
}
.steptable p.step4 {
	position: absolute;
	height: 80px;
	width: 300px;
	left: 250px;
	top: 25px;
	line-height: 1.4;
	padding: 0px !important;
	font-size: 12px;
}



/*table1
---------------------------------------------------------------------------*/
.table1 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	width: 550px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
}
.table1, .table1 td, .table1 th{
	border: 1px solid #d9d9d9;
}
.table1 td, .table1 th{
	padding: 5px;
}
.table1 th{
	background-color: #F3FBFE;
	width: 120px;
	text-align: center;
}
.table1 th.title1{
	width: auto;
	color: #FFFFFF;
	background-color: #88DAF8;
}




/*女の子写真ボックス
---------------------------------------------------------------------------*/
.photobox p {
	background-image: url(images/photo_bg.gif);
	background-repeat: no-repeat;
	height: 195px;
	width: 130px;
	float: left;
	padding: 5px 0px 0px !important;
	margin: 5px !important;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
}
.photobox {
	padding-left: 5px;
}
.newicon {
	padding-right: 5px;
}

/*女の子別ウィンドウ
---------------------------------------------------------------------------*/
#window {
	background-image: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#window .table1 {
	width: 280px;
	font-size: 12px;
}
#window .table1 td, #window .table1 th{
	padding: 0px;
	text-align: center;
}



