@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
.imgbox2 {
	float: right;
	margin-left: 10px;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#header {
	position: relative;
	height: 52px;
	background-image: url(../images/linkbg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#header li {
	position: absolute;
	top: 0px;
	width: 150px;
	height: 52px;
	text-indent: -10000px;
	margin-left: 15px;
}
#frame {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	padding: 0px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* リスト全体 */
ul
   {
	width:780px;             /* リスト全体の幅 */
	height:34px;             /* リスト全体の高さ */
	list-style:none;         /* リストマークを無しにする */
	margin-bottom: 10px;
   }
*html ul
   {
	width:778px;             /* リスト全体の幅 */
	height:34px;             /* リスト全体の高さ */
	list-style:none;         /* リストマークを無しにする */
	margin-bottom: 10px;
		white-space: nowrap;
   }

/* 各項目 */
li
   {
	width:156px;             /* 項目の幅 */
	height:34px;             /* 項目の高さ */
	float:left;              /* 各項目を左側から回り込み */
	margin-bottom: 0px;
   }
* html li
   {
	width:154px;             /* 項目の幅 */
	height:34px;             /* 項目の高さ */
	float:left;              /* 各項目を左側から回り込み */
	margin-bottom: 0px;
	
   }

/* リンク部分 */

.lk1 a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:156px;                   /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
	
.lk1 a:hover
{
    background-image:url(../images/nav.gif);   /* リンク範囲の背景画像設定 */
    background-position:0px -33px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }


/* リンク部分 */

.lk2 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:156px;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);/* リンク範囲の背景画像設定 */
    background-position:-156px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.lk2 a:hover
   {
    background-image:url(../images/nav.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-156px -33px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

.lk3 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:156px;              /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);/* リンク範囲の背景画像設定 */
    background-position:-312px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.lk3 a:hover
   {
    background-image:url(../images/nav.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-312px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }

.lk4 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:156px;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);/* リンク範囲の背景画像設定 */
    background-position:-468px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.lk4 a:hover
   {
    background-image:url(../images/nav.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-468px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }

.lk5 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:156px;              /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);/* リンク範囲の背景画像設定 */
    background-position:-624px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.lk5 a:hover
   {
    background-image:url(../images/nav.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-624px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
* html .lk5 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:154px;              /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../images/nav.gif);/* リンク範囲の背景画像設定 */
    background-position:-624px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
* html .lk5 a:hover
   {
    background-image:url(../images/nav.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-624px -33px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }


#leftbox {
	width: 170px;
	padding-left: 15px;
	float: left;
}
* html #leftbox {
	width: 180px;
	padding-left: 15px;
	float: left;
}
.clear {
	clear: both;
}
#rightbox {
	width: 200px;
	float: right;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
}
#footer {
}

* html #rightbox {
	width: 200px;
	float: right;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
	padding-top: 5px;
}
.main_txt {
	padding-left: 5px;
	font-size: 12px;
	line-height: 1.3em;
}
#box1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: 15px;
	margin-top: 10px;
}
#box1-2 {
	float: left;
	width: 240px;
	margin-top: 10px;
}
.topspace {
	margin-top: 10px;
}
#rightbox .description {
	font-size: 10px;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 5px;
}
#leftbox .banner1 {
	text-align: left;
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner1 img {
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
}

.banner2 {
	font-size: 12px;
	text-align: center;
	height: 120px;
	margin-top: 5px;
	width: 350px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
* html .banner2 {
	font-size: 12px;
	text-align: center;
	height: 80px;
	margin-top: 0px;
	margin-left: 5px;
	width: 350px;
	border: 1px solid #CCCCCC;
}
#box1-3 {
	float: right;
	margin-top: 10px;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	float: none;
	clear: both;
}
#useful {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	height: 110px;
	width: 350px;
	text-align: center;
	float: left;
}
* html #useful {
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	height: 110px;
	width: 350px;
	float: left;
	text-align: center;
	margin-left: 5px;
}
.space10-8 {
	margin-top: 10px;
	margin-right: 8px;
}

#top_text {
	text-align: left;
	width: 780px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}


#frame #leftbox img {
	margin-bottom: 5px;
}
#main {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#headline {
	margin-top: 15px;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 15px;
	float: left;
	width: 580px;
}
#title_nav {
	float: left;
	width: 172px;
}
* html #title_nav {
	float: left;
	width: 170px;
}
#left_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#left_title2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	height: 109px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	width: 170px;
	margin-bottom: 115px;
}
#left_title3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	height: 109px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	width: 170px;
	margin-bottom: 5px;
}
#title_nav #terms {
	font-size: 12px;
	padding-top: 25px;
	padding-left: 5px;
}

* html #left_title {
	float: left;
	width: 170px;
	padding-top: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	height: 121px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#english {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}

.midashi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #0065CE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
#term2 {
	padding-left: 10px;
	padding-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	margin-top: 8px;
}

#subcontent {
	width: 605px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	float: left;
}
.right {
	float: right;
}


dt {
	margin-left: 15px;
	font-weight: bold;
	margin-top: 10px;
}
dd {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 35px;
}
#subbanner {
	margin-bottom: 15px;
	text-align: left;
	margin-left: 25px;
}
#subbanner img {
	margin-right: 5px;
}
#pankuzu {
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 10px;
}
.subtitle {
	font-size: 16px;
	text-indent: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
	background-position: 2px;
	font-weight: bolder;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BDDFBD;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #BDDFBD;
}
.middle_box {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 270px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 15px;
	padding-left: 8px;
}
*  html  .middle_box {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 270px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 10px;
	padding-left: 15px;
}
.middle_box2 {
	float: left;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	width: 255px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 17px;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
*  html  .middle_box2 {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 280px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 10px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.middle_box3 {
	float: left;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	width: 255px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 17px;
	padding-left: 18px;
}
*  html  .middle_box3 {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 280px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 10px;
	padding-left: 25px;
}
.main_box {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 555px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 17px;
	padding-left: 8px;
}
*  html  .main_box {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 560px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 15px;
	padding-left: 5px;
}

.main_box2 {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 555px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 17px;
	padding-left: 12px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
}
*html .main_box2 {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 555px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 17px;
	padding-left: 12px;
	padding-right: 9px;
	border: 1px solid #CCCCCC;
}
.smtxt {
	font-size: 12px;
	line-height: 1.2em;
}
.px10 {
	font-size: 10px;
	line-height: 1.3em;
}


.tight_space {
	margin-right: 5px;
}
.lgtxt {
	font-size: 16px;
	font-weight: bold;
}
.up15 {
	margin-top: 15px;
}
.imgbox {
	float: left;
	margin-right: 10px;
}
.dw5 {
	margin-bottom: 5px;
}
.dotbar {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#contact {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	padding-bottom: 20px;
}
* html #contact {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 20px;
}.midashi2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #006600;
	padding-bottom: 2px;
}
.midashi3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #0065CE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 4px;
}
.small_txt {
	font-size: 10px;
	line-height: 1.2em;
}
.small_txt2 {
	font-size: 10px;
	line-height: 1.2em;
	text-align: right;
}
#form_widthlg {
	width: 240px;
	margin-top: 5px;
}
.bar160 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	float: right;
	width: 420px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
.requirement {
	font-size: 12px;
	color: #FF0000;
	margin-left: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
}
.middle_box_long {
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	width: 400px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 15px;
	padding-left: 8px;
}
.bullet_space {
	margin-right: 3px;
	vertical-align: text-top;
}
.sliderbox {
	width: 579px;
	float: left;
	height: 320px;
}