@charset "utf-8";
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*       Copyright 2010 Aeon co.,ltd. All Rights Reserved.  */
/*       last-update : 2010.06.15   */
/*       file-name : common.css   */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import url('http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css'); /* YahooReset */
@import "ui.tabs.css";


/* ******************************************************
     AREA SETTING
****************************************************** */
body {
	background: url(../images/bg.jpg) top center repeat-x #FFF;
	font-size:  12px;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Helvetica, sans-serif;
	color: #555;
}

#container {
	margin: 0 auto; 
	padding: 0 20px 0 20px;
	width: 910px;
}

#content_area {
	width: 910px;
	height: auto;
}

#main_area {
	width: 910px;
	height: auto;
	margin: 1em 0;
}

#main_area h3.bar {	
	width: 880px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0.5em 0 0 30px;
	background: url(../images/h3_bgBar.gif) 0 0 no-repeat;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
}
#main_area h3 {
	width: auto;
	height: auto;
	margin: 10px 0 10px 10px;
	padding: 0.5em 0 0.8em 15px;
	background: url(../images/h3_bg.gif) 0 bottom no-repeat;
	color: #c40147;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
}
#main_area h4 {	
	width: auto;
	height: auto;
	margin: 20px 0 5px 12px;
	padding: 0.3em 0 0.5em 15px;
	background: url(../images/h4_bg.gif) 0 bottom no-repeat;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
}
#main_area h5 {	
	height: auto;
	margin: 20px 0 5px 0;
	padding: 5px 0 5px 10px;
	border-left: 1px #c40147 solid;
	color: #c40147;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
}
#main_area p { margin: 0.5em 0 1em 1em; }
#main_area strong { font-weight: bold; }
#main_area .red { color: #c40147; }
 
#main_area ul.disc { /* リスト-ノーマル */
	margin-left: 3.6em; 
	margin-bottom: 20px; 
}
#main_area ul.disc  li {
	list-style-type: disc; 
	margin-bottom: 0.5em; 
	line-height: 1.4em;
}
#main_area ol.number { /* リスト-ナンバー */
	margin-left: 3.6em; 
	margin-bottom: 20px; 
}
#main_area ol.number  li {
	list-style-type:decimal; 
	margin-bottom: 0.8em; 
	line-height: 1.4em;
}



/* ******************************************************
     Common setting
****************************************************** */

p { margin: 0.5em 0 1.5em 0;}
p.indent { text-indent: 1em;}
.small { font-size: 9px;  line-height: 140%; }
.red {color: #c40147; }

a { color: #c40147; text-decoration: none;  }
a:visited { color: #c40147; text-decoration: none;}
a:hover { color: #c40147; text-decoration: underline;}
a img { border: 0px; outline:0;}
a:hover img, a:active img{ border: none; outline:0;}
a:focus{ -moz-outline-style: none; outline-style: none;} 

/* 別ウィンドウリンク用アイコン */
/* #main_area a[target="_blank"],*/
#main_area a.blank{ 
   background: transparent url(../images/t_blank.gif) right center no-repeat;
   padding-right:16px;
   margin-right: 3px;
}
/* PDFリンク用アイコン */
span.pdfAfter {
	padding: 0.1em 16px 0.1em 0;
	background: url(../images/pdf.gif) no-repeat right center;
}
span.pdfBefore {
	padding: 0.1em 0 0.1em 16px;
	background: url(../images/pdf.gif) no-repeat left center;
}
a.pdf { padding: 0.1em 3px 0.1em 0; background: url(../images/pdf.gif)  no-repeat right center; }

/* width  */
.w250 {width: 250px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
.w600 {width: 600px;}
.w50p {width: 50%;}

.left { float: left; }
.right { float: right; }
.center {  margin: 1em auto; padding: 2px; text-align: center; }

img.left {
	padding: 2px;
	margin: 0 15px 0.5em 10px;
	float: left;
	clear: left;
}
img.right {
	padding: 2px;
	margin: 0 0 0.5em 15px;
	float: right;
	clear: right;
}
img.center {text-align: center;
	padding: 2px;
	margin: 1em auto;
	float: none;
	clear: both;
}
img.border { border: 1px #CCC solid;}

.clearfix:after {
	content:".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

hr { 
	width: 910px;
	height: 1px; 
	margin: 20px 0 20px 0;
	border-top:1px #CCC solid;
	border-right: 0px #CCC solid;
	border-bottom: 0px #CCC solid;
	border-left: 0px #CCC solid;
}


#pagetop {background: url(../images/pagetop_navi.gif) 0 0 no-repeat #DDD;
	width: 100px;
	height: 22px;
	margin-left: 800px;
}
#pagetop  a {  
    display: block; 
	width: 100px;
	height: 22px;
	background: url(../images/pagetop_navi.gif) 0 0 no-repeat #DDD;
	text-indent: -9999px;
}
#pagetop  a:hover {background: url(../images/pagetop_navi.gif) 0 -22px no-repeat #999;}
 
 
 
/* HEADER
---------------------------------------- */  
#header_area { 
	width: 910px;
	height: 100px;
}
#header_area #logo {
	position:relative;
	top: 20px;
	width: 350px;
	height: 50px;
}
#header_area #logo a { 
	display: block; 
	width: auto;
	height: 50px;
}

#header_area #logo h1{

}
#header_area  h2 {
    font-size: 1em;
	text-indent: -9999px;
}
 
 
/* FOOTER
---------------------------------------- */  
#footer_area {	
	clear:both;
	width: 910px;
	margin-top: 30px;
	padding: 10px 0;
	font-size: 10px;  >font-size: 9px;
	line-height: 1.2em;
}

#footer_area #copy {
	width: 910px;
	height: 1em;
	text-align: right;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: vadana;
}

#footer_area #footer_aeon {
	height: 50px;
	margin: 10px 0 0 0;
}
#footer_area #footer_aeon #logo {
	float: left;
	width: 90px;
	height: 27px;
	background: url(../images/logo_aeon.gif) top left no-repeat ;
	text-indent: -9999px;
}
#footer_area #footer_aeon #plant {
	float: right;
	width: 123px;
	height: 25px;
	background: url(../images/logo_plant.gif) top left no-repeat ;
	text-indent: -9999px;
}
#footer_area #footer_aeon #logo a,
#footer_area #footer_aeon #plant a {
	display: block; 
	position: relative; /* IE6用 */
	height: 25px;
}	
#footer_area #footer_aeon  a.aeonLink{
	margin-left: 10px; 
	padding:  0 0 2px 5px;
	color :#666;
	border-left: 5px #666 solid;
}
 

 
/* ニュースリスト/新着情報+重要なお知らせ
--------------------------------------------------------------- */ 

#main_area h3#ImportantInfo {
	width: 450px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/top_h3_ImportantInfo.jpg) 0 0 no-repeat;
}
#main_area h3#WhatsNew {
	width: 450px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/top_h3_WhatsNew.jpg) 0 0 no-repeat;
}
#main_area #newslist {
	width: 910px;
	min-height: 160px;  
    height: auto !important;  
    height: 160px;  
	/* overflow: auto; */
	margin: 0 0 10px 0;
	border-bottom: 0px #d4dadd solid;
}
#main_area #newslist li {
	width: 180px;
}
#newslist dl {
	padding-left: 10px;
}
#newslist dl dt {
	width: 10px; /*70px*/
	margin-bottom: -1.6em;
	padding-left: 0px;/*15px*/
	color: #555; 
	background: url(../images/arrow.gif) left center no-repeat;	
	border-bottom:0px #DDD dotted;
}
#newslist dl dd {
	margin: 0 10px 5px 20px;
	padding: 0 5px 5px 0;
	border-bottom:1px #DDD dotted;
}
#newslist dl dd.end {
	border-bottom: 0px #DDD dotted;
}
#newslist dl dd a { 
	padding-top: 2px;
	color: #555; 
}
#newslist dl dd a:hover { 
	color: #c40147; 
	text-decoration: underline; 
}


 /* TABLE 
---------------------------------------- */  

#newslist table {
    /*table-layout: fixed;*/
    border-collapse : collapse;
    width: 850px;
    margin: 10px auto 10px 30px; >margin-bottom: 20px; 
}
#newslist table tbody th,
#newslist table tbody td { padding: 0px 1em; background: url(../images/arrow_gray.gif) left center no-repeat; }
#newslist table thead th { height: 50px; padding: 0;}
#newslist table tbody th { width: 100px; background: #EEE; font-weight: bold; text-align: center; vertical-align:top;}





/* TABLE 企業概要
---------------------------------------- */  

#tbl_b03 {
    /*table-layout: fixed;*/
    border-collapse : collapse;
    width: 850px;
    margin: 20px auto 30px 30px; >margin-bottom: 40px; 
    line-height: 1.4em;
}
#tbl_b03 tbody th,
#tbl_b03 tbody td { padding: 10px; border: 1px solid #d5dce0; }
#tbl_b03 thead th { height: 50px; padding: 0; }
#tbl_b03 tbody th { width: 100px; background: #EEE; font-weight: bold; text-align: center; vertical-align:top;}

#tbl_b03 ol {
    /*table-layout: fixed;*/
    border-collapse : collapse;
    margin-left: 2em; 
}
#tbl_b03 ol li{
    list-style-type:decimal; 
    margin-bottom: 0.5em; 
    line-height: 1.4em;
}

 
 /* TABLE 役員
---------------------------------------- */  

#tbl_b04 {
    /*table-layout: fixed;*/
    border-collapse : collapse;
    width: 890px;
    margin: 10px 0 10px 10px; 
    line-height: 1.4em;
}
#tbl_b04 tbody th,
#tbl_b04 tbody td { padding: 10px; border: 1px solid #d5dce0; }
#tbl_b04 thead th { height: 50px; padding: 0;}
#tbl_b04 tbody th { width: 100px; background: #EEE; font-weight: bold; text-align: center; vertical-align:top;}

