*{
	margin: 0px;
	padding: 0px;
}
a {  color: #009966;
     outline : 0 ;
	 }
/*------------------------基本設定---------------------------*/
.-----------base------------{}
#body {	background-color: #FFFFFF;}
/*------------------------ヘッダー---------------------------*/
.-----------header------------{}
.header {
	height: 125px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: thin;
	border-left-color: #C6C6C6;
	float: left;
	margin-left: 25px;
	border-top-width: thin;
	border-top-color: #C6C6C6;
	padding-left: 10px;
	background-image: url(img/mo_title_m.jpg);
	padding-top: 4px;
}
*html .header {
	height: 125px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: thin;
	border-left-color: #C6C6C6;
	float: left;
	margin-left: 25px;
	border-top-width: thin;
	border-top-color: #C6C6C6;
	padding-left: 10px;
	background-image: url(img/mo_title_m.jpg);
	padding-top: 4px;
}

.header a {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
	width: 849px;
	float: left;
	height: 100px;
	text-indent: -9999px;
	margin: 0px;
}

/*------------------------ヘッダーメニュー-------------------*/
.----------header_menu-------------{}
.h_menu {
	list-style-type: none;
	width: 846px;
	border-top-color: #FFFFFF;
	border-left-color: #B2B9BF;
	border-bottom-color: #FFFFFF;
	clear: both;
	margin-left: 25px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B9BF;
	padding-bottom: 10px;
	background-color: #F3F3F3;
}
*html .h_menu {
	list-style-type: none;
	width: 850px;
	border-top-color: #FFFFFF;
	border-left-color: #B2B9BF;
	border-bottom-color: #FFFFFF;
	clear: both;
	margin-left: 50px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B9BF;
	padding-bottom: 10px;
	background-color: #F3F3F3;
}

.main img {
	padding-top: 3px;
}


.h_menu li {
	float: right;
	font-size: 12.5px;
	font-weight: bold;
	table-layout:auto;
}
.h_menu ul {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
.h_menu a {
	font-size: 10px;
	font-weight: lighter;
	clear: right;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 3px;
}
.h_menu a:hover{
	color:#FF8080;
	text-decoration: underline;
}

/*------------------------サイド　メニュー-------------------*/
.----------side_menu-------------{}
.menu {
	font-size: 12px;
	list-style-type: none;
	float: left;
	border-left-width: thin;
	border-left-color: #C6C6C6;
	width: 180px;
	margin: 0px;
	padding-left: 10px;

}
.menu ol {
	background-image: url(img/side_menu5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-left: 0px;
	line-height: normal;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: center;
	background-color: #FFFFFF;
}

.menu ul {
	list-style-type: none;
	margin-left: 1px;
	width: 152px;
	background-color: #51d796;
	padding: 0px;
	padding-bottom: 0px;

}

.menu li {
    margin:0px;
}
.menu li a {
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #266CFF;
	width: 150px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	background-image: url(img/menu_off.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 23px;
	border-top-color: #51de3fb;
	border-right-color: #51de3fb;
	border-bottom-color: #51de3fb;
	border-left-color: #51de3fb;
	margin-left: 1px;
	padding-top: 4px;
}

.menu li a:hover {
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #FF9BFF;
	width: 150px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 23px;
	margin-left: 1px;
	padding-top: 4px;

}

/*------------------------メインコンテンツ-------------------*/
.-----------main_containts------------{}
.containts {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B9BF;
	border-left-color: #B2B9BF;
	margin-left: 25px;
	padding: 0px;
	float: left;
	background-color: #F3F3F3;
    width: 846px;
}
*html .containts {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2B9BF;
	border-left-color: #B2B9BF;
	margin-left: 25px;
	padding: 0px;
	float: left;
	background-color: #F3F3F3;
	width: 850px;
}

.main{
	background:#FFFFFF;
	list-style-type: none;
	font-size: 11px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 175px;
}
*html .main{
	background:#FFFFFF;
	list-style-type: none;
	font-size: 11px;
	color: #666666;
	padding-left: 22px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
}

.main h2 {
	width: 590px;
	margin-top: 5px;
	background-image: url(img/picture3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 200px;
	margin-left: 30px;
}

.main h3 {
	margin-top: 3px;
}

.main dt {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	width: 592px;
	padding-left: 25px;
	padding-top: 28px;
	padding-bottom: 5px;
	font-weight: bold;
}


.main dl {
	background-image: url(img/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 16px;
}
.main dd {
	background-image: url(img/box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 25px;
	margin-left: 0px;
	padding-top: 10px;
	font-size: 12px;
	overflow: auto;
	padding-right: 150px;
    width:530px;
}
*html .main dd {
	background-image: url(img/box_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 25px;
	margin-left: 0px;
	padding-top: 10px;
	font-size: 12px;
	overflow: auto;
	padding-right: 35px;
	width: 600px;
}
.main .b {
	background-image: url(img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 50px;
}
.main td {
	color: #FF8040;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.main .input {
	float: right;
	margin-right: 5px;
}
.main .input a {
	margin-left: 5px;
	font-size: 10px;
}
.main .input a:hover {
	color: FF8080;
}
.main .c dd {
	padding-left: 123px;
}
.main .al {
	padding: 5px;
}

.main p {
	padding-left: 30px;
}
.botton a{
	position:relative;
	top:0px;
	width:302px;
	height:30px;
	background-image: url(img/moushikomi_o_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left: 160px;
}
.botton a:hover{
	background-image: url(img/moushikomi_m.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.botton img{
	position:relative;
	top:8px;
	left:8px;
	border:none;
	float: left;
	clear: left;
	padding-top: 0px;
	text-indent: -9999px;
	text-align: center;
	}
.botton_b a{
	position:relative;
	top:0px;
	width:302px;
	height:30px;
	background-image: url(img/moushikomi_o_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left: 160px;
}
.botton_b a:hover{
	background-image: url(img/moushikomi_m.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.botton img{
	position:relative;
	top:8px;
	left:8px;
	border:none;
	float: left;
	clear: left;
	padding-top: 0px;
	text-indent: -9999px;
	text-align: center;
	}

.main li {
	list-style-type: none;
	padding-top: 10px;
}
.main_form td {
	list-style-type: none;
	font-size: 13px;
	color: #FF8040;
	padding-left: 7px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.main iframe {
	height: 100px;
	width: 590px;
}
.main .top img {
	margin-left: 15px;
}
.main .price {
	border: 2px solid #CCCCCC;
}
.main .price td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}
.main .price img {
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}
.main .col {
	font-size: 13px;
	color: #F00000;
}
.main ol {
	font-weight: bold;
	margin-left: 0px;
	padding-top: 20px;
}

dd .al {
	clip: rect(auto,auto,auto,auto);
	float: left;
}

/*------------------------申し込みボタン-------------------*/
.-----------botton_moushikomi------------{}
.moushikomi_m {
	position: absolute;
	width: 250px;
	top: 55px;
	left: 538px;
	text-indent: -9999px;
}
.moushikomi_m a{
	position:relative;
	top:0px;
	width:302px;
	height:30px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/moushikomi_o_m.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
.moushikomi_m a:hover{
	padding:0px;
	margin:0px;
	background-image: url(img/moushikomi_m.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.moushikomi_m img{
	position:relative;
	top:8px;
	left:8px;
	border:none;
	float: left;
	clear: left;
	padding-top: 0px;
	text-indent: -9999px;
	}

/*------------------------フッダーメニュー-------------------*/
.-----------footer------------{}
.footer {
	clear: both;
	border-bottom-color: #EEEEEE;
	background-image:url(img/line_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #B7B8BA;
	border-left-color: #B7B8BA;
	font-size: 10.5px;
	color: #999999;
	width: 802px;
	background-color: #00FF00;
}
.footer li {
	list-style-type: none;
	width: 802px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	border-top-color: #FFFFFF;
	border-left-color: #B2B9BF;
	border-bottom-color: #FFFFFF;
	background-image: url(img/line_2.gif);

	float: left;
	font-size: 12.5px;
	color: #FFFFFF;
}
.footer ul {
	list-style-type: none;
	height: 18px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer a {
	font-size: 10.5px;
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.footer a:hover{
	color:#FF8080;
}
.main .topics p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #00FFFF;
}

.copy {
	clear: both;
	width: 900px;
	text-decoration: none;
	font-size: 10.5px;
	margin-left: 25px;
	height: 100px;
	background-image: url(img/footer_m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: center;
}
/*------------------------トピックス& News-------------------*/
.-----------top_page_topics------------{}
.topics{
	background:#fffeee;
	border:#666 1px solid;
	height:200px;
	overflow:auto;
}
.topics li {
	font-size: 10px;
	color: #333333;
	list-style-position:middle;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(img/check2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-bottom: 5px;
}
.topics ol {
	padding-top: 15px;
	font-weight: bolder;
	color: #008000;
}
.navib {
	text-align: center;
	padding-bottom: 20px;
}
.navib a {
	margin: 10px;
}
.-----------form------------{}
.main form{
     width:500px;
}
.form {
	width: 150px;
	float: left;
	overflow: hidden;
}.main th {
	text-align: left;
}
address{
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;
   background-color:#ccc
   }
.im {
	text-align: center;
}
.1st-link {
	position: absolute;
	left: 661px;
	top: 143px;
	width: 181px;
}
