@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:link {
	color: #003399;
}
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;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}
#styleswitch {
	width: 140px;
	float: right;
	margin: 0 5px 10px 0;
	text-align: right;
}
#styleswitch li{
	display: inline;
}
#footer2 {
	list-style-type: none;
}
#footer2 li {
	display: inline;
	width: 100px;
	border-left: 1px solid #CCCCCC;
	float: right;
	text-align: center;
}
#footer2 a {
	text-decoration: none;
}

/* メインイメージと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 {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 749px;
	background: #FFFFFF url(../images/b_cont_bg3.gif) left top repeat-y;
}
#e1 {
	width: 200px;
	float: left;
	margin: 10px 0 5px 5px;
}
#left-navi {
	width: 200px;
	float: left;
	margin: 0 5px 5px 0;
}
#e2 {
	width: 515px;
	float: left;
	padding-left: 1px;
	margin: 10px 0 0 10px;
}
#e3 {
	width: 325px;
	float: left;
	margin: 10px 0 5px 5px;
	background: #FFFFFF url(../ny/images/e3_bg.gif) left top repeat-y;
}
#e4 {
	width: 175px;
	float: right;
	margin: 10px 0 5px 5px;
}
#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;
}
#e8 {
	width: 500px;
	float: left;
	padding-left: 1px;
	margin: 10px 0 0 10px;
}
/*-----コピーライト-----*/
#footer1 {
	clear: both;
	color: #FFFFFF;
	background: #333333;
	padding: 10px;
}
#footer2 {
	clear: both;
	color: #333333;
	padding: 5px;
	margin-bottom: 10px;
}
/* 本文のレイアウト
---------------------------------------------*/
#content h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/b_sa_bg.gif) left top repeat-x;
}
#e1 a {
	font-size: 110%;
	color: #003399;
	text-decoration: none;
}
#e1 h1 {
	font-size: 100%;
	color: #003399;
	text-decoration: none;
}
#e2 h4 {
	font-size: 120%;
}
#left-navi dt {
	font-size: 110%;
	padding: 7px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/image01.gif);
}
#left-navi dt a {
	text-decoration: none;
}
#e2 .section {
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
}
#e2 .section p {
	margin: 0 0 10px 0;
	letter-spacing: 0.1em;
}	
#e2 .section a {
	margin: 20px 0 10px 0;
	line-height: 1.5px;
	letter-spacing: 0.1em;
}
#e2 .section h1 {
	font-size: 140%;
	letter-spacing: 0.1em;
	color: #009900;
}
#e2 .section h2 {
	font-size: 120%;
	color: #FF6633;
}
#e2 .section h4 {
	font-size: 120%;
	color: #FF6633;
	text-align: center;
}
#e4 h4 {
	color: #CC3300;
	text-align: center;
}
#e4 dl {
	margin: 12px 5px 0 3px;
}
#e4 dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
