@charset 'utf-8';

body {
	background: url(/corporate/img/bg.png) repeat-x;
}

a {text-decoration: underline;}
a:link    {color: #1c59a4;}
a:visited {color: #1c59a4;}
a:hover   {color: #ffa500;}
a:active  {color: #ff7400;}


#header {
	height: 90px;
	background: none;
}


#leftMenu {
	background: url(/corporate/img/bg_subcol.png);
}

#mainContent h1 {
	padding: 10px 0 15px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: url(/corporate/img/bg_title.png) no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.catch {
	margin: 20px 0;
	font-size: 14px;
	font-weight: bold;
}




#mainContent h2 {
	margin: 30px 0 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	font-size: 16px;
	font-weight: bold;
}

#mainContent h3 {
	margin: 30px 0 20px;
	padding: 5px 0 5px 20px;
	background: url(/corporate/img/bg_head.png) center left no-repeat;
	font-size: 14px;
	font-weight: bold;
}



#history td {
	padding: 5px 5px;
	border-bottom: 1px dotted #ddd;
	 vertical-align: top;
	 text-align: left;
}



#history td.date,
#history td.event {
	white-space: nowrap;
}

.speach {
	color: #4a3fb6;
}

/*textBox*/

.textBox {
	width: 680px;
	margin: 2em auto;
}

.textBox ul {
	margin: 0.5em 1em;
	padding: 0 1em;
	list-style: outside disc;
}

.textBox li {
	margin-bottom: 1em;
}

.textBox dt {
	margin-top: 1em;
	font-weight: bold;
}

.textBox dd li { /*override*/
	margin-bottom: 0.2em;
}


/*override*/

.picExp {
	border-left: 5px solid #a2d995;
}

/*Sitemap関連
--------------------------------------------------*/

.sitemap {
	float: left;
	width: 360px;
	margin: 40px 20px 0 0;
}

.sitemap a {
	text-decoration: underline;
}

.sitemap h4 {
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(../img/sitemap_h.png) no-repeat;
	font-weight: bold;
}

.sitemap h4 a {
	line-height: 26px;
	height: 26px;
}

#inner .sitemap h3 a {
	height: 26px;
	line-height: 26px;
}

.sitemap ul {
	margin: 5px 0 10px;
}

.sitemap ul li {
	padding-left: 30px;
	background: url(../img/sitemap_b.png) no-repeat;
}

.sitemap ul li.lastChild {
	background: url(../img/sitemap_blast.png) no-repeat;
}



/*EOF*/


