@charset "UTF-8";

/*
--------------------------------------------------
Corporation Style
--------------------------------------------------
	1.H3
	2.Img
	2.P
	3.Ul
	4.Table
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/corporation_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#body h3 strong {
	display: none;
}


/* 2.Img
--------------------------------------------------*/
#body img {
	float: left;
	margin: 0 20px 25px 20px;
}


/* 3.P
--------------------------------------------------*/
#body p {
	font-size: 1.3em;
	line-height: 1.5;
	font-family: serif;
	margin: 0 20px 25px 0;
	padding: 15px 0;
}


/* 4.Ul
--------------------------------------------------*/
#body ul {
	clear: both;
	margin: 0 20px 10px 0px;
	padding-left: 40px;
}
#body ul li {
	list-style-type: circle;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 5px;
}


/* 5.Table
--------------------------------------------------*/
#body table {
	float: left;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 0 20px 20px;
}
#body table tr th {
	border: solid 1px #cccccc;
	background-color: #ddeeff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#body table tr td {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	padding: 5px;
}
#body table tr td ul {
	padding-left: 0;
}
#body table tr td ul li {
	list-style-type: none;
	font-size: 1.0em;
	font-weight: normal;
}


/* 6.Googlemap
--------------------------------------------------*/
#body .googlemap {
	float: right;
	width: 400px;
	height: 300px;
	margin: 0 20px 20px 0;
}
