@charset "utf-8";

/* CSS Document */
/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	color: #666666;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	background-color: #EEEEEE;
	margin: 0px;
}

a img { border: 0; }

h1, h2, h4, h5, h6 {
	font-weight: normal;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote
{
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	font-weight: bold;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}
a:link, a:visited, a:hover {
	color:#888888;
	text-decoration: none;
}
a:hover{
　	color: #FFFFFF;
	text-decoration: none;
}
a:focus { outline: 0 !important; } 

a:link, a:visited, a:hover {
	color:#888888;
	text-decoration: none;
}
a:hover{
　	color:#666666;
	text-decoration:underline;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/0_main_bg.gif);
	background-repeat: repeat-y;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 10px;
}
#Inner {
	background-image: url(../img/0_inner_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}


/*ヘッダー（ページタイトル、グローバルメニュー）*/
#HeaderTop {
	background-image: url(../img/0_top_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
	font: 0pt/0pt sans-serif;
}
#HeaderLogo {
	margin-top: 5px;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}

/* ヘッダーリンク */
#HeaderLink {
	float:right;
	margin-top: 15px;
	width: 330px;
	text-align: right;
}
#HeaderLink ul {
	height:11px;
	list-style: none;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	line-height: 11px;
	float: right;
}
#HeaderLink li {float:left;display: inline;}
#HeaderLink a {text-decoration: none;display: block;}
#HeaderLink a:focus { outline: 0 !important; } 
#HeaderLink li#HL04 a {width: 59px;height: 11px;background-position: left top;background-image: url(../img/0_hl_04.gif);}
#HeaderLink li#HL04 a:hover {background-position: left bottom;}
#HeaderLink li#HL05 a {width: 60px;height: 11px;background-position: left top;background-image: url(../img/0_hl_05.gif);}
#HeaderLink li#HL05 a:hover {background-position: left bottom;}

/* メニュー */
#HeaderMenu {margin-bottom: 5px;}
#HeaderMenu ul {height:21px;list-style: none;text-indent: -9999px;padding: 0;margin: 0;line-height: 17px;}
#HeaderMenu li {float:left;display: inline;}
#HeaderMenu a {text-decoration: none;display: block;}
#HeaderMenu a:focus { outline: 0 !important; } 
#HeaderMenu li#MENU01 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_01.gif);margin-right: 6px;}
#HeaderMenu li#MENU01 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU01ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_01_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU02 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_02.gif);margin-right: 6px;}
#HeaderMenu li#MENU02 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU02ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_02_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU03 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_03.gif);margin-right: 6px;}
#HeaderMenu li#MENU03 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU03ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_03_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU04 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_04.gif);margin-right: 6px;}
#HeaderMenu li#MENU04 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU04ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_04_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU05 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_05.gif);margin-right: 6px;}
#HeaderMenu li#MENU05 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU05ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_05_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU06 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_06.gif);margin-right: 6px;}
#HeaderMenu li#MENU06 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU06ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_06_on.gif);margin-right: 6px;}
#HeaderMenu li#MENU07 a {width: 103px;height: 17px;background-position: left top;background-image: url(../img/0_m_07.gif);}
#HeaderMenu li#MENU07 a:hover {background-position: left bottom;}
#HeaderMenu li#MENU07ON a {width: 103px;height: 21px;background-position: left top;background-image: url(../img/0_m_07_on.gif);}
/*パンくず*/
#Punk {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	font-size: 10px;
	color: #888888;
}
#Punk02 {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	font-size: 10px;
	color: #888888;
}
.LinkTitle {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E4E4E4;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CACACA;
}

/* flash */
#FlashArea {
	margin-bottom: 10px;
}
.Margin10 {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}


/*　画面左側メニューの幅　*/
#Side {
	float: left;
	width:170px;
	background-color: #F5F5F5;
}

/*　画面右側の幅　*/
#Main {
	float: right;
	width: 580px;
}

/*フッター*/
#Footer {
	width:760px;
	background-image: url(../img/0_footer_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#FooterLink {margin-top: 8px;margin-bottom: 5px;}
#FooterLink ul {height:11px;list-style: none;text-indent: -9999px;padding: 0;margin: 0;line-height: 11px;}
#FooterLink li {float:left;display: inline;}
#FooterLink a {text-decoration: none;display: block;}
#FooterLink a:focus { outline: 0 !important; } 
#FooterLink li#FL01 a {width: 125px;height: 11px;background-position: left top;background-image: url(../img/0_fl_01.gif);}
#FooterLink li#FL01 a:hover {background-position: left bottom;}
#FooterLink li#FL02 a {width: 121px;height: 11px;background-position: left top;background-image: url(../img/0_fl_02.gif);}
#FooterLink li#FL02 a:hover {background-position: left bottom;}
#FooterLink li#FL03 a {width: 93px;height: 11px;background-position: left top;background-image: url(../img/0_fl_03.gif);}
#FooterLink li#FL03 a:hover {background-position: left bottom;}
#FooterLink li#FL04 a {width: 42px;height: 11px;background-position: left top;background-image: url(../img/0_fl_04.gif);}
#FooterLink li#FL04 a:hover {background-position: left bottom;}
#FooterLink li#FL05 a {width: 115px;height: 11px;background-position: left top;background-image: url(../img/0_fl_05.gif);}
#FooterLink li#FL05 a:hover {background-position: left bottom;}
#FooterLink li#FL06 a {width: 60px;height: 11px;background-position: left top;background-image: url(../img/0_fl_06.gif);}
#FooterLink li#FL06 a:hover {background-position: left bottom;}
#FooterLink li#FL07 a {width: 63px;height: 11px;background-position: left top;background-image: url(../img/0_fl_07.gif);}
#FooterLink li#FL07 a:hover {background-position: left bottom;}

.FooterLogo {
	text-align: right;
}
.FooterCopy {
	text-align: right;
}
#FooterBottom {
	background-image: url(../img/0_bottom_bg.gif);
	background-repeat: no-repeat;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	height: 7px;
	margin-bottom: 10px;
	font-size: 7px;
	line-height: 7px;
}

/*検索窓*/
.SearchArea {
	background-color: #CACACA;
	margin: 0px;
}
.SearchForm {
	text-align: center;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
}
.SearchInput{
	font-size: 10px;
	border: 1px solid #CACACA;
	width: 150px;
	margin-bottom: 6px;
	color: #666666;
	line-height: 13px;
	padding: 1px;
}
.SearchInput02{
	font-size: 10px;
	border: 1px solid #CACACA;
	width: 153px;
	margin-bottom: 6px;
	color: #666666;
	line-height: 13px;
	font-family: Verdana;
	padding: 1px;
}
.SearchMargin {
	background-color: #FFFFFF;
	font-size: 8px;
	line-height: 8px;
	height: 10px;
}
/*showcase*/
.ShowCaseArea {
}
.ShowCaseArea ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ShowCaseArea li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background-image: url(../img/0_left_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bold;
}
.ShowCaseIcon {
	margin-right: 6px;
}

/*おすすめ＆売れ筋*/
.ReItemArea {
}
.ReItemArea ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ReItemArea li {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	background-image: url(../img/0_left_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.ReItemIcon {
	margin-right: 5px;
	margin-left: 2px;
}

/*Cart*/
#CartArea {
}
#CartArea li a:hover{
　	color: #FFFFFF;
	text-decoration: none;
	background-color:#FF791A;
}
#CartArea ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#CartArea li {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	background-image: url(../img/0_left_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.CartIcon {
	margin-right: 5px;
	margin-left: 2px;
}

/*List*/
.ListArea {
	margin-bottom: 10px;
}
.ListTitle{
	margin-bottom: 10px;
	background-image: url(../img/0_t_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ListProducts dl {
	float:left;
	background-image: url(../img/0_list_bg.gif);
	background-repeat: no-repeat;
	margin-right: 2px;
	margin-left: 2px;
	height: 180px;
	width: 126px;
	margin-bottom: 5px;
	padding: 7px;
}
.ListProducts dt{
	margin: 0px;
	
}
.ListProducts dt img{
	margin: 0px;
	border: 3px solid #FFFFFF;	
}
.ListProducts dt a:hover img {
	margin: 0px;
	border: 3px solid #EAEAEA;
	
}
.ListProducts .ItemName {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	line-height: 12px;
	font-family: "Trebuchet MS", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	text-align: center;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	height: 27px;
}
.ListProducts .ListPrice {
	font-size: 10px;
	color: #CC0000;
	padding-top: 7px;
	text-align: center;
	border:0px;
	line-height: 14px;
}

.ListProducts .ListPrice img{
	border: 0px;	
}

/*Information*/
.InfoArea {
	margin-bottom: 20px;
}.InfoSet {
	background-image: url(../img/0_price_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.InfoDate {
	font-size: 14px;
	color: #FF6600;
	background-repeat: no-repeat;
	padding-left: 0px;
	line-height: 18px;
	padding-bottom: 2px;
}
.InfoText {
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-right: 10px;
}

/*一覧ページ*/
.ItemTitle{
	margin-bottom: 10px;
	background-image: url(../img/0_t_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #777777;
	font-weight: bold;
	padding-left: 5px;
}

.ListTab{
	border: 0px;
	background-image: url(../img/0_list_tab_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	margin-bottom: 15px;
}
.ListTab .ImgMargin{
	border: 0px;
	margin-right: 5px;
}
.ListPageLeft {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #666666;
	float: left;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
.ListPageNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

.ListPageRight {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #666666;
	float: right;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-top: 10px;
}
.NoData {
	font-size: 13px;
	line-height: 18px;
	color: #999999;
	background-image: url(../img/0_no_products.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 90px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.PageTop {
	text-align: right;
	clear: both;
}
.BannerMargin {
	text-align: center;
	padding-top: 10px;
}
.TopBtn01 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.TopBtn02 {
	float: left;
}
.CusFlash {
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.CusBar{
	margin-bottom: 10px;
	background-image: url(../img/0_t_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	color: #999999;
	padding-left: 5px;
}
.CusNum {
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.CusTop {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/cus_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 580px;
}
.CusBg {
	background-color: #F8F8F8;
}
.CusBottom {
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/cus_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 580px;
}
.CusBtnArea {
	padding: 5px;
	margin-bottom: 10px;
}
.CusBottomArea {
	background-image: url(../img/d_text_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 14px;
}
#ShopInfoArea {
	background-image: url(../img/0_top_info_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 70px;
	width: 570px;
	padding: 5px;
}
#ShopInfoLeft {
	float: left;
	width: 70px;
}
#ShopInfoRight {
	float: right;
	margin-top: 6px;
	width: 490px;
	margin-right: 5px;
}
#ShopInfoRight h2 {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.OtherLead10 {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	padding: 10px;
	background-image: url(http://img07.shop-pro.jp/PA01029/731/etc/d_text_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}
.OtherText10 {
	font-size: 10px;
	color: #666666;
}
.BannerForm {
	font-size: 10px;
	color: #999999;
	width: 560px;
	font-family: Verdana;
}
.HsCapTop {
	background-image: url(../img/hs_cap_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin-top: 5px;
}
.HsCapBottom {
	background-image: url(../img/hs_cap_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 5px;
}
.HsCapText {
	color: #548094;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/hs_cap_text.gif);
	background-repeat: repeat-y;
	background-color: #FCF8F1;
	font-size: 10px;
}
.HsImgArea {
	text-align: center;
	margin-bottom: 10px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
.HsMail {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	background-color: #F6F6F6;
	width: 486px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
}
#TopLeft {
	float: left;
	width: 580px;
}
#TopRight {
	float: right;
	width: 180px;
}
#TopInfo {
	float: left;
	width: 580px;
}
#TopRank {
	float: right;
	width: 180px;
}
#TopInfoArea {
	background-image: url(../img/0_top_info_bg02.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 70px;
	width: 380px;
	padding: 5px;
}
#TopInfoLeft {
	float: left;
	width: 70px;
}
#TopInfoRight {
	float: right;
	margin-top: 12px;
	width: 305px;
	margin-right:5px;
}
#TopInfoRight h2 {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}
.TopProducts {
}
.TopProducts dl {
	float:left;
	width: 285px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TopProducts dt{
	background-image: url(../img/top_photo_bg.gif);
	background-repeat: no-repeat;
	padding: 2px;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	float: left;
	
}
.TopProducts dd{
	margin: 0px;
	float: left;
	height: 50px;
	
}
.TopPro01 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 3px;
	background-color: #BBC7CC;
	background-image: url(../img/top_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 9px;
	width: 205px;
	height: 52px;
}
.TopPro02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
	line-height: 10px;
	margin-bottom: 3px;
	background-image: url(../img/top_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 3px;
	padding-bottom: 5px;
	width: 205px;
}
.TopPro03{
	font-size: 10px;
	color: #CC0000;
	line-height: 14px;
	width: 208px;
}
#TopRank dl {
	float:left;
	height: 54px;
	width: 180px;
	margin-bottom: 7px;
}
#TopRank dt{
	background-image: url(../img/top_photo_bg.gif);
	background-repeat: no-repeat;
	padding: 2px;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	float: left;
	
}
#TopRank dd{
	margin: 0px;
	float: left;
	
}
.TopRank01 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 3px;
	background-color: #BBC7CC;
	background-image: url(../img/top_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 9px;
}
.TopRank02 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	line-height: 10px;
	margin-bottom: 3px;
	background-image: url(../img/top_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 3px;
	padding-bottom: 5px;
	width: 115px;
}
.TopRank03{
	font-size: 10px;
	color: #CC0000;
	line-height: 14px;
	margin-left: 3px;
}
.TopRightBtn {
	margin-bottom: 10px;
}
.TopTitle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	margin-bottom: 10px;
}
.MagazineBack{
	color: #666666;
	padding: 8px;
	margin-bottom: 1px;
	background-color: #F3F3F3;
}
.MagazineTitle h1{
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	padding: 5px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.MagazineArea {
	background-color: #F2F2F2;
	padding: 15px;
	font-size: 10px;
	line-height: 16px;
}
.MagazineArea h2{
	font-size: 10px;
	line-height: 16px;
}
