@charset "Shift_JIS";
/*◇◆◇◆◇基本設定◇◆◇◆◇*/

html{
	overflow-y:scroll;
}
a img{
	border:none;
}
table{
	border-collapse:collapse;
}
.migi{
	text-align:right;
}
.mini{
	font-size:80%;
}
.naka{
	text-align:center;
}
.cyuuou{
	margin:0 auto;
}
.aka{
	color:#f00;
}
.clb{
	clear:both;
}
.yubi{
	cursor:pointer;
}
select{
	cursor:pointer;

}
option{
	cursor:pointer;

}
/*◇◆◇◆◇本体設定◇◆◇◆◇*/
#all{
	background-color:#ffffff;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	color:dimgray;	/*文字色*/
	margin:0px;
	padding:0px 5px;
	width:100%-10px;
	line-height:100%;
}
body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	width:100%;
}
h1{
	background-color:#ff9933;
	font-size:28px;
	color:#ffff99;
	margin:0;
	padding:10px;
}
h2{
	clear:both;
	color:black;
	font-size:16px;
	margin:0 0 10px 0;
	border-bottom:solid 1px #ff9933;
	border-left:solid 7px #ff9933;
	padding:2px 0px 4px 4px;
}
h3{
	font-size:100%;
}
a{
	color:blue;
	text-decoration:underline;
}
a:hover{
	color:f0f;
	text-decoration:none;
}
#navi1{
	width:100%;
	height:100px;
	text-align:left;
}
#navi1 div.subj{
	font-size:120%;
	font-weight:bold;
	background-color:lemonchiffon;
	margin:10px 0px;
	padding:5px 0;
	border-bottom:solid 2px #ff9933;
	text-align:center;
}
#navi1 div.link{
	width:20%;
	float:left;
	text-align:center;
	height:100px;
}
#navi1 div.link img{
	vertical-align:bottom;
}
#navi1 a{
	font-size:100%;
	padding:0;
	display:block;
	margin:0 auto;
	height:50px;
	width:50px;
	border:1px solid #000;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#navi1 a:visited{
	color:mediumvioletred;
}
#navi1 a:hover{
	color:white;
	background-color:dimgray;
	text-decoration:none;
}
#footer{
	clear:both;
}
address{
	border-top:2px solid #090;
	background-color:#fff;
	font-style:normal;
	margin-top:0;
	padding-top:5px;
	text-align:right;
	margin-right:10px;
	height:80px;
}
table{

	background-color: #CDCDCD;
	font-size: 80%;

	width:1200px;
}

table thead tr th, table tfoot tr th {

	background-color: #e6EEEE;

}

table thead tr .header {

	cursor: pointer;

}

table tbody td {

	color: #3D3D3D;
	background-color: #FFF;

}

table tbody tr.odd td {

	background-color:#F0F0F6;

}
th,td{
	border:1px solid #000;
}