@charset "utf-8";
/* CSS Document */


/****************************** set up ************************/

*{
	font-family: "ＭＳ Ｐゴシック";
	font-size: 14px;
	font-weight: normal;
	color:#666;
	outline: none;
	letter-spacing: 1px;
}

body{
	margin: 0px;
	padding: 0px;
	background: #FFF url(../img/inner_background.jpg) repeat-x;
}

#container{
	display: block;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	width: 910px;
	overflow: hidden;
}

/***************************************************************/

/************************ header menu **************************/

#header{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 910px;
	height:70px;
}

h1{
	margin: 0px;
	padding: 0px;
}

h1 a{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	background: #000 url(../img/logo.jpg) no-repeat;
}


#header ul{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#header ul li{
	float: left;
	list-style: none;
	line-height: 40px;
	text-indent: -9999px;
}

#header ul li a{
	display: block;
}

#header ul li a.top_btn{
	width: 54px;
	background:url(../img/top_btn_off.jpg) no-repeat;
}
#header ul li a.top_btn:hover{
	background: url(../img/top_btn_on.jpg) no-repeat;
}

#header ul li a.news_btn{
	width: 64px;
	background:url(../img/news_btn_off.jpg) no-repeat;
}
#header ul li a.news_btn:hover{
	background: url(../img/news_btn_on.jpg) no-repeat;
}

#header ul li a.model_btn{
	width: 138px;
	background: url(../img/model_btn_off.jpg) no-repeat;
}
#header ul li a.model_btn:hover{
	background: url(../img/model_btn_on.jpg) no-repeat;
}

#header ul li a.recruit_btn{
	width: 81px;
	background: url(../img/recruit_btn_off.jpg) no-repeat;
}
#header ul li a.recruit_btn:hover{
	background: url(../img/recruit_btn_on.jpg) no-repeat;
}

#header ul li a.company_btn{
	width: 107px;
	background: url(../img/company_btn_off.jpg) no-repeat;
}
#header ul li a.company_btn:hover{
	background: url(../img/company_btn_on.jpg) no-repeat;
}

#header ul li a.link_btn{
	width: 56px;
	background: url(../img/link_btn_off.jpg) no-repeat;
}
#header ul li a.link_btn:hover{
	background: url(../img/link_btn_on.jpg) no-repeat;
}

/************************************************************************/


/**************************** main contents frame ***********************/


#main_contents{
	display: block;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	width: 910px;
	background: url(../img/inner_mainback.jpg) no-repeat;
	overflow: hidden;
}

p.p_top{
	clear: both;
	float: right;
	display: block;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-top: 20px;
	padding-right: 25px;
	text-indent: -9999px;
}

p.p_top a{
	display: block;
	width: 120px;
	height: 24px;
	background: url(../img/page_top_off.jpg) no-repeat;
}

p.p_top a:hover{
	background: url(../img/page_top_on.jpg) no-repeat;
}


/************************************************************************/

/************************ company desgin, frame *************************/

h2.company_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/company_header.jpg) no-repeat;
	text-indent: -9999px;
}

table{
	display: block;
	margin: 0px;
	margin-top: 20px;
	margin-left: 25px;
	width: 600px;
	text-align: left;
}

th{
	width: 150px;
	border-bottom: #999 dotted 1px;
}

td{
	width: 450px;
	border-bottom: #999 dotted 1px;
}

/*******************************************************************/

/********************* recruit desgin, frame ***********************/

h2.recruit_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/recruit_header.jpg) no-repeat;
	text-indent: -9999px;
}
h2.recruit2_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/recruit2_header.jpg) no-repeat;
	text-indent: -9999px;
}

h3.recruit_h3{
	margin-left: 25px;
}

ul.recruit_txt{
	display: block;
	width: 850px;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

ul.recruit_txt li{
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}

ul.recruit_txt li.li_title{
	display: block;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 10px;
}

ul.recruit_txt li.li_title p{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	border-left: #666 solid 6px;
}

ul.recruit_txt li ul{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

ul.recruit_txt li ul li{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

/*******************************************************************/

/************************ link desgin, frame ***********************/

h2.link_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/link_header.jpg) no-repeat;
	text-indent: -9999px;
}

ul.ul_link{
	clear: both;
	float: left;
	display: inline-block;
	margin: 0px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0px;
	background-color: transparent;
}

ul.ul_link_top{
	margin: 0px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0px;
	text-decoration: none;
	border: none;
	overflow: hidden;
}

ul.ul_link_top li{
	clear: both;
	margin:0px;
	padding: 0px;
	list-style: none;
}

ul.ul_link li{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}

ul.ul_link li a{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

ul.ul_link li a{
	height: 60px;
	line-height: 60px;
}

ul.ul_link li a img{
	float: left;
	border: none;
	text-decoration: none;
	margin-right: 10px;
}

ul.ul_link_top li a img{
	float: left;
	border: none;
	text-decoration: none;
	margin-right: 10px;
}

ul.ul_link_top li.li_img{
	margin-bottom: 5px;
	list-style-image: none;
	list-style: none;
	border: none;
	text-decoration: none;
}

ul.ul_link li.li_img_txt{
	clear: both;
}

ul.ul_link_top li.li_img_txt a{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: normal;
	text-decoration: none;
	border: none;
}

ul.ul_link_right{
	float: left;
	margin: 0px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0px;
}

ul.ul_link_right li{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}

ul.ul_link_right li a{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

ul.ul_link_right li a{
	height: 60px;
	line-height: 60px;
}

ul.ul_link_right li a img{
	float: left;
	border: none;
	text-decoration: none;
	margin-right: 10px;
}

ul.ul_link_right li.li_img{
	margin-bottom: 5px;
	list-style-image: none;
	list-style: none;
}

ul.ul_link_right li.li_img_txt{
	clear: both;
}

ul.ul_link_right li.li_img_txt a{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: normal;
}

/*******************************************************************/

/************************ model desgin, frame **********************/

h2.model_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/model_header.jpg) no-repeat;
	text-indent: -9999px;
}

#lr{
	display: block;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 115px;
	padding: 0px;
	width: 750px;
}

#main_contents #left_model{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 350px;
}

#left_model table{
	margin: 0px;
	padding: 0px;
	width: 350px;
}

#left_model table caption{
	height: 30px;
	border-bottom: #999 dotted 1px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}

#left_model table tr{
	height: 25px;
}

#left_model table th{
	width: 130px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	border: none;
}

#left_model table td{
	width: 220px;
	font-size: 12px;
	line-height: 25px;
	border: none;
}

#right_model{
 	float: right;
	margin: 0px;
	width: 330px;
}

#right_model p{
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted #666 1px;
}

#right_model ul{
	clear: both;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

#right_model ul li{
	display: block;
	float: left;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 100px;
	list-style: none;
}

#right_model ul li a{
	display: block;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}

#right_model ul li a img{
	border: none;
	outline: none;
	margin: 0px;
	padding: 9px;
	text-decoration: none;
	background: url(../model/img/model_small_back.jpg) no-repeat;
}

/*******************************************************************/

/*********************** news dsgin, frame *************************/

h2.news_header{
	display: block;
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 0px;
	width: 850px;
	height: 61px;
	background: url(../img/news_header.jpg) no-repeat;
	text-indent: -9999px;
}

#main_contents dl{
	clear: both;
	display: block;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 850px;
	padding: 0px;
}

p.p_newstitle{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-top: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#main_contents dl dt{
    float:left;
    clear:both;
    width: 80px;
    _width:80px;    /* WinIE */
    white-space:nowrap;
}

#main_contents dl dt p{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80px;
	_width: 80px;
	color: #FFF;
	text-align: center;
	background-color: #000;
}

#main_contents dl dd{
    margin-left:80px;    /* = dt.width + dt.padding */
	 padding-left: 10px;
    border-left:1px dotted;
	 padding-bottom: 30px;
}

#main_contents dl dd ul{
	margin: 0px;
	padding: 0px;
}

#main_contents dl dd ul li{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	line-height: 1.2em;
	list-style: none;
}

#main_contents dl dd img{
	float: right;
}

/*******************************************************************/

/************************ footer desgin, frame *********************/


#footer{
	clear: both;
	padding-bottom: 30px;
	border-top: #CCC solid 1px;
	color: #333;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}

#footer a{
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

#footer p.left{
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 26px;
	line-height: 26px;
}

#footer img{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

#footer p.right{
	float: right;
	margin-top: 30px;
	height: 26px;
	line-height: 26px;
}

/****************************************************************/
