/* Base Weblog (base-weblog.css) */

/* basic elements */



/* 新規CSS */

/* カラー設定など */

.f10{font-size: 10px;}
.f12{font-size: 12px;}

.white{color: white;}
.red{color: red;font-size: 12px;}
.blue{color: blue;font-size: 12px;}
.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;}

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

p.bd18{
font-weight: bold;
font-size: 18px;
}

.bdline14{
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}

.redbd14{
color: red;
font-weight: bold;
font-size: 14px;
}

.redbd18{
color: red;
font-weight: bold;
font-size: 18px;
}

.bluebd14{
color: #191970;
font-weight: bold;
font-size: 14px;
}

.bluebd18{
color: #191970;
font-weight: bold;
font-size: 18px;
}

.greenbd14{
color: green;
font-weight: bold;
font-size: 14px;
}

h2.redbd18{
color: red;
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}

h2.bluebd14{
color: #191970;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
text-align: center;
}

h3.bluebd14{
color: #191970;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
text-align: center;
}

.highblue{
color: #fff;
font-weight: bold;
background: blue;
padding: 3px 7px;
}


.space10{
margin: 0 0 0 10px;
}

strong{
font-weight: bold;
}

.red{
color: red;
font-size: 12px;
}

.orange{
color: #FF4500;

}

pre{
    margin: 10px  30px  10px  10px;
    padding: 10px  10px  10px  10px;
    color: #696969;
    background: #F5F5F5;
    line-height: 1.3;
    font-size: 11px;
}

.map{
padding: 15px 10px 10px 10px;
}


/* ヘッダーグロナビ */

ul.mainmenu{
height: 45px;
margin: 0;
padding: 0;
}

.mainmenu li {
	height: 45px;
	list-style-type:none;
	float: left;
	margin: 0;
                padding: 0;
}

.mainmenu li a {
	height: 45px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.mainmenu li.bt1 {
	width: 70px;
}

.mainmenu li.bt1 a:hover {
	width: 70px;
}

.mainmenu li.bt2 {
	width: 200px;
}

.mainmenu li.bt2 a:hover {
	width: 200px;
}

.mainmenu li.bt3 {
	width: 100px;
}

.mainmenu li.bt3 a:hover {
	width: 100px;
}

.mainmenu li.bt4 {
	width: 100px;
}

.mainmenu li.bt4 a:hover {
	width: 100px;
}

.mainmenu li.bt5 {
	width: 100px;
}

.mainmenu li.bt5 a:hover {
	width: 100px;
}

.mainmenu li.bt6 {
	width: 100px;
}

.mainmenu li.bt6 a:hover {
	width: 100px;
}

.mainmenu li.bt7 {
	width: 180px;
}

.mainmenu li.bt7 a:hover {
	width: 180px;
}

.mainmenu li.bt1 {
	background-image:url(images/common/menu1_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt1 a:hover {
	background-image:url(images/common/menu1_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt2 {
	background-image:url(images/common/menu2_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt2 a:hover {
	background-image:url(images/common/menu2_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt3 {
	background-image:url(images/common/menu3_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt3 a:hover {
	background-image:url(images/common/menu3_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt4 {
	background-image:url(images/common/menu4_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt4 a:hover {
	background-image:url(images/common/menu4_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt5 {
	background-image:url(images/common/menu5_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt5 a:hover {
	background-image:url(images/common/menu5_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt6 {
	background-image:url(images/common/menu6_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt6 a:hover {
	background-image:url(images/common/menu6_on.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt7 {
	background-image:url(images/common/menu7_off.jpg);
	background-repeat:no-repeat;
}

.mainmenu li.bt7 a:hover {
	background-image:url(images/common/menu7_on.jpg);
	background-repeat:no-repeat;
}




.footer{
clear: both;
width: 850px;
height: 30px;
margin: 0;
padding: 13px 0 18px 0;
background: #f5f5f5;
text-align: center;
font-size: 12px;
border-top: 1px dotted silver;
line-height: 1.5;
}

.footertext{
color: #313131;

}

.footertext a{color: #313131;text-decoration: none;}
.footertext a:hover { color: #DC143C;text-decoration: none;}

/* 新規CSSここまで */





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

body
{

   /* setting border: 0 hoses ie5 win window inner well border */
margin: 0 auto;
padding: 0;
font-family: 'ＭＳ Ｐゴシック', verdana, 'trebuchet ms', sans-serif;
background-image: url(images/common/bodybg.jpg);
background-repeat: repeat-y;
background-position: center;
background-color: #fff;
text-align:	center;
text-decoration: none;

}

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%;
}



/* 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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

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

#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { clear: both;position: relative;}
#pagebody-inner { position: static; width: 100%; }

#pagebody-inner2 { position: static; width: 100%;background: #F2F2F2; }

#pagebody{
width: 850px;
background: #fff;
}

#beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   float: left;
   min-height: 1px;
}

#alpha{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha2{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #alpha-inner2, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
   font-size: 13px;

}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry{
padding-bottom: 30px;
}

.entry-content{
padding: 20px 7px 20px 10px;
}


.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 1px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-body{
padding-bottom: 15px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

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

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

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

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

.module-content
{
   width: 200px;
   margin: 0 0 0 10px;
   padding: 0;
   font-size: 12px;
   line-height: 1.5;

}

.module-content2
{
   position: relative;
   margin: 2px 0 10px 0;
   font-size: 11px;
   line-height: 1.2;
border:1px #C0C0C0 outset;
background-color: white;
}

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

.module-list2
{
list-style-type:disc;
   margin: 0;
   padding: 0 0 0 15px;
vertical-align: middle;
background: #fff;
width: 180px;
line-height: 1.5;
}

.module-list-item2
{
list-style-type:disc;
margin: 3px 3px 3px 4px;
padding: 4px 4px 4px 0;
line-height:1.3;
}

.module-list-item
{
margin: 2px 0 2px 0;
padding: 5px 0 5px 5px;
border:2px #C0C0C0 outset;
background-color: white;
}



/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */


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

a { color: #191970; text-decoration: underline;}
a:hover {
color: #FF8C00;
}

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

.module-content a { color: #313131;text-decoration: underline;}
.module-content a:hover {
color: #600133;
}


.module-content2 a { 
color: black;text-decoration: none;font-size: 12px;
}
.module-content2 a:hover { color: #DA0B00;
top: 2px;
left:2px;
font-size: 12px;
}


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

h5{
font-weight: bold;
color: #228B22;
}

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

   margin: 3px 0 0 5px;
   padding: 3px 5px 0px 5px;
   border-left: solid 4px #DC143C;
   color: #DC143C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}



.commenter-profile img { vertical-align: middle; }


/* page layout */


#alpha { margin: 20px 15px;padding: 0 0 30px 0; width: 820px;
background: #fff;
overflow: hidden;
}

#alpha2 { 
float: left;
margin: 15px 0 0 0;
padding: 0 0 30px 0;
width: 609px;
background: #fff;
overflow: hidden;
}


#beta {
margin: 15px 0 0 0;
padding: 0;
width: 225px;
height: 100%;
background: #fff;
float: left;
}



#gamma, #delta { width: 180px; background: #e6ecf2; }

#gamma-inner,
#delta-inner
{
margin: 0;
padding: 0;
}

#beta-inner {
margin: 0;
padding: 0 0 50px 0;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-bottom: 2px solid #9ACD32;
   padding: 0 0 3px 5px;
   color: black;
   font-weight: bold;
   font-size: 14px;
}

.entry-headertop
{
   margin-top: 0;
   margin-left: 10px;
   border-bottom: 2px solid #9ACD32;
   padding: 0 0 3px 5px;
   color: black;
   font-weight: bold;
   font-size: 14px;
}

.entry-contenttop
{
   margin-left: 10px;
   line-height: 1.5;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 0 0;

}



.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin: 10px 2px 5px 2px;
   border: 1px dashed #a3b8cc;
   padding: 5px;
   color: #292e33;
   background: #fff;
}

.module-syndicate .module-content
{
   margin: 2px 2px 5px 10px;
   padding: 5px;
}
.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }



.module-list .module-list
{
   margin: 0 0 0 0;

}

a img {
    border: 0;
}

img{vertical-align: text-bottom;}

.entry-tags{
clear: both;
}

.entry-tag{

float: left;
margin-right: 15px;
margin-bottom: 10px;
}

.entry-tags-header{
float: left;
margin-right: 15px;
color: #0054A6;
font-weight: bold;
}

.con_title h2{
padding: 4px 20px;
margin: 0;
font-size: 14px;
font-weight: bold;
border-left: 5px solid #600133;
border-bottom: 1px solid #600133;
}

#topline{
width: 100%;
height: 20px;
font-size: 12px;
background: #5596CF;
}

#topline h1{
width: 885px;
text-align: right;
padding: 3px 0 0 5px;
font-size: 12px;
color: #191970;
font-weight: bold;
}

#wrapper
{

   /* setting border: 0 hoses ie5 win window inner well border */
margin: 0 auto;
padding: 0;
font-family: 'ＭＳ Ｐゴシック', verdana, 'trebuchet ms', sans-serif;
background-image: url(images/common/conbg.jpg);
background-repeat: repeat-y;
background-position: center;
text-align:	center;
text-decoration: none;
}

/* 下層共通 */
.maincon{
margin: 5px 0 20px 0;
}

.maincon-inner{
margin: 20px 10px;
line-height: 1.5;
font-size: 14px;
}

/* 会社概要 */

table.gaiyou{
margin: 20px 0 0 0;
padding: 10px 10px 0 10px;
width: 590px;
line-height: 1.3;
border-collapse: collapse;
border: 1px solid #DCDCDC;
}

.cel_1{
width: 180px;
background-color: #F5F5F5;
padding: 5px 10px 5px 10px;
color: #303030;
font-weight: bold;
border: 1px solid #DCDCDC;
vertical-align: top;
}

.cel_2{
width: 400px;
padding: 5px 15px 5px 15px;
border: 1px solid #DCDCDC;
vertical-align: top;
}


.cel_3{
width: 400px;
background-color: #F5F5F5;
padding: 12px 10px 5px 10px;
color: #303030;
font-weight: bold;

border: 1px solid #DCDCDC;
}

.cel_4{
width: 130px;
padding: 12px 15px 5px 15px;
border: 1px solid #DCDCDC;
color: red;
text-align: right;
}

/* TOP */

#header{
background-image: url(images/common/headerbg.gif);
width: 850px;
height: 200px;
margin: 0;
padding: 0;
}

#topleft{
float: left;
width: 485px;
margin: 0 20px 0 0;
}

#topnewsbox{
width: 483px;
margin: 0;
padding: 20px 0 20px 0;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}

#topright{
float: left;
width: 310px;
margin: 0;
}

#topright img{
margin-bottom: 10px;
}

ul.topnewslist1{
list-style-type: disc;
margin: 0 0 0 30px;
line-height: 1.6;
font-size: 14px;
padding: 0;
}

.topnewslist2{
padding: 3px 0;
margin: 0;
}
/* デザイナー */


.design{
margin: 25px 100px 0 100px;
}

.design-t{
font-size: 14px;
border-bottom: 1px solid #000;
padding: 3px 10px;
margin: 0 0 10px 0;
}

.design-txt{
margin: 0 10px;
}

/* 物件概要 */

.subtitle{
width: 790px;
margin: 0 15px 0 0;
padding: 5px 5px 5px 15px;
border: 1px solid #600133;
color: #313131;
font-weight: bold;
font-size: 14px;
}

.kenchikugaiyo{
margin: 0 0 0 25px;
}

.kenchikugaiyo td{
padding: 0 10px;
}

.up{
vertical-align: super;
font-size: 6px;
padding-right: 2px;
}

.l{
float:left;
margin: 0;
}

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

.madori_banner{
margin: 30px 0 30px 100px;
}

#blogbox{
width: 198px;
margin: 0;
padding: 10px 0 10px 0;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
}


























