@charset "UTF-8";


/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3","ＭＳ Ｐ明朝", serif;
	color: #000000;
}


/* ie6 hack */
* html body {
	zoom: 0.75;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}


/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	display: none;

---------------------------------------------------------------------*/

div#header, div#gNav2, div.SearchBox, div#topicPath, div#historyArea, div#bottomContent ,div#footer,
.hidden{
	display: none;
}



/* ///////////////// ユーザーズフォトギャラリー ///////////////// */

ul#photoArea li{
	margin-left:14px;
}



div#productsArea p.color img{	
	vertical-align:auto;
}


div#historyArea ul{
	width:733px !important;
}


/* //////////////////////////////////////////// Pagebreak */

div#wrapper{
	page-break-after:avoid;
}

div.section{
	page-break-after:always;
	zoom:1;
}

div.section:last-child{
	page-break-after:auto;
}
