@charset "utf-8";
/* CSS Document */


/*----------
body
----------*/
body{
	background-color:#FFFFFF;
	background-image:url(../images/body_bg.gif);
	background-position:50% 0%;
	background-repeat:repeat;
	text-align:left;
}


/*----------
#wrap
----------*/
#wrap{
	width:100%;
	height:100%;
	position:relative;
	background-image:url(../images/wrap_bg.png);
	background-position:50% 0%;
	background-repeat:repeat-x;
}


/*----------
#wrap_inner
----------*/
#wrap_inner{
	width:900px;
	height:100%;
	padding:0 5px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/wrap_inner_bg.png);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
/* IE6を除外 */
#wrap > #wrap_inner{
	height:auto;
	min-height:100%;
}
/* ここまで */


/*----------
#global_header,#global_key_visual,#global_body,#global_footer
----------*/
#global_header,#global_main_menu,#global_key_visual,#global_body,#global_footer{
	clear:both;
	position:relative;
}

/*----------------------------------------------------------------------------------------------*/

/*----------
#global_header
----------*/
#global_header{
	width:880px;
	height:170px;
	margin:0 10px 10px 10px;
	background-image:url(../images/global_header_bg.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position: relative;
}

/* dolphin_cms */
#global_header .dolphin_cms {
	left: 190px;
	position: absolute;
	top: 40px;
}

/*----------
#global_header h1
----------*/
#global_header h1{
	padding-top:10px;
	height:20px;
	padding-right:10px;
	text-align:right;
	line-height:20px;
	font-size:11px;
	font-weight:normal;
	float:right;
}
/*----------
#global_header #site_title
----------*/
#global_header #site_title{
	width:160px;
	height:150px;
	padding:20px 0 0 10px;
}
#global_header #site_title a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/site_title_ir.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}

/*----------------------------------------------------------------------------------------------*/

/*----------------
#global_main_menu
----------------*/
#global_main_menu{
	width:690px;
	height:30px;
	padding-left:10px;
	position:absolute;
	top:134px;
	left:195px;
	background-image:url(../images/global_main_menu_ir.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
#global_main_menu ul{
	margin:0;
}
#global_main_menu ul li{
	width:105px;
	height:30px;
	margin-right:10px;
	float:left;
}
#global_main_menu ul li a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/global_main_menu_ir.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-align:left;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}

#global_main_menu ul li a.home{
	background-position:-10px 0%;
}
#global_main_menu ul li a.home:hover{
	background-position:-10px 50%;
}
#global_main_menu ul li a.home_active{
	background-position:-10px 100%;
}
#global_main_menu ul li a.aboutus{
	background-position:-125px 0%;
}
#global_main_menu ul li a.aboutus:hover{
	background-position:-125px 50%;
}
#global_main_menu ul li a.aboutus_active{
	background-position:-125px 100%;
}
#global_main_menu ul li a.entry{
	background-position:-240px 0%;
}
#global_main_menu ul li a.entry:hover{
	background-position:-240px 50%;
}
#global_main_menu ul li a.entry_active{
	background-position:-240px 100%;
}
#global_main_menu ul li a.sitemap{
	background-position:-355px 0%;
}
#global_main_menu ul li a.sitemap:hover{
	background-position:-355px 50%;
}
#global_main_menu ul li a.sitemap_active{
	background-position:-355px 100%;
}
#global_main_menu ul li a.faq{
	background-position:-470px 0%;
}
#global_main_menu ul li a.faq:hover{
	background-position:-470px 50%;
}
#global_main_menu ul li a.faq_active{
	background-position:-470px 100%;
}
#global_main_menu ul li a.contact{
	background-position:-585px 0%;
}
#global_main_menu ul li a.contact:hover{
	background-position:-585px 50%;
}
#global_main_menu ul li a.contact_active{
	background-position:-585px 100%;
}

/* Start.Clearfix */
#global_main_menu ul:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_main_menu ul{
	display:inline-block;
	min-height:1%;
}
* html #global_main_menu ul{
	height:1%;
}
#global_main_menu ul{
	display:block;
}
/* End.Clearfix */

/*----------------------------------------------------------------------------------------------*/

/*----------------
#global_login
----------------*/
#global_login{
	width:385px;
	height:75px;
	position:absolute;
	top:39px;
	right:21px;
	background-image:url(../images/global_login_bg.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
#global_logout{
	width:385px;
	height:75px;
	position:absolute;
	top:39px;
	right:21px;
	background-image:url(../images/global_login_bg.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
}
#global_login .mail input{
	width:167px;
	border:0;
	position:absolute;
	top:12px;
	left:70px;
	font-size:12px;
}
#global_login .pass input{
	width:167px;
	border:0;
	position:absolute;
	top:43px;
	left:70px;
	font-size:12px;
}
#global_login .cookie input{
	position:absolute;
	top:13px;
	left:251px;
}
/* IE6以下のみ適用 */
* html #global_login .cookie input{
	top:9px;
	left:247px;
}
/* ここまで */
/* IE7のみ適用 */
*:first-child+html #global_login .cookie input{
	top:9px;
	left:247px;
}
/* ここまで */

#global_login .bt_login,
#global_logout .bt_login{
	width:120px;
	height:23px;
	position:absolute;
	top:40px;
	left:251px;
}

#global_login .bt_login a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/global_login_bt.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_login .bt_login a:hover{
	background-position:0% 100%;
}

#global_logout .bt_login a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/global_login_bt.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_logout .bt_login a:hover{
	background-position:100% 100%;
}

#global_logout .bt_my_page{
	width:115px;
	height:15px;
	position:absolute;
	top:10px;
	left:20px;
}
#global_logout .bt_my_page a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/global_login_bt_my_page.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_logout .bt_my_page a:hover{
	background-position:0% 100%;
}

/*----------------------------------------------------------------------------------------------*/

/*----------
#global_body
----------*/
#global_body{
	width:880px;
	margin:0 10px;
	padding-bottom:150px;
}
/* Start.Clearfix */
#global_body:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_body{
	display:inline-block;
	min-height:1%;
}
* html #global_body{
	height:1%;
}
#global_body{
	display:block;
}
/* End.Clearfix */

/*----------
#global_body #global_left
----------*/
#global_body #global_left{
	width:180px;
	float:left;
}
#global_body #global_left h4{
	width:160px;
	height:23px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:-9999px;
}
#global_body #global_left .flash{
	margin-bottom:10px;
}
#global_body #global_left .serial_01 h4{
	background-image:url(../images/global_left_serial_01_h4_ir.gif);
}
#global_body #global_left .serial_02 h4{
	background-image:url(../images/global_left_serial_02_h4_ir.gif);
}
#global_body #global_left .serial_03 h4{
	background-image:url(../images/global_left_serial_03_h4_ir.gif);
}
#global_body #global_left .serial_04 h4{
	width:160px;
	height:40px;
}
#global_body #global_left .serial_04 h4 a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/global_left_serial_04_h4_ir.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-align:left;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_body #global_left .serial_04 h4 a:hover{
	background-position:0% 100%;
}

#global_body #global_left .serial_05{
	height:710px;
}

/*----------
#global_body .contents
----------*/
#global_body .contents{
	width:690px;
	float:right;
}
/* Start.Clearfix */
#global_body .contents:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_body .contents{
	display:inline-block;
	min-height:1%;
}
* html #global_body .contents{
	height:1%;
}
#global_body .contents{
	display:block;
}
/* End.Clearfix */

/*  */
#global_body .contents .social {
	width: 480px;
	margin-bottom: 30px;
}
/* Start. Clearfix */
#global_body .contents .social:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#global_body .contents .social {
	display: inline-block;
	min-height: 1%;
}
* html #global_body .contents .social {
	height: 1%;
}
#global_body .contents .social {
	display: block;
}
/* End. Clearfix */
#global_body .contents .social .facebook {
	width: 230px;
	float: right;
	text-align: left;
}
#global_body .contents .social .twitter {
	width: 230px;
	float: left;
	text-align: right;
}


/*----------
#global_body .contents ul#pankuzu
----------*/
#global_body .contents ul#pankuzu{
	position:absolute;
	top:10px;
	left:10px;
}

/*----------
#global_body .box
----------*/
#global_body .box{
	padding:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
/* Start.Clearfix */
#global_body .box:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_body .box{
	display:inline-block;
	min-height:1%;
}
* html #global_body .box{
	height:1%;
}
#global_body .box{
	display:block;
}
/* End.Clearfix */

/*----------
#global_body .box.adv
----------*/
#global_body .box.adv ol{
	margin:0;
}
#global_body .box.adv ol li{
	margin-bottom:2em;
	border:none;
}
#global_body .box.adv ol li p{
	margin:0;
}
#global_body .box.adv ol li a{
	font-size:1.2em;
}
#global_body .box.adv ol li strong{
	font-weight:bold;
	text-decoration:none;
}
#global_body .box.adv ol li span{
	font-size:0.8em;
	color:#339900;
}

/*----------------------------------------------------------------------------------------------*/

/*----------
#global_footer
----------*/
#global_footer{
	width:880px;
	height:150px;
	margin:0 auto;
	margin-top:-150px;
	background-image:url(../images/global_footer_bg.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
}
#global_footer #copyright{
	padding:20px 0 0 0;
	text-align:center;
	color:#999999;
	font-size:12px;
}
/*----------
#global_footer .bt_page_top
----------*/
#global_footer .bt_page_top{
	width:92px;
	height:13px;
	position:absolute;
	top:10px;
	right:10px;
	line-height:13px;
	font-size:10px;
}
#global_footer .bt_page_top a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/bt_page_top.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
#global_footer .bt_page_top a:hover{
	background-image:url(../images/bt_page_top.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
}
/*----------
#global_footer ul#footer_menu
----------*/
#global_footer ul#footer_menu{
	margin:0;
	padding:10px 0 0 10px;
}
#global_footer ul#footer_menu li{
	padding:0 20px 0 18px;
	background-image:url(../images/footer_menu_bg.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	float:left;
}
#global_footer ul#footer_menu li a{
	color:#666666;
	text-decoration:none;
}
#global_footer ul#footer_menu li a:hover{
	color:#333333;
	text-decoration:none;
}
/* Start.Clearfix */
#global_footer ul#footer_menu:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}
#global_footer ul#footer_menu{
	display:inline-block;
	min-height:1%;
}
* html #global_footer ul#footer_menu{
	height:1%;
}
#global_footer ul#footer_menu{
	display:block;
}
/* End.Clearfix */

/*----------
#global_footer #page_rank
----------*/
#global_footer #page_rank{
	position:absolute;
	bottom:10px;
	right:10px;
}
/*----------
#global_footer #shinobi
----------*/
#global_footer #shinobi{
	position:absolute;
	bottom:60px;
	right:10px;
}

/*----------
#bnrStudioOnly
----------*/
#bnrStudioOnly {
	left: 50%;
	margin-left: -630px;
	position: fixed;
	top: 0;
}



