@charset "utf-8";

body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 77%; */
	margin: 0px;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
}
table {
	margin: 0px;
	border: none;
	border-spacing: 0;
}
th, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td.left{
	text-align: left;
}
td.center{
	text-align: center;
}
td.right{
	text-align: right;
}
a:link    {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover   {
	color: #1d3994;
	text-decoration: underline;
	/*
	background-color: #E6F9FF;
	*/
}
a:active  { color: #1d3994; }

h1 {
	font-size: 93%;
	font-weight: normal;
	color: #777777;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
}



/*
	基本構造
*/

/* コンテナ */
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/* border: 1px solid #999999; */
	background-color: #FFFFFF;
}

#container h1 {
	font-size: 85%;
	font-weight: normal;
	color: #777777;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
}

#container p#header-no {
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* ヘッダ */
#header {
	width: 950px;
	clear: both;
}

/* サイドバー */
#side {
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 5px;
	font-size: 93%;
}

/* コンテンツ */
#contents {
	width: 710px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	font-size: 93%;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents div#information {
	color: #000000;
	padding: 5px;
	font-size: 116%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #FF0066;
	background-color: #FFF0F3;
}

div#contents p#cooperation {
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	background-color: #FA7A81;
	width: 700px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* リンクフッタ */
#footer-link {
	width: 950px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 85%;
}

/* フッタ */
#footer {
	width: 950px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}


/*
	各部位構造
*/

/* ----------------------------------------ヘッダ開始 */
/* ヘッダロゴ */
#header-logo {
	width: 950px;
	height: 75px;
}

/* ヘッダナビゲーション */
#header-navi {
	width: 950px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#header-navi ul{
	height: 24px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

#header-navi li{
	height: 24px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 105px;
	margin: 0px;
	padding: 0px;
}

#header-navi li.left{
	height: 24px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 3px;
	margin: 0px;
	padding: 0px;
}

#header-navi li.right{
	height: 24px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 2px;
	margin: 0px;
	padding: 0px;
}

/* ----------------------------------------ヘッダ終了 */


/* ----------------------------------------サイド開始 */
/* 無料お見積もり */
#side dl.consult {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.consult dt{
	width: 210px;
	background-image: url(../images/sidebar/sidebar-mitsumori.gif);
	height: 59px;
	font-weight: normal;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;

}

#side dl.consult dd{
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F79061;
	border-bottom-color: #F79061;
	border-left-color: #F79061;

}

#side dl.consult dd p {
	margin-top: 10px;
	color: pink;
}

#side dl.consult ul{
	width: 200px;
	margin: 0px;
	padding: 0px;

}

#side dl.consult li{
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: none;
	width: 190px;
	background-image: url(../images/sidebar/sidebar_-mitsumori_caption.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

/* リフォーム冊子プレゼント */
#side dl.brochure {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 10px;
}

#side dl.brochure dt{
	width: 210px;
	background-image: url(../images/sidebar/sidebar_brochure.gif);
	height: 36px;
	font-weight: normal;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;

}

#side dl.brochure dd{
	width: 200px;
	margin: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F79061;
	border-bottom-color: #F79061;
	border-left-color: #F79061;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}

/* 部屋別リフォーム */
#side dl.room {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.room dt{
	width: 210px;
	background-image: url(../images/sidebar/item_room_header.gif);
	height: 59px;
	font-weight: normal;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;

}

#side dl.room dd{
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDCEE7;
	border-bottom-color: #BDCEE7;
	border-left-color: #BDCEE7;

}

#side dl.room ul{
	width: 200px;
	margin: 0px;
	padding: 0px;

}

#side dl.room li{
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
	list-style-type: none;
	width: 180px;

}

/* 部位別リフォーム */
#side dl.part {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.part dt{
	width: 210px;
	background-image: url(../images/sidebar/item_part_header.gif);
	height: 59px;
	font-weight: normal;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;

}

#side dl.part dd{
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDCEE7;
	border-bottom-color: #BDCEE7;
	border-left-color: #BDCEE7;

}

#side dl.part ul{
	width: 200px;
	margin: 0px;
	padding: 0px;

}

#side dl.part li{
	margin: 0px;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
	list-style-type: none;
	width: 180px;

}

#side dl.part dl.part_title {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#side dl.part dl.part_title dt {
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 195px;
}

#side dl.part dl.part_title dd {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* スライドメニュー開始 */
/* 表示クラス開始 */
#side dl.slidemenu {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.slidemenu dt {
	width: 210px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	background-image: url(../images/sidebar/slidemenu_on.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 23px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer; 
}

#side dl.slidemenu dt.hover {
	color: #1d3994;
	text-decoration: underline;
	background-color: #E6F9FF;
}

#side dl.slidemenu dd{
	width: 208px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;

}

#side dl.slidemenu ul{
	width: 208px;
	margin: 0px;
	padding: 0px;

}

#side dl.slidemenu li{
	margin: 0px;
	text-align: left;
	list-style-type: none;
	width: 181px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 22px;
	height: auto;
	background-image: url(../images/sidebar/slidemenu_pointer.gif);
	background-repeat: no-repeat;
	background-position: 15px center;

}

#side dl.slidemenu dl.menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	width: 208px;
}

#side dl.slidemenu dl.menu dt {
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: auto;
	width: 198px;
	text-indent: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	cursor: auto;
}

#side dl.slidemenu dl.menu dd {
	margin: 0px;
	padding: 0px;
	width: 208px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 表示クラス終了 */

/* 非表示クラス開始 */
#side dl.slidemenu_hide {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.slidemenu_hide dt{
	width: 210px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	background-image: url(../images/sidebar/slidemenu_off.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 23px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer; 
}

#side dl.slidemenu_hide dt.hover {
	color: #1d3994;
	text-decoration: underline;
	background-color: #E6F9FF;
}

#side dl.slidemenu_hide dd{
	width: 208px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;

}

#side dl.slidemenu_hide ul{
	width: 208px;
	margin: 0px;
	padding: 0px;

}

#side dl.slidemenu_hide li{
	margin: 0px;
	text-align: left;
	list-style-type: none;
	width: 181px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 22px;
	height: auto;
	background-image: url(../images/sidebar/slidemenu_pointer.gif);
	background-repeat: no-repeat;
	background-position: 15px center;

}

#side dl.slidemenu_hide dl.menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	width: 208px;
	display: none;
}

#side dl.slidemenu_hide dl.menu dt {
	margin: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	height: auto;
	width: 198px;
	text-indent: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#side dl.slidemenu_hide dl.menu dd {
	margin: 0px;
	padding: 0px;
	width: 208px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 非表示クラス終了 */

/* スライドメニュー終了 */


/* 店舗情報 */
#side dl.shop {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.shop dt{
	width: 210px;
	background-image: url(../images/sidebar/sidebarhead-tosho.gif);
	height: 25px;
	font-weight: normal;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;

}

#side dl.shop dd{
	width: 204px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #36B4D2;
	border-bottom-color: #36B4D2;
	border-left-color: #36B4D2;
	background-image: url(../images/sidebar/sidebarfooter-tosho.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 2px;

}

#side span.sidemenu-point {
	margin: 0px;
	color: #FF0000;
	font-size: 85%;
}

/* サイド：施工事例 開始 */
div#side dl#jirei {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

div#side dl#jirei dt{
	width: 210px;
	background-image: url(../images/sidebar/jirei_header.gif);
	height: 59px;
	font-weight: normal;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: bottom;

}

div#side dl#jirei dd{
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EAAAB5;
	border-bottom-color: #EAAAB5;
	border-left-color: #EAAAB5;
}

div#side dl#jirei dl {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

div#side dl#jirei dl dt {
	background-image: none;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F9E6E9;
}

div#side dl#jirei dl dd {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#side dl#jirei ul{
	width: 200px;
	margin: 0px;
	padding: 0px;

}

div#side dl#jirei li{
	margin: 0px;
	text-align: left;
	list-style-type: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 15px;
	height: auto;
	background-image: url(../images/sidebar/slidemenu_pointer.gif);
	background-repeat: no-repeat;
	background-position: 8px center;

}

/* サイド：施工事例 終了 */

/* リンクフッタ */
#footer-link table{
	width: 950px;
}
#footer-link td{
	line-height: 120%;
	color: #666666;
	width: 25%;
	vertical-align: top;
	margin: 0px;
	height: auto;
	padding: 10px;
}

#footer-link p{
	margin: 0px;
}

#footer-link p.itemLv2{
	margin-left: 10px;
}

/* フッタ */
#footer p{
	text-align: right;
	margin: 0px;
	padding: 5px;
}


.clearboth{
	clear: both;
}

/*
	共通スタイル定義
*/
.nocss {
	display: none;
}

#contents #topagetop{
	padding: 5px;
	color: #999999;
	font-size: 100%;
	margin-top: 15px;
	text-align: right;
}

/* 共通スタイル定義終了*/

#contents #relItem {
	margin-left: 40px;
}

#contents p {
	padding: 0px;
	margin: 0px;
}

.sideMenuMitumoriItem {
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}

.sideMenuRoomItem {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideMenuPartItemTitle {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideMenuPartItem {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideMenuPartItemLine {
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideMenuCorpItem {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.sideMenuCorpItem p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	line-height: 110%;
}

#side dl.menu-easy {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
}

#side dl.menu-easy dt {
	width: 210px;
	height: auto;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffedf2;
	color: #664f00;

}

#side dl.menu-easy dd {
	width: 190px;
	margin: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffedf2;
	border-bottom-color: #ffedf2;
	border-left-color: #ffedf2;
	text-align: center;
	/* background-image: url(../images/sidebar/slidemenu_pointer.gif); */
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

/* ----------------------------------------サイド終了 */

.footerLinkArea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.footerLinkItem {
	padding-left: 10px;
	padding-top: 10px;
	line-height: 120%;
	color: #666666;
	padding-bottom: 10px;
	font-size: 11px;
}

.footerLinkItem p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}

.footerArea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.underbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.marginL05 {
	margin-left: 5px;
}

.marginL10 {
	margin-left: 10px;
}

.marginL20 {
	margin-left: 20px;
}

.marginL30 {
	margin-left: 30px;
}

.marginL40 {
	margin-left: 40px;
}

.marginLR05 {
	margin-left: 5px;
	margin-right: 5px;
}

.marginLR10 {
	margin-left: 10px;
	margin-right: 10px;
}

.marginLR20 {
	margin-left: 20px;
	margin-right: 20px;
}

.reformExp {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #F3F3F3;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
	margin-bottom: 20px;
}

.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 {
	font-size: 93%;
}
.font12 { font-size: 12px; }
.font14 {
	font-size: 116%;
}
.font16 {
	font-size: 123.1%;
}
.font18 { font-size: 18px; }



/* */

div#header ul#menu2018 {
	float: right;
	width: auto;
	height: auto;
	margin-top: 35px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right: 1px solid #b0b0b0;
}

div#header ul#menu2018 li {
	float: left;
	min-width: 70px;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	border-left: 1px solid #b0b0b0;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #484848;
	cursor: pointer;
}

div#header ul#menu2018 li a {
	outline: none;
}

/* 下層のメニューを不可視に */
div#header ul#menu2018 li ul.submenu {
	display: none;
	border: none;
	margin-top: -1px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
div#header ul#menu2018 li:hover ul.submenu {
	display: block;
	margin-left: -11px;
	position: absolute;
	z-index: 100;
}

div#header ul#menu2018 li ul.submenu li {
	float: none;
	margin: 0;
	font-weight: normal;
	text-indent: 0px;
	background-color: #ffffff;
	text-align: left;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#header ul#menu2018 li ul.submenu li:first-child {
	padding-top: 10px;
}

div#full {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

div#full p#cooperation {
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	background-color: #333333;
	width: 940px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
