html, body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	height: 416px;
	width: 320px;
	/*position: relative;*/
	background-color: #FFF;
}
a {
	color: #F00;
	text-decoration: none;
	font-weight: normal;
}
a#menu_news {
	display: block;
	width: 180px; /* 画像1枚分の横幅 */
	height: 25px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu_news_small.png); /* 画像ファイル名 */
	margin: 0px 0px 5px 0px;
}
a#menu_news:hover {
	background-position: 0px -25px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu_shopinfo {
	display: block;
	width: 180px; /* 画像1枚分の横幅 */
	height: 25px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu_shop_small.png); /* 画像ファイル名 */
	margin: 0px 0px 5px 0px;
}
a#menu_shopinfo:hover {
	background-position: 0px -25px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu_webshop {
	display: block;
	width: 180px; /* 画像1枚分の横幅 */
	height: 25px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu_webshop_small.png); /* 画像ファイル名 */
	margin: 0px 0px 5px 0px;
}
a#menu_webshop:hover {
	background-position: 0px -25px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu_contact {
	display: block;
	width: 180px; /* 画像1枚分の横幅 */
	height: 25px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu_contact_small.png); /* 画像ファイル名 */
	margin: 0px 0px 5px 0px;
}
a#menu_contact:hover {
	background-position: 0px -25px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu_collection {
	display: block;
	width: 180px; /* 画像1枚分の横幅 */
	height: 180px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu_collection_small.png); /* 画像ファイル名 */
}
a#menu_collection:hover {
	background-position: 0px -180px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu2_news {
	display: block;
	width: 126px; /* 画像1枚分の横幅 */
	height: 18px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu2_news.png); /* 画像ファイル名 */
	float: left;
}
a#menu2_news:hover {
	background-position: 0px -18px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu2_shopinfo {
	display: block;
	width: 104px; /* 画像1枚分の横幅 */
	height: 18px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu2_shop.png); /* 画像ファイル名 */
	float: left;
}
a#menu2_shopinfo:hover {
	background-position: 0px -18px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu2_webshop {
	display: block;
	width: 96px; /* 画像1枚分の横幅 */
	height: 18px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu2_webshop.png); /* 画像ファイル名 */
	float: left;
}
a#menu2_webshop:hover {
	background-position: 0px -18px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu2_contact {
	display: block;
	width: 92px; /* 画像1枚分の横幅 */
	height: 18px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu2_contact.png); /* 画像ファイル名 */
	float: left;
}
a#menu2_contact:hover {
	background-position: 0px -18px; /* 背景画像の表示開始基準を右上に変更 */
}
a#menu2_collection {
	display: block;
	width: 118px; /* 画像1枚分の横幅 */
	height: 18px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url(img/menu2_collection.png); /* 画像ファイル名 */
	float: left;
}
a#menu2_collection:hover {
	background-position: 0px -18px; /* 背景画像の表示開始基準を右上に変更 */
}
#container {
        width: 100%;
        position: relative;
        height: 100%;
        min-height: 100%;
}
body > #container {
        height: auto;
}
#content {
	padding-bottom: 20px;
}
/*
#content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	position: relative;
}*/
#header_area {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#footer {
	position: absolute;
	bottom: 0;
	margin: 0px 0px 0px 5px;
	height: 20px;
	width: 180px;
}
#logo_area {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 320px;
}
#iine_area {
	clear: left;
	float: left;
	height: 25px;
	width: auto;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
#menu_area {
	width: 100%;
	height: auto;
	margin: 0px;
	clear: left;
	float: left;
}

#menu_left {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	height: auto;
	width: 180px;
	position: absolute;
}
#menu_left img {
	width: 180px;
}
#menu_right {
	margin: 120px 0px 0px 5px;
	padding: 0px;
	float: left;
	height: auto;
	width: 180px;
	clear: both;
	position: absolute;
}
#menu_right img {
	width: 180px;
}
#tf_area {
	height: auto;
	width: 125px;
	clear: right;
	float: right;
	margin: 0px 0px 0px 5px;
}
#twitter_area {
	background-color: #000;
	margin: 0px 5px 5px 0px;
	height: 165px;
	width: 120px;
}
.twtr-hd {display:none;}
.twtr-ft {display:none;}
#facebook_area {
	margin: 0px 5px 0px 0px;
	height: 165px;
	width: 120px;
}
#menu2_area {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 36px;
	width: 310px;
	clear: both;
}
#main_area {
	width: 320px;
	height: auto;
	margin: 0px;
	position: relative;
	clear: both;
	float: left;
}#title_area {
	height: auto;
	width: 100%;
	float: left;
}
#title_img_area {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 50px;
	width: 310px;
}
#title_news_txt_area {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 25px;
	width: 310px;
}
.txt_m {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 25px;
	font-weight: bold;
}
#news_area {
	height: auto;
	width: 310px;
	margin: 5px 0px 5px 7px;
	float: left;
	clear: left;
}
ul.news_ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.news_ul li {
	float: left;
}
ul.news_ul li a {
	/* a要素をブロックに */	
	 display: block;
	/* 背景画像と同じ幅高さ指定 */
	height: 100px;
	width: 150px;
	text-decoration: none;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	background-color: #333;
	text-align: left;
}
ul.news_ul li a:hover {
	
	background-color: #666;
}
.news_date_txt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	letter-spacing: 0.1em;
	color: #FFF;
	margin: 0px 10px 0px 10px;
	line-height: 200%;
	
}
.news_title_txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	margin: 0px 10px 0px 10px;
	letter-spacing: 0.1em;
	color: #FFF;
	line-height: 120%;
	display: block;
}
#main_content_area {
	height: auto;
	width: auto;
	margin: 5px 0px 5px 7px;
	float: left;
}
.contact_area {
	margin: 0px;
	float: left;
	height: auto;
	width: 300px;
}
.txt_E_large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.txt_E_medium {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.txt_E_small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.txt_J_small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 0.1em;
}
.shop_area {
	margin: 20px 0px 0px;
	height: auto;
	width: 310px;
}
.shop_title_area {
	height: auto;
	width: 310px;
}
.shop_img_area {
	margin: 0px;
	float: left;
	height: 40px;
	width: 250px;
}
.shop_txt_area {
	margin: 0px;
	float: left;
	height: 40px;
	width: auto;
	clear: left;
}
.shop_txt_E {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 20px;
}
.shop_txt_J {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#hosu_map_area {
	margin: 10px 0px 0px 5px;
	height: 300px;
	width: 300px;
}
#mito_map_area {
	margin: 10px 0px 0px 5px;
	height: 300px;
	width: 300px;
}
#bryan_map_area {
	margin: 10px 0px 0px 5px;
	height: 300px;
	width: 300px;
}
#aoyama_map_area {
	margin: 10px 0px 0px 5px;
	height: 300px;
	width: 300px;
}
.collection_area {
	margin: 0px 5px 5px 0px;
	height: 150px;
	width: 150px;
	float: left;
	background-color: #000;
}

.collection_txt_area {
	margin: 10px 0px 0px 10px;
	height: 30px;
	width: 130px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 12px;
	color: #FFF;
}
.collection_img_area {
	margin: 0px 0px 10px 10px;
	height: 100px;
	width: 130px;
}
.bl-hover{
	background-color: #333;
}
.collection_title_black {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 150%;
	background-color: #000;
	color: #FFF;
	padding: 5px;
}
#collection_title_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	float: left;
	height: 30px;
	width: auto;
	clear: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*collection*/
#collection_area {
	margin: 0px;
	float: left;
	height: auto;
	width: auto;
}

.photo_area {
	margin: 0px 5px 5px 0px;
	float: left;
	height: auto;
	width: 150px;
	background-color: #000;
}
.photo_area img {
	padding: 10px;
	background-color: #000;	
	width:130px;
	height:auto;
}

.loading_txt {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 200%;
	color: #000;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0.1em;
}