* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #666;
	background: #f0f0f0;
	height: 100%;
}

body > #wrapper {
	height: auto;
}

img {
	border: none;
}

a:link{
	color: #1155bb;
	text-decoration: none;
}
a:visited{
	color: #3399cc;
	text-decoration: none;
}
a:hover,a:active{
	color: #ff6633;
	text-decoration: none;
}

.clear {
	clear: both;
}

li.disc {
	margin: 0 1em 0 3.5em;
	list-style-type: disc;
}

.dotline {
	background: silver url(images/dotline.gif) repeat-x;
	margin: 8px 8px;
}


#wrapper {
	position: relative;
	width: 869px;
	margin: 0 auto;
	background: url('images/hasen.gif') repeat-y center;
	height: 100%;
	min-height: 100%;
}


/*ヘッダ
------------------------------------------------*/

#header {
float:left;
	width: 176px;
	height: 157px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
/* 	display: inline; */
}

#header span, h1 span {
	display: none;
}

#header a {
	width: 176px;
	height: 157px;
	display: block;
}



/*ナビゲーション
------------------------------------------------*/

#navi_side {
	display: inline;
	width: 176px;
	overflow: hidden;
}

#navi_side ul {
	width: 176px;
}

#navi_side li {
	float: left;
	width: 176px;
	height: 42px;
	text-indent: -1000em;
	overflow: hidden;
	line-height: 0;
}

#navi_side a {
	display: block;
	width: 176px;
	height: 42px;
}

#navi_side a:hover {
	background-position: center;
}

#navi_side01 a {background: url('images/navi-01.png') no-repeat;}
#navi_side02 a {background: url('images/navi-02.png') no-repeat;}
#navi_side03 a {background: url('images/navi-03.png') no-repeat;}
#navi_side04 a {background: url('images/navi-04.png') no-repeat;}
#navi_side05 a {background: url('images/navi-05.png') no-repeat;}
#navi_side06 a {background: url('images/navi-06.png') no-repeat;}
#navi_side07 a {background: url('images/navi-07.png') no-repeat;}
#navi_side08 a {background: url('images/navi-08.png') no-repeat;}
#navi_side09 a {background: url('images/navi-09.png') no-repeat;}
#navi_side10 a {background: url('images/navi-10.png') no-repeat;}


#navi_side_end {
	float: left;
	width: 176px;
	height: 16px;
	border-top: #59bddd 1px solid;
	line-height: 0;
}



/*言語切り替え
------------------------------------------------*/

#navi_eng {
	display: inline;
	width: 176px;
	overflow: hidden;
}

#navi_eng ul {
	width: 176px;
}

#navi_eng li {
	float: left;
	width: 176px;
	height: 23px;
	text-indent: -1000em;
	overflow: hidden;
	line-height: 0;
}

#navi_eng a {
	display: block;
	width: 176px;
	height: 23px;
	background: url('images/navi-eng.png') no-repeat;
}

#navi_eng a:hover {
	background-position: bottom;
}



/*サブコンテンツ
------------------------------------------------*/

#subcontents {
	display: inline;
	float: left;
	margin-left: 40px;
	width: 176px;
}


/*メインコンテンツ
------------------------------------------------*/

#maincontents {
	display: inline;
	float: right;
	width: 624px;
	margin-right: 12px;
}


/*フッタ
------------------------------------------------*/

#footer {
	clear: both;
	width: 628px;
	margin-right: 8px;
	margin-left: 231px;
	font-size: smaller;
	text-align: right;
	padding: 1em 0;
}


/*メインコンテンツ　見出し2(ci)
------------------------------------------------*/

#maincontents h2 {
	background: url(images/h2_ci.png) no-repeat;
	height: 247px;
	margin-top: 20px;	/*要調整*/
}

#maincontents h2 span {
	display: none;
}


/*メインコンテンツ　見出し3
------------------------------------------------*/

#maincontents h3 {
	background-repeat: no-repeat;
	height: 67px;
	margin: 20px 0 20px;
}

#maincontents h3 span {
	display: none;
}

#h3_updates {
	background-image: url('images/h3_updates.png');
}
#h3_company_policy {
	background-image: url('images/h3_company_policy.png');
}
#h3_company_profile {
	background-image: url('images/h3_company_profile.png');
}
#h3_business_contents {
	background-image: url('images/h3_business_contents.png');
}
#h3_recruite {
	background-image: url('images/h3_recruite.png');
}
#h3_contact_us {
	background-image: url('images/h3_contact_us.png');
}
#h3_sitemap {
	background-image: url('images/h3_sitemap.png');
}
#h3_terms_of_use {
	background-image: url('images/h3_terms_of_use.png');
}
#h3_security_policy {
	background-image: url('images/h3_security_policy.png');
}
#h3_privacy_policy {
	background-image: url('images/h3_privacy_policy.png');
}



/*メインコンテンツ　見出し4
------------------------------------------------*/
#maincontents h4 {
	font-weight: bold;
	background: url(images/h4_marker.gif) no-repeat center left;
	margin: 0 0 1em 14px;
	padding-left: 16px; 
}


/*メインコンテンツ　見出し5
------------------------------------------------*/
#maincontents h5 {
	font-size: 100%;
	font-weight: normal;
	background: url(images/arrow_glay.gif) no-repeat center left;
	margin: 0 0 1em 28px;
	padding-left: 15px; 
}


/*メインコンテンツ　段落
------------------------------------------------*/
#maincontents p {
	padding: 0 15px 1em 30px;
}
#maincontents ul,
#maincontents ol {
	padding: 0 15px 1em 60px;
}

#maincontents ul div,
#maincontents ol div {
	padding: 0.5em 0 0.5em 1em;
}


/*企業理念
------------------------------------------------*/
#philosophy {
	width: 346px;
	height: 255px;
	background: url(images/philosophy.png) no-repeat;
	margin-left: 35px;
	margin-bottom: 8px;
}

#philosophy span {
	display: none;
}

#address_l {
	display: inline;
	float: left;
	margin-left: 30px;
}

#address_r {
	float: right;
	width: 490px;
}


/*更新情報テーブル
------------------------------------------------*/

table.updates {
	border-collapse: collapse;
	padding: 0;
	margin: -18px 8px 1em;
	width: 608px;
}

table.updates td {
	width: ;
	vertical-align: center;
	border-bottom: 1px solid #d5d5d5;
	padding: 0.25em 1em;
}

table.updates th {
	font-weight: normal;
	/* background: #f8f8f8; */
	border-bottom: 1px solid #d5d5d5;
	vertical-align: center;
	padding: 0.25em 1em;
}


/*ul,ol内テーブル
------------------------------------------------*/

ul table,
ol table {
	border-collapse: collapse;
	width: 548px;
	border-top: 1px solid #d5d5d5;
}

ul table th,
ol table th {
	font-weight: normal;
	background: #f0f0f0;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	vertical-align: center;
	padding: 0.5em 1em;
}

ul table td,
ol table td {
	vertical-align: center;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 0.5em 1em;
}

/*サイトマップテーブル
------------------------------------------------*/

table.sitemap {
	border-collapse: collapse;
	width: auto;
/* 	width: 607px; */
	border-top: 1px solid #d5d5d5;
margin-left: 8px;
}

table.sitemap th {
	font-weight: normal;
	background: #f0f0f0;
	border-bottom: 1px solid #d5d5d5;
	vertical-align: center;
	text-align: left;
	padding: 0.5em 1em;
}

table.sitemap td {
	vertical-align: center;
	border-bottom: 1px solid #d5d5d5;
	padding: 0.5em 1em;
}


/*bullet
------------------------------------------------*/

.attention {
	font-size: smaller;
	background: url('images/attention.gif') no-repeat center left;
	margin: 8px 0 0 8px;
	padding-left: 16px; 
}

.bullet1 {
	background: url('images/arrow_glay_s.gif') no-repeat center left;
	margin: 0 0 1em 28px;
	padding-left: 15px; 
}


/*カコミ
------------------------------------------------*/

.ol_box {
	border: #d3d3d3 1px solid;
	padding: 8px 8px 8px 8px;
	margin-bottom: 16px;
}
.ol_box_y {
	background-color: #fefad7;
	border: #d3d3d3 1px solid;
	padding: 8px 8px 8px 8px;
	margin-bottom: 16px;
}



.box {
	background-color: #dcf0f0;
}
.boxtop {
	background: url(images/corner_cyan_ne.gif) no-repeat top right;
	margin :px;
}
.boxtop div {
	background: url(images/corner_cyan_nw.gif) no-repeat top left;
	height: 10px;
}
.boxbottom {
	background: url(images/corner_cyan_se.gif) no-repeat bottom right;
	margin :px;
}
.boxbottom div {
	background: url(images/corner_cyan_sw.gif) no-repeat bottom left;
	height: 10px;
}

.box2 {
	background-color: #f3f4f5;
}
.boxtop2 {
	background: url(images/corner_gray_ne.gif) no-repeat top right;
	margin :px;
}
.boxtop2 div {
	background: url(images/corner_gray_nw.gif) no-repeat top left;
	height: 10px;
}
.boxbottom2 {
	background: url(images/corner_gray_se.gif) no-repeat bottom right;
	margin :px;
}
.boxbottom2 div {
	background: url(images/corner_gray_sw.gif) no-repeat bottom left;
	height: 10px;
}

.boxcontent {
	padding: 0px 10px 0px 10px;
}




