/* Topページレイアウト */
#container {
	width: 850px;
	margin: 0 0 0 50px;
	position: relative;
	}
/*ナビゲーション*/
#header {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 87px;
	}

/*コンテンツ*/
#contents {
	width: 685px;
	margin: 16px 0 0 109px;
	}
/*カテゴリ*/
#category_shop {
	height: 360px;
	}
#category_col {
	height: 450px;
	}
#category_des {
	height: 180px;
	}
#category_text {
	height: 90px;
	}
#category_life {
	height: 270px;
	}
#category_arch {
	height: 90px;
	}
.category {
	float: left;
	width: 165px;
	}
.category_text {
	float: right;
	width: 458px;
	height: 90px;
	}
/*リンク*/
.category_text a {
	text-decoration: none;
	text-indent: -9999px;
	height: 30px;
	width: 453px;
	display: block;
	position: relative;
	left: 2px;
	top: 0px;
	}
.category_text a:hover {
	background: url(links_images/go.gif) top no-repeat;
	}
.category_text p {
	margin: 10px 0 0 2px;
	}

/*リンク先*/
#shop_01 {
	background: url(links_images/shop_01.gif) top no-repeat;
	height: 30px;
	}
#shop_02 {
	background: url(links_images/shop_02.gif) top no-repeat;
	height: 30px;
	}
#shop_03 {
	background: url(links_images/shop_03.gif) top no-repeat;
	height: 30px;
	}
#shop_04 {
	background: url(links_images/shop_04.gif) top no-repeat;
	height: 30px;
	}
	
#col_01 {
	background: url(links_images/col_01.gif) top no-repeat;
	height: 30px;
	}
#col_02 {
	background: url(links_images/col_02.gif) top no-repeat;
	height: 30px;
	}
#col_03 {
	background: url(links_images/col_03.gif) top no-repeat;
	height: 30px;
	}
#col_04 {
	background: url(links_images/col_04.gif) top no-repeat;
	height: 30px;
	}
#col_05 {
	background: url(links_images/col_05.gif) top no-repeat;
	height: 30px;
	}

#des_01 {
	background: url(links_images/des_01.gif) top no-repeat;
	height: 30px;
	}
#des_02 {
	background: url(links_images/des_02.gif) top no-repeat;
	height: 30px;
	}

#text_01 {
	background: url(links_images/text_01.gif) top no-repeat;
	height: 30px;
	}

#life_01 {
	background: url(links_images/life_01.gif) top no-repeat;
	height: 30px;
	}
#life_02 {
	background: url(links_images/life_02.gif) top no-repeat;
	height: 30px;
	}
#life_03 {
	background: url(links_images/life_03.gif) top no-repeat;
	height: 30px;
	}
	
#archi_01 {
	background: url(links_images/archi_01.gif) top no-repeat;
	height: 30px;
	}


/*topページにもどる*/
#goback_top {
	float: left;
	}
#goback_top a {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(images/goback_top_b.gif) top no-repeat;
	}
#goback_top a:hover {
	background: url(images/goback_top_o.gif) top no-repeat;
	}	
/*コピーライト*/
#copyright {
	float: left;
	margin: 0 0 0 579px;
	}