@charset "utf-8";



body {
	background: #0083AE url(../corporate/_img/bkg_body.gif) repeat-x;
}
#wrapper {
	background: #FFF url(../corporate/_img/bkg_wrapper.gif) repeat-y 50% 0;
	padding: 0 12px;
	width: 946px;
}
#header {
	background: url(../corporate/_img/bkg_header.png) no-repeat;
	height: 440px;
	width: 946px;
	margin: 0 -12px;
	padding: 0 12px;
	position: relative;
}
#header p.siteName {
	top: 11px;
	left: 32px;
	position: absolute;
	padding: 0;
}
#container {
	background: url(../corporate/_img/bkg_container.gif) no-repeat;
	margin: -140px 0 0;
	position: relative;
}
#content {
	width: 720px;
	margin: 0 20px;
	padding: 0 10px 20px 0;
	_margin-left: 10px;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content #topicPath {
	margin: 0;
	padding: 10px 0;
	background: transparent;
	width: 720px;
} 
#content h1 {
	float: left;
	margin: 0;
	height: 300px;
	background: url(../corporate/_img/bkg_content.gif) no-repeat;
}
#content div#main {
	padding: 15px 30px 0;
	margin: 0;
	width: 450px;
	float: left;
	background: url(../corporate/_img/bkg_content.gif) no-repeat 100% 0;
	overflow: hidden;
}
#content div#main .section {
	margin: 0 0 30px;
}
#content div#main h2 {
	padding: 0;
	margin: 15px 0 20px;
	background: none;
	font-size: medium;
}
#subContent,
#subContent dl.globalNavi { 
	margin: 0;
}
#footer {
	background: url(../corporate/_img/bkg_footer.gif) repeat-x;
	padding: 0 0 50px;
}

#footer p.logo {
	border-left: 1px dotted #2FCACE;
	padding: 10px 10px 0;
	margin: 0 0 0 10px;
	float: right;
}
#footer address {
	padding: 13px 0 0;
	margin: 0;
}
#footer p.tokyomarine {
	position: absolute;
	top: 0;
	right: 12px;
	margin: 0;
	padding: 0;
	float: none;
}


/* profile
***************************************************************** */
.philosophy #content div#main .section {
	text-align: center;
}
.philosophy #content div#main .section p,
.philosophy #content div#main .section p em {
	line-height: 2em;
}


/* profile
***************************************************************** */
.profile #content div#main dl.profile {
	border-top: 1px solid #2FCACE;
	border-bottom: 1px solid #2FCACE;
	_height: 1%;
	min-height: 1%;
}
.profile #content dl.profile dt {
	padding: 0.7em 0 0;
	width: 8em;
	font-weight: bold;
	color: #2FCACE;
}
.profile #content dl.profile dd {
	border-bottom: 1px dotted #2FCACE;
	margin: -1.6em 0 -1px 0;
	padding: 0 0 0.5em 9em;
}
.profile #content div#main dl.profile dd ul {
	margin: 0;
}


/* history
***************************************************************** */
.history #content div#main dl.history {
	padding: 2.5em 0 0;
	margin-top: -20px;
	_height: 1%;
	min-height: 1%;
	position: relative;
}
.history #content div#main dl.history dt {
	background: url(../corporate/_img/icn_circle.gif) no-repeat 100% 0.5em;
	width: 109px;
	padding-right: 15px;
	font-weight: bold;
	color: #2FCACE;
}
.history #content div#main dl.history dd {
	border-left: 1px solid #39D6D5;
	margin: -4em 0 0 120px;
	padding: 2.5em 0 1.5em 15px;
}


/* powered
***************************************************************** */

#powered {
	text-align: right;
	margin-right: 10px;
	padding-bottom: 5px;
	font-size: 80%;
	height: auto;
	clear: both;
}

/*Link color powered */
#powered a {
	text-decoration: none;
	color: #0286AF;
}
#powered a:hover {
	color: #20D5EB;
}
