@charset "UTF-8";

/*
基本設定
====================================================================*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	text-indent:0;
}

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222222;
	line-height: 18px;
	letter-spacing: 1px;
	background: url('topimg/gc_back.gif') left top repeat-x;
	text-align:center;
}

ul {list-style-type:none;}

img {border:0;}

table ,
textarea {
	font-size:100%;
}

table th ,
table td {
	vertical-align:top;
}

select,
option {
	font-size:12px;
}


/*
基本リンク設定
====================================================================*/
a {
	color: #D26900;
	text-decoration:none;
}

a:visited{
	color: #304F88;
	text-decoration:none;
}

a:hover{
	color: #304F88;
	text-decoration:underline;
}

a:active{
	color: #304F88;
	text-decoration:underline;
}


/*
clearfix
====================================================================*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.clr {
	clear:both;
}


/*
共通クラス
====================================================================*/
.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.f_right {
	float:right;
}

.f_left {
	float:left;
}

.caution{
	color:#cc0000;
}

.txt_bold{
	font-weight:bold;
}


/* IME MODE
====================================================================*/
.ime-act {
	ime-mode:active;
}
.ime-inact {
	ime-mode:inactive;
}
.ime-dis {
	ime-mode:disabled;
}


/*
大コンテナ
====================================================================*/
#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#wrapper_inner {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


/*
ヘッダー
====================================================================*/
#header {
	height:73px;
	background: url('topimg/gc_title1.gif') left top no-repeat;
}

#header .logo {
	width:340px;
	height:73px;
	float: left;
}

#header #logo h1 {
	float: left;
}

#header .logo a span {
	display:none;
}

#header .head_menu {
	width:505px;
	height:73px;
	float:right;
}

#header .head_menu01 {
	height:35px;
	padding-left:230px;
}

#header .head_menu01 p.menu_recruit {
	width:101px;
	float:left;
}

#header .head_menu01 p.menu_sitemap {
	width:82px;
	float:left;
}

#header .head_menu01 p.menu_inquiry {
	width:89px;
	float:left;
}

#header .head_menu02 {
	clear:left;
	height:38px;
}


#header .head_menu02 p.menu_aboutus {
	width:146px;
	float:left;
	padding-left:101px;
}

#header .head_menu02 p.menu_castinginfo {
	width:248px;
	float:right;
}


/*
グローバルメニュー
====================================================================*/
#g_menu {
	width:948px;
	height:77px;
	clear:both;
}

#g_menu ul {
}

#g_menu ul li {
	float: left;
}

#g_menu ul li.g_home             { width:139px; }
#g_menu ul li.g_concept          { width:135px; }
#g_menu ul li.g_audition_news    { width:135px; }
#g_menu ul li.g_audition_service { width:135px; }
#g_menu ul li.g_work_shop        { width:135px; }
#g_menu ul li.g_narrative        { width:135px; }
#g_menu ul li.g_q_and_a          { width:134px; }

#g_menu ul li a {
	display: block;
	height /**/:77px;
}
/*** Start @ Commented out as of 2009/11/26 ***/
/*
#g_menu ul li a {
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	padding-top: 77px;
	background-image: url('topimg/g_menu.gif');
}*/
/*
#g_menu ul li.g_home             a { background-position:  0     0; }
#g_menu ul li.g_concept          a { background-position: -139px 0; }
#g_menu ul li.g_audition_news    a { background-position: -274px 0; }
#g_menu ul li.g_audition_service a { background-position: -409px 0; }
#g_menu ul li.g_work_shop        a { background-position: -544px 0; }
#g_menu ul li.g_narrative        a { background-position: -679px 0; }
#g_menu ul li.g_q_and_a          a { background-position: -814px 0; }
*/
/* マウスオーバー用 */
/*
#g_menu ul li.g_home             a:hover { background-position:  0     -77px; }
#g_menu ul li.g_concept          a:hover { background-position: -139px -77px; }
#g_menu ul li.g_audition_news    a:hover { background-position: -274px -77px; }
#g_menu ul li.g_audition_service a:hover { background-position: -409px -77px; }
#g_menu ul li.g_work_shop        a:hover { background-position: -544px -77px; }
#g_menu ul li.g_narrative        a:hover { background-position: -679px -77px; }
#g_menu ul li.g_q_and_a          a:hover { background-position: -814px -77px; }
*/
/* class="stay"　使用時用 */
/*
#g_menu ul li.g_home             a.stay { background-position:  0     -154px; }
#g_menu ul li.g_concept          a.stay { background-position: -139px -154px; }
#g_menu ul li.g_audition_news    a.stay { background-position: -274px -154px; }
#g_menu ul li.g_audition_service a.stay { background-position: -409px -154px; }
#g_menu ul li.g_work_shop        a.stay { background-position: -544px -154px; }
#g_menu ul li.g_narrative        a.stay { background-position: -679px -154px; }
#g_menu ul li.g_q_and_a          a.stay { background-position: -814px -154px; }
*/

/*** End @ Commented out as of 2009/11/26 ***/

/*
本文トップシャドウ
====================================================================*/
#shadow {
	clear:both;
	width:948px;
	height:33px;
	background: url('topimg/gc_honbun_back.gif') left top no-repeat;
}


/*
メインエリア
====================================================================*/
#main {
	width:948px;
	background: url('topimg/main_back.gif') left top repeat-y;
}


/*
コンテンツ大枠設定
====================================================================*/
#contents {
	width:590px;
	float:left;
}

#contents .contents_inner {
	margin-left:15px;
}


/*
右サイド大枠設定
====================================================================*/
#side {
	width:325px;
	float:right;
}

#side .side_inner {
	margin-right:15px;
}


/*
フッター・コピーライト
====================================================================*/
#footer {
	clear:both;
	width:948px;
	height:58px;
	background: url('topimg/gc_copyright.gif') left top no-repeat;
	margin-top:19px;
}


/*
コンテンツ詳細設定
====================================================================*/
#contents p.block_txt {
	margin:12px 9px 10px 9px;
}

#main .more {
	text-align:right;
	margin:2px 0 20px 0;
}

#contents .block_left {
	width:437px;
	float:left;
}

#contents .block_right {
	width:128px;
	padding-bottom:18px;
	float:right;
}

#contents .block_blue {
	width:570px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px dashed #c0c0c0;
	background: #f5f5f5;
}

#contents .block_blue .red{
	color : red ;
	font-weight:bold;
}

#contents .block_blue p {
	font-size: 12px;
	text-align:left;
	padding:2px 0 5px 10px;
	line-height: 16px;
}


#contents .block_left .flash_title {
	clear:both;
}

#contents .block_left p.txt {
	padding:7px 0px 5px 0;
}

#contents .pagetop {
	clear:both;
	text-align:right;
	border-top:1px solid #CFCFCF;
	padding:10px 0;
}

#contents .headline_contents {
	border-bottom:1px dotted #AEAEAE;
	padding:4px 18px;
}

#contents .headline_contents p.date {
	font-size: 11px;
	line-height: 16px;
	color: #7B741A;
	background: url('topimg/bth.gif') left 50% no-repeat;
	padding-left:20px;
}

#contents .headline_contents p.title {
	font-size: 12px;
	line-height: 16px;
	color: #D26900;
	margin:4px 0;
}

#contents .headline_contents p.txt {
	font-size: 12px;
	line-height: 20px;
}

#contents .headline_extra {
	border-bottom:1px dotted #AEAEAE;
	padding:4px 18px;
	font-size: 10px;
}

#contents .headline_extra .red{
	color : red ;
}

#contents .block_recommend {
	width:570px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px dashed #c0c0c0;
}

#contents .block_recommend .red{
	color : red ;
	font-weight:bold;
}

#contents .block_recommend p {
	font-size: 12px;
	text-align:left;
	padding:2px 0 5px 10px;
	line-height: 16px;
}


/*
右サイド詳細設定
====================================================================*/
#side .melmaga_left {
	width:205px;
	float:left;
}

#side .melmaga_right {
	width:98px;
	float:right;
}

#side .melmaga_left p {
	font-size: 10px;
	line-height: 16px;
	color: #7B741A;
}

/* safari only \*/ 
body:first-of-type #side .melmaga_left p {letter-spacing:-1px;}

#side .melmaga_waku {
	clear:both;
	border:1px solid #E7C030;
	padding-bottom:5px;
	margin-bottom:18px;
}

#side .melmaga_waku .melmaga_txt {
	background: url('topimg/mail_back.gif') left top repeat-x;
}

#side .melmaga_waku .melmaga_txt01 {
	font-size: 11px;
	line-height: 16px;
	color: #D26900;
	padding:5px 20px 0 8px;
}

#side .melmaga_waku .melmaga_txt01 span{
	color : red ;
	font-weight:bold;
}

#side .melmaga_waku .melmaga_txt02 {
	font-size: 10px;
	line-height: 14px;
	padding:6px 8px 0 8px;
}

#side .melmaga_waku .melmaga_txt03 {
	font-size: 10px;
	line-height: 20px;
	padding:10px 8px 0 8px;
}

#side .melmaga_waku .melmaga_form {
	padding:3px 0 0 17px;
}

#side .melmaga_waku .melmaga_form input {
	font-size: 12px;
	height: 18px;
	line-height: 15px;
	vertical-align:middle;
}

#side .melmaga_waku .melmaga_form input.input01 {
	width:82px;
}

#side .melmaga_waku .melmaga_form input.input02 {
	width:92px;
}

#side .melmaga_waku .melmaga_form img {
	vertical-align:middle;
}

#side .banner {
	height:108px;
	margin-bottom:18px;
}

#side .banner_left {
	width:150px;
	float:left;
}

#side .banner_right {
	width:150px;
	float:right;
}

#side .banner_google {
	width:160px;
	padding-left: 70px;
}

#side .headline_contents {
	border-bottom:1px dotted #AEAEAE;
	padding:14px 18px;
}

#side .headline_contents p.date {
	font-size: 10px;
	line-height: 16px;
	color: #7B741A;
	background: url('topimg/bth.gif') left 50% no-repeat;
	padding-left:20px;
}

#side .headline_contents p.title {
	font-size: 12px;
	line-height: 16px;
	color: #D26900;
	margin:4px 0;
}

#side .headline_contents p.txt {
	font-size: 11px;
	line-height: 20px;
}

#side .more {
	text-align:right;
	margin:10px 0 20px 0;
}

#side .audition_title {
	margin-bottom:20px;
}

#side .audition_left {
	width:125px;
	float:left;
	text-align:center;
	padding-top:14px;
	clear:both;
}

#side .audition_right {
	width:174px;
	float:left;
	padding-bottom:15px;
}

#side .audition_right p.title {
	font-size: 12px;
	line-height: 16px;
	padding:0 0 10px 7px;
}

#side .audition_right div.jyoho {
	background: url('topimg/gc_jyoho.gif') left top no-repeat;
	padding:32px 0 10px 7px;
}

#side .audition_right p.date {
	width:140px;
	font-size: 10px;
	line-height: 20px;
	padding-bottom:3px;
}

#side .audition_right p.detail {
	width:140px;
	font-size: 12px;
	line-height: 16px;
	color: #D26900;
}

#side .audition_right p.title a:link    {color: #D26900;text-decoration:none;}
#side .audition_right p.title a:visited {color: #D26900;text-decoration:none;}
#side .audition_right p.title a:hover   {color: #D26900;text-decoration:none;}
#side .audition_right p.title a:active  {color: #D26900;text-decoration:none;}

#side .audition_right p.detail a:link    {color: #D26900;text-decoration:none;}
#side .audition_right p.detail a:visited {color: #D26900;text-decoration:none;}
#side .audition_right p.detail a:hover   {color: #D26900;text-decoration:underline;}
#side .audition_right p.detail a:active  {color: #D26900;text-decoration:underline;}

#side .gsl_left {
	width:125px;
	float:left;
	text-align:center;
	clear:both;
	padding-bottom:10px;
}

#side .gsl_right {
	width:174px;
	float:left;
}

#side .gsl_right p {
	padding:10px 0 0 3px;
}


