@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align: center;
}
a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #003399;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	background: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/* ロゴとナビゲーション
---------------------------------------------*/
#globalNav {
	list-style-type: none;
	background: #000000 url(../images/glo_nav_bg.gif) left top repeat-x;
	clear: left
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}
#footer2 {
	list-style-type: none;
}
#footer2 li {
	display: inline;
	width: 100px;
	border-left: 1px solid #CCCCCC;
	float: right;
	text-align: center;
}
#e2 ul {
	list-style-type: disc;
}
/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/b_cont_bg.gif) left top repeat-y;
	padding-top: 20px;
}
#about {
	width: 100%;
	margin-bottom: 10px;
}
#e1 {
	width: 700px;
	float: left;
	margin: 10px 0 10px 20px;
}
#e2 {
	width: 650px;
	float: left;
	margin: 15px 0 10px 20px;;
	padding: 10px 0 0 10px;
	border-top: 1px solid #ccc;
}
#e3 {
	width: 250px;
	float: left;
	margin: 5px 0 5px 0;
}
#e4 {
	width: 255px;
	float: left;
	padding-left: 1px;
	margin: 5px 0 5px 9px;
	text-align: center;
}
#e5 {
	width: 100%;
	clear: left;
}
#e6 {
	width: 250px;
	float: left;
	margin: 10px 0 20px 5px;
}
#e7 {
	width: 300px;
	float: right;
	margin: 30px 0 5px 0;
}

/*-----コピーライト-----*/
#footer1 {
	clear: both;
	color: #FFFFFF;
	background: #333333;
	padding: 10px;
}
#footer2 {
	clear: both;
	color: #333333;
	padding: 5px;
	margin-bottom: 10px;
}
/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/b_title_bg.gif) left top repeat-x;
}
#e2 h1 {
	text-size: 110%;
	color: #003399;
}
#footer2 a {
	text-decoration: none;
}


