@charset "UTF-8";
/* CSS Document */

#catalog{
	width: 570px;
	margin: 0 auto;
	text-align: center;}
	
.catalog_p {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	line-height: 200%;
	font-size: 15px;
	font-weight: 400;
	text-align:center
	}
	
.catalog_title {
	width: 570px;
	height: 20px;
	background-color: #b5b5b6;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#ffffff;
	letter-spacing: 0px;
	line-height: 150%;
	font-size: 10px;
	font-weight: 200;
	}
	
.catalog_name {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 500;
	}
	
.catalog_addres {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#000000;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 300;
	}