@charset "shift-jis";
/* CSS Document */
/* ヤマプラス　本社サイト　2006.11.14 */
/*  wrote by studioHaine chiba kashiwa */



/*基本セレクタ・コントロール---------------------------------------------*/
*{ margin:0; padding:0; }

body{
	margin:0 auto;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(common_images/haikei.gif) ;
	text-align: center;
	font-size:100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{ margin-top:0; margin-bottom:0;}
hr{ display:none; }
.br{ clear:both; font-size:1px;}

/*ページ全体の枠---------------------*/
#container {
	width:720px;
	position: relative;
	margin: 0 auto;
	padding-right:0;
	text-align: left;
	background: none;	
	border-right: 1px solid #000080;
	border-left:1px solid #000080;
	border-bottom:2px solid #000080;
	background-color:#FFFFFF;
}


/*ヘッダーロゴ ＋ ヘッダーコピー-----------------------------------------*/
#header{
	background:url(common_images/logoline.gif) bottom left repeat-x;
	margin:0 0 5px 0;
	min-height:51px;
	_height:51px;
	vertical-align:baseline;
	width:720px;
	padding-top:7px;
}
.logo_area {
	float:left;
	width:620px;
}
#top_a{
	float:right;
	width:98px;
	margin-top:25px;
	text-align:center;
	font-size:92%;
	line-height:1.2;
}
/*.top_a{text-align:right; color:#000099; font-size:0.8em;}*/

h1 {
	margin:0 0 5px 0;
	font-size:0.75em;
	display:inline;
	height:51px;
	color:#555555;
}
h1 img { padding:0 17px 0 10px;}



/*各ページ：コンテンツ見出し*/

#sub_title{
	clear:both;
	height:75px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

h2{
	color:#000080;
	text-align:left;
	padding:26px 0 0 37px;
	_padding:29px 0 0 37px;
	font-size:1.2em;
	_font-size:1.0em;
	letter-spacing:0.2em
}



/*ナビゲーション----------------------------------------------------------*/
#navi{
	/*width:720px;*/
}
#navi ul {
	margin:0;
	padding: 0px 14px 0px 14px;
	list-style: none;
	width:720px;
	height:26px;
}
#navi li, #navi a {
	display: block;
	padding:0px;
	float:left;
	/*\*/
	float: none;
	/**/
}
#navi li {
	float:left;
	text-indent:-9999px;
}
#navi a {
	text-decoration: none;
	background:url(common_images/navi.jpg) no-repeat;
 }
#navi {
	text-decoration: none;
	background:url(common_images/navi.jpg) no-repeat;
}
/*link*/
#item01 a { background-position: -14px  0px ; width:54px; height:26px; }
#item02 a { background-position: -72px  0px ; width:99px; height:26px;  }
#item03 a { background-position: -171px  0px ; width:66px; height:26px;  }
#item04 a { background-position: -237px  0px ; width:109px; height:26px;  }
#item05 a { background-position: -346px  0px ; width:84px; height:26px;  }
#item06 a { background-position: -430px  0px ; width:77px; height:26px; }
#item07 a { background-position: -507px  0px ; width:58px; height:26px; }
#item08 a { background-position: -565px  0px ; width:59px; height:26px;  }
#item09 a { background-position: -624px  0px ; width:81px; height:26px;  }
/*hover*/
#item01 a:hover { background-position: -14px  -26px ; width:54px; height:26px; }
#item02 a:hover { background-position: -72px  -26px ; width:99px; height:26px; }
#item03 a:hover { background-position: -171px  -26px ; width:66px; height:26px;  }
#item04 a:hover { background-position: -237px  -26px ; width:109px; height:26px; }
#item05 a:hover { background-position: -346px  -26px ; width:84px; height:26px; }
#item06 a:hover { background-position: -430px  -26px ; width:77px; height:26px; }
#item07 a:hover { background-position: -507px  -26px ; width:58px; height:26px; }
#item08 a:hover { background-position: -565px  -26px ; width:59px; height:26px; }
#item09 a:hover { background-position: -624px  -26px ; width:81px; height:26px; }


/*コンテンツ・エリア-------------------------------------------------------------------*/

#contents{
	width:720px;
	background: none;
	margin:20px auto;
	padding:0px;
	text-align: left;
	font-size: small;
	font-size:x-small;
	min-height:315px;
	_height:315px;
}

/*このページの上へ戻る-----------------------------------------------------------*/
.goup{
	width:700px;
	text-align:right;
	font-size:0.9em;
	padding-top:10px;
}

/* リクルート用　0513--------------------- */
#recruit{
	color:#000080;
	font-size: 0.9em;
	font-style: normal;
	text-align: left;
	padding:0 8px 2px 10px;
	background:url(common_images/sankaku2.gif) no-repeat left 45%;
	/*background-color:#FFFF99;*/
}
.kyuubo{ color:#FF0000; line-height:100%; padding:3px;}
a#recruit:link{color:#000080; text-decoration:none;}
a#recruit:visited{color:#000080; text-decoration:none;}
a#recruit:active{color:#F47D00; text-decoration:underline;}
a#recruit:hover{color:#F47D00; text-decoration:underline;}

/*フッターエリア-----------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(common_images/logoline.gif) top left repeat-x;
	padding:12px 10px;
	background-color:#E9EEF8;
}
#sub_contents{
	float:left;
	color:#000080;
	font-size: x-small;
	font-style: normal;
	text-align: left;
}
#sub_contents a{
	padding:0 8px 0 10px;
	background:url(common_images/sankaku.gif) no-repeat left 50% ;
}
#sub_contents a:link{color:#000080; text-decoration:none;}
#sub_contents a:visited{color:#000080; text-decoration:none;}
#sub_contents a:active{color:#F47D00; text-decoration:underline;}
#sub_contents a:hover{color:#F47D00; text-decoration:underline;}

#copyright{
	padding-left:30%;
	float:right;
	/*\*/
	float: none;
	/**/
	color:#000080;
	font-size: x-small;
	font-style: normal;
	text-align: right;
}


/*リンク----------------------------------------------*/
a:link { color:#FF6600; text-decoration:underline;}
a:visited { color: #FF6600; text-decoration: underline;}
a:active { color: #00C3FF; text-decoration: underline; }
a:hover { color: #00C3FF; text-decoration: underline; }

/*webアイコン 付きリンク------------------------------*/
a.links { padding-right: 32px; }
a.links:link , a.links:visited{ color:#555555; text-decoration:none; background: url(common_images/web_icon_o.gif) right 50% no-repeat ;}
a.links:active , a.links:hover{ color:#FF9900; text-decoration:underline; background:url(common_images/web_icon.gif) right 50% no-repeat;}



