@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.4;

	color: #333333;
	
}

a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}

#title {
	width: 930px !important;
	width /**/:932px;
	padding: 0px;
	height: 20px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}


#header {
	width: 946px !important;
	width /**/:948px;
	padding: 0px;
	height: 140px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}

#header h2 {
	padding: 0px;
	height: 20px;
	margin-left: 10px;

}


#header .logo {
	position:relative;
	padding: 0px;
	margin-left: 10px;
}


#wrapper {
	width: 946px !important;
	width /**/:948px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
		
}




/* footer
---------------------------------------------*/

#footer {
	/*clear:both;*/
	clear:both;
	margin: 0 auto;
	width: 916px !important;
	width /**/: 946px;/*IE5*/
	padding-top:5px;
	padding-left: 15px;
	padding-right: 15px;
	border-top:1px solid #CCCCCC;
	font-size: 9pt;
	line-height: 1.2;
	color:#5C5C5C;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.copyright {
	padding-top: 11px;
	padding-bottom: 0px;
	text-align:center;
}





/* メインイメージと2段組
---------------------------------------------*/
#contents {
	
	width: 930px;
	margin-left: 8px;
	padding-bottom: 40px;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	overflow: auto !important;
	overflow /**/: hidden;
	
}
#about {
	float: left;
	width: 682px !important;
}
#newsRelease {
	float: left;
	width: 247px !important;
	padding-left: 1px;
}


