@charset "Shift_JIS";

/* 全体------------------------------------------------------ */
body,html {
	font-size: 12px;
	line-height: 1.5;
	scrollbar-face-color:#ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#ccc;
	scrollbar-highlight-color:#f2f2f2;
	scrollbar-shadow-color:#f2f2f2;
	scrollbar-3dlight-color:#f2f2f2;
	scrollbar-darkshadow-color:#ffffff;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
	color: #666666;
}

.border_dot_waku {
	border:1px solid #999999;
	padding: 1px;
	margin: 1px;
}



#menu {
	margin:0;/* 改行幅をクリア */
	padding:0;/* 改行幅をクリア */
}

/* 段落の改行幅をカスタマイズ----------------------------------------------- */
p {
	margin:0;/* 余白の値を独自に設定 */
	padding:0;/* パディングの値を独自に設定 */
}

/* SEO用---------------------------------------------- */
h1 {
	font-size:12px;
	color:#333333;
	margin:0;/* 改行幅をクリア */
	padding:2;
	text-align: left;
	font-weight: normal;
	text-indent: -9999px;
	height: 1px;
}

h2 {
	font-size:10px;
	font-weight:normal;
	margin:0;/* 改行幅をクリア */
	padding:0;/* 改行幅をクリア */
	color: #666666;
	text-align: left;
}

#container h1 {
	font-size:10px;
	color:#333333;
	text-indent:-9999px;
	height:0;
	margin:0;/* 改行幅をクリア */
	padding:0;/* 改行幅をクリア */
	position: absolute;
	top: -50px;
}

/* 全体を括るボックス----------------------------------------------- */
#container {
	text-align:center;/* ボックスをセンタリング */
	margin:0 auto;/* ボックスをセンタリングするために、左右の横幅を自動 */
	width:630px;
	color: #000000;
	height: auto;
}

/* ヘッダ------------------------------------------------- */
#header {
	text-align:left;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header_over {
	text-align:left;
	margin: 0px;
	padding: 0;
	height: 70px;
	background-color: #FFFFFF;
	background-image: url(../img/page_over.jpg);
	background-repeat: no-repeat;
}


.box_01 {
	text-align:left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 630px;
	height: 50px;

}
#container .box_01 img {
	margin: 0px;
	padding: 0px;
}

.box_02 {
	text-align:left;
	margin: 0px;
}

.bg_news {
	margin: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.space_box {
	height: 250px;
	width: 250px;
}
.daynews {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 5px;
}



/* レイアウト用ボックス-------------------------- */
.box_padding0 {
	text-align:left;
	margin: 0px;
	padding: 0px;
	color: #000000;
	width: 750px;
	background-color: #FFFFFF;
}

.box_padding10 {
	color: #000000;
	clear: both;
	float: none;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../img/bg_03_b.jpg);
	background-position: -20px -140px;
	background-repeat: no-repeat;
}

.box_padding30 {
	text-align:left;
	margin: 10px 0px 0px 50px;
	padding: 5px;
	color: #000000;
	clear: both;
	float: none;
	width: 650px;
}

#box_page {
	color: #000000;
	clear: both;
	float: none;
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#box_shift {
	text-align:left;
	padding: 0px;
	color: #000000;
	width: 723px;
	margin-top: 78px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6A93AA;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#box_news {
	text-align:left;
	margin: 0;
	padding: 0px;
	width: 400px;
	height: 240px;
	background-attachment: scroll;
	background-image: url(../img/bg_news.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#box_news_right{
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	height: 240px;
	border: 1px solid #6A93AA;
}
#enq {
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	color: #000000;
	width: 500px;
	height: 240px;
	background-color: #FFFFFF;
}


.box_all_thumb {
	text-align:left;
	margin: 10px;
	color: #000000;
	clear: both;
	float: none;
	background-attachment: scroll;
	background-image: url(../img/bg_03_b.jpg);
	background-repeat: no-repeat;
	height: 850px;
	background-position: -20px -140px;
	padding-top: 10px;
}
/* 2段組(左サイド)---------------------------------------- */
.side_left {
	width:430px;
	text-align:left;
	padding:0;
	margin:0px;
	float:left;
	height: 240px;
}

/* 2段組(右サイド)------------------------------------------- */
.side_right {
	width:auto;/* ボックスの横幅 */
	text-align:right;/* ボックス内の要素を左寄せ */
	float:right;
	height: 240px;/* ボックスの高さ */
	margin: 0px;/* 余白 */
	padding:0;
}



#shift {
	border: 1px solid #0099CC;
	margin: 1px;
	color: #FFFF33;
	text-align: center;
	width: 740px;
}



/* フッタ----------------------------------------------------- */
#footer {
	font-size: 10px;/* フォントサイズ */
	text-align:center;/* ボックスの高さ */
	color: #333333;
	background-repeat: no-repeat;
	float: none;
	width: 630px;
}

/* overflow--------------------------------------------- */
.overflow {
	overflow: auto;
	height: 450px;
	width: 290px;
	text-align: left;
	border:0;
	background-color: #F8F8F8;
}

.overflow_02 {
	overflow: auto;
	height: 120px;
	width: auto;
	text-align: left;
	border:1 solid #EAE9E6;
	padding-top: 10px;
	clear: both;
	margin: auto auto auto 20px;
}

/* 区切り線(点線)--------------------------------------------- */
.border_dot {
	height: 1px;
	border-top: 1px dotted #666666;
}

/* 区切り線(実線)--------------------------------------------- */
.border {
	height: 1px;
	border-top: 1px solid #999999;
	margin-top: 10px;
}

/* スペーサー--------------------------------------------- */
.spacer {
	height:10px;
	float: none;
}


/* 各ページ個別用ボックス----------------------------------- */
#box_girls {
	width:750px;
	clear: both;
	float: none;
	text-align: left;
}

#box_system {
	width:750px;
}

#box_seo {
	width:750px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto;
}

/* テキストサイズ----------------------------------- */
.size10 {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.size10_02 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
}


.size11 {
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
}

.size12 {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}

.size14 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #CC0000;
}

/* テキスト装飾(色)----------------------------------- */

.size10_color {
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
}

.size11_color {
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
}

.size12_color {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: #381D1D;
}

.size12_02 {
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF9900;
}

.size12_03 {
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF6666;
}


.size14_color {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
}

/* テキスト装飾/見出し----------------------------------- */
.block_01 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #003366;
	margin: 0px 0px 5px;
}
.block_02 {
	font-size: 14px;
	line-height: 1.5;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	border-bottom:1px dotted #0099CC;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline;
}
.block_03 {
	font-size: 14px;
	line-height: 1.5;

	font-weight: normal;
	color: #333333;
	border: 1px dotted #FF6699;
	background-color: #FFCCFF;
	margin: 0px;
	padding: 0px;
}
.block_04 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	border-bottom: 1px dotted #0099CC;
	padding: 3px 0px 3px 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	width: 500px;
}
.block_05 {
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	margin: 1px;
	padding: 0px 0px 0px 20px;
	background-color: #FCFCFC;
}
.block_06 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #666666;
	margin: 2px;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/icon1.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
.block_07 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	margin: 2px;
	padding: 0px 0px 0px 10px;
	background-attachment: fixed;
	background-image: url(../img/grad1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* 太文字
デザイン上での強調(太文字で表示)
----------------------------------- */
.strong {
	font-weight:bold;
}

/* フロートをクリア---------------------------------------- */
.pagebody:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



/* テーブル---------------------------------------- */

.table_style_01 {
	padding: 0px;
	margin-left: 20px;
}
.table_style_02 {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #9A979E;
}

.td_style_01 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.td_style_02 {
	background: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 0px;
	padding: 0px;
}
.td_style_03 {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	color: #666666;
	margin: 0;
	height: auto;
	padding: 2px;
	background-color: #EDF1F3;
	font-size: 10px;
	font-weight: normal;
}
.td_style_04 {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	color: #666666;
	margin: 0px;
	height: auto;
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.td_style_05 {
	text-align: left;
	color: #666666;
	margin: 10px;
	height: auto;
	font-weight: normal;
	padding: 10px 1px 10px 10px;
	background-color: #E4ECF2;
	border-bottom: 1px solid #999999;
	font-size: 10px;
}
.td_style_06 {
	text-align: left;
	margin: 0px;
	height: auto;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	font-size: 10px;
	color: #666666;
}

.td_style_07 {
	text-align: center;
	margin: 0px;
	height: auto;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	font-size: 14px;
	color: #000000;
	background-color: #FF9933;
}
.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #B83D07;
	display: block;
	margin-bottom: 10px;
	border: 1px dotted #FF9966;
}
.td_style_07 a {
	font-weight: bold;
	color: #000000;
}




.td_style_08 {
	text-align: left;
	margin: 0px;
	height: auto;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	font-size: 10px;
	color: #666666;
}


.td_style_09 {
	text-align: left;
	margin: 0px;
	height: auto;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	font-size: 10px;
	color: #666666;
}

.td_style_10 {
	text-align: left;
	margin: 0px;
	height: auto;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	font-size: 10px;
	color: #666666;
}


#header a {
	width:100px:
	height:30px;
	color:#333333;
	display:block;
	text-align:center;
}

/* ボックスの最後でfloatをクリア---------------------- */
#pagebody:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* リンク---------------------------------------- */
a:link {
	color:#450D01;
}
a:visited {
	color:#5A3A05;
}
a:hover {
	color:#FF0000;
}

.banner {
	margin: 2px;
	padding: 3px;
	background-image: url(../img/bg_160120.gif);
	background-repeat: repeat;
}
.banner3 {
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}


a:hover .banner {
	margin: 2px;
	padding: 3px;
	background-repeat: repeat;
	background-image: url(../img/bg_160120_02.gif);
}
.banner_02 {
	border:1px solid #687588;
	margin: 1px;
	padding: 0px;
}
.size12px_blue {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.mag {
	font-size: 10px;
	text-align: right;
	background-color: #FFFFFF;
}
.sky_blue {
	background-color: #FF9933;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
