@charset "utf-8";


/**マークアップは最少**/
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
font-size: 11px;
}

/**非表示**/
em {
	visibility: hidden;
}






html{
	height:100%;
	width: 100%;
}

body{
	height:100%;
	font-size: 13px;
	line-height: 150%;
	color: #181512;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../img/body_bk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 80%;
	font-family: "CI", "Meiryo", verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
	line-height: 1.6;
}
*html body {
	font-family: verdana,"lr oSVbN","MS PGothic",Sans-Serif;

}

* html div#container{
    height:100%;
}

div#container{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
        height: auto;
}

/**padding-bottom=フッターの高さ・サイトはここの幅をいじると変更**/
div#main{
	padding-bottom:170px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/**ヘッダースタイル**/
.head {
	display: block;
	padding: 0px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/head_bk.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	position: relative;
}
#head_logo h1 a {
	display: block;
	height: 70px;
	width: 200px;
	position: absolute;
	top: 5px;
	text-decoration: none;
}
.head_txt h6 {
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	width: 330px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	left: 220px;
	color: #666666;
}




/**ヘッダーサブメニュー**/
#head_sub_menu {
	display: block;
	position: absolute;
	top: 55px;
	left: 570px;
	width: 290px;
}
#head_sub_menu ul {
	margin: 0px;
	padding: 0px;
}
#head_sub_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#head_sub_menu h3 {
	font-size: 11px;
	font-weight: normal;
	display: inline;
	line-height: 23px;
	padding-left: 7px;
}
#head_sub_menu a {
	color: #666666;
	text-decoration: none;
}

#head_sub_menu a:hover {
	color: #268ECC;
	text-decoration: underline;
}





/**ヘッダーメインメニュー**/
#head_main_menu {
	height: 35px;
	position: absolute;
	width: 860px;
	top: 80px;
	display: block;
}
#head_main_menu ul {
	margin: 0px;
	padding: 0px;
}
#head_main_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#head_main_menu h2#m01 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 177px;
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}


#head_main_menu h2#m02 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 167px;
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -177px 0px;
	text-decoration: none;

}
#head_main_menu h2#m03 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 172px;
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -344px 0px;
	text-decoration: none;

}
#head_main_menu h2#m04 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 173px;
	clear: right;
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -516px 0px;
	text-decoration: none;

}
#head_main_menu h2#m05 a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 171px;
	clear: right;
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -689px 0px;
	text-decoration: none;

}
#head_main_menu h2#m01 a:hover {
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	text-decoration: none;

}


#head_main_menu h2#m02 a:hover {
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -177px -35px;
	text-decoration: none;

}
#head_main_menu h2#m03 a:hover {
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -344px -35px;
	text-decoration: none;

}
#head_main_menu h2#m04 a:hover {
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -516px -35px;
	text-decoration: none;

}
#head_main_menu h2#m05 a:hover {
	background-image: url(../img/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: -689px -35px;
	text-decoration: none;

}


/**フラッシュやトップ画像用**/
#flash {
	display: block;
	height: 300px;
	width: 860px;
	margin-bottom: 30px;
	background-image: url(../img/flash.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#flash #d_bt a {
	display: block;
	height: 140px;
	width: 150px;
	top: 90px;
	position: absolute;
	left: 700px;
	text-decoration: none;
}
#flash #d_bt em {
	font-size: 1px;
	text-decoration: none;
	visibility: hidden;
}
#flash #d2_bt a {
	display: block;
	height: 25px;
	width: 130px;
	top: 250px;
	position: absolute;
	left: 280px;
	text-decoration: none;
}
#flash #d2_bt em {
	font-size: 1px;
	text-decoration: none;
	visibility: hidden;
}





/**コンテンツ内容**/
.contet {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#left_content {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
#right_content {
	display: block;
	float: left;
	width: 230px;
	margin-left: 30px;
}

/**フロートクリア用**/
.clear {
	clear: left;
}




/**フッター**/
#foot{
	position:absolute;
	bottom:0px;
	height:65px;
	width:100%;
	display: block;
	margin: 0px;
	height: 135px;
	background-repeat: repeat-x;
	background-image: url(../img/foot_bk.jpg);
	background-position: 0px 0px;
	background-color: #F0F3FB;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#foot_box {
	display: block;
	padding: 0px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#foot_menu {
	text-align: center;
}

#foot_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#foot_menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#foot_menu h4  {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#foot_logo h6 {
	background-image: url(../img/foot_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 34px;
	width: 125px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

#foot_menu a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
#foot_menu a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	font-style: normal;
}

#address_box address {
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #F0F3FB;
}
.txt_kadomaru_top {
	display: block;
	height: 5px;
	background-image: url(../img/kadomaru_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 5px;
}
.txt_kadomaru_side {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BFBFBF;
	border-left-color: #BFBFBF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
.txt_kadomaru_bottom {
	background-image: url(../img/kadomaru_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.menu_box {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #F0F0F0;
}
.touroku_bt a {
	background-image: url(../img/otameshi_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 120px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;

}
.saport_bt a {
	background-image: url(../img/saport_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 80px;
	width: 210px;
	margin-bottom: 10px;
	text-decoration: none;

}
.licence_bt a {
	background-image: url(../img/licence_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 210px;
	margin-bottom: 10px;
	text-decoration: none;

}
.repo_bt a {
	background-image: url(../img/repo_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 210px;
	margin-bottom: 10px;
	text-decoration: none;

}
.eguide_bt a {
	background-image: url(../img/banner_guide.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 210px;
	margin-bottom: 10px;
	text-decoration: none;

}
.ma_bt a {
	background-image: url(../img/m_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 80px;
	width: 210px;
	margin-bottom: 0px;
	text-decoration: none;

}

.touroku_bt a:hover {
	background-image: url(../img/otameshi_bt.jpg);
	background-repeat: no-repeat;
	background-position: -210px 0px;
	text-decoration: none;

}
.saport_bt a:hover {
	background-image: url(../img/saport_bt.jpg);
	background-repeat: no-repeat;
	background-position: -210px 0px;
	text-decoration: none;

}
.licence_bt a:hover {
	background-image: url(../img/licence_bt.jpg);
	background-repeat: no-repeat;
	background-position: -210px 0px;
	text-decoration: none;

}
.repo_bt a:hover {
	background-image: url(../img/repo_bt.jpg);
	background-repeat: no-repeat;
	background-position: -210px 0px;
	text-decoration: none;

}

.menu_txt {
	margin-bottom: 10px;
}
.banners img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 10px;
}
.scr a {
	line-height: 25px;
	display: block;
	color: #666666;
	text-decoration: underline;
	width: 85px;
	margin-left: 480px;
	padding-left: 10px;
	background-image: url(../img/icon_03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 11px;
	margin-bottom: 15px;
}
.scr a:hover {
	color: #268ECC;
}
form {
	margin: 0px;
	padding: 0px;
}
.txt {
	margin-bottom: 10px;
}
.merit td {
	text-align: center;
}
.merit #me_txt {
	text-align: left;
}
.center {
	text-align: center;
}
.cyomei {
	display: block;
	margin-top: 20px;
	padding-left: 450px;
}
a,a:visited {
	color: #048DAA;
}
a:hover {
	color: #FF9900;
}
.right {
	text-align: right;
	display: block;
}
.verup {
	border: 1px solid #FC3;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFC;
	line-height: 1.6;
	font-size: 14px;
}
.verup b {
	color: #900;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
