/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    margin-left: 60px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list {
    color: #C73F1F;
}

.widget-list .widget-list {
    color: #999;
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}



/*

A Six Apart theme adapted for Movable Type default templates 
name: Plansheet-Graphica
designer: Graphica
designer_url: http://it-a.jp 
layouts: layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font-family: 'メイリオ', Meiryo, 'MS UI Gothic',"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande",sans-serif;
}

/* Content */

.asset-name {
    font-size: 18px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 2px 0px 0px 0px;
}

.asset-more-link {
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
    margin-right: 7px;
}

.asset-meta {
    border-top: 0px;
    padding-left: 10px;
}

.asset-footer {
    border-top: 0px;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 20
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 13px;
}



/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    font-family: 'メイリオ', Meiryo, 'MS UI Gothic',"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Lucida Grande",sans-serif;
    background: #f0f0f0;
    margin: 0 0 0 0;
    width: 100%;
}

a {
    color: #f9a45a; 
}

a:hover {
    text-decoration: underline;
}



/* Content ---------------------------------------------------------------- */

.asset-name a,
.archive-title {
    color: #000;
    margin: 0px;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
    margin: 0px;
}

.comment,
.trackback {
    border-color: #ddd;
    margin: 0px;
}

.asset-name {
    padding: 5px;
}


 .asset-name a {
    margin-bottom: 8px;
    margin: 0px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
    margin: 0px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    margin: 0 2px 0 2px;
    font-size: 12px;
    line-height: 1.8;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 35px 0 0 20px;
    text-align: left;
}




/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 850px;
    margin: 0 auto;
}

.asset-footer,
.trackbacks-info {
    margin: 0px;
}

#summaryinfo {
	margin: 0;
	width: 550px;
}


.bukken_title{
	height: 30px;
	overflow: hidden;
}

.bukken_title h2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px 7px 0;
}

.bukken_title h2 img{
	margin-top: 7px;
}

.bukken_blief {
	width: 100%;
	margin: 0;
}

.bukken_pic1 {
	margin: 2px 10px 5px 5px;
	float: left;
}

.bukken_caption {
	margin: 5px 0 0 0;
}

.detail1 {
	clear: both;
	width: 500px;
	padding: 0;
	background: #F0F0F0;
	font-size: 13px;
}

.detail2 {
	float: left;
	width: 250px;
}

.detail3 {
	float: left;
	width: 250px;
	margin: 0px;
	background: #F0F0F0;
	border-top: medium #F9F9F1 solid; 
}

.d_title {
	clear: both;
	float: left;
	width: 75px;
	padding: 1px 2px 1px 2px;
	background: #BCBDC0;
	color: #fff;
	font-weight: bold;
}

#googlemap {
	clear: both;
	backgrond: #E7F0F6;
	padding: 15px;
}

.detail_point {
	clear: both;
	width: 500px;
	padding:10px 0 10px 0;
	font-size: 15px;
}

.bukken_pic3 {
	width: 200px;
	margin-right: 20px;
	float: left;
}


#bukken_pic2 {
	clear: both;
	float: left;
	margin: 20px 0 0 5px;
	width: 500px;
}

.hc_type {
	background: #E0AE71;
	color: #fff;
	padding-left: 5px;
	margin-right: 3px;
}

#widget-mail,#widget-news {
	font-size: 12px;
}

#widget-mailaddress {
	font-size: 12px;
	font-weight: bold;
}

.widget-news-head	{
    margin: 0;
    width: 170px;
    height:34px;
    background: url(img/news-head.gif) no-repeat; 
}
.widget-news-center	{
    margin: 0;
    padding: 0px 5px 10px 15px;
    width: 150px;
    background: url(img/news-middle.gif) repeat-y; 
    line-height: 1.7em;
    font-size: 0.8em;
}
.widget-news-footer	{
    margin: 0;
    width: 170px;
    height:14px;
    background: url(img/news-bottom.gif) no-repeat; 
}
.team-pro-ads {
    margin:0;
    padding:57px 10px 20px 10px;
    width: 150px;
    height: 263px;
    background: url(img/team-pro-linkboard.gif) no-repeat; 
}
.team-pro-ads .caption {
	width: 100%;
	margin: 0 0 8px 0;
	line-height: 1.6em;
	font-size: 0.8em;
	color: #ffffff;
}
.team-pro-ads p {
	margin-top: 4px;
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 0.8em;
}
.team-pro-ads a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.team-pro-ads a:hover {
	color: #F2EC9E;
}



/* CSS初期設定 */

/* basic elements */

html
{
margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

td {
	vertical-align: top;
}

img {vertical-align: text-bottom;}


form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 0;
	margin: 0;
font-size:100%
}

ul {
list-style-type: none;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   line-height: 1.5;
}

a { color: #00469d; text-decoration: underline;}

a:hover {
color: #f39700;
}


h1, h2, h3, h4, h5, h6
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}



/* 基本レイアウト設定 */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 960px;
	text-align: center;
	background: #fff;
}

#container-inner { position: static;}


#pagebody { position: relative; width: 960px;margin: 0 0 20px 0;overflow: hidden;text-align: left;}

#pagebody-inner { position: static;}


#middlecon, #leftcon, #rightcon, #contents, #top-menu, #top-news {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}


#middlecon-inner, #leftcon-inner, #rightcon-inner, #contents-inner {
	position: static;
}


#leftcon {
margin: 15px 15px 20px 10px;
float: left;
width: 170px;
background: #fff;
overflow: hidden;
}


#rightcon {
margin: 15px 0 20px 0;
float: left;
width: 750px;
overflow: hidden;
font-size: 12px;
}


#contents {
	margin: 20px;
	background: #fff;
	line-height: 1.8;
}


.subt{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 5px;
	color: #097c24;
}



/* page layout */

body {
	width: 100%;
	color: #313131;
	background-color: #014d20;
}



#header {
	width: 960px; /* necessary for ie win */
	height: 110px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-image:url(images/common/header_bg.jpg);
	background-repeat:no-repeat;
}



#header-inner{
	text-align: left;
}

#logo {
	float: left;
	width: 340px;
	height: 110px;
}


#logo-r{
	float: left;
	width: 620px;
	height: 110px;
}

#logo-r p.lr_1{
	margin: 5px 0 3px 170px;
	color: #fff;
	font-weight: bold;
}

#logo-r p.lr_1 a{
	color: #fff;
}

#logo-r p.lr_1 a:hover{
	color: orange;
}

#logo-r p.lr_2{
	margin: 5px 0 3px 260px;
}

#pankuzu{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#pankuzu p{
	padding: 5px 0 0 0;
	margin: 0 0 0 7px;
	font-size: 88%;
	color: #313131;
}

#pankuzu p a{
	color: #fff799;
	text-decoration: none;
}

#pankuzu p a:hover{
	color: #fff799;
	text-decoration: underline;
}

#glonaviwrap{
	width: 960px;
	padding: 0;
	margin: 10px auto;
}

ul#glonavi{
	width: 960px;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

#glonavi li {
	float: left;
	width: 115px;
	height: 40px;
	list-style-type:none;
	margin: 0 5px 5px 0;
	padding: 0;
}

#glonavi li a {
	width: 115px;
	height: 40px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#glonavi li.bt09 {
	float: left;
	width: 115px;
	height: 40px;
	list-style-type:none;
	margin: 0 0 5px 0;
	padding: 0;
}

#glonavi li.bt09 a {
	width: 115px;
	height: 40px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#glonavi li.bt01 {
	background-image:url(images/common/bt01_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt01 a:hover {
	background-image:url(images/common/bt01_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt02 {
	width: 120px;
	background-image:url(images/common/bt02_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt02 a:hover {
	width: 120px;
	background-image:url(images/common/bt02_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt03 {
	background-image:url(images/common/bt03_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt03 a:hover {
	background-image:url(images/common/bt03_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt04 {
	background-image:url(images/common/bt04_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt04 a:hover {
	background-image:url(images/common/bt04_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt05 {
	background-image:url(images/common/bt05_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt05 a:hover {
	background-image:url(images/common/bt05_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt06 {
	background-image:url(images/common/bt06_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt06 a:hover {
	background-image:url(images/common/bt06_on.jpg);
	background-repeat:no-repeat;
}


#glonavi li.bt08 {
	background-image:url(images/common/bt07_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt08 a:hover {
	background-image:url(images/common/bt07_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt09 {
	background-image:url(images/common/bt08_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt09 a:hover {
	background-image:url(images/common/bt08_on.jpg);
	background-repeat:no-repeat;
}


#l_contact{
	width: 170px;
	height: 250px;
	margin: 100px 0 10px 0;
	background: #fce5c4;
	overflow: hidden;
}

#l_contact-inner{
	margin: 0 10px;
	padding: 10px 0;
}

#l_contact p{
	font-size: 11px;
	margin-bottom: 8px;
}

#l_contact p img{
	margin: 0 0 0 5px;
}



/* TOPレイアウト */

#mainbg{
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mainbg p{
	text-align: center;
	margin: 0 auto;
}

#infobox{
	width: 750px;
	height: 160px;
	margin: 0 0 20px 0;
	background-image: url(images/top/infobox.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#infobox-inner{
	font-size: 14px;
	margin: 40px 20px 15px 20px;
	height: 100px;
	overflow: auto;
	line-height: 1.7;

}


.bukkenbox01{
	width: 746px;
	border: 2px solid #007e41;
	margin: 0 0 20px 0;
}

.bukkenbox02{
	width: 746px;
	border: 2px solid #ff0000;
	margin: 0 0 20px 0;
	background: #eaf4e5;
}


.bukkenbox-inner{
	padding: 10px 0;
	margin: 0 10px;

}

.bukken_imgbox{
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
}


.bukken_img{
	width: 200px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
}

.bukken_img img{
	height: 150px;
}



.bukken_t{
	float: left;
	margin: 0 10px 10px 0;
}

.bukken_link{
	float: left;
	margin: 0 0 10px 0;
}

.bukken{
	float: left;
	width: 350px;
	height: 220px;
	margin: 0 5px 20px 0;
	overflow: hidden;
}


.bukken_gaiyou{
	float: left;
	margin: 0 0 7px 10px;
	width: 120px;
	line-height: 1.4;
}

.copy{
	font-size: 14px;
	font-weight: bold;
}

.price{
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}



#info{
	margin: 20px;
}

.info_t1{
	color: #097c24;
	margin-bottom: 8px;
}

.info_t2{
	margin-bottom: 15px;
}

table.info_tab{
	margin: 0 0 20px 0;
	width: 600px; 
	line-height: 1.5;
	font-size: 12px;
}

.info_tab th{
	width: 100px; 
	background: #8fc31f;
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 3px solid #fff;
}

.info_tab td{
	padding: 3px 15px;
	color: #313131;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}





/* 下層共通 */

#l_banner p{
	margin-bottom: 10px;
}



/* フッター */


#footer{
	width: 900px;
	background: #dbdbdb;
	margin: 10px;
	padding: 10px 20px;
	text-align: center;
	overflow: hidden;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

.copyright{
	font-size: 88%;
	color: #313131;
}





/* その他回り込み指定など */

.cen{
	text-align: center;
}

.img_left{
float: left;
}

.l_10{
float: left;
margin-right: 10px;
}

.l_15{
float: left;
margin-right: 15px;
}

.l_20{
float: left;
margin-right: 20px;
}

.l_30{
float: left;
margin-right: 30px;
}

.l_60{
float: left;
margin-right: 60px;
}


.l_140{
float: left;
margin-right: 140px;
}


.r_15{
float: right;
margin-left: 15px;
}

.top40{
	margin-top: 40px;
}

.right{
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}

.bd{
	font-weight: bold;
}

.bd14{
	font-weight: bold;
	font-size: 14px;
}

.bd16{
	font-weight: bold;
	font-size: 16px;
}

.f14{
	font-size: 14px;
}

.f16{
	font-size: 16px;
}

.white{color: white;}
.red{color: #FF0000;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #A52A2A;}

.redbd{color: #FF0000;font-weight: bold;}
.bluebd{color: #191970;font-weight: bold;}
.graybd{color: gray;font-weight: bold;}
.greenbd{color: green;font-weight: bold;}
.brownbd{color: #A52A2A;font-weight: bold;}
.bd{font-weight: bold;}
.orangebd{font-weight: bold;color: #FF4500;}

.f12{
	font-weight: normal;
	font-size: 12px;
}

.red12{
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
}


/* スタッフ紹介*/


.staffbox{
	width: 640px;
	border: 2px solid #007e41;
	margin: 0 0 20px 70px;
}


.staffbox-inner{
	padding: 10px 0;
	margin: 0 20px;

}

.staffbox-inner p{
	margin-bottom: 7px;
}

.kanda_prof_l{
	float: left;
	width: 165px;
	margin-right: 15px;
}

.kanda_prof_r{
	float: left;
	width: 180px;
}

.naka_prof_l{
	float: left;
	width: 175px;
	margin-right: 15px;
}

.naka_prof_r{
	float: left;
	width: 170px;
}

.saku_prof_l{
	float: left;
	width: 130px;
	margin-right: 15px;
	margin-left: 15px;
}

.saku_prof_r{
	float: left;
	width: 180px;
}

.gibo_prof_l{
	float: left;
	width: 185px;
	margin-right: 15px;
}

.gibo_prof_r{
	float: left;
	width: 180px;
}


.staff01{
	width: 600px;
	height: 390px;
	margin: 0 0 20px 0;
	background-image: url(images/lower/staff_kanda.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.staff01-inner{
	font-size: 12px;
	padding: 155px 0 0 0;
	margin: 0 20px;
	line-height: 1.7;

}


.staff02{
	width: 600px;
	height: 480px;
	margin: 0 0 20px 0;
	background-image: url(images/lower/staff_nakazato.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.staff02-inner{
	font-size: 12px;
	padding: 130px 0 0 0;
	margin: 0 20px 0 220px;
	line-height: 1.7;

}


.staff03{
	width: 600px;
	height: 400px;
	margin: 0 0 20px 0;
	background-image: url(images/lower/staff_sakukawa.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.staff03-inner{
	font-size: 12px;
	padding: 150px 0 0 0;
	margin: 0 20px 0 20px;
	line-height: 1.7;

}


.staff04{
	width: 600px;
	height: 370px;
	margin: 0 0 20px 0;
	background-image: url(images/lower/staff_gibo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.staff04-inner{
	font-size: 12px;
	padding: 100px 0 0 0;
	margin: 0 20px 0 190px;
	line-height: 1.7;

}

.ptop{
	margin: 30px;
	text-align: right;
}


/* 貸したい・売りたい　　プラン*/

.plan001{
	width: 700px;
	height: 179px;
	margin: 30px 0 20px 20px;
	background-image: url(images/lower/manp001.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.plan001-inner{
	font-size: 12px;
	padding: 20px 0 0 0;
	margin: 0 0 0 350px;
	line-height: 1.7;

}

.plan002{
	width: 700px;
	height: 195px;
	margin: 0 0 20px 20px;
	background-image: url(images/lower/manp002.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.plan002-inner{
	font-size: 12px;
	padding: 30px 0 0 0;
	margin: 0 0 0 350px;
	line-height: 1.7;
}


.plan003{
	width: 700px;
	height: 200px;
	margin: 0 0 20px 20px;
	background-image: url(images/lower/manp003.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.plan003-inner{
	font-size: 12px;
	padding: 30px 0 0 0;
	margin: 0 0 0 350px;
	line-height: 1.7;
}


.plan004{
	width: 700px;
	height: 200px;
	margin: 0 0 20px 20px;
	background-image: url(images/lower/manp004.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

.plan004-inner{
	font-size: 12px;
	padding: 20px 0 0 ;
	margin: 0 0 0 350px;
	line-height: 1.7;
}

.plan_t{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.bukkenbg{
	background: #feff99;
	padding: 10px 0 0 0;
}

.weathermap{
	margin: 10px;
}


/* 会社案内 */

.comapny_gaiyou{
	border-collapse: collapse;
	width: 545px;
	margin: 15px 0 20px 103px;
}

.comapny_gaiyou th{
	width: 130px;
	padding: 10px 10px 10px 0;
}

.comapny_gaiyou td{
	padding: 10px;
	vertical-align: middle;
}



