/* Edited with EditCSS */
/**** LINK-tag style sheet base.css ****/

@charset "UTF-8";
/* *********************************************************
 * Table of Contents
 *
 * margin/padding reset
 * list-style reset
 * border reset
 * overflow reset
 * font reset
 * alignmnet reset
 * cursor reset
 * ********************************************************/

/* margin/padding reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, thead, tbody, tfoot, caption, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
/* list-style reset */
ul {
	list-style: none;
}
/*  border reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0 none;
}
abbr, acronym {
	border-bottom: 1px dashed;
}
/* overflow reset */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
textarea {
	overflow: auto;
}
/*  font reset */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
address, caption, cite, code, dfn, var, th {
	font-style: normal;
	font-weight: normal;
}
table {
	font-size: 100%;
}
select, input, textarea {
	font-size: 100%;
}
var, code, samp, kbd {
	font-family: monospace;
}
/* alignment reset */
caption, th {
	text-align: left;
}
img, input {
	vertical-align: middle;
}
/* cursor reset */
a, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
body {
	background: url(../img/bg.jpg) left top repeat;
	color: #333;
	font-family:
 "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka,  "ＭＳ Ｐゴシック", "MS P Gothic",  sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
/*====================
 +second-background
====================*/
body.second {
	background: url(../img/background.jpg) left top repeat-x;
}
/*====================
 +link pseudo-class
====================*/
a, a span {
	color: #333;
	text-decoration: underline;
}
a:hover, a:hover span, a.current, a:active, a:focus {
	color: #c00;
}
/*====================
 +transfer
====================*/
body {
	text-align: center;
}
#wrap {
	margin:0 auto;
	width:930px;
	clear:both;
	overflow:auto;
	text-align: left;
	background:#fff;
}

#wrap2 {
	margin:0 auto;
	width:930px;
	clear:both;
	overflow:auto;
	text-align: left;
	background:#fff;
}

.pankuzu{
	font-size:12px;
	padding:10px 0;
	color:#069;
	width: 650px;
	overflow:hidden;
}
.pankuzu a{
	color:#069;
	font-weight:bold;
	text-decoration:none;
}

.pankuzu a:hover{
	text-decoration:underline;
}

.adobe-banner{
	margin:15px;
	overflow:hidden;
}


/*====================
 +Menu
====================*/
/* Toppage Navi */
#nav {
	width: 898px;
	float: left;
	margin: 5px 10px 10px 15px;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height:120%;
}
*html #nav {
	margin: 0 7px 10px;
}

#nav li {
	float: left;
	height:40px;
	vertical-align:middle;
	border-right: 1px solid #ccc;
}

#nav li.nav01 {
	width:85px;
}
#nav li.nav02,
#nav li.nav04,
#nav li.nav06 {
	width:95px;
}
#nav li.nav03,
#nav li.nav05{
	width:100px;
}

#nav li.nav07 {
	width:230px;
}
#nav li.nav08 {
	width:90px;
}


#nav li.nav08 {
	border-right:0;
}


#nav li em{
	margin-left:5px;
	font-size:10px;
	font-weight:normal;
}

#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #069;
}

#nav li.nav01 a,
#nav li.nav03 a,
#nav li.nav04 a,
#nav li.nav06 a,
#nav li.nav08 a{
	padding: 12px 0px;
}
#nav li.nav02 a,
#nav li.nav05 a,
#nav li.nav07 a{
	padding: 4px 0px;
}


#nav li a:hover {
	color: #c00;
	background-color: #fff;
}

#b_line{
	border:solid #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	width: 898px;
	margin: 5px 10px 10px;
	clear:both;
} 

/*====================
 +header
====================*/

/*
.topnav{
	width:100%;
}
.topright {
	margin-top:-33px;
	text-align:right;
}
*/
#top {
	margin:0 auto;
	padding:10px 0 5px 0;
	width:920px;
	text-align:left;
	color:#fff;
	font-size:10px;
	overflow:hidden;
}

.logo{
	float:left;
	width:650px;
	height:90px;
	overflow:hidden;
}

.logo p#toplogo{
	display:block;
	width:240px;
	height:40px;
	background: url(../img/logo.png) no-repeat left top;
	margin-top:10px;
}

.topnav{
	float:right;
}

/*


.topnav ul li#topmail{
	display:block;
	width:225px;
	height:33px;
	text-indent: -12345px;
	background: url(../img/topmail.png) no-repeat left top; 
}
*/

.topnav ul{
	width:225px;
	overflow:hidden;
}
* html .topnav ul{
	height:80px;
}

.topnav ul li {
	clear:both;
}

.topnav ul li#toptel{
	display:block;
	width:225px;
	height:43px;
	background: url(../img/toptel.png) no-repeat left top; 
}

.topnav ul li a {
	display: block;
	padding:1px 0;
	float:right;
	text-indent: -12345px;
	overflow: hidden;
}
.topnav ul li#topmail a{
	display:block;
	width:225px;
	height:33px;
	text-indent: -12345px;
	background: url(../img/topmail.png) no-repeat left top;
	cursor:pointer;	
}

#header {
	margin:0 auto;
	padding:10px 0 0;
	text-align: center;
}

/*====================
 +clearfix
====================*/
#container, .clearfix {
	overflow: hidden;
}
/*====================
 +a11y
====================*/
.a11y, #search h2, #search dt, #global-nav h2, #primary-topics h2, #banner h2, #footer h2, #footer h3 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#left {
	padding:0;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:50px;
	width:175px;
	float:left;
	overflow:hidden;
}


*html #left{
	margin-left:8px;
}


#right-top {
	padding:10px;
	width:690px;
	float:right;
}

#right {
	padding:10px;
	width:690px;
	float:right;
	margin-right:10px;
}
.photodiv {
	padding-left:10px;
	float:right;
}

#linkarea{
	float:left;	
}
/*====================
 +Top
====================*/
ul#topmenu{
	margin-left:10px;
}
ul#topmenu li{
	margin-left:5px;
	float:left;
}

.left_leftcol {
	width:457px;
	margin-top:10px;
	float:left;
}

ul#topmenu li.topmenu_left{
	margin-left:0px;
}
.right_nav {
	padding:12px 10px 10px;;
	width:208px;
	float:right;
}
.right_nav ul li  {
	clear:both;
}
/*
.right_nav ul li a {
	display: block;
	padding: 17px 0;
	float:right;
	text-indent: -12345px;
	overflow: hidden;
}
.right_nav ul li.event a{
	margin: 0px 0 10px;
	padding:0;
	width:195px;
	height:70px;
	background: url(../img/event.jpg) no-repeat left top;
}
.right_nav ul li.present a {
	margin: 0px 0 10px;
	padding:0;
	width:195px;
	height:70px;
	background: url(../img/present.jpg) no-repeat left top;
}
.right_nav ul li.catalog_present a{
	margin: 0px 0 10px;
	padding:0;
	width:208px;
	height:157px;
	background: url(../img/catalog_present.jpg) no-repeat left top;
}
.right_nav ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
*/

.right_nav ul li h4{
	border-bottom:3px solid #000;
}

.right_nav dl dt{
	float:left;
	width:50px;
	font-size:12px;
}
.right_nav dl dd{
	padding-left:50px;
}

h3.event_topic{
    width:445px;
	height:26px;
	background: url(../img/event_h3.gif) no-repeat left top;
	text-indent:-9999px;

}
h3.news_topic{
    width:445px;
	height:26px;
	clear:both;
	background: url(../img/news_h3.gif) no-repeat left top;
	text-indent:-9999px;
}
.col_event{
}
.col_event dl{
   margin-right:20px;
	width:207px;
	float:left;
}
.col_event img{
	float:right;
}
dl{
	margin:10px 0 ;

}
dt{
	line-height:1;
	font-size:10px;
}
dd{
	margin-bottom:6px ;
	padding-bottom:6px ;
	border-bottom:1px dotted #ccc;
}

/* 201005 add */
li.office dd{
	border-bottom:0;
}

/*====================
 +Order
====================*/
.inroom {
	margin:0 auto;
	padding:15px 0;
	clear:both;
	text-align:center;
}
.building_list {
	margin-top:10px;
}
.box03 {
	margin:10px 0;
	padding:10px;
	border:1px solid #ccc;
	overflow:auto;
	width:15em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/*====================
 +Faq
====================*/
ul#faqList{
	margin-bottom:20px;
	overflow:hidden;
}
ul#faqList li{
	margin:15px 0;
}
#faqList .question {
	padding-left: 25px;
	height:15px;
	line-height:15px;
	background: transparent url('../img/plus.png') left center no-repeat;
}
#faqList .answer {
	margin: 6px 30px 15px 11px;
	border: 1px solid #66c;
	padding: 7px;
	overflow:hidden;
}


#faqList .answer img{
	float:right;
}

ol {
	padding:10px 0;
	list-style-position:inside;
}
#faqre{
	overflow:hidden;

}

#faqre a{
	display:block;
	width:150px;
	color:#000000;
	border:1px solid #000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	margin:0 0 10px 250px;	
}
#faqre a:hover{
	background-color:#3366FF;
	color:#FFFFFF;
}
/*====================
 +#left(左バナー)
====================*/

#left ul{
	background-color:#FFF;
	width:173px;
	padding:3px 3px 61px 3px;
}
#left ul li {
	clear:both;
}

#left ul li a {
	display: block;
	float:right;
	text-indent: -12345px;
	overflow: hidden;
	margin: 0px 0 10px;
}

#left ul li.gunsei a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n01.jpg) no-repeat 0 0;
}
#left ul li.gunsei a:hover{
	background: url(../img/n01b.jpg) no-repeat 0 0;
}

#left ul li.faq a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n02.jpg) no-repeat 0 0;
}
#left ul li.faq a:hover{
	background: url(../img/n02b.jpg) no-repeat 0 0;
}

#left ul li.kawaraban a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n03.jpg) no-repeat 0 0;
}
#left ul li.kawaraban a:hover{
	background: url(../img/n03b.jpg) no-repeat 0 0;
}

#left ul li.blog a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n04.jpg) no-repeat 0 0;
}

#left ul li.blog a:hover{
	background: url(../img/n04b.jpg) no-repeat 0 0;
}

#left ul li.staff a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n05.jpg) no-repeat 0 0;
}
#left ul li.staff a:hover{
	background: url(../img/n05b.jpg) no-repeat 0 0;
}

#left ul li.event a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n06.jpg) no-repeat 0 0;
}
#left ul li.event a:hover{
	background: url(../img/n06b.jpg) no-repeat 0 0;
}

#left ul li.catalog_present a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n07.jpg) no-repeat 0 0;
}
#left ul li.catalog_present a:hover{
	background: url(../img/n07b.jpg) no-repeat 0 0;
}

#left ul li.model a{
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/n08.jpg) no-repeat 0 0;
}

#left ul li.model a:hover{
	background: url(../img/n08b.jpg) no-repeat 0 0;
}

/*shopping page */
#shop_left{
	padding:0;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:50px;
	width:150px;
	float:left;
}

#shop_left ul{
	background-color:#FFF;
	width:150px;
	padding:3px 3px 61px 3px;
}
#shop_left ul li {
	margin-bottom:0px;
	clear:both;
}

#shop_left ul li a{
	margin:0;
	display:block;
	padding:5px 0 0 15px;
	width:140px;
	height:20px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
#shop_left ul li a:hover{
	color:#0B4F93;
}
/*
#shop_left ul li.shopcate01 a{
	background: url(../img/shopnavi01.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate02 a{
	background: url(../img/shopnavi02.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate03 a{
	background: url(../img/shopnavi03.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate04 a{
	background: url(../img/shopnavi04.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate05 a{
	background: url(../img/shopnavi05.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate06 a{
	background: url(../img/shopnavi06.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate07 a{
	background: url(../img/shopnavi07.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate08 a{
	background: url(../img/shopnavi08.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate09 a{
	background: url(../img/shopnavi09.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate10 a{
	background: url(../img/shopnavi10.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate11 a{
	background: url(../img/shopnavi11.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate12 a{
	background: url(../img/shopnavi12.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate13 a{
	background: url(../img/shopnavi13.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate14 a{
	background: url(../img/shopnavi14.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate15 a{
	background: url(../img/shopnavi15.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate16 a{
	background: url(../img/shopnavi16.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate17 a{
	background: url(../img/shopnavi17.jpg) no-repeat 0 0;
	padding-top:2px;
	margin-bottom:3px;
	line-height:120%;
}
#shop_left ul li.shopcate18 a{
	background: url(../img/shopnavi18.jpg) no-repeat 0 0;
}
#shop_left ul li.shopcate19 a{
	background: url(../img/shopnavi19.jpg) no-repeat 0 0;
}
*/
#shop_left ul li.shopcate17 a{
	padding-top:2px;
	margin-bottom:3px;
	line-height:120%;
}


#shop_left ul li.shopcate17 a em{
	font-size:10px;
}

/*
#left ul li.shopcate02 a{
	margin: 0px 0 10px;
	padding:0;
	width:173px;
	height:57px;
	background: url(../img/shopcate02.jpg) no-repeat 0 0;
}

#left ul li.shopcate02 a:hover{
	background: url(../img/shopcate02_on.jpg) no-repeat 0 0;
}
*/

/*====================
 +見出し（h1,h2)
====================*/
#right h1{
	color:#0b4f93;
	font-size: 16px;
	width: 660px;
	border-bottom: #0b4f93 solid 1px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#right h2 {
	color:#333333;
	font-size:14px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:5px;
	
	border-bottom:1px solid #ccc;
	width:650px;
}
h1 span.tokusyo{
	float:right;
	font-size:12px;
	margin-top:8px;
}

h3 {
	color:#666;
	font-size:14px;
}

#right #info{
	background: url(../img/contact.jpg) no-repeat;
	width:605px;
	height:70px;
	margin:10px 20px 0 20px;
	padding-top:30px;
}

#right #info p{
	margin-left:427px;
	width:160px;
	height:40px;
}


#right #info p a{
	display:block;
	padding-bottom:15px;
	text-indent: -12345px;
	overflow: hidden;
}
/*====================
 +order
====================*/
div#order{
	margin-bottom:30px;
}

div#order dl#order-desc{
	overflow:hidden;
	padding:10px;
}

div#order dl#order-desc dt{
	float:left;
	width:200px;
	font-size:12px;
}

div#order dl#order-desc dt li{
	margin-bottom:5px;

}

div#order dl#order-desc dt img{
	margin:10px 5px;
}


div#order dl#order-desc dd{
	margin-left:210px;
}

div#order dl#order-desc dd p#cname{
	font-size:14px;
	color:#666600;
	font-weight:bold;
	margin-bottom:10px;
}

div#order #midokoro{
	color:#990000;
	margin-bottom:5px;
}

.photo_gal *{margin:0;padding:0} /*リセット*/
  .photo_gal {
    padding:15px 0 20px 0;
    text-align:center;
	overflow:hidden;
	position:relative;
	height:500px;
  }
/* IE6 */ 
*html .photo_gal {
	margin-bottom:20px;
}

.galleria_container{margin:0 auto 60px auto;height:400px;width:480px;float:right;}

.caption{
	color:#000;
	position:absolute;
	top:470px;
	left:195px;
	width:460px;
	text-align:left;
	border:1px solid #000066;
	padding:5px 10px;
	 margin-bottom:20px;
 }

/* IE7 */
*:first-child+html .caption{ margin-bottom:20px; top:428px;}
/* IE6 */
*html .caption{display:block;padding-top:.5em}

.gallery{
    width:190px;
    margin:0;
	float:left;
  }
.gallery li{
    width:68px;height:50px;
    border:3px double #111;
    margin: 0 2px;
	background:#fff;
  }

#main_image{
  	width:495px;
	height:410px;
    margin:0;
	background-color:#fff;
	padding-top:5px;
	padding-bottom:30px;
	float:right;
	overflow:hidden;
  }

#main_image img{
    margin-bottom:15px;
  }

/*====================
 +reform
====================*/
div.box02 h3{
	border-bottom:1px dotted #666;
	margin-bottom:5px;
}

div#pagenavi table{
    width: 660px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;	
}
div#pagenavi table th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #1A1AA3;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;    
}
div#pagenavi table td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: top;
}

h4 {
	margin-bottom:5px;	
}
div.box02 p.color-exe{
	color:#990000;
}
ul.col2 {
	width: 670px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.col2 li {
	float: left;
	width: 170px;
	padding: 0px 20px;
	margin: 0px 10px 0px 0;
}
ul.col2 li p img {
	padding-top:10px;
}

* html ul.col2 {
	width:665px;
}

* html ul.col2 li{
	width: 168px;
}


/*====================
 +reform2
====================*/

div#reform{
	margin:0;
	margin-top:-15px;
	padding:0 10px;
	overflow:hidden;
}

*html div#reform{
	width:660px;
	padding:0;
}

div#reform dd{
	border:0;
}

div#reform h5{
	font-size:14px;
	border-bottom:2px solid #999;
	width:300px;
	margin-top:0;
	overflow:hidden;
}

div#reform #reform-left{
	width:240px;
	height:100%;
	overflow:hidden;
	float:left;
}

div#reform #reform-left #before{
	width:200px;
	height:200px;
	margin:10px;
	border:2px solid #0000CC;
}

div#reform #reform-left #before p{
	width:70px;
	background-color:#0000CC;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

div#reform #reform-left dl#client{
	margin:20px 10px;
	width:220px;
}

div#reform #reform-left dl#client dt{

}
div#reform #reform-left dl#client dd{
	float:left;
	width:220px;
}

div#reform #reform-left dl#client dd#cname{
	color:#666600;
	font-weight:bold;

}

div#reform #reform-right{
	width:420px;
	height:100%;
	overflow:hidden;
	float:left;
	background: url(../img/reform_01.jpg) no-repeat 0 50px;

}

div#reform #reform-right #after{
	width:300px;
	height:300px;
	margin:10px 10px 10px 80px;
	border:2px solid #0000CC;
}

div#reform #reform-right #after p{
	width:70px;
	background-color:#0000CC;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

div#reform #reform-right #point{
	width:320px;
	margin:10px 10px 10px 80px;
}

div.wrap{
	float:left;
	width:600px;
	margin:10px 15px;
	overflow:hidden;
}

div#reform #reform-bottom{
	float:left;
	overflow:hidden;
}

div#reform #reform-bottom dl#charge,
div#reform #reform-bottom dl#budget{
	margin:20px 10px;
	width:300px;
	float:left;
	overflow:hidden;
}

div#reform #reform-bottom dl#charge dt{
	float:left;
	width:120px;
}

div#reform #reform-bottom dl#charge dt p{
	font-size:12px;
	text-align:center;
	color:#666600;
	font-weight:bold;
	margin-top:5px;

}

div#reform #reform-bottom dl#charge dd{
	padding-left:120px;
}

div#reform #reform-bottom dl#budget dt{
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
	margin-bottom:10px;
	
}
div#reform #reform-bottom dl#budget dd{
	padding-left:20px;

}


/*====================
 +company
====================*/
#right.company #infomation, #right.company #map {
	margin-bottom: 2em;
}

#right.company #infomation dl{ 
background: #97B1FF;
overflow:hidden;
font-size:11px;
width:650px;
}

#right.company #infomation dt {
	float: left;

	width: 100px;
	padding: 9px;
}

#right.company #infomation dd {
padding:0;
margin:0;
background: #fFF;overflow:hidden;
margin-left:110px;
	padding: 5px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	height:1%;
}
#right.company #infomation li.bottom dt, #right.company #infomation li.bottom dd {
	
}
#right.company #infomation dd ul {
	float: left;
	width: 180px;
}
#right.company #infomation dl {
	overflow: hidden;
}
/*====================
 +kawaraban
====================*/
#right.kawaraban h2 {
	font-size: 12px;
	width: 350px;
	margin-bottom: 0em;
	border-bottom: #ccc solid 1px;
}
#right.kawaraban ol {
	margin: 0 0 1em 0;
}
#right.kawaraban ol li {
	list-style: none;
	overflow: hidden;
}
#right.kawaraban a {
	float: left;
	margin-right: 0.5em;
}
#right.kawaraban p.pdf {
	font-size: 10px;
	padding-top: 3px;
}
/*====================
 +catalog
====================*/
#right.catalog h3 {
	color: #339966;
}
#right.catalog ul {
	width: 650px;
	margin: auto;
	overflow:hidden;
}
#right.catalog ul li {
	overflow: hidden;
	width:300px;
	padding: 1em 0;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}


#right.catalog dd {
	width: 180px;
	float: left;
	margin-right:10px;
	
}

#right.catalog dt img {
	border: #ccc solid 1px;
}

#right.catalog #form dd {
	float:none;
}


/*====================
 +staff
====================*/
div#boss,
div#staff {
	overflow:hidden;
}

div#boss dl{
	margin-left:10px;
	width:600px;
}

div#boss dl dt{
	float:left;
	width:150px;
	padding-top:10px;
}

div#boss dl dd{
	margin-left:150px;
	border-bottom:0px;
}

div#boss dl dd strong{
	font-size:16px;
}

div#staff ul{
	margin-left:10px;
	overflow:hidden;
}
*html div#staff ul{
	height:100%;
}

div#staff li{
	display:inline;
	float:left;
	width:160px;
}

div#staff dl{
	width:135px;
}

div#staff dl dt{
	text-align:center;
}
div#staff dl dd{
	padding:1px;
	border-bottom:0px;
}
div#staff dl dd.head{
	border-bottom:1px solid ;
	padding:5px;
}

div#staff dl dd.head span{
	font-weight:bold;
	padding-left:15px;
}
/*====================
 +blog
====================*/
div#blog,
div.box01, 
div#blog ul#blogtop,
div#blog ul#blogtop dl{
	overflow:hidden;
}

* html div.box01{
	height:100%;

}
div#blog ul#blogtop,
div#blog dl{
	margin:10px;	
}

div#blog ul#blogtop{
	border-bottom:1px dotted #999;
}

div#blog ul#blogtop li{
	display:inline;
	float:left;
}

div#blog ul#blogtop li#title{
	font-weight:bold;
	font-size:14px;
}

div#blog ul#blogtop li#date{
	padding-left:490px;
}


div#blog dl dt{
	float:left;
	width:200px;
}
div#blog dl dt img{
	margin:5px;

}

div#blog dl dd{
	padding-left:200px;
	border-bottom:0;
}
/*====================
 +search
====================*/


#zant {
	margin-top: -10px;	
	margin-left: 0px;	
	background:url(../img/kensaku.jpg)no-repeat;
	width:630px;
	height:450px;
	margin-bottom: 30px;

}

div#searchmenu{
	width:680px;
	overflow:hidden;
	margin-left:70px;
	margin-bottom:15px;
}

div#searchmenu li{
	float:left;
	text-align:center;
	width:60px;
	margin:0 1px;
}

div#searchmenu li a{
	display:block;
	width:60px;
	height:20px;	
	text-decoration:none;
	border-bottom:3px solid #666666;
}

div#searchmenu li.mcolor1 a:hover{
	border-bottom:3px solid #ED97BA;
	color:#ED97BA;
}
div#searchmenu li.mcolor2 a:hover{
	border-bottom:3px solid #F7A889;
	color:#F7A889;
}
div#searchmenu li.mcolor3 a:hover{
	border-bottom:3px solid #99B1F1;
	color:#99B1F1;
}
div#searchmenu li.mcolor4 a:hover{
	border-bottom:3px solid #B6C96D;
	color:#B6C96D;
}
div#searchmenu li.mcolor5 a:hover{
	border-bottom:3px solid #7BD3D7;
	color:#7BD3D7;
}

/*====================
 +search2
====================*/
*html div#search01{
	overflow:hidden;
	margin:0;
	width:680px;
}

div#search01 ul{
	overflow:hidden;
	width:680px;
}
div#search01 ul li{
	display:inline;
	float:left;
}

div#search01 ul li#area{
	font-size:16px;
	font-weight:bold;
	color:#666666;
	width:530px;
	padding-left:20px;
}

div#search01 ul li#count{
	text-align:right;
	padding-top:10px;
}

div#search01 p{
	width:680px;
	text-align:center;
	padding-right:10px;
	margin-top:10px;	
}
div#search01 table{
	width:680px;
	border:1px solid #666666;
	margin-top:10px;
}

div#search01 table th{
	background-color:#CFDAEA;
	padding:10px 5px;
	text-align:center;
	border:1px solid #666666;
	font-weight:bold;
}
div#search01 table td{
	padding:10px 2px;
	text-align:center;	
	border:1px solid #666666;
}
div#search01 table td.kubun{
	width:30px;
}
div#search01 p#return{
	width:200px;	
	margin:20px 0 20px 210px;
}

div#search01 table td.dit a{
	display:block;
	width:40px;
	color:#000000;
	border:1px solid #000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;	
}

div#search01 p#return a{
	display:block;
	width:170px;
	color:#000000;
	border:1px solid #000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;	
}

div#search01 table td.dit a:hover,
div#search01 p#return a:hover{
	background-color:#3366FF;
	color:#FFFFFF;
}
/*====================
 +search3
====================*/
*html div#search02{
	overflow:hidden;
	margin:0;
	width:650px;
}

div#search02 table{
	width:650px;
	border:1px solid #666666;
	margin-top:10px;
}
div#search02 table th{
	background-color:#CFDAEA;
	padding:10px 5px;
	text-align:center;
	border:1px solid #666666;
	font-weight:bold;
	width:100px;
}
div#search02 table td{
	padding:10px 5px;
	border:1px solid #666666;
	width:210px;
	text-align:left;
}

div#search02 table td ul{
	overflow:hidden;
	float:left;
	width:215px;
}
div#search02 table td ul li{
	float:left;
	display:inline;
	margin-left:5px;
}
div#search02 table td ul li.title{
	font-weight:bold;
	width:50px;
}

div#search02 p{
	width:200px;	
	margin:20px 0 20px 210px;
}

div#search02 p a{
	display:block;
	width:170px;
	color:#000000;
	border:1px solid #000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;	
}

div#search02 p a:hover{
	background-color:#3366FF;
	color:#FFFFFF;
}
input.button{
	display:block;
	width:175px;	
	margin:5px 0 20px 200px;
	color:#000000;
	border:1px solid #000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;	
}
input.button:hover{
	background-color:#3366FF;
	color:#FFFFFF;
}
/*========================
 + footer
========================*/
#footer {
	background: url(../img/footer-bg.gif);
	color: #fff;
}
#footer ul.f-link {
	width: 920px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0.4em 0;
	text-align: center;
}
#footer ul.f-link li {
	display:inline;
	padding-left: 10px;
	padding-right: 5px;
	border-left:1px solid #fff;
	font-size: 12px;
}
#footer ul.f-link li.first {
}
#footer ul.f-link li a {
	color: #fff;
}
#footer ul.f-link li a:hover {
	color: #cf3;
}
/*========================
 + house
========================*/
.txbox_house {
	margin-bottom:10px;
	font-size:12px;
	font-weight: bold;
	padding: 3px;
	border: 3px double #c01e2f;
	color: #c01e2f;
	text-align:center;
}
ul.col3 {
	width: 680px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.col3 li {
	float: left;
	width: 290px;
	padding: 10px 20px;
	margin: 5px 10px 5px 0;
	overflow:hidden;
}

.photo_left {
	padding-right:10px;
	float:left;
}

dl.house-box,
dl.house-box2,
dl.house-box3{
	overflow:hidden;
}

dl.house-box dt{
	margin-left:470px;
}
dl.house-box dd{
	float:left;
	width:450px;
	border-bottom:0;
}

dl.house-box2 dt{
	margin-left:190px;
}
dl.house-box2 dd{
	float:left;
	width:175px;
	border-bottom:0;
	margin-left:5px;
}

dl.house-box3 dt{
	float:left;
	margin-left:2px;
}
dl.house-box3 dd{
	width:390px;
	margin-left:260px;
	border-bottom:0;
}

dl.house-box4 dt{
	float:left;
	margin-left:2px;
}
dl.house-box4 dd{
	width:440px;
	margin-left:210px;
	border-bottom:0;
}

/*========================
 + event
========================*/
.bg-color02 {
	padding:3px 3px 3px 8px;
	background-color:#CFDAEA;
}
*html #event{
	width:100%;
	padding:0;
}

div#event table{
	width:640px;
	border:1px solid #039;
	margin:10px 20px;
}

div#event table th{
	padding:3px 3px 3px 8px;
	background-color:#CFDAEA;
	font-weight:bold;
}

div#event table td.desc{
	width:430px;
	padding:5px 10px 5px 20px;
	vertical-align:top;
}

div#event table td.desc p.date{
	font-weight:bold;
}

div#event table td.photo{
	padding:5px;
	width:210px;
	vertical-align:top;
}
div#event table td.photo img{
	margin:10px 5px;
}

div#event table td.pdf{
	padding:10px 20px;
}

div#event table td.pdf img{
	vertical-align:text-bottom;
}

div#event table td.map{
	text-align:center;
}

/*-----------------------------------*/
.box01 {
	width:630px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
	overflow:auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.box02 {
	padding:10px;
	border-bottom:1px solid #ccc;
	margin-right:20px;
	overflow:hidden;
}


.last {
	border:none;
}
.list_circle {
	padding-left:10px;
	list-style-type:circle;
}
/*
-----------------------------------
Contact
-----------------------------------
*/
form {
	padding:12px;
	width: 600px;
}
/*
.contact dt {
	line-height:1.8;
	width: 12em;
	float: left;
}
.contact dd {
	margin-bottom: 0.5em;
	padding-left: 12em;
	background-color:#CCCCCC;
}

dl.con_form dd{
border-bottom:none;
}
*/


div#cont{
	width:600px;
}
div#cont table th{
	width:150px;
	background-color:#CFDAEA;
	padding:5px 10px;
	border-bottom:1px solid #fff;
}

div#cont table td{
	padding:5px 10px;
}

div#cont table td ul.enq{
	overflow:hidden;
	width:420px;
}

div#cont table td ul.enq li{
	margin:0;
	padding:0;
	float:left;
	width:180px;
}

input.txt1, textarea {
	padding: 4px;
	border: solid 1px #414b4f;
	background:#fff;
	font-size:1.2em;
}
input.iefocus, textarea.iefocus, input:focus, textarea:focus {
	background:#f0f0f0;
}
label em {
	margin-left:3px;
	font-weight:bold;
	color:#a40000;
}
.sumitter1 {
	border: solid 1px #414b4f;
	width:5em;
	background: #26181B;
	color: #fff;
	cursor: pointer;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.sumitter2 {
	border: solid 1px #414b4f;
	width:6em;
	background: #26181B;
	color: #fff;
	cursor: pointer;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 0.2em;
}
.sumitter3 {
	border: solid 1px #414b4f;
	width:8em;
	background: #26181B;
	color: #fff;
	cursor: pointer;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 0.2em;
}

/*========================
 + modelhouse
========================*/
div#model{
	overflow:hidden;
}
div#model ul#gaikan{
	width:120px;
	float:left;
	margin:5px;
}
div#model ul#gaikan li{
	padding:5px 0;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	
}

div#model ul#gaikan li a{
	cursor:pointer;
}

div#model dl{
	width:470px;
	height:370px;
	float:left;
	margin:10px 0 10px 5px;
	overflow:hidden;
}
div#model dl dt{
	padding:10px;
	height:320px;
	overflow:hidden;
}

div#model dl dd#text{
	padding-left:15px;
}

map#Map area{
	cursor:pointer;
}

div#modelmap{
	float:left;
	overflow:hidden;
}
div#modelmap p{
	margin-left:120px;
	font-weight:bold;
}

/*========================
 + shop
========================*/
#photoarea ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	padding-top:10px;
	background-color:#999999;
}
#photoarea li{
	float:left;
	width:160px;
	margin-right:5px;
	}

-----------------------------------
Sitemap
-----------------------------------
*/
ul ul {
	margin-left:2em;
}


