@import url("form.css");
@import url("sitemap.css");
* {
       margin: 0;
       padding: 0;
}

a:link	{
					 text-decoration: none;
      }
a:visited {
      text-decoration: none;
      }
      
a:hover {
      text-decoration:underline;
      }
      
a:active{
      text-decoration: none;
      }	
      
img {
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
			}
   /*clearfix
   ---------------*/
.clearfix:after {
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
   }
.clearfix {
       display: inline-block;
   }
* html .clearfix {
       height: 1%;
   }
.clearfix {
       display: block;
       }
       
    
ul{ 
	 list-style-type: none;
		}

/*----- ボディ -----*/

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
   }

#container {
       background-image: url(img/shadow.jpg);
       background-repeat: repeat-y;
       background-position: center;
   }
   
   #container-back {
       background-repeat: no-repeat;
       background-position: center top;
   }
   
   #container-inner {
    text-align: center;
    height: auto;
    width: 100%;
    min-height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
   
   }
   
/*------- ヘッダー --------*/

   h1 {
       font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       font-size: 12px;
       font-weight: normal;
       color: #FFFFFF;
       float: left;
       text-indent: 5px;
   }

   #header {
    position: relative;
   }
   
   #header-inner {
       text-align: left;
       height: 153px;
       width: 900px;
       position: relative;
       background-image: url(img/header.jpg);
       margin: 0px auto;
   }
.rss {
    padding-top: 2px;
    float: left;
    padding-right: 2px;
}
   

   
   #header-inner a {
       font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       color: #FFFFFF;
       text-decoration: none;
   }
   
   #header inner a:hover {
       font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       font-size: 12px;
       color: #FFFFFF;
   }
   #header-inner ul {
       list-style-type: none;
   }
   #header-inner ul li {
       float: left;
       margin-right: 10px;
       
   }

/*----- ナビゲーション -----*/
   #g-navi{
       width: 900px;
       height: 40px;
       margin-right: auto;
       margin-left: auto;
   }
#g-navi-inner {
       font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       font-size: 12px;
       line-height: 40px;
       font-weight: bold;
       color: #FFFFFF;
       background-position: center center;
   }
   
   #g-navi ul {
       list-style-type: none;
   }
   
   #g-navi ul li{
       float: left;
       font-variant: normal;
       font-size: 17px;
       font-weight: bold;
       color: #FFFFFF;
       text-align: center;
       line-height: 40px;
   }
   
   #g-navi ul li a#toppage {
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   
   #g-navi ul li a#toppage:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
   
   #g-navi ul li a#kaitori {
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   #g-navi ul li a#kaitori:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
   
   #g-navi ul li a#kisotisiki{
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   #g-navi ul li a#kisotisiki:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
   
   #g-navi ul li a#tejyunn {
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   
   #g-navi ul li a#tejyunn:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
   
   #g-navi ul li a#yougosyuu {
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   
   #g-navi ul li a#yougosyuu:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
   
   #g-navi ul li a#QandA {
       float: left;
       background-image: url(img/gnavi.jpg);
       width: 150px;
       height: 40px;
       display: block;
       color: #FFFFFF;
       text-decoration: none;
       }
   
   #g-navi ul li a#QandA:hover {
       background-image: url(img/gnavi_hover.jpg);
       width: 150px;
       height: 40px;
       }
/*------- コンテンツ --------*/
      
   #content {
       position: relative;
       height: auto;
   }
   
   #content-inner {
       width: 900px;
       position: relative;
       margin: 0px auto;
       height: auto;
   }
   
/*------- メインイメージ --------*/
   #main-images {
    float: left;
    position: relative;
    width: 553px;
    height: 227px;
   }
   
   #main-images-inner {
    width: 539px;
    height: 217px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 15px;
   }
#right p {
}
   
/*------- 申込フォーム01 --------*/
   #form {
    float: right;
    width: 345px;
    position: relative;
    height: 227px;
   }
   
   #form-inner {
    height: 209px;
    width: 320px;
    float: right;
    padding-top: 15px;
    padding-right: 15px;
   }
   
   #form-Img {
	background-image: url(img/topsatei_bg.gif);
	height: 137px;
	width: 320px;
	text-indent: -9999px;
	background-repeat: no-repeat;
   }
   
   #Form-bt01 a {
    background-image: url(img/satei_bt01.jpg);
    background-repeat: no-repeat;
    height: 72px;
    width: 313px;
    text-indent: -9999px;
    position: relative;
    display: block;
    overflow: hidden;
    top: 120px;
    left: 3px;
    right: 4px;
    }
   
   #Form-bt01 a:hover{
    background-image: url(img/satei_bt01hover.jpg);
    background-repeat: no-repeat;
    height: 72px;
    width: 313px;
    text-indent: -9999px;
    position: relative;
    display: block;
    overflow: hidden;
    top: 120px;
    left: 3px;
    right: 4px;
       }
       
/*------- サイドナビゲーション --------*/
   #left {
    position: relative;
    float: left;
    width: 265px;
    text-align: center;
   }
   
   #left-inner {
    position: relative;
    width: 250px;
    padding-left: 15px;
    padding-top: 15px;
   }
#left-inner dl dt a#kaitoritejyun {
    background-image: url(img/sidebar_kaitori.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 65px;
    width: 250px;
    margin: 0px 0px 5px;
    overflow: hidden;
   }

#left-inner dl dt a#kaitoritejyun:hover {
    background-image: url(img/sidebar_kaitori_on.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 65px;
    width: 250px;
    margin: 0px 0px 5px;
    overflow: hidden;
   }
   
#left-inner dl dt a#tisiki {
    background-image: url(img/sidebar_tisiki.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 65px;
    width: 250px;
    margin: 0px 0px 5px;
    overflow: hidden;       
   }

   #left-inner dl dt a#tisiki:hover {
       background-image: url(img/sidebar_tisiki_on.jpg);
       background-repeat: no-repeat;
       text-indent: -9999px;
       display: block;
       height: 65px;
       width: 250px;
       margin: 0px 0px 5px;
       overflow: hidden;
   }
   
   #left-inner dl dt a#yougo {
       background-image: url(img/sidebar_yougo.jpg);
       background-repeat: no-repeat;
       text-indent: -9999px;
       display: block;
       height: 65px;
       width: 250px;
       margin: 0px 0px 5px;
       overflow: hidden;
   }

   #left-inner dl dt a#yougo:hover {
       background-image: url(img/sidebar_yougo_on.jpg);
       background-repeat: no-repeat;
       text-indent: -9999px;
       display: block;
       height: 65px;
       width: 250px;
       margin: 0px 0px 5px;
       overflow: hidden;
   }
.Font_c03 {
    font-size: 12px;
    font-weight: 600;
    color: #CC0000;
}
   
   #left-inner dl dt a#QA {
       background-image: url(img/sidebar_qanda.jpg);
       background-repeat: no-repeat;
       text-indent: -9999px;
       display: block;
       height: 65px;
       width: 250px;
       margin: 0px 0px 5px;
       overflow: hidden;
   }
#left-inner  dl  dt  a#QA:hover {
       background-image: url(img/sidebar_QandA_on.jpg);
       background-repeat: no-repeat;
       text-indent: -9999px;
       display: block;
       height: 65px;
       width: 250px;
       margin: 0px 0px 5px;
       overflow: hidden;
   }
p {
    margin: 0px;
}

   .Form-bt02 a {
    background-image: url(img/satei_bt02.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 58px;
    width: 250px;
    left: 0px;
    top: 130px;
    right: 20px;
    bottom: 0px;
    overflow: hidden;
   }

.Form-bt02 a:hover {
    background-image: url(img/satei_bt02hover.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 58px;
    width: 250px;
    left: 0px;
    top: 130px;
    right: 20px;
    bottom: 0px;
    overflow: hidden;
   }

.Form-bt03 a {
    background-image: url(img/satei_bt02.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 58px;
    width: 250px;
    overflow: hidden;
				}

.Form-bt03 a:hover {
    background-image: url(img/satei_bt02hover.jpg);
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    height: 58px;
    width: 250px;
    overflow: hidden;
}
   
   
   #left-inner  dl  dd {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
    text-align: left;
   }

#left-inner ul a:link{
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 14px;
    color: #FF6600;
    list-style-type: none;
    line-height: 25px;
    color: #FF6600;
    text-align:left;
   }

#left-inner ul a:visited {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	list-style-type: none;
	line-height: 25px;
	text-align:left;
   }
   
#left-inner ul li {
    list-style-type: none;
    text-align: left;
			}
   
/*----- コンテンツタイトルバー -----*/

.sidenavi-Title {
       background-image: url(img/content_title01.jpg);
       font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       color: #FFFFFF;    
       line-height: 28px;
       font-size: 14px;
       text-indent: 10px;
       text-align: left;
       margin-bottom: 10px;
   }
   
.cont-Title {
    background-image: url(img/content_title02.jpg);
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    text-indent: 10px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
   }
   
.cont-Title02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 29px;
	color: #FF6600;
	text-indent: 5px;
	text-align: left;
	margin-bottom: 10px;
	height: 28px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 5px;
   }
   
.tejyun_titlebar {
    font-size: 14px;
    line-height: 22px;
    color: #FF6600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    text-indent: 5px;
    float: right;
    width: 568px;
}
.tejyun_titlebar a {
	font-size: 14px;
	line-height: 22px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-indent: 5px;
	float: right;
	width: 568px;
	text-decoration: none;
}
   
   #kaitori-bt a{
       background-image: url(img/sidebar_tejyun.jpg);
       background-repeat: no-repeat;
       display: block;
   }
.number {
    float: left;
}
   
.cont_subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #FF6600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    text-indent: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

.Camp-title {
    background-image: url(mt_img/title_ribbon.gif);
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    height: 33px;
    width: 600px;
    margin-bottom: 10px;
}
.Camp-title a {
	color: #FFFFFF;
	text-decoration: none;
}

#kiso-titlebar{
 			background-image: url(mt_img/title_bar.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 600px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    }

   /*rightbody
   --------------*/
   #right {
     float: right;
     width: 615px;
     position: relative;
   }
   
   #right-inner {
    background-color: #FFFFFF;
    color: #333333;
    width: 600px;
    margin-right: 15px;
    text-align: left;
   }
   
   /*footer
   --------------*/
   
   #footer {
       position: relative;
       clear: both;
   }
   
   #footer-inner {
       width: 900px;
       margin-top: 0px;
       margin-right: auto;
       margin-bottom: 0px;
       margin-left: auto;
       height: 35px;
       line-height: 35px;
       background-color: #000000;
       color: #FFFFFF;
       }
   
   #footer-shadow {
    background-color: #FFFFFF;
    background-image: url(img/shadow-footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 15px;
    width: 100%;
   }
   
   #footer-inner address a{
       font-family: sans-serif;
       font-style: normal;
       font-size: 12px;
       font-weight: normal;
       color: #FFFFFF;
   }
   
/*------ 買取エリア -----*/

#eigyoarea {
	width: 395px;
	float: left;
	height: auto;
	margin-bottom: 15px;
			}
#eigyou {
    float: left;
    width: 360px;
}

#eigyoarea ul {
    padding: 0px 5px;
   }

#eigyoarea   ul li {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 13px;
    color: #006633;
    text-align: left;
    width: auto;
    clear: both;
    list-style-type: none;
    line-height: 24px;
    margin-bottom: 5px;
   }

#eigyoarea  ul  li  ul li {
    padding-right: 2px;
    padding-left: 3px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    color: #333333;
    list-style-type: none;
    float: left;
    line-height: 20px;
    clear: none;
   }

.eria {
	float: right;
	height: 200px;
	width: 195px;
		 }
/*-----イメージ-----*/
#u_p {
    float: right;
    height: 146px;
    width: 162px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

#g_p {
    float: right;
    height: 214px;
    width: 170px;
}
#d_p {
    height: 138px;
    width: 168px;
    float: right;
}
/*----- テーブル-----*/
#right-inner td {
    text-indent: 20px;
}
#right-inner table {
    margin-bottom: 20px;
}

/*----- テキスト・ボックス・寄せ-----*/
   
.txt-center{
			text-align: center;
   }
   .Font-c01 {
	color: #0000FF;
	font-weight: bold;
   }
     
.Font-c02 {
	color: #FF0000;
	font-weight: bold;
   }
   
.Font {
   	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  	 font-size: 12px;
   	color: #333333;
   	text-align: left;
   	line-height: 18px;
   }

#left-inner p {
    margin-bottom: 10px;
}
	
.right {
       float: right;
       
}

#cont_box01 {
    height: auto;
    width: 420px;
    margin-bottom: 5px;
}

.Font-size{
				font-size:14px;
    }
.m-top {
    margin-top: 5px;
}
#cont-box02 {
    float: left;
    width: 240px;
}
.y-down {
    text-align: center;
    margin-top: 10px;
}
.y-right {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}
.m-down {
    margin-bottom: 10px;
}
.y-down02 {
    text-align: center;
    clear: both;
}
.title-box {
	height: 30px;
	margin-bottom: 6px;
}
.txtbox04 {
    height: 80px;
}

.f-Left {
    float: left;
}

.centerbox {
    clear: both;
}
.yougosyu {
    width: 290px;
}
.yougo-Left {
    float: left;
    width: 298px;
}
.yougosyu   h3 {
    font-size: 14px;
    color: #FF6600;
    line-height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.yougosyu  li {
    font-size: 11px;
    line-height: 13px;
    color: #3333FF;
    text-indent: 15px;
    height: 13px;
    width: 250px;
    background-image: url(mt_img/words_mark.gif);
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
.yougo-Right {
    float: right;
    width: 298px;
}
.site-categry {
    font-size: 12px;
    line-height: 12px;
    color: #FF6600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
}
.t-ind {
    text-indent: 10px;
}
#txtorange {
    font-size: 13px;
    border-bottom-width: 1px;
    color: #FF6600;
    line-height: 14px;
}
.small {
	font-size: 7px;
	line-height: 7px;
	height: 7px;
}
.txt14 {
	font-size: 14px;
}
.linkbox {
}
.linkbox a {
	border-left-width: 3px;
	border-left-style: solid;
	text-indent: 3px;
	display: block;
}
.kakakuhosyo {
	background-image: url(img/kakakuhosyo.jpg);
	text-indent: -9999px;
	display: block;
	height: 84px;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.stronger {
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	line-height: 140%;
}


