body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) bottom repeat-x;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

a:link ,a:visited{
	color: #0000FF;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 0px;
   margin-bottom: 0px;
}

ul, ol{
	margin-left:20px;
}
/* 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　〜基本〜　+++++++++++++*/

#container{
	margin:0 auto;
	width:750px;
	background: url(../images/container_bg.jpg) repeat-y;
}
#container2{
	margin:0;
	padding: 0 5px;
	width:740px;
	background-image: url(../images/container2_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



#pageheader{
	width: 740px;
	position: relative;
	border-top: #73BD0F solid 5px;
}

#pageheader-inner{
	position: static;
	width: 100%;
	background: url(../images/logo_bg.gif) no-repeat top left;
}

#pagebody{
	width: 730px;
	position: relative;
	margin:0;
	padding: 5px;
/*	background-color:#FFFEF7;*/
}

#pagebody-inner{
	position: static; width: 100%;
	padding-bottom: 15px;
}

#pagefooter{
	position: relative;
	width: 740px;
	text-align: center;
}

#pagefooter-inner{
	position: static; width: 100%;
	text-align: center;
	border-bottom: #73BD0F solid 20px;
}




#content {
	position: static;
	text-align: left;
}

/*+++++++++++++ カスタマイズ　+++++++++++++++*/

/*****　ヘッダー　*****/

h2{
	font-size: 12px;
	font-weight: bold;
}
.light_gray{
	color: #CCCCCC;
}

/*****　ボディ　*****/
.main_left{
	background: url(../images/top/main_left.jpg) no-repeat;
	padding-left:8px;
	width: 168px;
}
.main_right {
	background: url(../images/top/main_newbg.jpg) no-repeat;
}

#news_box{
	width: 266px;
	height:168px;
	margin: 5px;	
}

.news_title{
	padding-top:3px;
	padding-left: 17px;
	height:20px;
	font-size: 14px;
}

.news_cont{
	padding-left:3px;
	height: 145px;
	overflow-y: scroll;
	scrollbar-base-color:#A7CD32;
	scrollbar-face-color:#FFF;
	scrollbar-track-color:#FFF;
	scrollbar-arrow-color:#A7CD32;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-3dlight-color:#A7CD32;
	scrollbar-darkshadow-color:#A7CD32;
}

.title_l {
	background:url(../images/top/title_l.gif) no-repeat;
	padding-top: 2px;
	padding-left:15px;
	width: 550px;
	height: 27px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.title_s {
	background:url(../images/top/title_s.gif) no-repeat;
	padding-top: 2px;
	padding-left:15px;
	width: 265px;
	height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.ichiran {
	font-size:12px;
	padding-left:13px;
}
.office_title{
	border: #CCCCCC solid 1px;
	background: #FAF9F7;
	padding: 5px;
	width: 268px;
}


/*****　フッター　*****/
.footmenu{
	text-align: center;
	padding: 10px 0px;
	border-top: #CCCCCC solid 1px;
}

/*****　詳細ボディ　*****/
.pankuzu {
	background: url(../images/detail/pankuzu.gif) no-repeat;
	padding-left:5px;
	width: 565px;
	height: 19px;
	font-size: 10px;
}
.rental_name{
	padding: 5px 0 15px 0px;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #73BD0F;
}
.title{
	background:url(../images/detail/title.gif) no-repeat;
	padding-top: 3px;
	padding-left:15px;
	width:555px;
	height:21px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle {
	border-bottom: #FF8C00 solid 2px;
	color: #FF8C00;
	font-size: 16px;
	font-weight: bold;
}
.subtitle2 {
	background: url(../images/detail/icon_shikaku.gif) no-repeat left;
	padding-left:15px;
	border-bottom: #FF8C00 solid 2px;
	color: #FF8C00;
	font-size: 14px;
	font-weight: bold;
}
.height10{
	height: 10px;
	
}
#header-detail {
	border-bottom: #cccccc solid 1px;
	
}

.white{
	color:#FFFFFF;
}
.red {
	color:#FF0000;
}
.orange {
	color:#FF8C00;
}

.green {
	color:#73BD0F;
}

.size0 {
	font-size:10px;
	line-height: 12px;
}
.size2 {
	font-size: 14px;
}
.size3 {
	font-size: 16px;
}

.side_link a:link, .side_link a:visited {
	color:#93B52D;
	text-decoration: underline;
}
.side_link a:hover, .side_link a:hover {
	color:#FF0000;
	text-decoration: none;
}

/*フォーム*/
.label {
	background:#F4F4F4;
}
.value {
	background:#FFFFFF;
}