@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 984px;
	background: #FAF5E1;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 14px;
	color: #333333;
}
.button_grayL {/*ボタングレーL*/
	width: 122px;
	height: 25px;
	background: url(images/button_grayL.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_grayL:hover {
		background: url(images/button_grayL_hover.png);
	}
.button_gray {/*ボタングレー*/
	width: 108px;
	height: 25px;
	background: url(images/button_gray.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_gray:hover {
		background: url(images/button_gray_hover.png);
	}
.button_orange {/*ボタンオレンジ*/
	width: 108px;
	height: 25px;
	background: url(images/button_orange.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_orange:hover {
		background: url(images/button_orange_hover.png);
	}
.button_orangeL {/*ボタンオレンジ*/
	width: 122px;
	height: 25px;
	background: url(images/button_orangeL.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_orangeL:hover {
		background: url(images/button_orangeL_hover.png);
	}
.button_red {/*ボタンレッド*/
	width: 108px;
	height: 25px;
	background: url(images/button_red.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_red:hover {
		background: url(images/button_red_hover.png);
	}
.button_green {/*ボタングリーン*/
	width: 149px;
	height: 25px;
	background: url(images/button_green.png);
	border: none;
	font-weight: bold;
	color: #333;
}
	.button_green:hover {
		background: url(images/button_green_hover.png);
	}

a {/*通常テキストリンク*/
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

input[type="text"] {/*テキストボックス*/
	height: 16px;
        padding-top:1px;
        font-size:14px;
		font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}
textarea {/*テキストボックス*/
	font-size:14px;
        padding-top:1px;
		font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}
input[type="radio"] {/*ラジオボタン*/
        margin-right:5px;
}
input[type="checkbox"] {/*ラジオボタン*/
        margin-right:5px;
}
input[type="password"] {/*テキストボックス*/
	height: 16px;
        padding-top:1px;
		font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	}
input {/*テキストボックス*/
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.Full {/*横長テキストボックスclass*/
	width: 840px;
}

.FullTextarea {/*横長テキストボックスclass*/
	width: 840px;
}

.Checkbox {/*チェックボックス調整class*/
	margin-right: 5px;
}

select {
	border: #333333 1px solid;
}
h1 {
	width: 140px;
	height: 32px;
	margin-top: -2px;
	background: url(images/logo.png);
}
h3 {
	width: 120px;
	font-size: 14px;
	margin: 3px 20px 0 0;
	font-weight: bold;
	float: left;
}

p {
	text-decoration: none;
}
.p_title1 {
	font-size:20px;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: bolder;
	color:#990000;
	border-bottom: 1px dashed black;
}
.p_title2 {
	font-size:16px;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: bold;
	color:#990000;
	border-bottom: 1px dashed black;
}
.p_title3 {
	font-size:16px;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: normal;
	color:black;
	border-bottom: 1px dashed black;
}
.p_detail{
	text-indent: 2em
}

table {
	border: none;
}
	td {
	        background-color: transparent;
	        border: none;
	}
.PageSelecter {/*枠・背景無しセル ページセレクター用*/
		width: 300px;
                table-layout: fixed;
		padding: 0 10px;
		text-align: right;
		background-color: transparent;
		border: none;
}
.title_h{/*タイトルセル　上部スペース確保用(高)*/
	padding-top: 10em;
}
.title_l{/*タイトルセル　上部スペース確保用(低)*/
	padding-top: 5em;
}
#Wrap {
    width: 100%;
    min-height: 100%;
    position: relative;
}

/*ヘッダー*/
#Header {
	width: 100%;
	height: 40px;
	left: 0;
	position: absolute;
	background-color: #FAF5E1;
	position: fixed;
}
#Header_Area {
	width: 984px;
	height: 100%;
	margin: 0 auto;
}
#Heading_Area h2 {/*ヘッダー内表示エリア*/
	width: 100%;
	height: 20px;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #683906;
	background-color: #6AAED9;
	border-bottom: 1px solid #6AAED9;
}
#Menu_Area {/*メニューエリア*/
	width: 100%;
	height: 20px;
	padding-top: 6px;
	background-color: #E8D37F;
	border-bottom: 1px solid #E8D37F;
}
	#Menu_Area ul {
		width: 984px;
		margin: 0 auto;
	}
	#Menu_Area li {
		padding-left: 18px;
		margin-right: 20px;
		float: left;
		list-style: none;
		background: url(images/menu_ico.png) no-repeat;
	}
        #help {
                padding-left: 0px !important;
		margin-right: 0px !important;
		float: right !important;
		list-style: none !important;
                background: none !important;
	}
	#Menu_Area a {
		font-size: 14px;
		color: #683906;
	}

#UserIinformation {/*ユーザー情報*/
	margin: 14px 0;
	font-size: 15px;
	float: right;

}
#UserLogOff {/*ログオフ*/
	margin: 10px 0;
	float: right;
}
#System_Logo {/*システムロゴ*/
	width: 250px;
	height: 20px;
	margin: 10px 0;
	float: left;
}
	#System_Logo a {
		width: 100%;
		height: 100%;
		display: block;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
/*コンテンツエリア*/
#Contents {
	width: 984px;
	margin: 0 auto;
	padding: 85px 0 20px 0;
	overflow: hidden;
}

#Heading {/*見出し？*/
	width: 200px;
	height: 18px;
	padding-top: 5px;
	Display:Block;
	font-weight: bold;
	text-align: center;
	background-color: #0086B4;
	color: #FFFFFF;
}

.RadioButton_Area {/*右上ラジオボタンエリア*/
	width: auto;
	height: 20px;
	float: right;
}
	.RadioButton_Area label {
		margin-left: 10px;
		display: inline-block;
		cursor: pointer;
	}


.OneColumn {/*一行wrapper*/
	width: 100%;
	height: auto;
	margin-top: 18px;
	overflow: hidden;
	float: left;
	clear: both;
}
	.OneColumn select {
		float: left;
		margin-right: 10px;
	}
	.OneColumn .Seach {
		float: left;
	}

.InnerColumn {
	height: auto;
	margin: 10px 0 0 140px;
	float: left;
}
.IndentColumn h3 {
	text-align: right;
}
.Center_Button_Area {
	width: auto;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
}
.Button_Area {/*左寄せボタンエリア*/
	float: right;
}
.List_Area {/*リストエリア*/
	width: auto;
	height: 400px;
}

/*フッター*/
#Footer {
	width:100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	background-color: #FAF5E1;
	left:0;
	font-family: "Noto Sans JP", sans-serif;
}
	#Footer span {
		padding-top: 3px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

