@charset "UTF-8";

/******************************************************
*
*	1. common style
*	2. index style
*
******************************************************/


/*  1. common style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#alpha {
}





/*  2. index style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#headSec {
	background: #fff;
}

#headSec-inner {
	min-height: 265px;
	_height: 265px;
	background: url(../../../img/index_head.png) no-repeat left top;
}

#headSec-inner #logo {
	top: 33px;
	left: 95px;
}

#headSec-inner #btnHQ {
	top: 53px;
	right: 114px;
}

#headSec-inner #selectLang {
	top: 33px;
	right: 109px;
}



#h1Block {
	width: 940px;
	padding-top: 30px;
	background: url(../../../img/index_bg.gif) no-repeat center top;
	text-align: center;
}

#h1Block h1 {
	width: 890px;
	margin: 0 auto;
	text-align: left;
}



#bodySec {
	padding-top: 30px;
}

#index #alpha {
	width: 560px;
	margin-left: 40px;
}

#index #alpha #main {
	width: 560px;
	margin-left: 0;
}

#index #beta {
	width: 320px;
}



#main_visual {
	position: relative;
	width: 560px;
	height: 415px;
}

#main_visual > div {
	position: absolute;
}

#main_visual {}
#main_visual {}
#main_visual {}
#main_visual {}
#main_visual {}


#news {
	margin-top: 18px;
}

#news .h2Block {
	border-bottom: 1px solid #8CC63F;
}

#alpha #main #news .h2Block h2 {
	display: inline;
	float: left;
	line-height: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-left: 0;
	background: none;
	font-weight: normal;
	font-size:0;
}

#news .h2Block .btn {
	display: inline;
	float: right;
	line-height: 100%;
	padding-bottom: 4px;
}

#news .h2Block .btn a {
	padding-left: 20px;
	background: url(../../img_common/arrow1.gif) no-repeat left center;
	font-size: 93%;
}
#news .h2Block .btn a:link,
#news .h2Block .btn a:visited,
#news .h2Block .btn a:active,
#news .h2Block .btn a:hover {
	color: #DB1847;
}


#news ul {
	margin-top: 10px;
}

#news ul li {
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 93%;
}
#news ul.info li { background-image: url(../../../img/index_info_info.gif);}
#news ul.event li { background-image: url(../../../img/index_info_event.gif);}
#news ul.vacancy li { background-image: url(../../../img/index_info_vacancy.gif);}
#news ul.news li { background-image: url(../../../img/index_info_news.gif);}
#news ul.important li { background-image: url(../../../img/index_info_important.gif);}
#news ul.kcap li { background-image: url(../../../img/index_info_kcap.gif);}

.en #news ul.info li { background-image: url(../../../img_en/index_info_info.gif);}
.en #news ul.event li { background-image: url(../../../img_en/index_info_event.gif);}
.en #news ul.vacancy li { background-image: url(../../../img_en/index_info_vacancy.gif);}
.en #news ul.news li { background-image: url(../../../img_en/index_info_news.gif);}
.en #news ul.important li { background-image: url(../../../img_en/index_info_important.gif);}
.en #news ul.kcap li { background-image: url(../../../img/index_info_kcap.gif);}


#news ul li a:link,
#news ul li a:visited,
#news ul li a:active {
	color: #333;
	text-decoration: none;
}
#news ul li a:hover {
	color: #06c;
	text-decoration: underline;
}

#news ul li a.pdf {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	background-position: left 0 !important;
}


/*
#news dl {
	margin-top: 10px;
}

#news dl dt,
#news dl dd {
	display: inline;
	float: left;
}

#news dl dt {
	width: 80px;
}

#news dl dd {
	width: 480px;
	font-size: 93%;
	padding-top: 3px;
}

#news dl dd .pdf {
	display: list-item;
	list-style-position: outside;
	list-style-image: url(../../img_common/icon_pdf_s.gif);
	padding-left: 20px;
	background-position: left 2px;
}

#news dl dd a:link,
#news dl dd a:visited,
#news dl dd a:active {
	color: #333;
	text-decoration: none;
}
#news dl dd a:hover {
	color: #06c;
	text-decoration: underline;
}
*/


#pickup {
}

#pickup li {
	margin-top: 20px;
}


#beta #bn {
	margin-top: 0;
	padding-top: 8px;
}

#beta #bn li {
	margin-left: 35px;
}


#sNavi {
	margin: 32px 0 0 20px;
}

#beta #irregularBn {
	margin: 25px 0 0 79px;
}



/*
	for print ----------------------------------------------------------------------------------------------------------------------------
*/
@media print {

#headSec {
	width: 640px;
}

#headSec-inner {
	position: relative;
	min-height: 190px !important;
	_height: 190px !important;
	background: none;
}

#headSec #logo {
	top: 0;
	left: 0;
}

#headSec #logo img {
	display: none;
}

#headSec #logo img.printOnly {
	display: block;
}

#index #alpha {
	width: auto;
	margin-left: 0;
}

/*
body.jp #h1Block { list-style-image: url(../../../img/index_h1_print.gif);}
body.en #h1Block { list-style-image: url(../../../img_en/index_h1_print.gif);}

#h1Block {
	display: list-item;
	list-style-position: inside;
	width: auto;
	padding-top: 0;
	background: none;
}

#h1Block h1 {
	width: 640px;
	margin: 0;
}

#h1Block h1 img {
	width: 640px;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
*/

#h1Block {
	width: 640px;
	padding-top: 0;
	background: none;
	text-align: left;
}

#h1Block h1 {
	width: 640px;
	margin: 0;
}

.jp #h1Block h1 img { width: 640px; height: 40px;}
.en #h1Block h1 img { width: 640px; height: 20px;}


#bodySec {
	padding-top: 30px;
}

#index #alpha #main {
	width: auto;
}

#index #main_visual {
	width: 640px;
	text-align: center;
}

#news .h2Block {
	border-bottom: 1px solid #000;
}

#alpha #main #news .h2Block h2 {
	display: block;
	float: none;
	padding-bottom: 10px;
}

#news .h2Block .btn {
	display: none;
}

#news dl dd {
	width: 540px;
}

#alpha #bn {
	display: none;
}
