@charset "UTF-8";

/*-----------------------------------------------------
	Reset & Default
-------------------------------------------------------*/
*	{
	margin:0;
	padding:0;
	}

body	{
	background-image:url(../img/bg_base.jpg);
	background-color:#FFFFFF;
	margin-top:0;
	padding-top:0;
	color:#1E1E1E;
	font-size:12px;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}
	
* + html body {
	font-family: "メイリオ","Meiryo";
	}	

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd	{
	margin:0;
	padding:0;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}

p	{
	line-height:1.5;
	}

img	{
	border:none;
	vertical-align:bottom;
	}

li {
	list-style-type: none;
	}

	/* img のリンク mouseover */
	a.mouseOver:hover img{
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
		}

em	{
	color:#980001;
	font-style:normal;
	}


/* link */
a:link {
	color: #FF3300;
	text-decoration: none;	
}

a:visited {
	color: #FF3300;
	text-decoration: none;	
}

a:hover {
	color: #FF3300;
	text-decoration:underline;
}

a:stay {
	color: #FF3300;
	text-decoration:underline;
}



/*-----------------------------------------------------
	行間・文字間隔
-------------------------------------------------------*/
.lh150	{	line-height:150%;	}
.lh160	{	line-height:160%;	}
.lh180	{	line-height:180%;	}
.lh200	{	line-height:200%;	}
.lh220	{	line-height:220%;	}


.ls005	{	letter-spacing:0.05em;	}
.ls010	{	letter-spacing:0.1em;	}


/*-----------------------------------------------------
	margin ／ padding
-------------------------------------------------------*/
.mg20	{	margin:20px;	}

.mgb00	{	margin-bottom:0px;	}
.mgb03	{	margin-bottom:3px;	}
.mgb05	{	margin-bottom:5px;	}
.mgb10	{	margin-bottom:10px;	}
.mgb15	{	margin-bottom:15px;	}
.mgb20	{	margin-bottom:20px;	}
.mgb25	{	margin-bottom:25px;	}
.mgb30	{	margin-bottom:30px;	}
.mgb35	{	margin-bottom:35px;	}
.mgb40	{	margin-bottom:40px;	}
.mgb45	{	margin-bottom:45px;	}
.mgb50	{	margin-bottom:50px;	}
.mgb55	{	margin-bottom:55px;	}
.mgb60	{	margin-bottom:60px;	}
.mgb65	{	margin-bottom:65px;	}
.mgb70	{	margin-bottom:70px;	}
.mgb75	{	margin-bottom:75px;	}
.mgb80	{	margin-bottom:80px;	}
.mgb90	{	margin-bottom:90px;	}
.mgb120	{	margin-bottom:120px; }

.mgt03	{	margin-top:3px;	}
.mgt05	{	margin-top:5px;	}
.mgt10	{	margin-top:10px;	}
.mgt15	{	margin-top:15px;	}
.mgt20	{	margin-top:20px;	}
.mgt25	{	margin-top:25px;	}
.mgt30	{	margin-top:30px;	}
.mgt40	{	margin-top:40px;	}
.mgt60	{	margin-top:60px;	}

.mgr03	{	margin-right:3px;	}
.mgr10	{	margin-right:10px;	}
.mgr15	{	margin-right:15px;	}
.mgr20	{	margin-right:20px;	}
.mgr30	{	margin-right:30px;	}
.mgr35	{	margin-right:35px;	}
.mgr40	{	margin-right:40px;	}
.mgr50	{	margin-right:50px;	}
.mgr55	{	margin-right:55px;	}
.mgr80	{	margin-right:80px;	}

.mgl10	{	margin-left:10px;	}
.mgl15	{	margin-left:15px;	}
.mgl20	{	margin-left:20px;	}
.mgl30	{	margin-left:30px;	}
.mgl35	{	margin-left:35px;	}
.mgl65	{	margin-left:35px;	}
.mgl95	{	margin-left:95px;	}

.mgh05	{	margin-left:5px; margin-right:5px;	}

.mgv10	{	margin-top:10px; margin-bottom:10px;	}
.mgv15	{	margin-top:15px; margin-bottom:15px;	}

.imgMgn	{	margin-left:5px; margin-right:5px; vertical-align:middle;	}


.pd05	{	padding:5px;	}
.pd20	{	padding:20px;	}

.pdb10	{	padding-bottom:10px;}
.pdb20	{	padding-bottom:20px;}
.pdb25	{	padding-bottom:25px;}
.pdr15	{	padding-right:15px;	}
.pdr25	{	padding-right:25px;	}
.pdt10	{	padding-top:10px;	}
.pdt20	{	padding-top:20px;	}
.pdt25	{	padding-top:25px;	}
.pdt50	{	padding-top:50px;	}
.pdl35	{	padding-left:35px;	}


/*-----------------------------------------------------
	フォント
-------------------------------------------------------*/
.f10	{
	font-size:83%;
	}

.f12	{
	font-size:100%;
	}

.f14	{
	font-size:116%;
	}
	
.f14b	{
	font-size:116%;
	font-weight:bold;
	}
	
.bold	{
	font-weight:bold;
	}

/*-----------------------------------------------------
	カラー
-------------------------------------------------------*/
.colGreen	{
	color:#396C19;
	}
	
.colBlue	{
	color:#003366;
	}
	
	.colBlue a	{
		color:#003366;
		text-decoration:none;
		}
		
	.colBlue a:hover {
		color:#003366;
		text-decoration:underline;
		}
		
.colRightBlue	{
	color:#0066CC;
	}			
	
.colOre	{
	color:#FF4633;
	}

.colRed	{
	color:#FF6600;
	}
	
.colRed02	{
	color:#FF0000;
	}	
	
.colYellow	{
	color:#FF9900;
	}
	
.colWineRed {
	color:#990000;
	}		
	
.colPrice {
	color:#CC3300;
	}
	
.colPurple {
	color:#663399;
	}	


/*-----------------------------------------------------
	float / align
-------------------------------------------------------*/
.float_L {
	float:left;
	}	
	
.float_R {
	float:right;
	}	

.clear	{
	clear:both;
	}

.tRight	{
	text-align:right;
	}

.center	{
	text-align:center;
	}

.vMiddle {
	vertical-align:middle;
	}
	
.iepngfix {
  behavior:expression(IEPNGFIX.fix(this));
	}	


/*-----------------------------------------------------
	リンク
-------------------------------------------------------*/

.arrow a,
a.arrow{
	line-height:18px;
	padding-left:20px;
	background:url(../common/img/icn-arrow-orange.gif) 0 45% no-repeat;
	}

.arrow2 a,
a.arrow2{
	line-height:18px;
	padding-left:20px;
	background:url(../common/img/icn-arrow-green.gif) 0 45% no-repeat;
	}

/* 右寄せ内部リンク */
.arrowR	{
	float:right;
	width:120px;
	text-align:right;
	overflow:hidden;
	}

	.arrowR img	{
		vertical-align:baseline;
		margin-right:3px;
		}

/* ロールオーバー効果なし */
.nonover:link {
 text-decoration:underline;
}
.nonover:visited {
 text-decoration:underline;
}
/*
.nonover:hover {
	color:#666;
}
*/


/*-----------------------------------------------------
	table／枠
-------------------------------------------------------*/
table.noLine	{
	border:none;
	border-collapse:collapse;
	padding:0;
	}

.backColBeige {
	background-color:#E0D6B0;
	}
	
.backColYellow {
	background-color:#EFDE91;
	}	
	
.backColOre {
	background-color:#F0E4C6;
	}	
	
.backColYamabuki {
	background-color:#FBDD75;
	}				


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.inner:after,
.box1:after,
.box2:after,
.box3:after,
.section1:after,
.section2:after,
.section3:after,
.clearfix:after,
#ttl:after{
	content:" ";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
	}
.inner,
.box1,
.box2,
.box3,
.section1,
.section2,
.section3,
#ttl,
.clearfix{
	display:inline-block;
	min-height:1%;
	}

/* Hides from IE-mac \*/
* html .inner,
* html .box1,
* html .box2,
* html .box3,
* html .section1,
* html .section2,
* html .section3,
* html #ttl,
* html .clearfix{height:1%;}

.inner,
.box1,
.box2,
.box3,
.section1,
.section2,
.section3,
 #ttl,
.clearfix{display:block;}
/* End hide from IE-mac */	
