/* CSS 基本
------------------------------------ */

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0; 
	padding: 0;
}

body{
	margin:0;
	padding:0;
	text-align: center;
}

img{
	border:none;
	vertical-align:top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
	visibility: hidden;
}

clearfix {
    display: inline-block;
}

/* Hides from IE-mac */
*html.clearfix {
	height:1px;
    display: block;
}
/* End hides from IE-mac */

h1{
	font-size:10px;
	font-color: #ffffff;
	font-weight: normal;
	padding-top: 2px;
	margin: 0;
	color: #333333;
}

h3{
	font-size:10px;
	font-color: #ffffff;
	font-weight: normal;
	padding-top: 2px;
	margin: 0;
	color: #333333;
}

h4{
	font-size:12px;
	margin:0;
	line-height: 18px;
}

h5{
	font-size:12px;
	margin:0;
	line-height: 18px;
}

h6{
	font-size:12px;
	margin:0;
	line-height: 18px;
}

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#1b1b1b;
	text-decoration: none;
}

a:active {
	color:#666666;
	text-decoration:underline;
}

#wrap{
	width:100%;
	margin-top: 1px;
	margin-bottom: 0px;
	height: 536px;
	background-image: url(../img/wrap.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#top_img{
	width:900px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 450px;
}


/* ここまで
------------------------------------ */


/* ヘッダー
------------------------------------ */

#head{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 23px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
}

#head_text{
	width: 900px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#header_line{
	width: 100%;
	height: 66px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#header_box{
	width: 900px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	border: 1px solid #999999;
}

#title_logo {
	width: 299px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	float: left;
}

#header_btbox {
	width: 510px;
	margin-top: 13px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 70px;
	float: left;
	height: 35px;
}

.header_bt {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.header_bt02 {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.header_bt03 {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.header_bt04 {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* headMenu
------------------------------------ */
#headMenu01{
	width:162px;
	height:25px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	float: left;
}

#headMenu01 ul{
	width:162px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#headMenu01 li{
	list-style-type:none;
}

#headMenu01 ul li{
	float:left;
	height:25px;
	width: 80px;
	margin-right: 0px;
	margin-left: 0px;
}

#headMenu01 ul li a{
	display:block;
}

#headMenu01 ul li a:hover{
	background-color:transparent;
}

#headMenu01 ul li a:hover img{
	visibility:hidden;
}

#headMenu01 ul li.btn01{background:url(../img/header_bt01_f2.jpg) no-repeat;}
#headMenu01 ul li.btn02{background:url(../img/header_bt02_f2.jpg) no-repeat;}


#headMenu02{
	width:310px;
	height:32px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}

#headMenu02 ul{
	width:310px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#headMenu02 li{
	list-style-type:none;
}

#headMenu02 ul li{
	float:left;
	height:32px;
	width: 155px;
	margin-right: 0px;
	margin-left: 0px;
}

#headMenu02 ul li a{
	display:block;
}

#headMenu02 ul li a:hover{
	background-color:transparent;
}

#headMenu02 ul li a:hover img{
	visibility:hidden;
}

#headMenu02 ul li.btn03{background:url(../img/header_bt03_f2.jpg) no-repeat;}
#headMenu02 ul li.btn04{background:url(../img/header_bt04_f2.jpg) no-repeat;}


/* ここまで
------------------------------------ */
/* ヘッダーここまで
------------------------------------ */


/* globalMenu
------------------------------------ */
#globalMenu{
	width:900px;
	height:36px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#globalMenu ul{
	width:900px;
}

#globalMenu li{
	list-style-type:none;
}

#globalMenu ul li{
    float:left;
	height:36px;
}

#globalMenu ul li a{
	display:block;
}

#globalMenu ul li a:hover{
	background-color:transparent;
}

#globalMenu ul li a:hover img{
	visibility:hidden;
}

#globalMenu ul li.btn01{background:url(../img/bt01_f2.jpg) no-repeat;}
#globalMenu ul li.btn02{background:url(../img/bt02_f2.jpg) no-repeat;}
#globalMenu ul li.btn03{background:url(../img/bt03_f2.jpg) no-repeat;}
#globalMenu ul li.btn04{background:url(../img/bt04_f2.jpg) no-repeat;}
#globalMenu ul li.btn05{background:url(../img/bt05_f2.jpg) no-repeat;}
#globalMenu ul li.btn06{background:url(../img/bt06_f2.jpg) no-repeat;}
#globalMenu ul li.btn07{background:url(../img/bt07_f2.jpg) no-repeat;}
#globalMenu ul li.btn08{background:url(../img/bt08_f2.jpg) no-repeat;}
#globalMenu ul li.btn09{background:url(../img/bt09_f2.jpg) no-repeat;}
#globalMenu ul li.btn10{background:url(../img/bt10_f2.jpg) no-repeat;}

/* ここまで
------------------------------------ */


/* linkMenu
------------------------------------ */

#linkMenu{
	width:900px;
	height:78px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#linkMenu ul{
	width:630px;
	margin-right: 110px;
	margin-left: 140px;
	margin-top: 0px;
}

#linkMenu li{
	list-style-type:none;
}

#linkMenu ul li{
	float:left;
	height:78px;
	width: 290px;
	margin-right: 10px;
	margin-left: 10px;
}

#linkMenu ul li a{
	display:block;
}

#linkMenu ul li a:hover{
	background-color:transparent;
}

#linkMenu ul li a:hover img{
	visibility:hidden;
}

#linkMenu ul li.btn01{background:url(../img/link_bt01_f2.jpg) no-repeat;}
#linkMenu ul li.btn02{background:url(../img/link_bt02_f2.jpg) no-repeat;}
#linkMenu ul li.btn03{background:url(../img/link_bt03_f2.jpg) no-repeat;}
#linkMenu ul li.btn04{background:url(../img/link_bt04_f2.jpg) no-repeat;}
#linkMenu ul li.btn05{background:url(../img/link_bt05_f2.jpg) no-repeat;}
#linkMenu ul li.btn06{background:url(../img/link_bt06_f2.jpg) no-repeat;}
#linkMenu ul li.btn07{background:url(../img/link_bt07_f2.jpg) no-repeat;}
#linkMenu ul li.btn08{background:url(../img/link_bt08_f2.jpg) no-repeat;}
#linkMenu ul li.btn09{background:url(../img/link_bt09_f2.jpg) no-repeat;}
#linkMenu ul li.btn10{background:url(../img/link_bt10_f2.jpg) no-repeat;}
#linkMenu ul li.btn11{background:url(../img/link_bt11_f2.jpg) no-repeat;}

/* ここまで
------------------------------------ */


/* linkMenu02
------------------------------------ */

#linkMenu02{
	width:900px;
	height:78px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#linkMenu02 ul{
	width:870px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
}

#linkMenu02 li{
	list-style-type:none;
}

#linkMenu02 ul li{
	float:left;
	height:78px;
	width: 290px;
	margin-right: 0px;
	margin-left: 0px;
}

#linkMenu02 ul li a{
	display:block;
}

#linkMenu02 ul li a:hover{
	background-color:transparent;
}

#linkMenu02 ul li a:hover img{
	visibility:hidden;
}

#linkMenu02 ul li.btn01{background:url(../img/link_bt01_f2.jpg) no-repeat;}
#linkMenu02 ul li.btn02{background:url(../img/link_bt02_f2.jpg) no-repeat;}
#linkMenu02 ul li.btn03{background:url(../img/link_bt03_f2.jpg) no-repeat;}

/* ここまで
------------------------------------ */

/* linkFla
------------------------------------ */

#linkFla{
	width:900px;
	height:70px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#linkFla ul{
	width:900px;
}

#linkFla li{
	list-style-type:none;
}

#linkFla ul li{
	float:left;
	height:70px;
	width: 300px;
}

#linkFla ul li a{
	display:block;
}

#linkFla ul li a:hover{
	background-color:transparent;
}

#linkFla ul li a:hover img{
	visibility:hidden;
}

#linkFla ul li.btn01{background:url(../img/f_bt01_f2.jpg) no-repeat;}
#linkFla ul li.btn03{background:url(../img/f_bt03_f2.jpg) no-repeat;}

/* ここまで
------------------------------------ */


/* main
------------------------------------ */

#main{
	width:930px;
	height:100%;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:auto;
	margin-left:auto;
    display: block;
	display:inline-table
}

.main_box {
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#top_content{
	width: 900px;
	height: 100%;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F2F2F2;
	border-left-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

#bt_box {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}

#inter_main{
	width:780px;
	height:700px;
	background-image:url(../img/bg_inter.jpg);
	background-repeat:repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:auto;
	margin-left:auto;
	display: block;
	display:inline-table
}

#inter{
	width: 750px;
	height: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#info_img {
	width: 720px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}

/* ここまで
------------------------------------ */


/* インフォメーション
------------------------------------ */

/* infoMenu
------------------------------------ */
#infoMenu{
	width:210px;
	height:255px;
	padding:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

#infoMenu ul{
	width:205px;
}

#infoMenu li{
	list-style-type:none;
}

#infoMenu ul li{
	height:45px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#infoMenu ul li a{
	display:block;
}

#infoMenu ul li a:hover{
	background-color:transparent;
}

#infoMenu ul li a:hover img{
	visibility:hidden;
}

#infoMenu ul li.info_btn01{background:url(../img/info_bt01_f2.jpg) no-repeat;}
#infoMenu ul li.info_btn02{background:url(../img/info_bt02_f2.jpg) no-repeat;}
#infoMenu ul li.info_btn03{background:url(../img/info_bt03_f2.jpg) no-repeat;}
#infoMenu ul li.info_btn04{background:url(../img/info_bt04_f2.jpg) no-repeat;}
#infoMenu ul li.info_btn05{background:url(../img/info_bt05_f2.jpg) no-repeat;}
#infoMenu ul li.info_btn06{background:url(../img/info_bt06_f2.jpg) no-repeat;}

/* infoMenuここまで
------------------------------------ */

#info_box {
	width: 900px;
	height: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#info_ttl {
	width: 680px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#iframe {
	width: 680px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 225px;
}
/* ここまで
------------------------------------ */


/* 販売センター
------------------------------------ */

#hanbai_line{
	width: 100%;
	height: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: both;
}

#hanbai_box{
	width: 900px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 74px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	border: 1px solid #999999;
}

#hanbai_logo {
	width: 617px;
	margin-top: 13px;
	margin-left: 30px;
	float: left;
}

#overseas_bt {
	width: 210px;
	margin-top: 18px;
	margin-bottom: 8px;
	margin-left: 25px;
	float: left;
}

/* ここまで
------------------------------------ */


/* 海外からの問い合わせ
------------------------------------ */

#inter_img {
	width: 750px;
	padding: 0px;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: 0px;
}

#inter_title {
	width: 750px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 45px;
	margin-left: 0px;
}

#inter_btn {
	width: 160px;
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#inter_close {
	width: 750px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom:43px;
	margin-left: 0px;
}

/* ここまで
------------------------------------ */


/* 竣工写真
------------------------------------ */
.photo_box {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5A611;
	height: 81px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-color: #E5A611;
}

#bt_new{
	width:200px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}

/* 竣工写真ここまで
------------------------------------ */


/* フッター
------------------------------------ */

.footer_box {
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#foot{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 35px;
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
}

#foot_text{
	width: 900px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	padding-top: 10px;
}

.footer_bt{
	float:left;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-left: 10px;
}

.footer_bt02{
	float:left;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 10px;
}

.footer_bt03{
	width: 900px;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer_link{
	width: 900px;
	height: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* ここまで
------------------------------------ */


/* その他
------------------------------------ */

.pankuzu {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.pankuzu02 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 865px;
	text-align: left;
}

.bt_new{
	width:220px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	float: right;
	clear: both;
}

.tb {
	width: 900px;
	clear: both;
	padding-top: 30px;
}

#txt{
	font-size:14px;
	line-height:23px;
}

.text01 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.text02 {
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
.text03 {
	font-size: 12px;
	line-height: 23px;
	color: #333333;
}
.text01_left05 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-left: 5px;
}
.text02_left05 {
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	margin-left: 5px;
}

.text14 {
	font-size: 14px;
	line-height: 23px;
}

.text14_L25 {
	font-size: 14px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.text12_L21 {
	font-size: 12px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

text-outline14 {
	font-size: 14px;
	line-height: 23px;
}

#access_content{
	width:900px;
	margin:0 auto;
	padding:0px 15 15 15;
}

#access_table{
	width:840px;
	margin:0 auto;
	padding:0px 15 15 15;
}

.access_text14 {
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
}

#plan_content{
	width:840px;
	padding:0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#plan_content02{
	width:840px;
	padding:0;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.plan_text14 {
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
	line-height: 25px;
}

#outline_content{
	width:750px;
	margin:30px auto;
	colspan:0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.text_pagetop{
	width:116px;
	float:right;
	margin-right: 35px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.top_line{
	width:900px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

.line{
	width:900px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 35px;
	padding-bottom: 10px;
}

