@charset "UTF-8";

/* *****************************************************
Contents ---------------
01: base
02: LayerBase
03:LayerContents
------------------------
***************************************************** */




/* *****************************************************
base
***************************************************** */

*{
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "ＭＳＰゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	font-size: 100%; /* 18px */
	list-style: none;
	}



body
	{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 75%; /* 12px */
	line-height: 150%; /* 14px */
	}




/* == reader == */
.PageReader
	{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:1px;
	width:1px;
	margin:0;
	padding:0;
	overflow:hidden;
	}






/* *****************************************************
LayerHeader
***************************************************** */
#LayerHeader
	{
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 135px;
	height: 31px;
	}

#popup660 #LayerHeader
	{
	position: absolute;
	top: 35px;
	left: 50px;
	clear: both;
	width: 500px;
	height: 24px;
	}





/* *****************************************************
LayerSnavi
***************************************************** */

#LayerSnavi
	{
	display: none;
	}




/* *****************************************************
LayerFooter
***************************************************** */

#LayerFooter
	{
	width: 526px;
	height: auto;
	padding: 30px 0 38px 0;
	}

#popup660 #LayerFooter
	{
	width: 500px;
	height: auto;
	padding: 18px 0 20px 0;
	}

#LayerFooter p
	{
	text-align: center;
	font-size: 91%; /*11px*/
	margin: 0;
	padding: 0;
	}




/* *****************************************************
LayerContents
***************************************************** */
#LayerContents
	{
	width: 526px;
	height: auto;
	margin-top: 80px;
	_margin-top: 30px; /*IE6*/
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

*+html #LayerContents /*IE7*/
	{
	margin-top: 30px;
	}


#popup660 #LayerContents
	{
	float: none;
	width: 500px;
	height: auto;
	min-height: 480px;
	_height: 480px; /*IE6*/
	line-height: 140%; /* 14px */
	}

#LayerContents p
	{
	margin-left: 21px;
	margin-bottom: 12px;
	margin-right: 21px;
	}

#LayerContents a
	{
	color: #002266;
	text-decoration: underline;
	}

/* hr
----------------------------------- */

hr
	{
	clear: both;
  width: 484px;
	height: 0px;
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 20px;
	_margin: 13px 0; /* IE 6 */
	}

*+html hr /* IE 7 */
	{
	margin: 13px 0;
	}

#LayerContents p
	{
	margin-left: 21px;
	margin-bottom: 12px;
	margin-right: 21px;
	}

#LayerContents a
	{
	color: #002266;
	text-decoration: underline;
	}



/* *****************************************************
font
***************************************************** */

#LayerContents em
	{
	font-weight: bold;
	}

#LayerContents strong
	{
	font-size: 116%; /*14px*/
	font-weight: bold;
	}

#LayerContents .caution
	{
	color: #cf0202;
	}

#LayerContents .special
	{
	color: #991F2D;
	}

#LayerContents .special_b
	{
	font-size: 116%; /*14px*/
	font-weight: bold;
	color: #991F2D;
	}


/* *****************************************************
h1
***************************************************** */

#LayerContents h1
	{
	margin: 0 0 30px 0;
	}

/* *****************************************************
h2
***************************************************** */

#LayerContents h2
	{
	margin: 0 0 20px 0;
	}

#LayerContents h2.text
	{
	width: 484px;
	font-size: 150%; /*18px*/
	line-height: 120%; /* 14px */
	font-weight: bold;
	padding: 3px 0 3px 22px;
	background: url(i/bg_h2.jpg) 0 0 no-repeat;
	}

#sitemap #LayerContents h2
	{
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 0 20px;
	background: url(i/bg_h3.jpg) 0 3px no-repeat;
  _background: url(i/bg_h3.jpg) 0 3px no-repeat; /* IE6 */
	}

*+html #sitemap #LayerContents h2 /* IE7 */
	{
	background: url(i/bg_h3.jpg) 0 3px no-repeat;
	}


#sitemap #LayerContents h2 a
	{
	font-weight: bold;
	}



/* *****************************************************
h3
***************************************************** */

#LayerContents h3
	{
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(i/bg_h3.jpg) 0 2px no-repeat;
  _background: url(i/bg_h3.jpg) 0 3px no-repeat; /* IE6 */
	}

*+html #LayerContents h3 /* IE7 */
	{
	background: url(i/bg_h3.jpg) 0 3px no-repeat;
	}

#sitemap #LayerContents h3
	{
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	background: none;
	}


/* *****************************************************
h4
***************************************************** */

#LayerContents h4
	{
	font-weight: bold;
	margin: 0 0 5px 21px;
	}



/* *****************************************************
table
***************************************************** */
#LayerContents table
	{
	border-collapse: collapse;
	margin-left: 21px;
	margin-right: 21px;
	clear: both;
	}

#popup660 #LayerContents table
	{
	width: 460px;
	}

#LayerContents table td
	{
	vertical-align: top;
	}

#LayerContents table p
	{
	margin-left: 0;
	margin-right: 0;
	}


/* t_border
----------------------------------- */
#LayerContents table.t_border,
#LayerContents table.t_border td,
#LayerContents table.t_border th
	{
	border: 1px #999999 solid;
	}

#LayerContents table.t_border td,
#LayerContents table.t_border th
	{
	padding: 8px;
	}

#LayerContents table.t_border th
	{
	background: #eee;
	text-align: center;
	}


/* t_border ProductsSpecification
----------------------------------- */
#LayerContents .ProductsSpecification table.t_border td,
#LayerContents .ProductsSpecification table.t_border th
	{
	padding: 4px;
	vertical-align: middle;
	}


/* -----------------------------------------------------
ol
----------------------------------------------------- */
#LayerContents ol
	{
	margin: 0 10px 20px 47px;
	_margin: 0 10px 20px 52px; /* IE 6 */
	}

#LayerContents ol li
	{
	margin: 2px 0 4px 0;
	list-style: decimal;
	}



/* -----------------------------------------------------
ul
----------------------------------------------------- */
#LayerContents ul
	{
	margin: 0 10px 20px 47px;
	_margin: 0 10px 20px 52px; /* IE 6 */
	}

#LayerContents ul li
	{
	margin: 2px 0 4px 0;
	list-style: disc;
	}



/* *****************************************************
ProductsCatalog
***************************************************** */

#LayerContents .ProductsCatalog table
	{
	width: 484px;
	margin-left: 21px;
	border-collapse: collapse;
	}


#LayerContents .ProductsCatalog table tr,
#LayerContents .ProductsCatalog table td
	{
	border: 0;
	border-collapse: collapse;
	}


/* ProductsIcon
----------------------------------- */
#LayerContents .ProductsCatalog .ProductsIcon img
	{
	margin: 0 3px 0 0;
	}


/* ProductsDetail
----------------------------------- */

#LayerContents .ProductsCatalog td.ProductsDetail
	{
	width: 140px;
	vertical-align: bottom;
	}

#LayerContents .ProductsCatalog td.ProductsDetail p
	{
	margin: 0;
	}



/* ProductsImage
----------------------------------- */
#LayerContents .ProductsCatalog td.ProductsImage
	{
	width: 120px;
	vertical-align: top;
	padding-top: 25px;
	}

#LayerContents .ProductsCatalog td.new
	{
	background: url(i/icon_new.gif) 0 0 no-repeat;
	}


/* ProductsDetailIcon
----------------------------------- */
#LayerContents .ProductsDetailIcon
	{
	float: left;
	margin-left: 30px;
	}

#LayerContents .ProductsDetailIcon p
	{
	margin: 0;
	}

#LayerContents .ProductsDetailIcon img
	{
	margin: 0 3px 3px 0;
	}


/* SpecialPrice
----------------------------------- */

#LayerContents div.SpecialPrice
	{
	width: 127px;
	border: 1px #999 solid;
	padding: 5px;
	}


/* em_block
----------------------------------- */

#LayerContents .em_block
	{
	border: 1px #999 solid;
	padding:5px 10px;
	margin-bottom: 15px;
	}


/* *****************************************************
ReservationProcedure
***************************************************** */
#LayerContents .ReservationProcedure
	{
	width: 400px;
  height: auto;
  margin: 0 0 0 53px;
	}

#LayerContents .ReservationProcedure p,
#LayerContents .ReservationProcedure h3
	{
	margin-left: 0;
	margin-right: 0;
	}


#LayerContents .sitemap_colum
	{
	width: 222px;
	padding: 0;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px; /*IE6*/
	float: left;
	}


/* *****************************************************
FAQ_Area
***************************************************** */

#LayerContents div.FAQ_Area
	{
	margin-top: 100px;
	}


#LayerContents div.FAQ_Area h4
	{
	font-weight: bold;
	min-height: 16px;
	_height: 16px;  /* IE6 */
	margin: 40px 21px 5px 21px;
	padding: 0 0 0 20px;
	background: url(i/question.gif) 0 0 no-repeat;
	}

#LayerContents div.FAQ_Area p.Answer
	{
	min-height: 16px;
	_height: 16px;  /* IE6 */
	margin: 0 21px 12px 21px;
	padding: 0 0 0 20px;
	background: url(i/answer.gif) 0 0 no-repeat;
	}



/* *****************************************************
Button
***************************************************** */
#LayerContents p.Button_Question,
#LayerBody p.PageTop,
#LayerBody p.Go_Link,
#popup660 #LayerHeader p.popup_close,
#LayerBodyTop p.Button_Products,
#LayerBodyTop p.Button_Detail,
#LayerBodyTop p.PageTop,
#LayerBodyTop p.PrivacyPolicy,
#LayerContents p.Button_Fee,
#LayerContents p.Button_Delivery,
#LayerContents p.Button_Reservation
	{
	display: none;
	}


/* *****************************************************
Button_l
***************************************************** */

/*  Button_l_History
--------------------------------------- */
#LayerContents p.Button_l_History,
#LayerContents p.Button_l_History a,
#LayerContents p.Button_l_History a:link,
#LayerContents p.Button_l_History a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_history.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_History a:hover,
#LayerContents p.Button_l_History a:active
	{
	background: url(i/button_l_history.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Message
--------------------------------------- */
#LayerContents p.Button_l_Message,
#LayerContents p.Button_l_Message a,
#LayerContents p.Button_l_Message a:link,
#LayerContents p.Button_l_Message a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_message.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Message a:hover,
#LayerContents p.Button_l_Message a:active
	{
	background: url(i/button_l_message.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Design
---------------------------------------*/
#LayerContents p.Button_l_Design,
#LayerContents p.Button_l_Design a,
#LayerContents p.Button_l_Design a:link,
#LayerContents p.Button_l_Design a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_design.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Design a:hover,
#LayerContents p.Button_l_Design a:active
	{
	background: url(i/button_l_design.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Production
---------------------------------------*/
#LayerContents p.Button_l_Production,
#LayerContents p.Button_l_Production a,
#LayerContents p.Button_l_Production a:link,
#LayerContents p.Button_l_Production a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_production.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Production a:hover,
#LayerContents p.Button_l_Production a:active
	{
	background: url(i/button_l_production.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Company
---------------------------------------*/
#LayerContents p.Button_l_Company,
#LayerContents p.Button_l_Company a,
#LayerContents p.Button_l_Company a:link,
#LayerContents p.Button_l_Company a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_company.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Company a:hover,
#LayerContents p.Button_l_Company a:active
	{
	background: url(i/button_l_company.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Guarantee
---------------------------------------*/
#LayerContents p.Button_l_Guarantee,
#LayerContents p.Button_l_Guarantee a,
#LayerContents p.Button_l_Guarantee a:link,
#LayerContents p.Button_l_Guarantee a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_guarantee.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Guarantee a:hover,
#LayerContents p.Button_l_Guarantee a:active
	{
	background: url(i/button_l_guarantee.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Support
---------------------------------------*/
#LayerContents p.Button_l_Support,
#LayerContents p.Button_l_Support a,
#LayerContents p.Button_l_Support a:link,
#LayerContents p.Button_l_Support a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_support.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Support a:hover,
#LayerContents p.Button_l_Support a:active
	{
	background: url(i/button_l_support.jpg) 0 -40px no-repeat;
	}



/*  Button_l_EcoPoint
---------------------------------------*/
#LayerContents p.Button_l_EcoPoint,
#LayerContents p.Button_l_EcoPoint a,
#LayerContents p.Button_l_EcoPoint a:link,
#LayerContents p.Button_l_EcoPoint a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_ecopoint.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_EcoPoint a:hover,
#LayerContents p.Button_l_EcoPoint a:active
	{
	background: url(i/button_l_ecopoint.jpg) 0 -40px no-repeat;
	}



/*  Button_l_AkiaDirect
---------------------------------------*/
#LayerContents p.Button_l_AkiaDirect,
#LayerContents p.Button_l_AkiaDirect a,
#LayerContents p.Button_l_AkiaDirect a:link,
#LayerContents p.Button_l_AkiaDirect a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_akia_direct.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_AkiaDirect a:hover,
#LayerContents p.Button_l_AkiaDirect a:active
	{
	background: url(i/button_l_akia_direct.jpg) 0 -40px no-repeat;
	}



/*  Button_l_Buy
---------------------------------------*/
#LayerContents p.Button_l_Buy,
#LayerContents p.Button_l_Buy a,
#LayerContents p.Button_l_Buy a:link,
#LayerContents p.Button_l_Buy a:visited
	{
	display: block;
	width: 171px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_buy.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_Buy a:hover,
#LayerContents p.Button_l_Buy a:active
	{
	background: url(i/button_l_buy.jpg) 0 -40px no-repeat;
	}



/*Button_l_2009
---------------------------------------*/
#LayerContents p.Button_l_2009,
#LayerContents p.Button_l_2009 a,
#LayerContents p.Button_l_2009 a:link,
#LayerContents p.Button_l_2009 a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_2009.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_2009 a:hover,
#LayerContents p.Button_l_2009 a:active
	{
	background: url(i/button_l_2009.jpg) 0 -40px no-repeat;
	}



/*Button_l_2010
---------------------------------------*/
#LayerContents p.Button_l_2010,
#LayerContents p.Button_l_2010 a,
#LayerContents p.Button_l_2010 a:link,
#LayerContents p.Button_l_2010 a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_2010.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_2010 a:hover,
#LayerContents p.Button_l_2010 a:active
	{
	background: url(i/button_l_2010.jpg) 0 -40px no-repeat;
	}



/*Button_l_2011
---------------------------------------*/
#LayerContents p.Button_l_2011,
#LayerContents p.Button_l_2011 a,
#LayerContents p.Button_l_2011 a:link,
#LayerContents p.Button_l_2011 a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_2011.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_2010 a:hover,
#LayerContents p.Button_l_2010 a:active
	{
	background: url(i/button_l_2011.jpg) 0 -40px no-repeat;
	}



/*Button_l_2012
---------------------------------------*/
#LayerContents p.Button_l_2012,
#LayerContents p.Button_l_2012 a,
#LayerContents p.Button_l_2012 a:link,
#LayerContents p.Button_l_2012 a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_2012.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_2012 a:hover,
#LayerContents p.Button_l_2012 a:active
	{
	background: url(i/button_l_2012.jpg) 0 -40px no-repeat;
	}



/*Button_l_2013
---------------------------------------*/
#LayerContents p.Button_l_2013,
#LayerContents p.Button_l_2013 a,
#LayerContents p.Button_l_2013 a:link,
#LayerContents p.Button_l_2013 a:visited
	{
	display: block;
	width: 151px;
	height: 40px;
	overflow: hidden;
	background: url(i/button_l_2013.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#LayerContents p.Button_l_2013 a:hover,
#LayerContents p.Button_l_2013 a:active
	{
	background: url(i/button_l_2013.jpg) 0 -40px no-repeat;
	}







/* *****************************************************
margin
***************************************************** */

#LayerContents .m_auto
	{
	margin:0 auto;
	}
	
#LayerContents .m_t5
	{
	margin-top: 5px;
	}



/*
top
------------------------------------------------ */

#LayerContents .m_t0
	{
	margin-top: 0;
	}

#LayerContents .m_t3
	{
	margin-top: 3px;
	}

#LayerContents .m_t5
	{
	margin-top: 5px;
	}

#LayerContents .m_t10
	{
	margin-top: 10px;
	}

#LayerContents .m_t15
	{
	margin-top: 15px;
	}

#LayerContents .m_t20
	{
	margin-top: 20px;
	}

#LayerContents .m_t25
	{
	margin-top: 25px;
	}

#LayerContents .m_t27
	{
	margin-top: 27px;
	}

#LayerContents .m_t30
	{
	margin-top: 30px;
	}

#LayerContents .m_t35
	{
	margin-top: 35px;
	}

#LayerContents .m_t40
	{
	margin-top: 40px;
	}

#LayerContents .m_t45
	{
	margin-top: 45px;
	}

#LayerContents .m_t50
	{
	margin-top: 50px;
	}


/*
left
------------------------------------------------ */

#LayerContents .m_l0
	{
	margin-left: 0;
	}

#LayerContents .m_l5
	{
	margin-left: 5px;
	}

#LayerContents .m_l10
	{
	margin-left: 10px;
	}

#LayerContents .m_l15
	{
	margin-left: 15px;
	}

#LayerContents .m_l20
	{
	margin-left: 20px;
	}

#LayerContents .m_l25
	{
	margin-left: 25px;
	}

#LayerContents .m_l30
	{
	margin-left: 30px;
	}

#LayerContents .m_l35
	{
	margin-left: 35px;
	}

#LayerContents .m_l40
	{
	margin-left: 40px;
	}

#LayerContents .m_l45
	{
	margin-left: 45px;
	}

#LayerContents .m_l50
	{
	margin-left: 50px;
	}


/*
right
------------------------------------------------ */
#LayerContents .m_r0
	{
	margin-right: 0px;
	}

#LayerContents .m_r3
	{
	margin-right: 3px;
	}

#LayerContents .m_r5
	{
	margin-right: 5px;
	}

#LayerContents .m_r10
	{
	margin-right: 10px;
	}

#LayerContents .m_r15
	{
	margin-right: 15px;
	}

#LayerContents .m_r20
	{
	margin-right: 20px;
	}

#LayerContents .m_r25
	{
	margin-right: 25px;
	}

#LayerContents .m_r30
	{
	margin-right: 30px;
	}

#LayerContents .m_r35
	{
	margin-right: 35px;
	}

#LayerContents .m_r40
	{
	margin-right: 40px;
	}

#LayerContents .m_r45
	{
	margin-right: 45px;
	}

#LayerContents .m_r50
	{
	margin-right: 50px;
	}


/*
bottom
------------------------------------------------ */
#LayerContents .m_b0
	{
	margin-bottom: 0;
	}

#LayerContents .m_b3
	{
	margin-bottom: 3px;
	}

#LayerContents .m_b5,
.m_b5
	{
	margin-bottom: 5px;
	}

#LayerContents .m_b10,
.m_b10
	{
	margin-bottom: 10px;
	}

#LayerContents .m_b12
	{
	margin-bottom: 12px;
	}


#LayerContents .m_b15,
.m_b15
	{
	margin-bottom: 15px;
	}

#LayerContents .m_b20,
.m_b20
	{
	margin-bottom: 20px;
	}

#LayerContents .m_b25
	{
	margin-bottom: 25px;
	}

#LayerContents .m_b30
	{
	margin-bottom: 30px;
	}

#LayerContents .m_b35
	{
	margin-bottom: 35px;
	}

#LayerContents .m_b40
	{
	margin-bottom: 40px;
	}

#LayerContents .m_b45
	{
	margin-bottom: 45px;
	}

#LayerContents .m_b50
	{
	margin-bottom: 50px;
	}



/* *****************************************************
padding
***************************************************** */
.p_t5
	{
	padding-top: 5px;
	}
	
.p_b5
	{
	padding-bottom: 5px;
	}
	
.p_t10
	{
	padding-top: 10px;
	}
	
.p_b10
	{
	padding-bottom: 10px;
	}
	
.p_l10
	{
	padding-left:10px;
	}

/* *****************************************************
float
***************************************************** */
#LayerContents .clear
	{
	clear: both;
	margin-left: 21px;
	height: auto;
	}

#LayerContents .clear:after
	{
	clear: both;
	margin: 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

* html #LayerContents .clear /* IE 6 */
	{
	height: 1px;
	}

*+html #LayerContents .clear /* IE 7 */
	{
	height: 1%;
	}


/* 
Half_l Half_r
------------------------------------------------- */


#LayerContents .Half_l
	{
	width: 237px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	float: left;
	}

#LayerContents .Half_r
	{
	width: 237px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	float: right;
	}


#LayerContents .Half_r p,
#LayerContents .Half_l p
	{
	margin-left: 0;
	margin-right: 0;
	}


/* 
column3_l column3_r
------------------------------------------------- */

#LayerContents .column3_l
	{
	width: 154px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	float: left;
	}

#LayerContents .column3_r
	{
	width: 154px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	float: left;
	}

#LayerContents .column3 p,
#LayerContents .column3 p
	{
	margin-left: 0;
	margin-right: 0;
	}


.left
	{
	float: left;
	}

.right
	{
	float: right;
	}


#LayerContents .right p,
#LayerContents .left p
	{
	margin-left: 0;
	margin-right: 0;
	}


/* *****************************************************
text-align
***************************************************** */

.set_center
	{
	text-align: center;
	}

.set_right
	{
	text-align: right;
	}


/* *****************************************************
vertical-align
***************************************************** */
#LayerContents .v_tt
	{
	vertical-align: text-top;
	}

#LayerContents .v_b5
	{
	vertical-align: -5px;
	}

#LayerContents .v_b
	{
	vertical-align: bottom;
	}

#LayerContents .v_m
	{
	vertical-align: middle;
	}

/* *****************************************************
width
***************************************************** */

.w30
	{
	width: 30px;
	}

.w35
	{
	width: 35px;
	}

.w40
	{
	width: 40px;
	}
	
.w41
	{
	width: 41px;
	}
	
.w45
	{
	width: 45px;
	}

.w50
	{
	width: 50px;
	}

.w55
	{
	width: 55px;
	}

.w60
	{
	width: 60px;
	}

.w65
	{
	width: 65px;
	}

.w70
	{
	width: 70px;
	}

.w75
	{
	width: 75px;
	}

.w78
	{
	width: 78px;
	}

.w80
	{
	width: 80px;
	}

.w85
	{
	width: 85px;
	}

.w90
	{
	width: 90px;
	}

.w95
	{
	width: 95px;
	}

.w100
	{
	width: 100px;
	}

.w105
	{
	width: 105px;
	}

.w110
	{
	width: 110px;
	}

.w115
	{
	width: 115px;
	}

.w120
	{
	width: 120px;
	}

.w125
	{
	width: 125px;
	}

.w130
	{
	width: 130px;
	}

.w134
	{
	width: 134px;
	}

.w135
	{
	width: 135px;
	}

.w140
	{
	width: 140px;
	}

.w145
	{
	width: 145px;
	}

.w146
	{
	width: 146px;
	}

.w150
	{
	width: 150px;
	}

.w151
	{
	width: 151px;
	}

.w154
	{
	width: 154px;
	}

.w155
	{
	width: 155px;
	}

.w160
	{
	width: 160px;
	}

.w164
	{
	width: 164px;
	}

.w165
	{
	width: 165px;
	}

.w170
	{
	width: 170px;
	}

.w175
	{
	width: 175px;
	}

.w180
	{
	width: 180px;
	}

.w185
	{
	width: 185px;
	}

.w190
	{
	width: 190px;
	}

.w195
	{
	width: 195px;
	}

.w200
	{
	width: 200px;
	}

.w205
	{
	width: 205px;
	}

.w210
	{
	width: 210px;
	}

.w215
	{
	width: 215px;
	}

.w220
	{
	width: 220px;
	}

.w222
	{
	width: 220px;
	}

.w225
	{
	width: 225px;
	}

.w227
	{
	width: 227px;
	}

.w230
	{
	width: 230px;
	}

.w235
	{
	width: 235px;
	}

.w237
	{
	width: 237px;
	}

.w240
	{
	width: 240px;
	}

.w245
	{
	width: 245px;
	}

.w250
	{
	width: 250px;
	}

.w255
	{
	width: 255px;
	}

.w260
	{
	width: 260px;
	}

.w265
	{
	width: 265px;
	}

.w270
	{
	width: 270px;
	}

.w275
	{
	width: 275px;
	}

.w280
	{
	width: 280px;
	}

.w285
	{
	width: 285px;
	}

.w290
	{
	width: 290px;
	}

.w295
	{
	width: 295px;
	}

.w300
	{
	width: 300px;
	}

.w305
	{
	width: 305px;
	}

.w310
	{
	width: 310px;
	}

.w315
	{
	width: 315px;
	}

.w320
	{
	width: 320px;
	}
	
.w324
	{
	width: 324px;
	}

.w325
	{
	width: 325px;
	}

.w330
	{
	width: 330px;
	}

.w335
	{
	width: 335px;
	}

.w339
	{
	width: 339px;
	}

.w340
	{
	width: 340px;
	}

.w345
	{
	width: 345px;
	}

.w350
	{
	width: 350px;
	}

.w351
	{
	width: 351px;
	}
	
.w354
	{
	width: 354px;
	}

.w355
	{
	width: 355px;
	}

.w360
	{
	width: 360px;
	}

.w365
	{
	width: 365px;
	}

.w370
	{
	width: 370px;
	}
	
.w373
	{
	width: 373px;
	}

.w375
	{
	width: 375px;
	}
	
.w374
	{
	width: 374px;
	}

.w380
	{
	width: 380px;
	}

.w385
	{
	width: 385px;
	}

.w390
	{
	width: 390px;
	}

.w395
	{
	width: 395px;
	}

.w400
	{
	width: 400px;
	}

.w405
	{
	width: 405px;
	}

.w410
	{
	width: 410px;
	}

.w415
	{
	width: 415px;
	}

.w420
	{
	width: 420px;
	}

.w425
	{
	width: 425px;
	}

.w430
	{
	width: 430px;
	}

.w435
	{
	width: 435px;
	}

.w440
	{
	width: 440px;
	}

.w445
	{
	width: 445px;
	}

.w450
	{
	width: 450px;
	}

.w455
	{
	width: 455px;
	}

.w460
	{
	width: 460px;
	}

.w465
	{
	width: 465px;
	}

.w470
	{
	width: 470px;
	}

.w475
	{
	width: 475px;
	}
	
.w480
	{
	width: 480px;
	}

.w482
	{
	width: 482px;
	}

.w483
	{
	width: 483px;
	}

.w484
	{
	width: 484px;
	}

.w485
	{
	width: 485px;
	}

.w490
	{
	width: 490px;
	}

.w495
	{
	width: 495px;
	}
	
.w500
	{
	width: 500px;
	}

.w505
	{
	width: 505px;
	}
	
.w515
	{
	width: 515px;
	}

.w526
	{
	width: 526px;
	}

.w533
	{
	width: 533px;
	}

.w535
	{
	width: 505px;
	}

.w565
	{
	width: 565px;
	}
	

