/* 基本設定 */
* {
    margin: 0 auto;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #4B4C34;
	text-align: left;
	background-image: url(../../img/common/bg.jpg);
	background-repeat: repeat-x;
}


a:link {
	color: #4B4C34;
	text-decoration: none;
}
a:visited {
	color: #4B4C34;
	text-decoration: none;
}
a:hover {
	color: #BA7D08;
	text-decoration: none;
}
a:active {
	color: #BA7D08;
	text-decoration: none;
}




/* 段組レイアウト */

/* 全体 */
#wrapper {
    width: 100%;
}

#pageset {
	width: 950px;
}

/* ヘッター */
#header {
    margin: 0;
	padding:0;
	background-color: #310000;
	float: left;
	width: 100%;
}

#logo {
    margin: 20px 0;
	padding: 0;
	float: left;
}

#tel {
    margin: 50px 0 20px; 0;
	padding: 0;
	float: right;
}

/* メニューボタン */

#navi {
	width: 950px;
}

#navi ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi li{
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;	
}

#navi a:link {
	display: block;
	width: 100%;
	padding: 12px 0 0 0;
	color: #FFF;
	background-color: #94927C;
	height: 26px;
	background-image: url(../../img/common/bt_menu.jpg);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}

#navi a:visited {
	display: block;
	width: 100%;
	padding: 12px 0 0 0;
	color: #FFF;
	background-color: #94927C;
	height: 26px;
	background-image: url(../../img/common/bt_menu.jpg);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}

#navi a:hover {
	display: block;
	width: 100%;
	padding: 12px 0 0 0;
	color: #FFF;
	background-color: #94927C;
	height: 26px;
	background-image: url(../../img/common/bt_menu_o.jpg);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}

#navi a:active {
	display: block;
	width: 100%;
	padding: 12px 0 0 0;
	color: #FFF;
	background-color: #94927C;
	height: 26px;
	background-image: url(../../img/common/bt_menu_o.jpg);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}


/* ページタイトル画像 */
#pagetitle {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

/* コンテンツ全体 */
#container {
    float: left;
    width: 100%;
	margin-top: 30px;
}

/* 左サイド */

/* サイドナビボタン */
#side {
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
	text-align: center;
}

#sidemenu {
	margin: 0;
	padding: 0;
	
}

#side .bar {
	background-image: url(../../img/common/bar_side.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 24px;
}

#sidenavi {
	margin: 0;
	padding: 0 0 15px 10px;
	float: left;
	width: 178px;
	text-align: left;
	background-color: #F6F5F2;
	border: #E6E5E4 solid 1px;
}

#sidenavi .title a {
	width: 148px;
	float: left;
	margin: 15px 0 0 5px;
	padding: 0 0px 5px 10px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../../img/common/icn_side01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: #4B4C34 solid 1px;
}

#sidenavi .title a:hover {
	background-image: url(../../img/common/icn_side01_o.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#sidenavi .stitle a {
	width: 148px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 5px 10px;
	font-size: 90%;
	background-image: url(../../img/common/icn_side02.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: #4B4C34 dotted 1px;
}

#sidenavi .stitle a:hover {
	background-image: url(../../img/common/icn_side02_o.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#sidenavi ul{
	list-style: none;
}

#sidenavi li{
	margin: 0 10px 0 0;
	padding: 10px 0px 5px 5px;
}


#srp {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 190px;
}

#security {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 190px;
}

/* 右コンテンツ */
#content {
	margin: 0 0 0 29px;
	padding: 0;
	float: right;
	width: 730px;
}



/* ページトップ */
.pagetop a {
	margin: 30px 0 0 0;
	padding: 0 0 10px 15px;
	float: right;
	background-image: url(../../img/common/icn_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 80%;
	color: #4B4C34;
}

.pagetop a:hover {
	margin: 30px 0 0 0;
	padding: 0 0 10px 15px;
	float: right;
	background-image: url(../../img/common/icn_pagetop_o.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 80%;
	color: #BA7D08;
}

/* フッター */
#footer {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	height: 137px;
	float: left;
	background-image: url(../../img/common/footer.jpg);
	background-repeat: repeat-x;
}

.footer_link {
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 90%;
}

.copyright {
	margin: 10px 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
}