@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	text-align: left;
	vertical-align:top;
	font-size: 12px;
}
fieldset, img {
	border: 0;
}
caption{
font-size: 12px;
}
/********* HTML再定義 ***********************************************/




h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4, h5, h6 {
	font-size:12px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {

}
ul li {
margin-bottom:4px;
}
ol {
	margin-left:20px;
}
ol li {
	list-style: decimal;

}
dl {

}
dl dd {

}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
}

table {
	margin: 15px 0;
}
table tr th {
	padding: 5px;

	background-color: #555;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
}
table tr td input {
	margin: -2px 0;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
	border:solid 1px #000;
	background:#fff;
	color:#000;
	font-size:100%;
}
form dl dt {
	float: left;
	clear: left;


	padding:2px 10px 2px 0px;
}
form dl dd {
	padding:2px 4px 2px 0px;
	}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}

a:link, a:visited {
text-decoration:none;
color:#000;
}
a:active, a:hover {
text-decoration:underline;
color:#000;
}

#checkbox_copy{
border:none 0;
}
.press_button{

border: 3px double #333;
border-top-color: #666;
border-left-color: #666;
padding: 0.25em;
color: #000;
font-size: 12px;
font-weight: bold;
background:url(/images/panel.gif) repeat-x  top #FFF;

}
.notice{
	font-weight		: bold;
	color:#F00;
}
.clear{
	line-height 	: 1%;
	font-size		: 1px;
	clear			: both;
	height:1px;
}
.img-left{
	float:left;
	padding-right: 4px;
	padding-bottom: 4px;
}
.img-left img{
}
.img-right{
	float:right;
	margin-left: 4px;
	margin-bottom: 4px;
}
.img-right img{
}

	input.submit_button{
	border: 3px double #333;
	border-top-color: #666;
	border-left-color: #666;
	padding: 3px 4px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/bg/button_true.gif) repeat-x  top #f3f3f3;
	}

/********* 基本構造 *************************************************/
body {
	line-height: 140%;
	text-align:center;
	margin: 0;
	padding: 0px 0px;
	background:#e9e9e9 url("/images/bg/main.gif") top center repeat-x;
	color: #000;
	font-size:12px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";

}
div#container{

background:url("/images/header.gif") no-repeat center top ;
padding-top:52px;

}
div#header{
background:url("/images/header_inner.gif") no-repeat center top ;
height:100px;
width:760px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
h1#title{
height:52px;
padding:0 0px;
margin-bottom:5px;
}
h1#title a{
height:52px;
width:220px;
display:block;
background:url("/images/logo.gif") no-repeat left top ;

}
h1#title em{

display:none;
}
div#contents_area{
background:url("/images/bg/contents_area.gif") repeat-y left top ;

width:760px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
div#contents_inner{
background:url("/images/bg/contents_inner.gif") no-repeat left top ;
padding:12px 18px 12px 15px;
}

div#menu_area{
text-align:left;
float:left;
width:220px;
}

/*menu*/
		div#menu_area ul.menu_ul{
		margin-bottom:4px;
		padding-bottom:4px;
		background:url("/images/border/dotted.gif") repeat-x bottom left;
		width:220px;
		font-size: 0;
		}
		div#menu_area ul.menu_ul li{
			background-repeat:no-repeat;
			margin-bottom:4px;
			padding:0;

			width:220px;
			vertical-align: bottom;
	
		}
		div#menu_area ul.menu_ul li a{
			display:block;
			background-repeat:no-repeat;
			background-position:top left;
			width:220px;

		}
		
		div#menu_area ul#menu_main  li a{
		height:33px;
		}
		div#menu_area ul#menu_pick  li a,
		div#menu_area ul#menu_sub  li a
		{
		height:80px;
		}
		div#menu_area ul.menu_ul li{
			background-position:top left;
		}
		div#menu_area ul.menu_ul li em{
				display:none;
		}
		div#menu_area ul.menu_ul li a:hover{
		background:none !important;
		}
		div#menu_area ul.menu_ul li a.none_href{
		background:none !important;
		}
		
		div#menu_area ul.menu_ul li#m_home			{;background-image:url("/images/menu/home_r.gif")}
		div#menu_area ul.menu_ul li#m_home a			{;background-image:url("/images/menu/home.gif")}
		div#menu_area ul.menu_ul li#m_company			{;background-image:url("/images/menu/company_r.gif")}
		div#menu_area ul.menu_ul li#m_company a		{;background-image:url("/images/menu/company.gif")}
		div#menu_area ul.menu_ul li#m_work			{;background-image:url("/images/menu/work_r.gif")}
		div#menu_area ul.menu_ul li#m_work a			{;background-image:url("/images/menu/work.gif")}
		div#menu_area ul.menu_ul li#m_seminar			{;background-image:url("/images/menu/seminar_r.gif")}
		div#menu_area ul.menu_ul li#m_seminar a		{;background-image:url("/images/menu/seminar.gif")}
		div#menu_area ul.menu_ul li#m_contact			{;background-image:url("/images/menu/contact_r.gif")}
		div#menu_area ul.menu_ul li#m_contact a		{;background-image:url("/images/menu/contact.gif")}
		div#menu_area ul.menu_ul li#m_link			{;background-image:url("/images/menu/link_r.gif")}
		div#menu_area ul.menu_ul li#m_link a			{;background-image:url("/images/menu/link.gif")}
		div#menu_area ul.menu_ul li#m_recruit			{;background-image:url("/images/menu/recruit_r.gif")}
		div#menu_area ul.menu_ul li#m_recruit a		{;background-image:url("/images/menu/recruit.gif")}
		div#menu_area ul.menu_ul li#m_privacy			{;background-image:url("/images/menu/privacy_r.gif")}
		div#menu_area ul.menu_ul li#m_privacy a		{;background-image:url("/images/menu/privacy.gif")}
		div#menu_area ul.menu_ul li#m_contract		{;background-image:url("/images/menu/contract_r.gif")}
		div#menu_area ul.menu_ul li#m_contract a		{;background-image:url("/images/menu/contract.gif")}
		div#menu_area ul.menu_ul li#m_achievement		{;background-image:url("/images/menu/achievement_r.gif")}
		div#menu_area ul.menu_ul li#m_achievement a	{;background-image:url("/images/menu/achievement.gif")}
	
		div#menu_area ul.menu_ul li#m_event		{;background-image:url("/images/menu/event_r.gif")}
		div#menu_area ul.menu_ul li#m_event a		{;background-image:url("/images/menu/event.gif")}
		div#menu_area ul.menu_ul li#m_philosophy		{;background-image:url("/images/menu/philosophy_r.gif")}
		div#menu_area ul.menu_ul li#m_philosophy a	{;background-image:url("/images/menu/philosophy.gif")}

		div#menu_area ul.menu_ul li#m_csr		{;background-image:url("/images/menu/csr_r.gif")}
		div#menu_area ul.menu_ul li#m_csr a	{;background-image:url("/images/menu/csr.gif")}


/*main*/
div#main_area{
text-align:left;
float:right;
width:500px;

}
div#main_area h2.image_pic{
margin:0 0 10px 0;
padding:0;
}
/*footer*/
div#footer{
clear:both;
background:url("/images/bg/copyright.gif") no-repeat left top ;
height:60px;
text-align:right;
padding:0 10px;
}
div#footer a{
display:block;
height:60px;
width:700px;
margin-left:auto;
}
div#footer span{
display:none;
}
