@charset "utf-8";


/*
 共通設定
------------------------------------------------------- */
body {
	color:#333;
	background:#fffef2;
}
img {vertical-align:bottom;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


/*
 ヘッダ
------------------------------------------------------- */
/* エリア */
#header {
	width:900px;
	_width:908px;
	padding:0px 4px;
	height:195px;
	margin:0px auto;
	background:url(/_common/img/header/background.png) bottom no-repeat;
	position:relative;
	_left:50%;
	_margin:0px 0px 0px -454px;
}

/* 構成 */
#header li {
	float:left;
	display:inline;
}

/* SEO */
#header h1 {
	font-weight:normal;
	width:640px;
	line-height:2em;
}

/* リンク */
#header a {
	display:block;
	width:120px;
	margin:0px 0px 0px 10px;
}

/* ピカッとリフォーム */
#header .pikatto {
	position:absolute;
	right:1px;
	bottom:0px;
}


/*
 コンテンツ
------------------------------------------------------- */
#contents {
	width:908px;
	margin:0px auto;
	background:url(/_common/img/contents/body.png) repeat-y;
	padding:0px 0px 10px 0px;
	_position:relative;
	_left:50%;
	_margin:0px 0px 0px -454px;
}


/*
 メニュー
------------------------------------------------------- */
/* エリア */
#menu {margin:0px 4px;}

/* リスト */
#menu li {
	float:left;
	width:180px;
}

/* リンク */
#menu a {
	display:block;
	height:45px;
	text-indent:-9999px;
}

/* 各メニュー */
#menu .menu01 {background:url(/_common/img/menu/link01.png);}
#menu .menu02 {background:url(/_common/img/menu/link02.png);}
#menu .menu03 {background:url(/_common/img/menu/link03.png);}
#menu .menu04 {background:url(/_common/img/menu/link04.png);}
#menu .menu05 {background:url(/_common/img/menu/link05.png);}
#menu .menu06 {background:url(/_common/img/menu/link06.png);}

/* ホバー */
#menu a:hover {background-position:0px -45px;}


/*
 ブランディングイメージ
------------------------------------------------------- */
#blanding {
	width:880px;
	margin:10px auto;
	_position:relative;
	_left:50%;
	_margin:10px 0px 10px -440px;
}


/*
 レフトナビ
------------------------------------------------------- */
/* エリア */
#left-navi {
	float:left;
	display:inline;
	width:230px;
	margin:0px 0px 0px 14px;
}

/* 段落 */
#left-navi p {
	background:url(/_common/img/left/frame-body.png) repeat-y;
	padding:0px 10px;
	text-align:left;
}

/* ブロック */
#left-navi .block {
	background:url(/_common/img/left/frame-body.png) repeat-y;
	font-size:1.2em;
	line-height:1.5;
	text-align:center;
	margin:10px 0px 0px 0px;
}
#left-navi .block:first-child {margin:0px;}
#left-navi .block-header {
	display:block;
	background:url(/_common/img/left/frame-header.png);
	height:10px;
	font-size:0;
}
#left-navi .block-footer {
	display:block;
	background:url(/_common/img/left/frame-footer.png);
	height:10px;
	font-size:0;
}

/* リスト */
#left-navi ul {margin:10px 10px 0px 10px;}
#left-navi li {
	background:url(/_common/img/left/ico-arrow.png) left center no-repeat;
	padding:5px 0px 5px 15px;
	border-bottom:dashed 1px #999;
	text-align:left;
}

/* リンク */
#left-navi a {color:#fe6a03;}

/* 余白設定 */
#left-navi .top-margin {margin-top:10px;}

/* リフォーム事業部へのリンク */
#left-navi .ref-link {text-align:right;}
#left-navi .ref-link a {
	background:url(/_common/img/left/ico-arrow.png) left center no-repeat;
	padding:0px 0px 0px 15px;
}


/*
 メインコンテンツ
------------------------------------------------------- */
/* エリア */
#main-contents {
	float:right;
	display:inline;
	width:640px;
	margin:0px 14px 0px 0px;
}


/*
 フッタ
------------------------------------------------------- */
/* エリア */
#footer {
	width:908px;
	margin:0px auto;
	background:url(/_common/img/contents/footer.png) center top no-repeat;
	padding:25px 0px 15px 0px;
	text-align:center;
	_position:relative;
	_left:50%;
	_margin:0px 0px 0px -454px;
}

/* リンク */
#footer .link {color:#fe6a03;}
#footer a {color:#fe6a03;}

/* コピーライト */
#footer .copyright {margin:20px 0px 0px 0px;}
