/*/////////////////////////////////////
汎用CSS
ページヘッダ・フッタ・コンテンツ部分の枠組み等
////////////////////////////////////*/

@charset "UTF-8";


/*基本設定*/
* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #555;
}


a { overflow: hidden }

a:link,
a:visited {
	color: #4F69AC;
}

a:active,
a:hover {
	color: #998B6E;
}

hr{
	display:block;
}




ul{
}



ul li {
	padding: 8px 0 0 18px;
	margin-left: 18px;
	list-style: none;
	background: url(../images/ListMarker.png) no-repeat 0 13px;
}






/*全ページ汎用*/


body { background: #CCC; }


#baseOutline{
	width:auto;
	margin:0 auto;
}

#header {
	height:auto;
	width:auto;
	background:none;
}

#header h1{
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

#Nav{
	widht:auto;
	text-align:center;
	background:none;
}


#container {
	width: auto;
	background: none;
}



h2{
	padding: 0;
	color: #2B395D;
}

h3{
	color: #29271F;
}



.nessecery {
	color:#990000;
	margin:0 0 0 1em;
}


/*フッタ/全ページ汎用?*/
#footer{
	padding: 0;
	background: none;
	color:#555;
	height:auto;
}




/* フォームの多重送信防止用 */
.FreezePaneOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.FreezePaneOn {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	padding-top: 20%;
}
.InnerFreezePane{
	text-align: center;
	width: 50%;
	background-color: #448;
	color: white;
	font-size: large;
	border: solid 2px #444;
	padding: 15px;
}





table{
	margin-top:20px;
	font-size:11px;
	line-height:140%;
	border-collapse:collapse;
	border-bottom:#FFF solid 1px;
	width:100%;
}

tr.even{
	background:none;
	border:none;
}

tr.odd{
	background:none;
	border:none;
}


th,td{
	background:none;
	border:none;
}

th{
	font-weight:normal;
	text-align:left;
	background:none;
	border:none;
}


input,select,textarea{
	color:#4F69AC;
}

textarea{
	width:100%;
}


.Submit{
	background:#4F69AC;
	padding:4px;
	color:#EEE;
}




#pagejump {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	vertical-align: middle;
}