@charset "shift_jis";
/* CSS Document */



/* common */
html, body, div, span, object, iframe,
p, a, h1, h2, h3, h4,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #280e10;
	font-size: 12px;
}
p {
	color: #280e10;
	font-size: 12px;
}
body {
	background: url("/com/temp2/img/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
/* pagetop */
#tit {
	width: 100%;
	height: 18px;
	margin: 0;
	overflow: hidden;
	background: #003799;
	color: #fff;
}
.tit_inner {
	width: 1140px;
	height: 18px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
#tit .group_logo {
	float: left;
	padding: 3px 10px 2px 0;
}
#tit h1 {
	float: left;
	text-align: left;
}
#tit .group_txt {
	float: right;
	text-align: right;
	font-size:10px;
	padding-right:5px;
	color: #fff;
}
#pagetop {
	width: 100%;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 130px;
	background: rgba(256,256,256,0.4);
	/* background: url("/com/temp2/img/bg_dot.jpg") repeat; */
	border-bottom: 5px solid #0099ff;
}
.header_inner {
	width: 1140px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header_logo {
	width: 201px;
	height: 111px;
	float: left;
	padding: 10px 0 0 42px;
}
.header_txt {
	width: 308px;
	height: 111px;
	float: left;
	padding: 10px 0 0 125px;
}
.header_info {
	width: 321px;
	height: 78px;
	position: absolute;
	top: 47px;
	right: 0;
}
#header .sub {
	width: 360px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#header .sub li {
	width: 120px;
	height: 40px;
	float: left;
	overflow: hidden;
}
#header .sub li a {
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	text-indent: 18px;
	
	background: #0099ff url("/com/temp2/img/header/person_icon.png") no-repeat;
	background-size: 20px 15px;
	background-position: 12px 12px;
}
#header .sub li:first-child a {
	background: #003799 url("/com/temp2/img/header/envelope_icon.png") no-repeat;
	background-size: 20px 15px;
	background-position: 12px 12px;
	text-indent: 22px;
}
#header .sub li:last-child a {
	background: #17a700  url("/com/temp2/img/header/line_icon.png") no-repeat;
	background-size: 20px 15px;
	background-position: 12px 12px;
	text-indent: 18px;
}
/* header_nav */
#header_nav {
	height: 46px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("/com/temp2/img/header/header_nav_bg.jpg") repeat;
}
#header_nav ul {
	height: 46px;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}
#header_nav a {
	width: 95px;
	height: 46px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url("/com/temp2/img/header/header_nav.jpg");
}

#header_nav .home a {
	background-position: 0px top;
}
#header_nav .home a:hover {
	background-position: 0px bottom;
}
#header_nav .girls a {
	background-position: -95px top;
}
#header_nav .girls a:hover {
	background-position: -95px bottom;
}
#header_nav .schedule a {
	background-position: -190px top;
}
#header_nav .schedule a:hover {
	background-position: -190px bottom;
}
#header_nav .newface a {
	background-position: -285px top;
}
#header_nav .newface a:hover {
	background-position: -285px bottom;
}
#header_nav .system a {
	background-position: -380px top;
}
#header_nav .system a:hover {
	background-position: -380px bottom;
}
#header_nav .event a {
	background-position: -475px top;
}
#header_nav .event a:hover {
	background-position: -475px bottom;
}
#header_nav .access a {
	background-position: -570px top;
}
#header_nav .access a:hover {
	background-position: -570px bottom;
}
#header_nav .diary a {
	background-position: -665px top;
}
#header_nav .diary a:hover {
	background-position: -665px bottom;
}
#header_nav .gravure a {
	background-position: -760px top;
}
#header_nav .gravure a:hover {
	background-position: -760px bottom;
}
#header_nav .movie a {
	background-position: -855px top;
}
#header_nav .movie a:hover {
	background-position: -855px bottom;
}
#header_nav .review a {
	background-position: -950px top;
}
#header_nav .review a:hover {
	background-position: -950px bottom;
}
#header_nav .ranking a {
	background-position: -1045px top;
}
#header_nav .ranking a:hover {
	background-position: -1045px bottom;
}

/* page */
#page {
	margin:0 auto;
}
#container {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	poosition: relative;
	background: url("/com/temp2/img/container_bg.jpg") repeat-y center top;
}
/* main */
#main {
	width: 760px;
	height: auto;
	padding: 20px;
	float: left;
	overflow: hidden;
	clear: both;
}
#main > div {
	float: left;
	overflow: hidden;
	clear: both;
	width: 760px;
	padding: 0;
	margin-bottom: 20px;
}
/* h2 */
#main h2 {
	height: 43px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 7px;
	color: #000;
}
#main h2 span {
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 30px;
	margin-right: 10px;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
}
#main div.more {
	position: relative;
}
#main .more_btn_01 {
	position: absolute;
	top: 7px;
	right: 0;
}
#main .more_btn_01 a {
	width: 90px;
	height: 26px;
	line-height: 28px;
	color: #fff;
	display: block;
	border: solid 1px #a4a4a4;
	background: #003799;
	background: -moz-linear-gradient(top,  #446cb4 0%, #003799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#446cb4), color-stop(100%,#003799));
	background: -webkit-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -o-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: -ms-linear-gradient(top,  #446cb4 0%,#003799 100%);
	background: linear-gradient(to bottom,  #446cb4 0%,#003799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446cb4', endColorstr='#003799',GradientType=0 );
}
#main .more_btn_01 a:before {
	content: url("/com/temp2/img/arrow_icon.png");
	vertical-align: middle;
	padding: 0 6px;
}
/* footer */
#footer {
	width: 100%;
	height: 190px;
	margin: 0;
	background: #003799;
}
.footer_inner {
	width: 1140px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
}
/* footer_nav */
#footer_nav {
	width: 641px;
	height: 190px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	border-right: solid 1px #fff;
}
#footer_nav ul {
	width: 159px;
	height: 190px;
	float: left;
	overflow: hidden;
	border-left: solid 1px #fff;
}
#footer_nav li {
	height: 38px;
	padding-left: 20px;
}
#footer_nav li a {
	color: #fff;
	line-height: 38px;
}
#footer_nav li a:hover {
	text-decoration: underline;
}
/* footer_logo */
#footer .footer_inner .footer_logo {
	width: 498px;
	height: 190px;
	float: left;
	overflow: hidden;
}
#footer .footer_inner .footer_logo a {
	width: 180px;
	height: 103px;
	margin: 55px 45px 0 40px;
	display: block;
	float: left;
	overflow: hidden;
}
#footer .footer_inner .footer_info {
	width: 230px;
	height: auto;
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding-top: 26px;
}
/* footer_bnr */
.footer_bnr {
	width: 100%;
	height: auto;
	margin: 0;
	background: rgba(256,256,256,1.0);
	/* background: url("/com/temp2/img/bg_dot.jpg") repeat; */
	border-bottom: 5px solid #0099ff;
}
#rg_bnr, #rg_bnr a {
    color: #003799;
}
#ban_145-40 {
	width: 990px;
}
/* page_bottom */
#page_bottom {
	width: 100%;
}
#page_bottom p.copy {
	width: 100%;
	text-align: center;
	background: #003799;
	color: #fff;
	padding:4px 0;
}
/* page_top btn */
.bg_02 {position: relative;}
#pagetop_btn {
	position: absolute;
	bottom: 0;
	right: 70px;
	margin: 0;
	padding: 0;
}
#pagetop_btn a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: .15em;
	text-indent: 30px;
	padding: 0;
	background: #0099ff url("/com/temp2/img/arrow_up.png") no-repeat 20px 16px;
	display: block;
}
/* news */
.news_body {
	padding: 10px 20px;
}