/*****************共通フォント**********************************************************/
*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.4pt;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/******************全体構造、枠************************************************************/

/*外側、背景*/
#wrapper {
	width: auto;
	height: auto;
	margin-bottom: 0px;
	background-image: url(../images/wallpaper.gif);}

/*内側（ヘッダー、フッター含む）*/
#container {
    width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 3px 2px 3px #8A8A8A;
	box-shadow: 1px 3px 2px 3px #8A8A8A;
}

/*ヘッダー*/

#header {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

#header_bottom-bar{
	width: 100%;
	height: 24px;
	margin-top: 0;
	border-top: 2px solid #BAA7FC;
	border-bottom: 2px solid #BAA7FC;
}

/*メインコンテンツ（サブメニュー以下、本文）*/

#maincontent {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	background-color: #FFFFFF;
	margin-bottom: auto;
	height: auto;
	border: thin solid #666699;
}
/*隙間調節*/
#sukima{
	6margin-top: 7%;
	6border-bottom: thin solid #000000;
	margin-top: 5.8%;
}



/*フッター*/
#fotter {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
	background-position: 0% 0%;
	margin-top: auto;
	height: 74px;
	border-top: 3px solid #BAA7FC;
}
#copyright{
	font-size: 10px;
	margin-left: 3%;
	margin-top: 1%;
	}
/*********ヘッダー内部**********************************************************************/
#header_table{
	width: 100%;
}
#logo{
	width: 70%;
}
#form{width: 20%;}
#logoimg{height:55px;}

/*********メインメニュー**********************************************************************/
#menu ul{
	height: 45px;
	padding: 0;
	list-style-type: none;
	background-color: #0033CC;
	width: 100%;
	display: box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 2px solid #BAA7FC;
}

#menu li {
	width: 33.3%;
	height: 60px;
	float: left;
	padding: 0;
	height: 45px;
	border-top-left-radius: 0px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	line-height: 0px;
}
#menu li a {
	width: auto;
	color: #F2F5F9;
	font-size: 16px;
	font-weight: bold;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 14px;
	display: block;
	/* [disabled]text-align: center; */
	text-decoration: none;
	padding-top: 24px;
}
#menu li a:hover {
	background-color: #2151E4;
	width: 100%;
	height: 16%;
	display: inherit;
	color: #FFFFFF;
}

/*********サブメニュー**********************************************************************/

/* --- ナビゲーションバー --- */
div.nav {
	background-color: #ffffff; /* ナビゲーションの背景色 */
	font-size: 80%;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font: 400 80%/2em 'Open Sans', sans-serif;
	margin-top: 3%;
	margin-bottom: 0px;
	
}

/* --- メニューエリア --- */
div.nav ul.nl {
	width: 145%; /* メニューの幅  *//*⇒2/23修正幅を広くしました*/
	margin: 0 auto; /* メニューのマージン（上下、左右） */
	padding: 0;
	list-style-type: none;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
	width: 15%; /* タブの右マージン */
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/o0044002812618804862.gif);
	background-color: #FFFFFF; /* タブの背景（左） */
	float: left;
	text-align: center;
	font-size: 11pt;
	border-color: #666699;
	border-top-width: thin;
	border-top-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	color: #666699;
	margin-right: 1%;
	margin-bottom: 0px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	height: 0%;
}

/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding-top: 6px;
	padding-right: 29px;
	padding-left: 3px;
	padding-bottom: 5px; /* リンクエリアのパディング（上、左右、下） */
	background: url(tab_gen1_right.gif) no-repeat right top; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
	text-align: center;
	font-size: 11pt;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li :hover {
text-decoration: none; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
	background: #f16272 url(tab_act1_left.gif) no-repeat left top; /* タブの背景（左） */
	background-color: #666699;
	color: #FFFFFF;
}
div.nav ul.nl li.active a {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/o0044002812618804862.gif); /* タブの背景（右） */
	background-color: #666699;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*********共通見出し**********************************************************************/
/*枠見出し*/
.headline1{
	border-left: 10px solid #666699;
	border-right: 10px solid #666699;
	border-bottom: 1px solid #666699;
	border-top: 1px solid #666699;
	padding-left: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	height: auto;
	font-size: 14px;
	margin-top: 3%;
	margin-bottom: 3%;
}


.headline1b{
	border-left: #666699 solid 6px;
	padding-right: 0em;
	padding-left: 0px;
	padding-bottom: 2px;
}

.headr4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-indent: 1px;
	letter-spacing: 1pt;
}



P {
	margin-top: 1%;
	margin-bottom: 1%;
 }



.entryform {
	height: 40px;
	width: 130px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 3px 2px 0px #B4B4B4;
	box-shadow: 1px 3px 2px 0px #B4B4B4;
	background-color: #666699;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
