/************************　font.css　*****************************/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}


/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/************************↑　font.css　*****************************/


/*初期設定*/
* {
	margin: 0px;
	padding: 0px;
}
html {  
	overflow-y:scroll;  
}  
img {
	border:0px;
	margin: 0px;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
	font-size: 13px;
	font-weight:normal;
	line-height: 1.5;
	font-family: "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4b4b4a;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: top;
	text-align: left;
}
th,td {
	vertical-align: top;
	text-align: left;
}
th,strong {
	font-weight:normal;
}
em {
	font-style:normal;
}
a {
	text-decoration: underline;
	color: #c41736;
}
a:hover{
	text-decoration: none;
	color: #c41736;
}

/*clearfix******************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/* ここから Mac IE5 を除外 \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display:block;
}
/* ここまで Mac IE5 を除外 */
/*clearfix******************************************/


.hover:hover{
	opacity: 0.7;
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE6/7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
	cursor:pointer;
}

/*タグ*/
body {
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/back_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_body {
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/top_back_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*大外枠*/
#gl_container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}


/*ヘッダー*/
#gl_header{
	width: 960px;
	height: 83px;
	position: relative;
	background-image: url(images/head_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gl_header_logo_1{
	position: absolute;
	left: 33px;
	top: 11px;
	z-index: 3;
}
#gl_header_btn {
	position: absolute;
	left: 826px;
	top: 0px;
	z-index: 3;
}
#gl_header_parts {
	position: absolute;
	left: 806px;
	top: 39px;
}
#gl_header_pic {
	width: 960px;
	margin: 0px 0px 14px 0px;
}



/*コンテンツ*/
#gl_main{
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 60px 0px;
	width: 960px;
	clear: both;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/*ナビゲーション*/
#gl_navi_box {
	padding: 0px 0px 0px 0px;
	width: 225px;
	float: left;
}

#gl_navi_1,#gl_navi_2,#gl_navi_3,#gl_navi_4,#gl_navi_5,#gl_navi_6 {
	text-indent: -9999px;
	padding: 0px 0px 0px 0px;
}
#gl_navi_1 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_1_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_1 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_1_on.jpg);
	background-repeat: no-repeat;
}
#gl_navi_2 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_2_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_2 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_2_on.jpg);
	background-repeat: no-repeat;
}
#gl_navi_3 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_3_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_3 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_3_on.jpg);
	background-repeat: no-repeat;
}
#gl_navi_4 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_4_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_4 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_4_on.jpg);
	background-repeat: no-repeat;
}
#gl_navi_5 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_5_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_5 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_5_on.jpg);
	background-repeat: no-repeat;
}
#gl_navi_6 a{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_6_off.jpg);
	background-repeat: no-repeat;
}
#gl_navi_6 a:hover{
	height: 58px;
	width: 225px;
	display: block;
	background-image: url(images/gl_navi_6_on.jpg);
	background-repeat: no-repeat;
}

.navi_margin1{
	padding: 15px 0px 0px 0px;
}



/*---------------記事ボックス---------------*/
.entry_box{
	font-size: 13px;
	font-weight:normal;
	line-height: 1.5;
	font-family: "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4b4b4a;
}


/*太字*/
.entry_box strong{
	font-weight:bold;
}

/*斜体*/
.entry_box em{
	font-style:italic;
}

/*リスト*/
.entry_box ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:30px;
}

.entry_box ol{
	list-style-position:outside;
	margin-left:30px;
} 

/*段落*/
.entry_box blockquote{
	padding-left: 35px;
	padding-top: 20px;
}



/*見出し*/
.entry_box h1{
	font-size:250%;
	font-weight:bold;
	line-height:160%;
	padding:0px;
	margin:0px;
}

.entry_box h2{
	font-size:200%;
	font-weight:bold;
	line-height:160%;
	margin:0px;
	padding:0px;
}

.entry_box h3{
	font-size:150%;
	line-height:160%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.entry_box h4{
	font-size:100%;
	line-height:160%;
	font-weight:normal;
}

.entry_box h5{
	font-size:80%;
	line-height:140%;
	font-weight:normal;
}

.entry_box h6{
	font-size:70%;
	line-height:140%;
	font-weight:normal;
}

.more-link{
	border:1px solid #040023;
	background-color:#EEEEEE;
	padding:5px 20px;
	font-size:85%;
	color:#FFFFFF;
	line-height:300%;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0px 0px 2px 10px;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 2px 0px;
	}

.alignright {
	float: right;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.alignleft {
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.wp-caption-text{
	margin:0px;
	padding:0px;
}
	
/*---------------↑記事ボックス---------------*/


#archives_parts {
	margin: 10px 0px 5px 22px;
}
#archives {
	margin: 0px 0px 0px 22px;
}
#archives li{
	color: #FFF;	
	padding: 3px 0px 3px 0px;
}
#archives li a{
	color: #FFF;	
}


/*ページ内容*/
#gl_conbox{
	padding: 30px 0px 0px 0px;
	width: 680px;
	float: right;
}

.gl_h2,#recruit_h2{
	background-image: url(images/h1_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	font-size: 23px;
	line-height: 1.3;
	padding: 0px 0px 15px 30px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	clear: both;
}
.entry_box .gl_h3 {
	background-image: url(images/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	font-size: 17px;
	line-height: 1.3;
	padding: 3px 0px 20px 20px;
	margin: 50px 0px 0px 0px;
	font-weight: bold;
	clear: both;
}
.entry_box .gl_h3_2 {
	background-image: url(images/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	font-size: 17px;
	line-height: 1.3;
	padding: 3px 0px 20px 20px;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	clear: both;
}
.entry_box .gl_h4 {
	background-image: url(images/h3_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a65736;
	font-size: 15px;
	line-height: 1.3;
	padding: 3px 0px 20px 30px;
	margin: 50px 0px 0px 0px;
	font-weight: bold;
	clear: both;
}
.entry_box .gl_h4_2 {
	background-image: url(images/h3_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a65736;
	font-size: 15px;
	line-height: 1.3;
	padding: 3px 0px 20px 30px;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	clear: both;
}

.entry_box .gl_btn_1 {
	padding: 40px 0px 30px 0px;
	clear: both;
}
.entry_box .gl_btn_2 {
	padding: 10px 0px 0px 0px;
	clear: both;
}
.entry_box .kyuujin_margin_1 {
	padding: 10px 0px 60px 0px;
	clear: both;
}

.entry_box .gl_box_1 {
	padding: 15px;
	width: 650px;
	margin: 5px 0px 20px 0px;
	background-color: #f7f2e3;
}
.entry_box .gl_box_1_2 {
	padding: 15px;
	width: 650px;
	margin: 5px 0px 0px 0px;
	background-color: #f7f2e3;
}

.entry_box .gl_table_1 {
	width: 350px;
	margin: 5px 0px 20px 0px;
	border-top:1px solid #d7d7d5;
	border-left:1px solid #d7d7d5;
}
.entry_box .gl_table_1 th{
	width: 130px;
	background-color: #f5f5ed;
	border-right:1px solid #d7d7d5;
	border-bottom:1px solid #d7d7d5;
	padding: 5px 15px 5px 15px;
}
.entry_box .gl_table_1 td{
	border-right:1px solid #d7d7d5;
	border-bottom:1px solid #d7d7d5;
	padding: 5px 15px 5px 15px;
	text-align: center;
	color: #c41736;
	font-weight: bold;
}

.entry_box .gl_table_2 {
	width: 678px;
	margin: 15px 0px 20px 0px;
	border-top:1px solid #d7d7d5;
	border-left:1px solid #d7d7d5;
}
.entry_box .gl_table_2 th{
	width: 130px;
	background-color: #f5f5ed;
	border-right:1px solid #d7d7d5;
	border-bottom:1px solid #d7d7d5;
	padding: 5px 15px 5px 15px;
}
.entry_box .gl_table_2 td{
	border-right:1px solid #d7d7d5;
	border-bottom:1px solid #d7d7d5;
	padding: 5px 15px 5px 15px;
}

.entry_box .gl_table_2_td_2{
	border-right:1px solid #d7d7d5;
	border-bottom:1px solid #d7d7d5;
	width: 678px;
	color: #c41736;
	font-weight: bold;
	text-align: center;
	background-color: #E8EAD7;
}




.entry_box{

}




.gl_error_ul {
	list-style-type: disc;	
	padding:10px 0px 0px 20px;
	
}










/*フッター*/
#gl_footer_back {
	width: 100%;
	clear: both;
	text-align: center;
	background-image: url(images/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#gl_footer {
	width: 960px;
	height: 114px;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#gl_footer_text_1 {
	font-size: 77%;
	padding:11px 0px 5px 0px;
	color: #666;
	text-decoration: none;
}
#gl_footer_text_1 a{
	padding:11px 0px 5px 0px;
	color: #666;
	text-decoration: none;
}
#gl_footer_text_1 a:hover{
	padding:11px 0px 5px 0px;
	color: #666;
	text-decoration: underline;
}
#gl_footer_text_2 {
	font-size: 77%;
	margin:10px 0px 0px 0px;
	color: #FFF;
}





/*トップッページ**************************************************/
#top_body {
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/top_back_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_flash {
	width: 960px;
	height: 440px;
	position: relative;
	top: -83px;
}
.top_flash_image{
	width: 960px;
	height: 440px;
	position: absolute;
	z-index: 2;	
}

#top_navi {
	padding: 3px 0px 0px 0px;
	
}
#top_navi li{
	float: left;

}

#top_navi_1,#top_navi_2,#top_navi_3,#top_navi_4,#top_navi_5,#top_navi_6{
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#top_navi_1 a{
	height: 72px;
	width: 150px;
	display: block;
	background-image: url(images/top_navi_1_off.jpg);
}
#top_navi_1 a:hover{
	height: 72px;
	width: 150px;
	display: block;
	background-image: url(images/top_navi_1_on.jpg);
}
#top_navi_2 a{
	height: 72px;
	width: 150px;
	display: block;
	background-image: url(images/top_navi_2_off.jpg);
}
#top_navi_2 a:hover{
	height: 72px;
	width: 150px;
	display: block;
	background-image: url(images/top_navi_2_on.jpg);
}
#top_navi_3 a{
	height: 72px;
	width: 152px;
	display: block;
	background-image: url(images/top_navi_3_off.jpg);
}
#top_navi_3 a:hover{
	height: 72px;
	width: 152px;
	display: block;
	background-image: url(images/top_navi_3_on.jpg);
}
#top_navi_4 a{
	height: 72px;
	width: 214px;
	display: block;
	background-image: url(images/top_navi_4_off.jpg);
}
#top_navi_4 a:hover{
	height: 72px;
	width: 214px;
	display: block;
	background-image: url(images/top_navi_4_on.jpg);
}
#top_navi_5 a{
	height: 72px;
	width: 148px;
	display: block;
	background-image: url(images/top_navi_5_off.jpg);
}
#top_navi_5 a:hover{
	height: 72px;
	width: 148px;
	display: block;
	background-image: url(images/top_navi_5_on.jpg);
}
#top_navi_6 a{
	height: 72px;
	width: 146px;
	display: block;
	background-image: url(images/top_navi_6_off.jpg);
}
#top_navi_6 a:hover{
	height: 72px;
	width: 146px;
	display: block;
	background-image: url(images/top_navi_6_on.jpg);
}

#top_main{
	padding: 0px 0px 60px 0px;
	width: 960px;

	-moz-transform: translateY(-83px);
	-webkit-transform: translateY(-83px);
	-o-transform: translateY(-83px);
	-ms-transform: translateY(-83px);
	transform:translateY(-83px)
}

#top_conbox{
	margin: 0px 0px 0px 50px;
	padding: 60px 0px 0px 0px;
	width: 860px;
	clear: both;
}
#top_conbox .margin_1{
	margin-bottom:10px;
}
#top_conbox .margin_2{
	margin-bottom:20px;
}
#top_conbox #news_box li{
	width:100%;
	line-height:1.9em;
}
#top_conbox #news_box li span{
	display:inline-block;
	min-width:80px;
	width:80px;
	margin-right:20px;
}
#top_conbox #news_box li a{
	text-decoration:underline;
}



#top_leftbox{
	padding: 0px 0px 0px 0px;
	width: 551px;
	float: left;
}
#top_rightbox{
	padding: 0px 0px 0px 0px;
	width: 275px;
	float: right;
}

.entry_box .top_h3,#news_box .top_h3{
	background-image: url(images/top_parts_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #c41736;
	font-size: 17px;
	line-height: 1.3;
	padding: 2px 0px 20px 25px;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	clear: both;
}

.top_margin1{
	padding: 15px 0px 0px 0px;
}


/*↑トップッページ**************************************************/



/*フロート*/
.gl_float_L {
	float: left;
}
.gl_float_R {
	float: right;
}
.gl_clear {
	clear: both;
	height: 0px;
}
.gl_align_L {
	text-align: left;	
}
.gl_align_R {
	text-align: right;	
}
.gl_align_C {
	text-align: center;	
}

/*フォント*/
.font_10px {
	font-size: 77%;
}
.font_11px {
	font-size: 85%;
}
.font_12px {
	font-size: 93%;
}
.font_13px {
	font-size: 100%;
}
.font_14px {
	font-size: 108%;
}
.font_15px {
	font-size: 116%;
}
.font_16px {
	font-size: 123.1%;
}
.font_17px {
	font-size: 131%;
}
.font_18px {
	font-size: 138.5%;
}
.font_19px {
	font-size: 146.5%;
}
.font_20px {
	font-size: 153.9%;
}
.font_21px {
	font-size: 161.6%;
}
.font_22px {
	font-size: 167%;
}
.font_23px {
	font-size: 174%;
}
.font_24px {
	font-size: 182%;
}
.font_25px {
	font-size: 189%;
}
.font_26px {
	font-size: 197%;
}

/*カラー*/
.gl_color_1 {
	color: #c41736;
	font-weight: bold;
}
.gl_color_2 {
	font-weight: bold;
}



/* リクルートコンテンツ */
#recruit_box ul{
	margin-left:0;
}
#recruit_box li{
	list-style-type:none;
	text-decoration:none;
	font-size:17px;
}
#recruit_box li span{
	display:none;
}
#recruit_box li a{
	color:#FFF;
	text-decoration:none;
	width:650px;
	background-color:#C41736;
	display:inline-block;
	padding:5px;
	margin:15px 0;
}

#recruit_box ul[class="children"]{
}
#recruit_box ul[class="children"] li{
	margin:4px 0 4px 3em;
	padding-left:25px;
	background: url(images/arrow.jpg) left center no-repeat;
}
#recruit_box ul[class="children"] li span{
	display:inline;
}
#recruit_box ul[class="children"] li a{
	text-decoration:underline;
	color:#4b4b4a;
	background-color:#FFF;
	display:inline;
}

#top_box_h{
	margin:30px 0 15px 0;
	background: url(images/top_parts_1.jpg) top left no-repeat;
	width:550px;
	height:20px;
}
#top_box{
	border:5px solid #CCC;
	padding:0 20px 30px 20px;
}
