/* basic
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #666;
	font-size:12px;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
}
th, td, form {
	margin: 0;
	padding: 0;
	color: #666;
	font-size:12px;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
}
img {
	border: 0;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: underline;
}
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:active, a:hover {
	color: #C61C23;
	text-decoration: underline;
}

p.dText {
	line-height:1.5em;
	margin-bottom:2em;
	font-size:120%;
}

.mgnT {
	margin: 20px 0 0 0;
}
.fl-r{
	float:right;
}



/* header
----------------------------------------------------*/
div#header {
	clear:both;
	width: 825px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}
div#header h1#logo, div#header div#logo {
	float:left;
	width:165px;
}

div#assist-nav {
	float: right;
	height: 20px;
	text-align: right;
}
div#assist-nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
div#assist-nav ul li {
	float:left;
	display: inline;
	list-style-type: none;
	font-size: xx-small;
	display: block;
	height: 20px;
}
div#assist-nav li#nav-Japanese {
	width: 75px;
}
div#assist-nav li#nav-Sitemap {
	width: 71px;
}
#nav-Japanese a.assistItem {
	display: block;
	width: 75px;
	height: 20px;
	background: url('../images/navi-japanese.gif') 0 0 no-repeat;
	text-decoration: none;
}
#nav-Japanese a:hover {
	background-position: 0 -20px;
}
#nav-Japanese a.assistItem-current {
	display: block;
	width: 75px;
	height: 20px;
	background: url('../images/navi-japanese.gif') 0 -20px no-repeat;
	text-decoration: none;
}
#nav-Sitemap a.assistItem {
	display: block;
	width: 71px;
	height: 20px;
	background: url('../images/navi-sitemap.gif') 0 0 no-repeat;
	text-decoration: none;
}
#nav-Sitemap a:hover {
	background-position: 0 -20px;
}
#nav-Sitemap a.assistItem-current {
	display: block;
	width: 71px;
	height: 20px;
	background: url('../images/navi-sitemap.gif') 0 -20px no-repeat;
	text-decoration: none;
}
.assist-hidden {
	font-size: xx-small;
	visibility : hidden;
}



/* global-nav
----------------------------------------------------*/
div#global-nav {
	width:825px;
}



/* pan
----------------------------------------------------*/
div#pan {
	clear: both;
	margin:30px 0;
	text-align:left;
}
div#pan a, div#pan a:visited {
	color: #666;
	text-decoration: underline;
}
div#pan a:hover {
	color: #C61C23;
	text-decoration: underline;
}
div#pan span.current {
	text-decoration:none;
	font-weight:bold;
}



/* contents
----------------------------------------------------*/
div#container {
	width: 825px;
	height: auto;
	margin: 23px auto 35px;
	padding: 0;
	text-align: left;
}
div#contents {
	float: left;
	width: 825px;
	height: auto;
}
div#mainTop .inner {
	padding:0 0 15px 0px;
}
div#main .inner {
	padding:0 0 15px 30px;
}

/* titles */
h1.titleImg {
	margin: 0;
	padding: 0;
}
div#mainTop h2 {
	margin-bottom: 5px;
}
div#main h2 {
	margin-bottom: 25px;
}

/* main */
div#mainTop {
	height: auto;
	border-left: 1px solid #FFF;
	margin: 0;
	padding: 0;
}
div#main {
	float: right;
	width: 560px;
	height: auto;
	border-left: 1px solid #CCC;
	margin: 0;
	padding: 0;
}
.mainC {
	width: 100%;
	height: auto;
}


/* newsList */
#newsList {
	padding:10px 0 60px 0;
	width: 520px;
}
#newsList dl {
	padding: 0px;
	line-height:100%;
	font-weight:normal;
	margin:0 0 5px 0;
}
#newsList dl.greybg dt,#newsList dl.greybg dd {
	background:#f3f3f3;
}
#newsList dt {
	line-height:100%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	padding: 10px 10px 0 10px;
}
#newsList dd {
	padding: 5px 10px;
	line-height: 150%;
}
#newsList dd a {
	font-size:15px;
	color:#c62027;
	text-decoration:none;
	background:none;
}
#newsList dd a:hover {
	text-decoration:underline;
}

/* 510から480へ変更 */
#mainTop #newsList {
	padding:10px 0 60px 0;
	width: 480px;
}
#mainTop #newsList dt {
	padding: 10px 10px 0 0px;
}
#mainTop #newsList dd {
	padding: 5px 10px 5px 0px;
}



/* Corporate Overview */
table.tbl-01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	margin-top: 10px;
}
table.tbl-01 th {
	width: 35%;
	background-color: #FFF;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color:#666;
	line-height: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
table.tbl-01 td {
	width: 65%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #666;
	line-height: 19px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}



/* History/Timeline */
table.tbl-02 {
}
table.tbl-02 td {
	padding: 6px 5px 6px 10px;
	line-height: 19px;
	vertical-align:top;
}
table.tbl-02 tr.even td {
	background:#f3f3f3;
}



/* leadershio board */
.board-stit {
	border-bottom:solid 2px #f3f3f3;
	padding-bottom:5px;
	margin-bottom:20px;
}
.people{
	background:url(../images/dotline.gif) repeat-x bottom;
	margin-bottom:20px;
	padding-bottom:20px;
}
.people h3{
	font-size:120%;
}
.people h4{
	font-size:120%;
	font-weight:normal;
	font-style:italic;
	margin-bottom:10px;
}
.people p{
	line-height:1.5em;
	font-size:120%;
}


/* development */
.development h3{
	font-size:120%;
}
.development p{
	line-height:1.5em;
	font-size:120%;
}
/* 20110404更新 */
.development h3.dh3{
	margin-top:2em;
	line-height:1.5em;
	font-size:120%;
}
.development h4{
	line-height:1.5em;
	margin-bottom:2em;
	font-size:120%;
	font-weight:normal;
}


/* condition */
.condition h3{
	font-size:120%;
	margin-bottom:5px;
}

ol.listType01 {
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
ol.listType01 li {
	font-size:120%;
	font-weight:bold;
	padding-top: 8px;
	line-height: 1.5em;
}
ol.listType01 li p {
	font-size: 100%;
	font-weight:normal;
	padding: 5px 0 12px 0;
	line-height: 1.5em;
}



/* sitemap */
.mainL55 {
	float: left;
	margin-right: 20px;
	width: 55%;
	height: auto;
}
.mainR40 {
	float: right;
	width: 40%;
	height: auto;
}
div#site-map {
	margin: 0;
	padding: 0;
	text-align:left;
}
div.site-map ul.siteList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../../common/images/sidebar-li.gif) no-repeat left top;
}
div.site-map ul.sub {
	list-style-type: none;
	margin: 6px 0px 15px 0px;
}
div.site-map ul.sub li {
	list-style-type: none;
	margin: 10px 4px;
	padding-left: 14px;
	background: url(../../common/images/sidebar-li.gif) no-repeat left top;
}
div.site-map ul.sub li a {
	text-decoration: underline;
}
div.site-map ul.siteList li.sub02 {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}



/* sidebar
----------------------------------------------------*/
div#sidebar {
	float: left;
	width: 260px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:left;
}
div#sidebar ul.sidemenu {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
div#sidebar ul.sidemenu li{
	background: url(../images/sidebar-li.gif) no-repeat 0 7px;
	padding-left:15px;
	margin-bottom:10px;
}
div#sidebar ul.sidemenu li a{
	font-size: 120%;
	text-decoration:none;
}
div#sidebar ul.sidemenu li a.sideItem-current {
	text-decoration: underline;
}




/* footer
----------------------------------------------------*/
div#footer {
	clear: both;
	width: 825px;
	height: auto;
	padding: 30px 0;
}
div#footer div {
	float:left;
}
div#footer ul {
	float:right;
}
div#footer ul li {
	float:left;
	list-style:none;
	padding-left:15px;
}
div#footer ul li a {
	color:#666;
	text-decoration: underline;
}


/* div#contact-form */
div#contact-form {
	width:98%;
}
dl, dt, dd, form, fieldset, input, textarea, button {
	margin: 0;
	padding: 0;
	font-size:100%;
}
div#contact-form dl {
	width: 570px;
	display: block;
	padding: 0px;
	font-weight:normal;
}
div#contact-form dt {
	margin-top: 0.2em;
	margin-bottom: 1em;
	padding-bottom: 1.2em;
	width: 150px;
	float: left;
}
div#contact-form dd {
	margin-top: 0.2em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	float: left;
	width: 370px;
}
dd.dd-height {
	height: 1.8em;
}
div#contact-form form {
	padding: 1em;
	width: 90%;
}
div#contact-form fieldset {
	border: none;
}
div#contact-form input, div#contact-form textarea {
	padding: 0.2em;
	border: 1px solid #AAA;
}
div#contact-form textarea {
	width: 300px;
}
div#contact-form optgroup {
	color: #666;
	background-color: #FCFCFC;
}
form p {
	clear:both;
	margin:0 0 0 150px;
}
button {
	width: 100px;
	padding: 0.2em 1em 0.2em 1em;
	margin-right:20px;
	border: 1px solid #003C74;
}
button:hover {
	background-color:#EFEFEF;
	border: 1px solid #003C74;
}
button:active {
	border: 1px solid #CCC;
}

form p.check {
	clear:both;
	margin:20px 0 0 10px;
}

.error-text {
	margin-bottom:1em;
}
.error {
	color:#C61C23;
	margin:0 0 0.5em 0;
}
.red {
	color:#C61C23;
	font-weight:bold;
}


