@charset "utf-8";
/* CSS Document */

/*###################################
#####################################
初期化・初期設定
#####################################
#####################################*/
*{
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	text-decoration: none;
	list-style:none;
	font: small/150% "Meiryo, ＭＳ ゴシック", "Osaka－等幅";
	color: #333333;
}




/*###################################
共通パーツ設定
#####################################*/
img{
	vertical-align:bottom;
	}
.clear{
	clear:both;
	visibility: hidden;
	height: 5px;
	font-size: 1px;
	margin: 0;
	border-style: none;
}


.return {
	clear: both;
	height: 38px;
	text-align: left;
	padding: 5px 0 5px;
}
.return a {
	background: url(img/btn_return.jpg) no-repeat 0 0;
	display: block;
	height: 20px;
	text-indent: -9999px;
	text-align: left;
	margin: 0px 0px 0px auto;
}
.return a:hover,
.return a:active {
	background: url(img/btn_return.jpg) no-repeat 0 -20px;
	font-size: 1px;
}





.right {
	float: right;
}
.left {
	float: left;
}



/*###################################
.基本タグ
#####################################*/
html{
	height:100%;
}
body{
	background: #F9F9F9 url(img/bkimg.jpg) repeat-y center;
	height:100%;
	text-align: center;
}

p{
	line-height: 150%;
	font-size:small;
}

table{
	margin: 0 auto 0 auto;
}
th {
	padding: 5px 10px 5px 5px;
	text-align: right;
	font-size: small;
	border-right: 2px solid #316FAC;
	background: url(img/cmn_point01.jpg) no-repeat 100% 0px;
	font-weight: 900;
}
tr{}
td {
	padding: 5px;
	text-align: left;
	font-size: small;
	vertical-align: middle;
	background: #F8FAFC;
}

ul {}
ul li{
	text-align:left;
}

ol {
	padding: 5px 5px 5px 15px;
	margin-left: 24px;
}
ol li {
	list-style: decimal outside;
}

blockquote {
	color: #666666;
	padding: 10px;
}

a:link, a:visited{
	color: #333333;
}

a:hover, a:active{
	color: #333333;
	text-decoration: underline;
}
strong{
	font-weight:900;
}




/*###################################
#####################################
基本レイアウト
#####################################
#####################################*/

#head {
	height: 72px;
	margin: 0;
	width: 760px;
	text-align: left;
	position: relative;
	background: url(img/head.jpg) no-repeat;
	vertical-align: bottom;
}
#navi {
	width: 760;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30;
}
/*==========wrap*/
#wrap {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	height: 100%;

}
/*#############
cssハック　ff対策
###############*/
body > #wrap {
        height: auto;
}
/* Mac IEは次の行を無視 \*/
* html #wrap {
	height:1%;	
}
/* IEに適用終了　ホーリーハック */





/*==========cntainer*/

#container {
	width: 760px;
	margin: 0;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/* Mac IEは次の行を無視 \*/
* html #container {
	height:1%;	
}
/* IEに適用終了　ホーリーハック */




/*========== #cnt*/

#cnt {
	width: 751px;
	margin: 0px auto;
	background: #F9F9F9;
}





/*==========レイアウト*/



.main {
	padding: 10px 0 0 0;
}
.side {
	width: 207px;
}
/*左メイン　右サイド*/
.ms-2clm .main {
	float: left;
}
.ms-2clm .side {
	float: right;
}

/*左サイド　右メイン*/
.sm-2clm .main {
	float: right;
}
.sm-2clm .side {
	float: left;
}







/*###################################
#####################################
ヘッダー
#####################################
#####################################*/
#head h1 {
	text-align: right;
	padding: 0;
	color: #333333;
	font-size: 12px;
	position: absolute;
	left: 273px;
	top: 38px;
	font-weight: normal;
}
#head p {
	text-align: left;
	font-size: 12px;
	color: #DBFCD6;
	padding-left: 20px;
	line-height: 16px;
}
#head ul {
	position: absolute;
	left: 664px;
	top: 23px;
}
#head  li {
	text-align: right;
	padding-bottom: 5px;
	font-size: 12px;
}
#head li a {
	font-size: 12px;
}





/*###################################
#####################################
ナヴィゲーション
#####################################
#####################################*/
#navi li {
	display: block;
	float: left;
	height: 30px;
}
#navi li a {
	height:30px;
	display:block;
	width: 152px;
	text-indent: -9999px;
}












/*###################################
#####################################
メイン
#####################################
#####################################*/




/*###################################
#####################################
サイドバー
#####################################
#####################################*/




/*###################################
#####################################
フッター
#####################################
#####################################*/
#foot {
	width: 760px;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	background-color: #004E99;
}
#foot p {
	padding: 0 0 10px 0;
}
#foot address {
	color: #F5F8F5;
	text-align: right;
	font: 100 normal 10px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#foot a {
	font-size: 10px;
}



/*flashバナー*/
.flash {
	vertical-align: baseline;
	text-align: right;
}
.flash img {
	float: left;
}
.flash a {
	line-height: 130%;
	width: 300px;
	display: block;
	float: right;
	font-size: x-small;
	text-align: left;
}
.new {
	float: left;
	width: 370px;
	text-align: left;
}
.new h2 {
	padding: 0px 0px 5px;
}
.new dt {
	padding-left: 43px;
	background: url(img/cmn_point001.jpg) no-repeat 0px 3px;
}
.new dd {
	padding: 0px 0px 5px 40px;
}
.bnr {
	width: 370px;
	float: right;
	text-align: right;
}
.bnr img {
	margin: 0px 0px 10px;
}
.new dl {
	overflow: auto;
	height: 124px;
}
#cntpage h2 {
	background: url(img/subtitle_bkimg01.jpg) no-repeat 0px 5px;
	height: 35px;
	font-size: medium;
	color: #FFFFFF;
	clear: both;
	padding: 10px 0px 0px 20px;
	font-weight: 900;
}
#kenmaki .box1 .left {
	width: 370px;
}
#cntpage .main  img {
	background: url(img/cmn_bkimg_blue.jpg);
	padding: 3px;
	border: 1px solid #004E99;
	margin: 0 3px 0 3px;
}
#kenmaki .box1 .right {
	width: 380px;
	text-align: right;
}
.lead {
	background: #EEEEEE;
	padding: 10px;
	margin: 0px 0px 5px;
	border-top: 1px solid #004E99;
	border-right: 1px solid #699BCC;
	border-bottom: 1px solid #699BCC;
	border-left: 1px solid #004E99;
}
#cntpage li {
	background: url(img/cmn_point01.jpg) no-repeat;
	padding: 5px 0 5px 10px;
	margin: 5px 0px 0px;
}
#cntpage .main .bordernone {
	padding: 0px;
	border: none;
	margin: 0;
}
.toform {
	clear: both;
	text-align: center;
	padding: 5px 0 5px;
}
.toform a {
	background: url(img/btn_toform.jpg) no-repeat;
	display: block;
	width: 233px;
	height: 38px;
	text-indent: -9999px;
	margin: 0px auto;
}
.toform a:hover,
.toform a:active {
	background: url(img/btn_toform.jpg) no-repeat 0 -38px;
}


#cntpage .new dl {
	height: 100%;
}
h3 {
	background: url(img/subtitle02.jpg) no-repeat 0px 5px;
	height: 30px;
	padding: 10px 0px 0px 20px;
	color: #000033;
	margin: 5px 0px 0px;
	font-size: small;
	font-weight: 900;
}
.box2 .left {
	width: 605px;
}
.box2 .syurui {
	width: 100px;
}
.box2 .youto {
	width: 300px;
}
.box2 th {
	background: #DDEAF2 url(none);
	border-bottom: 3px solid #004E99;
	border-right-style: none;
	text-align: left;
}
.box3 .left {
	width: 520px;
}
.box3 .right {
	width: 230px;
	text-align: right;
}
.box3 td {
	background: #E0E9F1;
}
.box4 .left {
	width: 280px;
}
.box4 dt {
	padding: 10px 0px 0px;
	color: #7D7D7D;
}
.box4 dd {
	color: #7D7D7D;
}
#cntpage ol p {
	color: #999999;
}
#cntpage .soshin {
	text-align: center;
}
input,
textarea {
	border: 1px solid #004E99;
	background: #F2F5F9;
}
#checkbox,
#checkbox2,
#checkbox3,
#checkbox4,
#checkbox5 {
	background: url(none);
	border-style: none;
}
#cntpage  .midashi {
	background: url(none);
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	border-style: none;
}
#cntpage .midashi img {
	padding: 0px;
	border-style: none;
	margin: 5px 0px 5px;
}
.box3 .hitsu {
	background: #993300;
	margin: 0px;
	padding: 0px;
	width: 3px;
	color: #990000;
}
.box3 .hitsunashi {
	background: #E8E8E8;
	width: 5px;
	padding: 0;
	margin: 0;
}
.selectform th {
	width: 20%;
	text-align: left;
	background: #FFFFFF url(img/cmn_bkimg_blue.jpg);
	border-bottom: 3px solid #05519C;
	border-right-style: none;
}
.selectform td {
	border-bottom: 1px solid #05519C;
}
form th {
	width: 170px;
}
#head .logo {
	height: 37px;
	width: 242px;
	display: block;
	position: absolute;
	left: 19px;
	top: 20px;
	background: #FFFFFF;
}
.red {
	color: #FF0000;
}
.cap {
	font-size: 10px;
	color: #0066CC;
	padding: 5px;
}
.order {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
#menu li {
	margin: 0px;
	float: left;
	height: 30px;
}
#about_menu {
	font-family: "メイリオ";
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#about_menu a{
	font-family: "メイリオ";
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#about_menu a:hover{
	font-family: "メイリオ";
	color: #FF6600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
}
#wrap #foot a {
	color: #FFFFFF;
}
#wrap #foot a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

