@charset "utf-8";

/* = 
 * Twenty Ten
 * widget_fudo Style
 * style2010.css サイト基本の装飾
 * @package WordPress3.7
 * Version: 1.3.3
-------------------------------------------------------------- */

img { -ms-interpolation-mode: bicubic; }

#main #content table tr {
	border:none;
	padding:0;
	margin:0;
}

/* カスタム化に伴いコメント化（2013/12/23）	---------------------------
#main #content table tr td {
	padding: 0 0.5em 0 0.5em;
	margin:0;

	border-top:none;
	vertical-align: top;
}
*/
/* カスタム化に伴いスタイル変更（2013/12/23）	---------------------------*/
#main #content table tr td {
	color: #333;
	font-weight: normal;
	padding: 5px 10px;
	border-top: none;
}
#main #content table#company-info tr td {
	border-bottom: 1px solid #e7e7e7;
}



/* = 物件リストページ
-------------------------------------------------------------- */

#main #content #list_simplepage {
	margin:0;
	padding:0;
}

#main #content #list_simplepage .list_detail table {
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:12px;
}

.list_simple_box { /zoom : 1;}

.list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#list_simplepage .list_simple_box {
	padding: 6px;
	margin: 0 0 10px 0;
	background-color: #fefefe;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main #content #list_simplepage .list_detail dl {
	margin: 0px;
	padding: 5px;
	font-size:12px;
}

#main #content .list_detail dt {
	display: inline;
	font-weight: normal;
	color: #333;
}

#main #content .list_detail dd {
	display: inline;
	color: #333;
	margin: 0 1.0em 0 0.5em;
	padding: 0px;
}

#main #content .list_picsam {
	float: left;
	width:216px;
	color: #000;
}

#main #content .list_picsam img {
	border: 1px solid #333;
	background-color: #FFF;
/*	height: 100px;	*/
	width: 100px;
	margin:  1px 1px 5px;
	padding: 1px;
	float: left;
}

#list_simplepage .list_details_button {
	clear:both;
	display: block;
	font-size:13px;
	font-weight:bold;

	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #eeeeee), color-stop(0.5, #dddddd), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 49%, #dddddd 50%, #ffffff 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee',GradientType=0 ); /* ie */

	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;

	border-radius: 3px;

	text-align: center;
	height: 24px;
	width:208px;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	padding-top: 3px;

	letter-spacing: 0.1em;
}

#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }

#list_simplepage a:hover .list_details_button {
	color: #ff9900;
	text-decoration: underline;
}

#list_simplepage .list_detail {
	width: 63%;
	float: right;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	padding: 4px;
	margin:0;
	
	border-radius: 5px;
	
	-moz-box-shadow:0px 2px 1px #BEC2C6;
	-webkit-box-shadow:0px 2px 1px #BEC2C6;
	box-shadow:0px 2px 1px #BEC2C6;
}

#main #content #list_simplepage .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#main #content #list_simplepage .list_price {
	padding:5px;
	background:	-moz-linear-gradient(left, #ebf6fc, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#ebf6fc), to(#fff));
	background-color: #ebf6fc;
	line-height: 1.4;
}


#main #content #list_simplepage .list_price.rent {
	background:	-moz-linear-gradient(left, #fdedf0, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#fdedf0), to(#fff));
	background-color: #fdedf0;
}



#main #content #list_simplepage .list_detail .list_price tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAE7F4;
}



#main #content #list_simplepage .list_detail dt {
	color: #666;
}

#main #content #list_simplepage .list_detail .list_address dd { /*display: block;*/ }



#list_simplepage .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}

#list_simplepage2 .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}


/* = 物件詳細ページ
-------------------------------------------------------------- */

#main #content #list_simplepage2{
	margin:0;
	padding:0;
}
	
#main #content #list_simplepage2 .list_detail table{
	margin: 0px;
	padding: 0px;
	border:none;
}


#main #container #content #list_simplepage2 .list_simple_box{
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #f8f8f8;
}


#main #container #content #list_simplepage2 .list_simple_box .list_detail {
	/*width: 75%;*/
	width: 518px;
	margin:0 0 0 8px;

	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 2px 1px #BEC2C6;
	-webkit-box-shadow:0px 2px 1px #BEC2C6;
	box-shadow:0px 2px 1px #BEC2C6;
}


#main #content #list_simplepage2 .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
}

#main #content #list_simplepage2 .list_picsam {
	float: left;
	width:140px;
	color: #000;
}

#main #content #list_simplepage2 .list_picsam img {
/*	display: block;	*/
	border: 1px solid #999;
	background-color: #FFF;
/*	height: 130px;	*/
	width: 130px;
	margin: 0 0 4px 0;
	padding: 1px;
}


#main #content #second_img {
	padding: 10px 0;
}

#main #content #second_img img {
	border: 1px solid #999;
	background-color: #FFF;
	width: 97px;
	height:97px;
	margin: 0 1px 0 0;
	padding: 1px;
}



#main #content #list_simplepage2 .list_price {
	line-height: 2;
	margin: 0;
	padding: 0;
}
#main #content #list_simplepage2 .list_price.rent {
	background:	-moz-linear-gradient(left, #fdedf0, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#fdedf0), to(#fff));
	background-color: #fdedf0;
}


#main #content #list_simplepage2 .list_detail table {
	font-size:12px;
}



#main #content #list_simplepage2 .list_simple_box .list_detail #list_add th{
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	color: #666;
	font-weight: normal;
	font-size:12px;
	border-bottom:1px solid #EEEEEE;

/* カスタム化に伴い追加（2013/12/09）	*/
	width: 20%;
	border-right: 1px dotted #CCC;
	border-bottom:1px solid #EEEEEE;
}


#main #content #list_simplepage2 .list_simple_box .list_detail #list_add td {
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	color: #555;
	border-bottom:1px solid #EEEEEE;
}


#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th{
	border-right: 1px dotted #CCC;
	border-bottom:1px solid #EEEEEE;
	line-height: 1.2;
	padding: 0.5em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	color: #666;
	width: 20%;
}

#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th.th2{
	border-left: 1px dotted #CCC;
}

#main #content #list_simplepage2 .list_simple_box .list_detail #list_other td {
	line-height: 1.2;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	width: 30%;
	border-bottom:1px solid #EEEEEE;
}

#main #content .entry-content p {
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px;
}

/* for wp3.6 youtube */
#main #content .list_detail .entry-content p iframe  {
	max-width: 485px;
}

#toiawasesaki{
	display: block;
	margin:0 0 20px ;
	line-height: 1.2;
}
#contact_form{
	display: block;
	margin:0 0 20px ;
}


.list_detail_bottom_info{
	font-size: 10px;
	width: 530px;
	text-align: right;
	float: right;
}


#cstm_toiawase {
	margin: 0;
}

#cstm_toiawase table {
	width: 100%;
	margin-bottom: 10px;
}
#cstm_toiawase table tr th {
	width: 27%;
	border: 1px solid #ddd;
//	padding: 1.5em;
	padding: 15px;
	background-color: #F5F5F5;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
#cstm_toiawase  input {
	margin: 0;
}
#main #content #cstm_toiawase table tr td {
	border: 1px solid #ddd;
	padding: 1.5em;
}

#cstm_toiawase span.hissu {
	font-size: 80%;
	color: #c00;
}

#cstm_toiawase input.inp_address,
#cstm_toiawase textarea.inp_message {
	width: 100%;
}


#cstm_toiawase dt {
	width: 23%;
	padding: 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	float: left;
}
#cstm_toiawase dd {
	width: 67%;
	padding: 1em;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	float: left;
}
#cstm_toiawase dd input {
	margin: 0;
}



/* = topページ
-------------------------------------------------------------- */

#wrapper #main #container #content table tbody tr td #text-4 h3{
	border-bottom: 1px dotted #CCC;
}
#wrapper #main #container #content table tbody tr td #fudo_top_r-3 h3{
	border-bottom: 1px dotted #CCC;
}



/* = 汎用
-------------------------------------------------------------- */

.dpoint1 {
	font-size: 26px;
	font-weight: normal;
	color: #C00;
	float:left;
	padding: 4px;
	line-height: 1.2;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.dpoint2 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	float:left;
	padding: 4px;
	line-height: 1.5;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.dpoint3 {
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	display: inline;
}

.dpoint4 {
	font-size: 20px;
	color: #c00;
	display: inline;
	font-weight: bold;
}



/* = カテゴリ一覧ページ
-------------------------------------------------------------- */
.entry-title a:link,
.entry-title a:visited {
	color: #996600;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff9900;
}

.entry-info-box {
	margin: 10px;
}

.entry-summary {
	margin: 0;
	padding: 0;
}

.entry-summary p {
	line-height: 1.5em;
}


/* = home.php
-------------------------------------------------------------- */


#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin:0;
}
#content .grid-content {
	list-style-type: none;
}
#content .grid-content li {
	display: block;
	width: 150px;
/*	height: 260px;	*/
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.4;
	float:left;
}
.clearLeft {
clear: left;
}
.clearRight {
clear: right;
}


#main #top_fbox #container #content table{
	margin: 0;
	padding: 0;
	border: none;
}

#main #top_fbox #container #content tr td{
	margin: 0;
	padding: 0;
	border: none;
}



/* = side form 物件検索
-------------------------------------------------------------- */
#secondary .widget-container form,
#primary .widget-container form { line-height: 1.2; padding-left: 5px;}
#secondary .widget-container form div,
#primary .widget-container form div{ margin-bottom: 6px; }



/* = 物件検索
-------------------------------------------------------------- */
.widget_fudo_search #s {
    width: 60%;
}



/* = 物件詳細ページ・関連物件
-------------------------------------------------------------- */
#syousai_box ul{ /zoom : 1; padding-left: 10px; }

#syousai_box ul:after{ content : ''; display : block; clear : both; height:0; }

#syousai_box ul.syousai-content li{
	display: block;
	width: 80px;

	list-style-type: none;

	font-size: 12px;
	line-height: 1.2;
	float:left;

	border: 1px solid #ccc;

	padding: 6px;
	margin:0 5px 4px 0;

	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 70%, #F7F7F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#F7F7F7)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7',GradientType=0 );

}

#syousai_box ul.syousai-content li span{ font-size: 10px;}


#main #container #content #list_simplepage2 .list_detail h3{
	font-size: 14px;
	margin: 8px 0px;
	padding: 0px 0px 0px 8px;
	color: #666;
}

#syousai_box ul.syousai-content li .box2image{
	width:80px; 
/*	height:80px;	*/
}



/* = 物件検索 個別ページ用
-------------------------------------------------------------- */
#container .jsearch{
	padding: 0px 30px 30px;
	font-size: 12px;
	line-height: 2;
}

.jsearch p{
	margin: 0;
	padding: 0px 10px 10px 0px;
}

#main #container #content.jsearch h3{
	border-bottom: 1px dotted #CCC;
	border-left: 4px solid #CCC;
	padding: 5px 0px 5px 10px;
	margin: 20px 0px 10px -10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow : none;
}

#container .jsearch h4{
	border-left: 4px solid #CCC;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	margin: 15px 0px 5px -10px;
}

#container .jsearch h5{
	margin: 10px 0px 0px -5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#container .jsearch ul{
	margin: 0 0 10px;
	padding: 0px;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */
}

.jsearch li{
	margin: 0 1em 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}

.jsearch label {
    margin-right: 5px;
	color: #666;
}

#container .jsearch .submit input{ 
	width: 160px;
	border: 1px solid #298CBA;
	padding: 3px 10px;
	margin: 10px 10px 20px 0;
	color: #FFFFFF;
	font-weight: bold;

	cursor: pointer;

	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	
	background: #298CBA; /* old browsers */
	background: -moz-linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0298CB), color-stop(50%, #247CA4), color-stop(100%, #206D93)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298CB', endColorstr='#206D93', GradientType=0 ); /* ie */
	background: linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%);

}

/* 17= 物件検索 固定ページ用  .jsearch 新
---------------------------------------------------------------------- */

	table.form_jsearch {
		border: 1px solid #E5E5E5;
		border-collapse: collapse;
	/*	font-size: 87.6%; */
		line-height: 18px;
		margin-bottom: 10px;
		width: 100%;
	}
	table.form_jsearch tr {
		border: 0 none currentcolor;
		font: inherit;
		margin: 0;
		padding: 0;
	}
	table.form_jsearch th {
		background:  #F6F6F6;
		border-bottom: 1px solid #E5E5E5;
		font-weight: bold;
		padding: 10px !important;
		text-align: left;
		width: 18%;
		vertical-align: top;	
	}
	table.form_jsearch td {
		border-bottom: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		margin: 0;
		padding: 10px !important;
		width: 81%;
	}

	table.form_jsearch h5 {
		margin: 10px 0 10px !important;
	}
	table.form_jsearch ul {
		margin: 0 !important;
	}



/*  */


/* = widget Top Slider Style
-------------------------------------------------------------- */
	/* = sidebar only
	-------------------------------------------------------------- */
	#tertiary .carousel_inner,
	#primary .carousel_inner,
	#secondary .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	#tertiary .box1image ,
	#primary .box1image ,
	#secondary .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}



	/* 2011 */
	.two-column #secondary .grid-content li{
		width: 210px;
	}

	.showcase #content .grid-content .carousel_inner li {
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
		height: 130px;
		overflow: hidden;
		margin: 0;

		font-size: 10px;
		line-height: 1.2;

	}


	/* 2010 */
	#main .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}



	/* unpc*/
	#main .widget-area ul.grid-content{
		padding: 0;
	}
	.three-column.unpc .grid-content li{
		width: 175px;
	}
	.three-column.unpc #tertiary .grid-content li,
	.three-column.unpc #secondary .grid-content li{
		width: 175px;
		margin-left: -0.5em;
	}
	.three-column.unpc #tertiary .box1image,
	.three-column.unpc #secondary .box1image{
		width: 90px;
	}
	.three-column.unpc #tertiary .carousel_inner,
	.three-column.unpc #secondary .carousel_inner{
		width: 180px;
	}
	.two-column.unpc .grid-content li{
		width: 190px;
	}
	.two-column.unpc #secondary .grid-content li{
		width: 190px;
		margin-left: -0.5em;
	}
	.two-column.unpc #secondary .box1image{
		width: 75px;
	}
	.two-column.unpc #secondary .carousel_inner{
		width: 195px;
	}




	/* = footer only
	-------------------------------------------------------------- */
	footer .carousel_inner,
	#footer .carousel_inner{
		padding-top: 0px;
		padding-left: 0px; 

		width: 210px;
	/*	height: 115px; */
		overflow: hidden;
		margin: 0;
	}

	footer .grid-content li,
	#footer .grid-content li{
		display: block;
		width: 200px;
		font-size: 10px;
		line-height: 1.2;
		float:left;

		list-style-type: none;
		
		padding: 8px;
	}

	footer .box1image,
	#footer .box1image{
		width: 100px;
		float:left;
		padding-right: 5px; 
	}

	#footer .widget-area ul ul.grid-content {
	    margin-left: -0.5em;
	}


	/* = NEW/UP mark
	-------------------------------------------------------------- */

	.showcase #content .grid-content,
	footer .grid-content li,
	#footer .grid-content li,
	#tertiary .grid-content li,
	#primary .grid-content li,
	#secondary .grid-content li{
		position: relative;
	}

	.page-template-showcase-php .new_mark,
	footer .new_mark,
	#footer .new_mark,
	#tertiary .new_mark,
	#primary .new_mark,
	#secondary .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: auto;

		position: absolute;
		top: 3px;
		left: 5px;
		
		border-radius: 4px;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}




	/* = 関連物件
	-------------------------------------------------------------- */
	#syousai_box ul.syousai-content li {
		position: relative;
	}

	#syousai_box .new_mark {
		font-family: Verdana, Geneva, sans-serif;

		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		
		display: block;
		padding: 2px 5px;
		width: auto;

		position: absolute;
		top: 6px;
		right: 6px;
		
		border-radius: 4px;

		text-shadow:1px 1px 0px #900;

		background: #900; /* Old browsers */
		background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
	}


/*  */



/*================================================================*/
/* カスタム化に伴う「twentyten」スタイルの上書き		*/
/*================================================================*/
	/* =Structure
	-------------------------------------------------------------- */
	#access .menu-header,
	div.menu,
	#colophon,
	#branding,
	#main,
	#wrapper {
		width: 980px;
	}
	#wrapper {
		background: none;
	}


	/* =Global Elements
	-------------------------------------------------------------- */
	body {
		background: none;
	}

	a:link {
		color: #996600;
		text-decoration: none;
	}
	a:visited {
		color: #996600;
	}
	a:active,
	a:hover {
		color: #ff9900;
	}


	/* =Header
	-------------------------------------------------------------- */
	#header {
		padding: 0;
	}

	#site-title {
		margin-top: 10px;
	}


	/* =Menu
	-------------------------------------------------------------- */
	#access {
		background: #f7f7f7; /* Old browsers */
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #f5f5f5 50%, #fafafa 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(50%,#f5f5f5), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,   #f0f0f0 0%, #f5f5f5 50%, #fafafa 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,   #f0f0f0 0%, #f5f5f5 50%, #fafafa 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,   #f0f0f0 0%, #f5f5f5 50%, #fafafa 100%); /* IE10+ */
		background: linear-gradient(to bottom,   #f0f0f0 0%, #f5f5f5 50%, #fafafa 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

		border-top: 1px solid #fff;
		border-bottom: 1px solid #e0e0e0;

		display: block;
		float: left;
		margin: 0;
		width: 100%;
	}

	#access .menu-header,
	div.menu {
		font-size: 15px;
		margin: 0 auto;
//		width: 928px;
	}

	#access .menu-header li,
	div.menu li {
		background: #f0f0f0; /* Old browsers */
		background: -moz-linear-gradient(top,  #f9f9f9 0%, #fbfbfb 50%, #f0f0f0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#fbfbfb), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,   #f9f9f9 0%, #fbfbfb 50%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,   #f9f9f9 0%, #fbfbfb 50%, #f0f0f0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,   #f9f9f9 0%, #fbfbfb 50%, #f0f0f0 100%); /* IE10+ */
		background: linear-gradient(to bottom,   #f9f9f9 0%, #fbfbfb 50%, #f0f0f0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #e5e5e5;
	}

	#access a {
		color: #675c43;
//		padding: 2px 15px;
		padding: 2px 14px;
	}

	#access li:hover > a,
	#access ul ul :hover > a {
		background: #c09133; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffc83c 0%, #e9ae2b 50%, #c09133 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc83c), color-stop(50%,#e9ae2b), color-stop(100%,#c09133)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,   #ffc83c 0%, #e9ae2b 50%, #c09133 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,   #ffc83c 0%, #e9ae2b 50%, #c09133 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,   #ffc83c 0%, #e9ae2b 50%, #c09133 100%); /* IE10+ */
		background: linear-gradient(to bottom,   #ffc83c 0%, #e9ae2b 50%, #c09133 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc83c', endColorstr='#c09133',GradientType=0 ); /* IE6-9 */
	}

	#access ul li.current_page_item > a,
	#access ul li.current_page_ancestor > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		color: #675c43;
	}


	/* =Content
	-------------------------------------------------------------- */
	#content,
	#content input,
	#content textarea {
		font-size: 12px;
	}

	#content tr th,
	#content thead th {
		color: #666;
		font-weight: normal;

		border-top: 1px solid #e7e7e7;
		border-right: 1px solid #e7e7e7;
		background-color: #f7f7f7;
	}


	/* =Navigation
	-------------------------------------------------------------- */
	.navigation a:link,
	.navigation a:visited {
		color: #996600;
		text-decoration: none;
	}
	.navigation a:active,
	.navigation a:hover {
		color: #ff6600;
	}


	/* =Widget Areas
	-------------------------------------------------------------- */
	.widget-title {
		color: #fff;
		font-weight: normal;
	}


	/* =Footer
	-------------------------------------------------------------- */
	#footer {
		height: 120px;

		background: #f0f0f0; /* Old browsers */
		background: -moz-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 30%, #f0f0f0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(30%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 30%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 30%, #f0f0f0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e4e4e4 0%, #f0f0f0 30%, #f0f0f0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e4e4e4 0%, #f0f0f0 30%, #f0f0f0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	}


/*================================================================*/
/* カスタム化に伴う追加スタイル		*/
/*================================================================*/
#pankuzu {
	height: auto;
	margin: 0px 0px 20px;
	padding: 0 5px 2px 5px;
	font-size: 12px;
	color: #777;
	background-image: none;
	border-bottom: 1px dotted #996600;
}

#header-si-area {
	width: 100%;
//	height: 60px;
//	background: #ffa73d;
//	background: #9d1f3d;
}
#header-si {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}

#header-img-area {
	width: 980px;
	height: 250px;
	margin: 0 auto 15px auto;
}

#list_add th {
	background-color: #F5F5F5;
}

#list_other th {
	background-color: #F5F5F5;
}


#kalb, #kahb,
#mel, #meh {
	width: 44%;
}
#kalb, #mel {
	margin-right: 5px;
}
#kahb, #meh {
	margin-left: 5px;
}

#primary .widget-container h3,
#secondary .widget-container h3 {
	background-image: -moz-linear-gradient(center top , #ffeedd 0%, #ffb477 50%, #ff7b0d 100%);
}


#footer-widget-area #first,
#footer-widget-area #second,
#footer-widget-area #third {
	width: 100%;
	margin: 0;
	text-align: center;
}
#footer-widget-area #first ul.xoxo {
	margin-bottom: 30px;
}
#footer-widget-area #second ul.xoxo {
	margin-bottom: 10px;
}
#footer-widget-area #third ul.xoxo {
	margin-bottom: 0;
	font-size: 11px;
}
