@import "main.css";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* グローバルメニュー部 */

.header {
	width: 730px;
	padding: 12px 30px 0 30px;
	border-top: 4px solid #FF7F00;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#logos {
	overflow:hidden;
	float: left;
	cursor: pointer;
}

#logos a img {
/*	background: url(http://www.oyasan.jp/images/logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-999em;
	float: left;
	cursor: pointer;
*/
	height: 49px;
	width: 163px;
}

#biginner {
	float: right;
}

#headerlink {
	margin-top: 4px;
	line-height: 1.1em;
	font-size: 10px;
	text-align: right;
	float: right;
	width: 500px;
	color: #666666;
}

#headerlink a,
#headerlink a:link,
#headerlink a:active,
#headerlink a:visited {
	color: #666666;
}

#headerlink a:hover {
	color: #FF7F00;
}

#headerlink span {
	color: #FF9900;
}


.bigbtn {
	margin-top: 2px;
}

.sidebtn {
	margin-top: 12px;
}

.sbbtn {
	float: right;
	margin-top: 8px;
}

.sbbtntop {
	float: right;
	margin-top: 12px;
}

.roundbottom {
	float: left;
}

.supportbox {
	background-image: url(http://www.oyasan.jp/images/support_title.gif);
	background-repeat: no-repeat;
	margin-top: 18px;
	padding-top: 15px;
}

.supportbox_outline {
	padding-top: 10px;
	border-left: 1px solid #FF7F00;
	border-right: 1px solid #FF7F00;
}

.supportbox .listbox {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}

.supportbox .listbox img,
.supportbox .bottombox img {
	float: left;
	margin-right: 6px;
	_margin-right: 3px;
}

.supportbox .listbox h3,
.supportbox .bottombox h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	color: #141C89;
}

.supportbox .listbox h3 a,
.supportbox .listbox h3 a:link,
.supportbox .listbox h3 a:active,
.supportbox .listbox h3 a:visited,
.supportbox .bottombox h3 a,
.supportbox .bottombox h3 a:link,
.supportbox .bottombox h3 a:active,
.supportbox .bottombox h3 a:visited {
	color: #666666;
}

.supportbox .listbox h3 a:hover,
.supportbox .bottombox h3 a:hover,
.supportbox .listbox h3 span,
.supportbox .bottombox h3 span {
	color: #FF7F00;
}

.listbox h3 a,
.listbox h3 a:link,
.listbox h3 a:active,
.listbox h3 a:visited {
	color: #141C89;
}

.supportbox .listbox h3 a:hover {
	color: #FF7F00;
}

.supportbox .listbox p,
.supportbox .bottombox p {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 4px;
	color: #777777;
}

.supportbox .bottombox {
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
}

.reasonbox {
	background-image: url(http://www.oyasan.jp/images/reason_title.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 14px;
}

.reasonbox ul {
	padding-top: 15px;
	padding-bottom: 6px;
	border-left: 1px solid #FF7F00;
	border-right: 1px solid #FF7F00;
}

.reasonbox ul li {
	font-size: 10px;
	background-image: url(http://www.oyasan.jp/images/gray_list.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 1.4em;
	text-align: left;
	margin: 0 10px;
	list-style: none;
}

.reasonbox ul li a,
.reasonbox ul li a:link,
.reasonbox ul li a:active,
.reasonbox ul li a:visited {
	color: #000000;
}

.reasonbox ul li a:hover {
	color: #FF7F00;
}

.footer {
	clear: both;
	margin: 40px 0 10px;
}

.footer a {
	float: left;
	display: block;
	width: 100px;
	font-size: 12px;
	text-decoration:underline;
}

.footer address {
	float: right;
	width: 600px;
	color: #7E7E7E;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}




/* 要素配置 */

.container {
	width: 730px;
	margin: 0 auto;
	padding: 0 30px 15px 30px;
	background-color: #FFFFFF;
}

.contents {
	float: left;
	width: 530px;
	margin-top: 5px;
	text-align: left;
}

.sidemenu {
	float: right;
	width: 170px;
	margin-top: 5px;
}

.halfleft {
	width: 250px;
	float: left;
	margin-top: 20px;
	text-align: left;
}

.halfright {
	width: 250px;
	float: right;
	margin-top: 20px;
	text-align: left;
}



/* コンテンツ構成基本 */

h4 {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 20px;
}

h4.title {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 20px;
	margin-bottom: 12px;
	color: #FF7F00;
	border-bottom: 1px dotted #FF7F00;
}

strong {
	color: #D90000;
}

strong.more {
	font-size: 14px;
}

.iframe {
	width: 248px;
	margin-top: 1px;
	height: 70px;
	border: 1px solid #CCCCCC;
}



/* コンテンツ構成補助 */

.clear {
	clear: both;
	height: 1px;
}

.left_image {
	float: left;
	margin-right: 20px;
	_margin-right: 10px;
}

.right_image {
	float: right;
	margin-left: 20px;
	_margin-left: 10px;
}

p.break {
	margin-bottom: 15px;
}

p.break_10 {
	font-size: 10px;
}




/* トップページ構成 */

.lvbtn {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
}

.lvbtn_right {
	float: left;
	margin-top: 3px;
}

.halfleft .title {
	margin-bottom: 9px;
}

.ownerbox,
.ownerbox_right,
.worksbox,
.worksbox_right {
	float: left;
	width: 80px;
	margin-top: 10px;
	text-align: center;
}

.ownerbox_right {
	margin-left: 5px;
	_margin-left: 5px;
}

.worksbox_right {
	margin-left: 10px;
	_margin-left: 10px;
}

.ownerbox h3,
.ownerbox_right h3,
.worksbox h3,
.worksbox_right h3,
.ucleft h3,
.ucright h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 4px;
	text-align: left;
}

.ownerbox p,
.ownerbox_right p,
.worksbox p,
.worksbox_right p,
.ucleft p,
.ucright p {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 4px;
	color: #777777;
	text-align: left;
}

.ucright h3 a,
.ucright h3 a:link,
.ucright h3 a:active,
.ucright h3 a:visited,
.ucleft h3 a,
.ucleft h3 a:link,
.ucleft h3 a:active,
.ucleft h3 a:visited,
.ownerbox h3 a,
.ownerbox h3 a:link,
.ownerbox h3 a:active,
.ownerbox h3 a:visited,
.ownerbox_right h3 a,
.ownerbox_right h3 a:link,
.ownerbox_right h3 a:active,
.ownerbox_right h3 a:visited,
.worksbox h3 a,
.worksbox h3 a:link,
.worksbox h3 a:active,
.worksbox h3 a:visited,
.worksbox_right h3 a,
.worksbox_right h3 a:link,
.worksbox_right h3 a:active,
.worksbox_right h3 a:visited {
	color: #000000;
}

.ucright h3 a:hover,
.ucleft h3 a:hover,
.ownerbox h3 a:hover,
.ownerbox_right h3 a:hover,
.worksbox h3 a:hover,
.worksbox_right h3 a:hover {
	color: #FF7F00;
}

#workstitle {
	margin-top: 15px;
}

.ucleft,
.ucright {
	width: 115px;
	text-align: left;
	margin-top: 10px;
}

.ucleft {
	float: left;
}

.ucright {
	float: right;
}



/* コンテンツ構成要素 */

.contenttitle {
	margin-bottom: 20px;
}

.contentsubtitle {
	margin-top: 20px;
	margin-bottom: 4px;
}

.subtitle {
	margin-bottom: 6px;
}

.titlespacer {
	margin-top: 35px;
	margin-bottom: 15px;
}

.br { margin-top: 1.5em; }

#blogtop {
}

/* companyカテゴリ */

.company {
	width: 100%;
	border-left: 1px solid #DEE2E3;
	border-top: 1px solid #DEE2E3;
	margin-top: 5px;
	margin-bottom: 10px;
}

.company th,
.company td {
	font-size: 12px;
	padding: 8px 8px;
	line-height: 1.7em;
	font-weight: normal;
	border-right: 1px solid #DEE2E3;
	border-bottom: 1px solid #DEE2E3;
}

.company th {
	background-color: #F6F4EE;
	text-align: center;
	vertical-align: top;
}

.company td {
	border-bottom: 1px solid #DEE2E3;
	color: #555555;
}

h5 {
	margin-top: 25px;
}

/* casestudyカテゴリ */

.caseindex_L {
	float: left;
	width: 260px;
	margin-top: 30px;
}
	
.caseindex_R {
	float: right;
	width: 260px;
	margin-top: 30px;
}

.casetitle {
	float: left;
	margin-right: 20px;
	_margin-right: 10px;
	margin-bottom: 20px;
}

.caselist {
	float: left;
}

/* faqカテゴリ */

.fqatitle {
	margin-top: 35px;
}

.qws {
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
}

.ans {
	font-size: 12px;
}

/* interviewカテゴリ */

.interviewer {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7em;
	color: #494F7D;
}

.answer {
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 1.7em;
}

.heavy {
	font-weight: bold;
}

/* levelカテゴリ */

.lvtitle {
	margin-top: 20px;
	margin-bottom: 6px;
}

.biginner_exan {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 10px;
}

.biginner_exan .photo {
	float: left;
}

.biginner_exan .text {
	float: right;
	width: 105px;
	background-color: #E5E5E5;
	font-size: 10px;
	line-height: 1.5em;
	height: 194px;
}

.biginner_exan p {
	color: #585858;
}

.biginner_exan h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
}

h4.lvtitle {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 25px;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 2px 6px;
	background-color: #1D5400;
	border-top: 1px solid #1D5400;
}

.lvtextbox {
	background-color: #F0F0F0;
	padding: 10px;
}

/* practiceカテゴリ */

#practicepic {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* riskカテゴリ */

.riskimgr {
	font-size:10px;
	width:210px;
	float:right;
	padding-top:0px;
	padding-left:10px;
	padding-right:8px;
	padding-bottom:5px;
}

.riskimgl {
	font-size:10px;
	width:210px;
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:5px;
}

.riskimgr p,
.riskimgl p {
	font-size: 10px;
}

.cons_area{
	background-color:#F0F0F0;
	padding: 6px 12px;

}

h5#fullloan {
	margin-top: 0;
	margin-bottom: 10px;
}

/* sitemapカテゴリ */

#toppage {
	font-size: 12px;
	margin-left: 5px;
	margin-top: 20px;
}

.maincategory {
	font-size: 12px;
	line-height: 1em;
	margin-top: 15px;
	margin-left: 20px;
}

.subcategory {
	font-size: 12px;
	line-height: 1em;
	margin-left: 40px;
	margin-top: 4px;
}

h4.madoguchi {
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
}

/* soundproofカテゴリ */

#spcaption {
	margin-top: 10px;
	margin-bottom: 15px;
}

.sptitle {
	margin-top: 20px;
	margin-bottom: 15px;
}

.spsubtitle {
	margin-top: 45px;
	margin-bottom: 15px;
}

.equipbox {
	width: 168px;
	float: left;
	margin-right: 8px;
	_margin-right: 4px;
}

.equipbox p,
p.flv_notice {
	color: #8A8A8A;
	font-size: 10px;
}

#flv_right {
	width: 260px;
	float: right;
}

.equipbox2 {
	width: 150px;
	float: right;
	margin-left: 8px;
	_margin-left: 4px;
}

.equipbox2 p,
p.flv_notice {
	color: #8A8A8A;
	font-size: 10px;
}

#canpaign {
	font-size: 14px;
	margin-top: 15px;
}

/*shikumiカテゴリ（はじめての方はこちら）*/

.shikumiList{
	background-color:#f6f6FF;
	padding:15px;
	border:solid 1px #ccccff;
	margin-top:30px;
}

.shikumiList ul li{
	border-bottom:dotted 1px #ccccff;
	padding:5px;
}


.shikumiPlan{}

.shikumiPlan dl{
	margin-bottom:20px;
}

.shikumiPlan dl dt{
	font-weight:bold;
}


/* systemカテゴリ */

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

.taxa {
	margin-bottom: 20px;
}

.taxacc {
	border: 1px dotted #777777;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

.taxacc_left {
	float: left;
}

.taxacc_right {
	float: right;
	width: 330px;
	margin-right: 10px;
	_margin-right: 5px;
}

.taxacc_right2 {
	float: right;
	width: 330px;
	margin-right: 10px;
	_margin-right: 5px;
	font-size: 12px;
	line-height: 1.5em;
}

.taxacc_right p {
	margin-top: 20px;
}

#taxbtn {
	margin-top: 5px;
	float: right;
}

.taxq {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #494F7D;
	margin-bottom: 7px;
}

.taxq2 {
	color: #067188;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #067188;
}

.right_notice {
	text-align: right;
	font-size: 10px;
	color: #777777;
}

#taki {
	position: relative;
	width: 530px;
	height: 260px;
	margin-bottom: 25px;
}

#taki_prf {
	position: absolute;
	z-index: 1;
}

#taki_hp {
	position: absolute;
	text-align: left;
	font-size: 14px;
	left: 265px;
	top: 72px;
	width: 150px;
	z-index: 2;
}

#land {
	position: relative;
	width: 530px;
	height: 260px;
	margin-bottom: 25px;
}

#land_prf {
	position: absolute;
	z-index: 1;
}

#land_hp {
	position: absolute;
	text-align: left;
	font-size: 14px;
	left: 265px;
	top: 72px;
	width: 150px;
	z-index: 2;
}

#mizonokuchi {
	float: left;
	margin-right: 20px;
	_margin-right: 10px;
	padding-bottom: 20px;
}

#naga_prf {
	border: 3px solid #CCCCCC;
	padding: 10px;
	margin: 25px auto 0 auto;
}

#naga_prf p {
	width: 364px;
	float: right;
}

#naga_name {
	font-size: 16px;
	font-weight: bold;
}

#naga_prftext {
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	width: 340px;
	font-size: 12px;
}

#naga_url {
	font-size: 10px;
	text-align: left;
	margin-top: 6px;
}

/* formカテゴリ */

h2.contactitle {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 30px;
	margin-left: 5px;
	color: #FF7F00;
}

h2.contactitle2 {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 30px;
	margin-left: 5px;
	color: #002455;
}

#process {
	margin-top: 25px;
}

#process2 {
	margin-top: 25px;
	margin-bottom: 20px;
}

table.contact {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.contact td,
.contact th {
	font-size: 12px;
	line-height: 1.8em;
	padding: 6px 12px;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.contact input,
.contact select {
	margin: 0 3px;
}

.contact td.subject {
	width: 232px;
}

.contact td.subject,
.beige {
	background-color: #F6F4EE;
}

tr.address td,
tr.address_bottom td {
	line-height: 1.2em;
}

tr.address td.left {
	border: none;
	width: 90px;
}

tr.address td.right {
	border-bottom: none;
}

tr.address_bottom td.left {
	border-right: none;
	width: 90px;
}

input[type="text"] {
	height: 18px;
}

input.address {
	width: 180px;
}

input.text {
	width: 230px;
}

.postscript {
	font-size: 10px;
	line-height: 1.2em;
}

.caution {
	color:#CC0000;
	font-size: 10px;
}

.contact th {
	width: 130px;
	background-color: #F6F4EE;
}

.contact textarea {
	width: 99%;
	margin: 0 auto;
}

.namealign {
	float: left;
	padding-right: 10px;
	line-height: 1.2em;
}

.contact .item {
	font-size: 12px;
	padding: 4px 10px 4px 0;
}

.sendbtn {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}

.contact .nopadding {
	padding: 0;
}

#error {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
}

#error ul {
	margin-top: 15px;
}

#error ul li {
	list-style: none;
	color: #000000;
	font-weight: normal;
}


/* 物件情報構成 */

.entrybody h2,
.entrybox h2 {
	font-size: 12px;
	margin-bottom: 15px;
	color: #FF7F00;
}

p.date {
	font-size: 10px;
	margin-bottom: 6px;
}

.entrybody {
	padding: 15px;
	margin-bottom: 25px;
	font-size: 12px;
	color: #555555;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	border: 1px solid #CCCCCC;
}

.entrybody p strong,
.entrybody strong {
	color: #555555;
}

.entrybox {
	padding: 15px;
	font-size: 12px;
	color: #555555;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	border: 1px solid #CCCCCC;
}

.entrybottom {
	text-align: center;
	margin-top: 15px;
}

/* worksカテゴリ */

.works_photobox {
	width: 530px;
}

.works_photobox ul li {
	float: left;
	height: 110px;
	width: 170px;
	background-color: #EAEAEA;
	text-align: center;
	margin-bottom: 30px;
	list-style: none outside;
}

.works_photobox ul li.left {
}

.works_photobox ul li.right {
	margin-left: 10px;
}

.works_text {
	margin-bottom: 40px;
}

.works_text strong {
	color: #000000;
}





.formenginetable td {
	border-right:none;
}

