@charset "utf-8";

/* initial
--------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}
body {
	border-top: 3px solid #149c1e;
	background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, input, textarea, select, p, table, th, td {
	font-size: 10px;
	font-family: "メイリオ", Meiryo, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.0;
}
table {
	font-size: inherit;
	font: 100%;
}
h1, h2, h3, h4, h5, h6, em {
	font-weight: bold;
}
address, em {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img {
	vertical-align: bottom;
	border: none;
}
input {
	vertical-align: middle;
}
em {
	color: #0d3a85;
}
a {
	color: #099;
	text-decoration: underline;
}
a:hover {
	color: #ff7800;
	text-decoration: none;
}

.txtL { text-align: left !important; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }

.floatL {
	margin: 0 10px 5px 0;
	float: left;
}
.floatR {
	margin: 0 0 5px 10px;
	float: right;
}
.txtAttentionS {
	font-size: 1.3em !important;
	color: #c33;
}


/* header
--------------------------------------------------------------------------*/

#header {
	width: 900px;
	height: 76px;
	margin: 0 auto;
	position: relative;
}
#siteID {
	position: absolute;
	width: 228px;
	height: 34px;
	left: 0;
	top: 25px;
}
#nav-english {
	position: absolute;
	width: 65px;
	height: 18px;
	right: 0;
	top: 0;
}
#nav-english a {
	display: block;
	width: 65px;
	height: 18px;
	text-indent: -999em;
	background-image: url(../images/nav_english.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav-english a:hover, #english #nav-english a {
	background-position: 0 -18px;
}


/* nav
--------------------------------------------------------------------------*/

#nav {
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
	border-top: 1px solid #f4f2ed;
	border-bottom: 1px solid #c7c1b2;
	background: url(../images/bg_nav.gif) repeat-x;	
}
#nav ul {
	width: 902px;
	height: 40px;
	margin: 0 auto;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#nav li#nav01 a {
	width: 102px;
	background-position: 0 0;
}
#nav li#nav02 a {
	width: 146px;
	background-position: -102px 0;
}
#nav li#nav03 a {
	width: 102px;
	background-position: -248px 0;
}
#nav li#nav04 a {
	width: 203px;
	background-position: -350px 0;
}
#nav li#nav05 a {
	width: 116px;
	background-position: -553px 0;
}
#nav li#nav06 a {
	width: 128px;
	background-position: -669px 0;
}
#nav li#nav07 a {
	width: 105px;
	background-position: -797px 0;
}
#nav li#nav01 a:hover, #information li#nav01 a { background-position: 0 -40px; }
#nav li#nav02 a:hover, #emachu-group li#nav02 a { background-position: -102px -40px; }
#nav li#nav03 a:hover, #business li#nav03 a { background-position: -248px -40px; }
#nav li#nav04 a:hover, #holdings li#nav04 a { background-position: -350px -40px; }
#nav li#nav05 a:hover, #mokuzai li#nav05 a { background-position: -553px -40px; }
#nav li#nav06 a:hover, #group-company li#nav06 a { background-position: -669px -40px; }
#nav li#nav07 a:hover, #recruit li#nav07 a { background-position: -797px -40px; }



/* visual
--------------------------------------------------------------------------*/

#visual {
	width: 100%;
	height: 200px;
	margin-bottom: 12px;
	background: url(../images/bg_visual.jpg) repeat-x;
}
#visual p, #visual h1 {
	width: 940px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/bg_visual_main.jpg) no-repeat;
}
#visual p img, #visual h1 img {
	padding: 55px 0 0 25px;
}


/* breadcrumb
--------------------------------------------------------------------------*/

#breadcrumb {
	width: 900px;
	margin: -20px auto 30px auto;
	font-size: 1.1em;
	line-height: 1.2;
	color: #333;
}


/* wrapper
--------------------------------------------------------------------------*/

#wrapper {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
}
#top #wrapper {
	padding-bottom: 40px;
}

/* topics [top]
--------------------------------------------------------------------------*/

#topics-area {
	width: 300px;
	float: left;
}
#topics-area .title {
	position: relative;
	width: 300px;
	height: 26px;
	margin-bottom: 20px;
}
#topics-area .title div {
	width: 96px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
#topics-area dt, #topics-area dd {
	font-size: 1.2em;
	line-height: 1.4;
	padding: 0 3px;
}
#topics-area dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}
#topics-area dd {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #999;
}


/* business [top]
--------------------------------------------------------------------------*/

#business-area {
	width: 570px;
	float: right;
}
#business-area h2 { margin-bottom: 20px; }
#business-area dl {
	width: 570px;
	height: 246px;
	background: url(../../images/bg_business.gif) no-repeat;
	position: relative;
}
#business-area dt, #business-area dd {
	position: absolute;
}
#business-area dt {
	width: 130px;
	height: 60px;
	left: 220px;
	top: 99px;
}
#business-area dd { width: 170px; }
#business-area dd#business01 {
	height: 50px;
	left: 200px;
	top: 0;
}
#business-area dd#business02 {
	height: 50px;
	left: 0;
	top: 56px;
}
#business-area dd#business03 {
	height: 30px;
	left: 0;
	top: 165px;
}
#business-area dd#business04 {
	height: 30px;
	left: 200px;
	top: 216px;
}
#business-area dd#business05 {
	height: 30px;
	left: 390px;
	top: 165px;
}
#business-area dd#business06 {
	height: 30px;
	left: 400px;
	top: 110px;
}
#business-area dd#business07 {
	height: 50px;
	left: 390px;
	top: 56px;
}

/* main
--------------------------------------------------------------------------*/

#main {
	width: 670px;
	float: left;
}
#recruit #main, #privacy #main, #sitemap #main {
	width: 900px;
	float: none;
}
#main .section {
	margin-bottom: 30px;
	overflow: hidden;
}
#main h1 {
	font-size: 2.0em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding: 0 0 5px 3px;
	background: url(../images/bg_h2.gif) left bottom no-repeat;
	border: none;
}
#main h2 {
	font-size: 1.6em;
	line-height: 1.0;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	padding: 8px 0 8px 7px;
	border-left: 5px solid #ccc;
	background: #eee;
}
#main h2 a {
	color: #333;
	text-decoration: none;
}
#main h2 a:hover {
	color: #ff7800;
}
#main h3 {
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #ccc;
}
#main p {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 1em;
}
#main p.date {
	margin-top: -15px;
	text-align: right;
	font-size: 1.1em;
	color: #666;
}
#main ul {
	margin: 0 0 1em 28px;
	list-style: square;
}
#main ol {
	margin: 0 0 1em 28px;
	list-style: decimal;
}
#main li {
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
#main table {
	width: 100%;
	border: 2px solid #bbb;
	margin-bottom: 20px;
}
#main th, #main td {
	border: 1px solid #ccc;
	font-size: 1.4em;
	line-height: 1.4;
	padding: 0.6em 0.8em;
	text-align: left;
	vertical-align: middle;
}
#main th {
	white-space: nowrap;
	background: #eee;
}

#main .wrapArea {
	width: 670px;
	overflow: hidden;
}
#main .wrap2-1, #main .wrap2-2 {
	width: 320px;
}
#main .wrap2-1 { float: left; }
#main .wrap2-2 { float: right; }

p.pagetop {
	text-align: right;
}

p.detaillink {
	text-align: right;
}
p.detaillink a {
	padding-left: 10px;
	background: url(../images/ico_link.gif) 0em 0.4em no-repeat;
}

p.pdf {
	text-align: right;
}
li.pdf {
	margin-left: -10px !important;
	padding: 2px 0 2px 20px;
	background: url(../images/ico_pdf.gif) left center no-repeat;
	list-style: none;
}

/* category-top */
#main ul#cattop {
	width: 684px;
	overflow: hidden;
	margin: 0 0 20px -14px;
	padding: 0;
	list-style: none;
}
#main ul#cattop li {
	float: left;
	margin: 0 0 10px 14px;
	display: inline;
	width: 214px;
	height: 50px;
}

/* 3.emachu-group */
table.history {
	font-size: 0.95em;
	width: auto !important;
}
table.history th {
	text-align: right !important;
	vertical-align: top !important;
	font-weight: normal;
}
div.photo-w180 {
	width: 180px;
	float: right;
	margin-left: 10px;
}
div.photo-w180 img {
	margin-bottom: 10px;
}

/* 4.business */
.section.chart-sub {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #ccc;
}
#chart {
	width: 670px;
	height: 305px;
	margin-bottom: 20px;
	background: url(../../business/images/bg_chart.gif) center center no-repeat;
	position: relative;
}
#chart dt, #chart dd {
	position: absolute;
}
#chart dt {
	width: 130px;
	height: 60px;
	left: 256px;
	top:124px;
}
#chart dd#business01 {
	width: 170px;
	height: 50px;
	left: 250px;
	top: 0;
}
#chart dd#business-txt01 {
	width: 69px;
	height: 10px;
	left: 269px;
	top: 54px;
}
#chart dd#business02 {
	width: 170px;
	height: 50px;
	left: 0;
	top: 41px;
}
#chart dd#business-txt02 {
	width: 151px;
	height: 87px;
	left: 18px;
	top: 96px;
}
#chart dd#business03 {
	width: 170px;
	height: 30px;
	left: 0;
	top: 195px;
}
#chart dd#business-txt03 {
	width: 149px;
	height: 21px;
	left: 17px;
	top: 231px;
}
#chart dd#business04 {
	width: 170px;
	height: 30px;
	left: 250px;
	top: 244px;
}
#chart dd#business-txt04 {
	width: 95px;
	height: 23px;
	left: 269px;
	top: 279px;
}
#chart dd#business05 {
	width: 170px;
	height: 30px;
	left: 480px;
	top: 204px;
}
#chart dd#business-txt05 {
	width: 129px;
	height: 45px;
	left: 498px;
	top: 238px;
}
#chart dd#business06 {
	width: 170px;
	height: 30px;
	left: 500px;
	top: 121px;
}
#chart dd#business-txt06 {
	width: 106px;
	height: 21px;
	left: 519px;
	top: 155px;
}
#chart dd#business07 {
	width: 170px;
	height: 50px;
	left: 480px;
	top: 41px;
}
#chart dd#business-txt07 {
	width: 170px;
	height: 50px;
	left: 500px;
	top: 76px;
}

#lead {
	overflow: hidden;
}
#lead img {
	float: left;
	margin: 0 20px 10px 0;
}
.photo2, .photo4, .photo5 {
	overflow: hidden;
	margin: 0 0 20px -10px !important;
}
.photo2 li {
	width: 330px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.photo4 li {
	width: 160px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.photo5 li {
	width: 126px;
	float: left;
	margin-left: 10px;
	display: inline;
}

a.productlink {
	background: #093;
	color: #fff;
	padding: 0 5px;
}
a.productlink:hover {
	background: none;
	color: #ff7800;
}


/* 6.Mokuzai */
input, select, textarea {
	font-size: 1.0em;
	padding: 1px 1px 1px 3px;
}

#main td.title {
	white-space: nowrap;
}


/* 9.English */

#english #main table {
	font-size: 0.85em;
}



/* sidebar
--------------------------------------------------------------------------*/

#sidebar {
	width: 180px;
	float: right;
	background: #f9f9f9;
	padding: 20px 9px 0 9px;
	border: 1px solid #ddd;
	border-top: 3px solid #093;
}
#sidebar h2 {
	font-size: 1.4em;
	line-height: 1.0;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	background: #aaa;
	color: #fff;
}
#sidebar ul {
	margin-left: 5px;
	margin-bottom: 30px;
}
#sidebar li {
	font-size: 1.4em;
	line-height: 1.3;
	margin-bottom: 0.8em;
	padding-left: 10px;
	background: url(../images/ico_link.gif) 0em 0.45em no-repeat;
}
#sidebar li a {
}
#sidebar li.category-top {
	margin-top: 15px;
	margin-bottom: -25px;
	padding: 15px 0 15px 14px;
	border-top: 1px dotted #ccc;
	background: url(../images/ico_category-top.gif) 0 20px no-repeat;
}
#calendar {
	margin-bottom: 30px;
}
#calendar caption {
	font-size: 1.3em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.2em;
	color: #0d3a85;
	font-weight: bold;
}
#calendar table {
	width: 100%;
	border: 1px solid #ccc;
}
#calendar th, #calendar td {
	font-size: 1.2em;
	text-align: center;
	border: 1px dotted #ddd;
	padding: 0.3em 0;
	background: #fff;
}
#calendar th {
	background: #f0f0f0;
	padding: 0.6em 0;
}


/* footer
--------------------------------------------------------------------------*/

#footer {
	width: 100%;
	border-top: 1px solid #eceae5;
	padding: 25px 0;
	background: url(../images/bg_footer.gif) repeat-x;
}
#footer .inner {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
#footer ul {
}
#footer li {
	float: left;
}
#footer li a {
	display: block;
	margin: 2px 0;
	height: 10px;
	text-indent: -999em;
	background-image: url(../images/nav_footer.gif);
	background-repeat: no-repeat;
}
#footer li#footer-nav01 a {
	width: 115px;
	background-position: 0 0;
}
#footer li#footer-nav01 a:hover, #privacy #footer li#footer-nav01 a {
	background-position: 0 -10px;
}
#footer li#footer-nav02 a {
	width: 78px;
	background-position: -115px 0;
}
#footer li#footer-nav02 a:hover, #sitemap #footer li#footer-nav02 a {
	background-position: -115px -10px;
}
#footer p {
	font-size: 1.1em;
	color: #0d4411;
	text-align: right;
}


