/* ▼20110406クラスあり修正版 */
.clearfix {
zoom:1;
}
.clearfix:after{
content: ""; 
display: block; 
clear: both;
}
/* ▲ここまで */
body {
	margin: 0px 0px 20px;
	padding: 0px;
}

body,table{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
}
#header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
h1.index{
	margin-bottom: 15px;
}
#navigation {
	background-image: url(../images/bg_globalnavi.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin: 0px;
	padding: 0px 130px;
}
#navigation li{
	overflow: hidden;
	height: 40px;
	width: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#index_information {
	background-image: url(../images/bg_info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#index_information #picup{
	width: 350px;
	float: left;
}
#index_information #picup h2{
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#index_information #picup p{
	margin-left: 20px;
}
#index_information #information{
	float: right;
	width: 480px;
}
#index_information #information h2{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#index_information #information .infobox{
	width: 455px;
	background-image: url(../images/bg_news.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 190px;
}
#index_information #information .infobox dl{
	height: 150px;
	overflow-y:scroll;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#index_information #information .infobox dl dt{
	margin-left: 10px;
}
#index_information #information .infobox dl dd{
	margin-bottom: 10px;
}
#contents{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#contents h2 {
	margin-bottom: 30px;
}
#contents .midashi{
	margin-bottom: 100px;
	text-align: center;
}
#contents h3{
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-image: url(../images/icon_h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #005454;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 40px;
	height: 40px;
}
#contents .article {
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.trans_photo{
	float: left;
	width: 370px;
	border: 0px solid #CCCCCC;
}
.trans_note{
	float: right;
	width: 350px;
}
table.company {
	width: 80%;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}
table.company th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #006666;
	letter-spacing: 0.3em;
}
table.company td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
	color: #FF0000;
}
