
/* 基本スタイル
---------------------------------------------*/
* {
	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: #666666;
	background: #F4F4F4 url(../../images/body_bg.gif) left top repeat-x;
}
a {
	color: #FF9900;
}
a:visited {
	color: #FFCC99;
}
a:hover {
	color: #FF3300;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 106px;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 17px;
	top: 18px;
}
#globalNav {
	position: absolute;
	top: 73px;
	left: 0;
	width: 741px;
	height: 33px;
	list-style-type: none;
	background: #000000 url(../../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../../images/global_nav_top.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../../images/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#login {
	float: left;
	width: 493px;
}
#links {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333 url(../../images/title_bg_b.gif) left top repeat-x;
}

/* 本文のレイアウト
---------------------------------------------*/
#login h3, #links h3 {
	color: #FFFFFF;
	background: #3452B2 url(../../images/title_bg_b.gif) left top repeat-x;
}
#login .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#login .section p {
	margin: 10px 0;
}
#login .section .link {
	background: url(../../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

#links dl {
	margin: 16px 18px 0 18px;
}
#links dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
#links .link {
	background: url(../../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
/* フォームのレイアウト
---------------------------------------------*/
#form1 {
	width: 440px; /* ボックスの幅を指定 */
}
#form1 table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#form1 td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#form1 th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 150px;
}
#form1 th.must {
	border-left-color: #D90000;
}
#form1 th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
.text5 {
	font-size: 80%;
}
#form1 select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#form1 .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}