@charset "utf-8";

/*************************
  リセット　一式
*************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*************************
  背景色　
*************************/

body{
	background-color: #FFFFFF;
	text-align: center;
	min-height: 430px;
}

/*************************
  ヘッダーの設定　
*************************/
header{
	width: 100%;
	height: 30px;
	background-color: #FF3300;
	margin: 0 auto;
	padding: 10px auto;
	border-top: 10px #FF9900 solid;
	border-bottom: 10px #FF3300 solid
}

#main{
	height: 50px;
	border-bottom: 10px #FF9900 solid;
	border-top: none;
	padding: 0 auto;
}
	

/*************************
  セクションの設定　＊横サイズ固定
*************************/
section{
	width: 300px;
	min-height: 426px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	text-align: left;
	background-color: #FFFFFF;
}

section.input{
	min-height: 476px;
}

/*************************
  フッターの設定　＊横サイズ固定
*************************/
footer{
	background-color: #FF3300;
	width: 100%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	border-bottom: solid  #FFFFFF 18px;
}

p.copy{
	padding-top: 7px;
	font-size: 80%;
	
}


/*************************
  テーブルの設定　
*************************/
table{
	margin: 10px 0px 30px 0px;
}

td{
	padding: 10px 3px;
}

table.tbl_info{
	width: 660px;
	height: 350px;
	font-size: 85%;
}

table.fixed{
	width:100%;
	table-layout:fixed;
	word-break: break-all;
}

table.tbl_search{
	width: 660px;
	height: 200px;
	font-size: 85%;
}

table.tbl_result{
	width: 660px;
	font-size: 85%;
}



td.submit{
	text-align: center;	
}

td.small{
	width: 90px;
}

td.large{
	width: 220px;
}

td.small30{
	width: 30%;
	text-align: center;
}

td.large70{
	width: 70%;
}

table.oc{
	margin: 0;
}

table.oc2{
	margin: 0 auto;
}

th{

	padding: 5px;
	font-size: 1.1em;
	background-color:#FFCC99;
}

/*************************
  文字の設定
*************************/
h1{
	margin: 20px 15px 30px;
	padding: 3px 5px;
	border-bottom: solid 2px #FF9900;
	border-left: solid 7px #FF9900;
	font-size: 150%;
}

p{
	padding-top: 5px;
	text-align: center;
}


.link{
	margin-top: 30px;
	padding-bottom: 20px;
	font-size: 80%;
}


#text {
	background-color:#262626;

	/*角を丸く*/
	-moz-border-radius: 3px;/* Firefox用 */ 
	border-radius:5px;
	}

/*************************
  ULの設定
*************************/
ul{
	margin: 20px 0;
}



a:link.nav{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	 border:0;
}

a:visited.nav{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	 border:0;
}

a:hover.nav{
	color: #999999;
	background-color: #666666;
	text-decoration: none;
	 border:0;
	
}


.c1{
	margin: 15px 15px;
	background-color: #FF9900;
	height: 50px;
	
	text-align:center;
/*角を丸く*/
	-moz-border-radius: 7px;/* Firefox用 */ 
	border-radius:7px;
	
}



.nav{
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}