@charset "Shift_JIS";

/*
 * common CSS
 *
 * URL: http://www.sakai-hide.com
 * FILE: style.css
 */



/******************************
 * Universal
 ******************************/

*{
	margin:0px;
	padding:0px;
}


/******************************
 * Global
 ******************************/

/** body **/
body
{
	margin:0px;
	padding:0px;
	border: 0;
	color: #7A5D37;
	font-size: 0.86em;
	line-height: 1.7em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	text-align: center;
}

html,body {
	scrollbar-face-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #A39484;
	scrollbar-highlight-color: #A39484;
	scrollbar-shadow-color: #A39484;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	background: #272018;
}



/******************************
 * Common
 ******************************/

/** h **/
h1 
{ 
font-size:60%;
} 

.ss { font-weight:bold;}


/** a **/
a:link,
a:visited
{
	color: #B74E01;
	text-decoration: underline;
}

a:hover,
a:active
{
	color: #BE7C13;
	text-decoration: none;
}

.imageLink:hover{opacity:0.8;}

/** img **/
img
{
	border: 0px;
	vertical-align:top;
}

/** ul **/
ul
{
	list-style:none;
	list-style-position: inside;
}

ol
{
	list-style-position: inside;
}

.Spacer3
{
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 3px;
}

.Spacer10
{
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 10px;
	padding: 0;
	margin: 0;
}

.Spacer15
{
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 15px;
	padding: 0;
	margin: 0;
}

.Spacer20
{
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
}

.Spacer30
{
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
}

.Back
{
	text-align: center;
	margin: 40px 0 20px 0;
}


#Navi
{
	clear: both;
	margin-bottom: 10px;
	width: 650px;
	height: 30px;
}

#TopBt
{
	float: right;
}

#BackBt
{
	float: left;
}

#MarginTopBottom,
.MarginTopBottom
{
	margin: 10px 0;
}

div.BackBrown
{
	margin: 15px 0 5px 0;
	padding: 5px;
	width: 640px;
	height: 20px;
	background: #000 url(../img/common/back_brown.gif) no-repeat top left;
	text-indent: 8px;
	color: #F6CAA6;
}

.FloatLeft
{
	margin: 0 0 5px 10px;
	float: left;
}

.FloatLeftPic
{
	margin: 0;
	float: left;
}

.FloatRight
{
/*	margin: 0 0 5px 10px;*/
/*	float: right;*/

	margin: 0 0 5px 0;
	width: 100%;
	display: block;
}

.FloatRightPic
{
	margin: 0;
	float: right;
}

div.FloatRight img
{
	margin: 0 0 5px 10px;
	float: right;
	border: 1px solid #AE9674;
}

div.FloatRightNoBorder img
{
	margin: 0 0 5px 5px;
	float: right;
}

#TopPic
{
	border: 1px solid #876752;
}

.MarginT15
{
	margin-top: 15px;
}

.MarginB5
{
	margin-bottom: 5px;
}

.MarginB10
{
	margin-bottom: 10px;
}

.MarginB20
{
	margin-bottom: 20px;
}

.MarginT15B10
{
	margin: 15px 0 10px 0;
}


.MarginB7
{
	margin-bottom: 7px;
}

.MarginTB10
{
	margin: 10px 0;
}


/******************************
 * Wrapper
 ******************************/

/** Wrapper **/
div#Wrapper
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 910px;
	background-color: #fff;
}

/******************************
 * Header
 ******************************/

div#Top
{
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 107px;
	background: #FFF url(../img/header/header2.jpg) no-repeat 15px 8px;
}

div#Top2
{
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 107px;
	background: #FFF url(../img/header/header2.jpg) no-repeat 15px 8px;


	position: relative;
}

div#TopWord
{
	margin: 2px auto;
	width: 910px;
	height: 15px;
	text-align: left;
	font-size: 0.80em;
	line-height: 1.5em;
	color: #42392B;
	text-indent: 5px;
}

div#TopWord a
{
	text-decoration: none;
	color: #42392B;
}


#TopContact
{
	width: 230px;
	text-align: left;
	margin: 0;

	position: absolute;
	top: 10px;
	left: 680px;
}

#TopFree
{
	margin: 0 0 3px 0;
}

#TopBanner
{
	width: 420px;
	height: 60px;
	border: 1px solid #CCC;
	margin: 0;
	
	position: absolute;
	top: 10px;
	left: 240px;
}

#TopBanner1
{
/*	float: left;*/
}

#TopBanner2
{
/*	float: right;*/
}



/******************************
 * Menu
 ******************************/

#Top_Menu
{
	width: 895px;
	margin: 0;
	padding: 0;
	text-align: left;

	position: absolute;
	top: 80px;
	left: 8px;
}

#Top_Menu li
{
	float: left;


	margin: 0;
	padding: 0;
	border: 0;
}

html>/**/body #TopMenu1{width:63px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu2{width:95px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu3{width:89px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu4{width:137px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu5{width:75px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu6{width:114px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu7{width:65px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu8{width:150px;display: block;margin: 0;padding: 0;border: 0;}
html>/**/body #TopMenu9{width:105px;display: block;margin: 0;padding: 0;border: 0;}


#SideMenu
{
	float: left;
	margin-right: 5px;
	font-size: 0.9em;


/*	width: 220px;*/
	width: 225px;
	margin: 0;
	padding: 0;
}


#SideMenu ul
{
	width: 200px;
	margin: 0;
	margin-left: 16px;
	margin-left: 22px;
	padding: 0;

	list-style:none;
	list-style-position: outside;
}

html>body #SideMenu ul
{
/*	margin-left: 8px;*/
	margin-left: 20px;
}

#SideMenu ul ul
{
	width: auto;
}

#SideMenu li
{
	margin: 0;
	padding: 0;
}

#SideMenu0
{
	margin-bottom: 5px;
}

#SideMenu1
{
	margin: 0 0 10px 0;
}

#SideMenu1_1
{
	margin: 0 0 0 5px;
}

#SideMenu2
{
	margin: 10px 0;
}

#SideMenu3
{
	margin-top: 10px;
}

#SideMenu7,
#SideMenu8
{
	margin-top: 5px;
}

#SideMenu8 {display: none;}

#SideMenu9 
{
	margin-top: 15px;
}

#SideMenu_review {margin-top:15px;}


.SideBack
{
	background: url(../img/side_menu/sidebt_back.jpg) no-repeat left top;
	margin: 0;
	padding: 0:
	border: 0;
	width: 187px;
}

.SideBack ul
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.SideBack ul li
{
	margin: 0;
	padding: 0;
	border: 0;
}


.SideBack2
{
	background: #FFF url(../img/side_menu/sidebt_back2.jpg) no-repeat left top;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	width: 187px;
	height: 8px;

}

html>body .SideBack2
{
	margin-bottom: 10px;
}


/*
*+html body .SideBack
{
	padding: 8px 0 10px 0px;
	width: 187px;
	background: url(../img/side_menu/sidebt_back.jpg) no-repeat left top;
}
*/

.SideBack a:link,
.SideBack a:visited
{
	color: #544120;
	text-decoration: none;
}

.SideBack a:hover,
.SideBack a:active
{
	color: #DC6F04;
	text-decoration: none;
}

.SideMenuTriangle
{
	vertical-align: middle;
}

#ShopCard
{
	margin-top: 30px;
}

.SideItem
{
/*	margin: 0 0 0 -7px;*/
	
	position: relative;
	left: -7px;
}

/******************************
 * Content
 ******************************/

/** Content **/
div#All_Contents
{
	margin-top: 8px;
	padding-top: 10px;
	clear: both;
	margin: auto;
	width: 910px;
	text-align: left;
	background-color: #FFF;
	font-size: 0.98em;
	line-height: 1.5em;
}

div#Contents
{
/*
	margin: 0 25px 0 auto;
	float: right;
	width: 650px;
	text-align: left;
*/


	width: 650px;
	margin: 0 0 0 230px;
	padding: 0;
	border: 0;
}

.MainFrame
{
	text-align: left;
	width: 665px;
	color: #73614E;
}

.SubTitle
{
	margin: 5px 0;
}

.SubTitle2
{
	margin: 15px 0 5px 0;
}

.SubTitleCategory
{
	margin: 5px 0 5px 15px;
}

.SubPic
{
	margin: 20px 0 10px 0;
}

#Attention
{
	margin-bottom: 30px;
}


#AttentionTop
{
	clear: both;
	margin: 5px 0 20px 0;
	padding: 8px 8px 5px 8px;
	width: 870px;
	border: 1px solid #FE4721;
	background: #FFF8F7;
	font-size: 0.9em;
	line-height: 1.5em;
}

.TopDivision
{
	padding: 8px;
	margin-top: 6px;
	width: 630px;
	text-align: left;
	background: #FFF9F7;
	border: 1px dotted #FF781E;
}

#TopSub0
{
	margin-top: 10px;
}

#TopSub2
{
	margin-top: 10px;
}

.SideMenuTriangle
{
	margin: 4px;
	vertical-align: middle;
}

div#SiteNavi
{
	margin-bottom: 8px;
	width: 640px;
	color: #ADA8A0;
	font-size: 0.9em;
	text-align: left;
}

div#SiteNavi a
{
	color: #ADA8A0;
}

div.BackColor
{
	width: 100px;
	color: #FFF;
	text-align: center;
	background: url(../img/common/caption_back.gif) no-repeat left top;

}

div.BackColor2
{
	margin: 5px 0 3px 0;
	width: 150px;
	color: #FFF;
	text-align: center;
	background: url(../img/common/caption_back.gif) no-repeat left top;
}

#ItemFrame
{
	width: 630px;
	padding: 13px 10px 10px 13px;
	background: #F9422A;


	float: left;
}

#TopRankingBig
{
	padding: 8px 0 8px 0;
	background: #FFF;
	width: 626px;

	margin: 0 0 -3px 0;
}


#ItemRecoFrame img
{
	float: left;
	margin: 15px 10px 0px 7px;
}

#ItemBannerFrame img
{
	float: left;
	margin: 15px 5px 0 1px;
}

 #ItemBannerFrame img#TopBanner1
,#ItemBannerFrame img#TopBanner2
{
	margin-right: 3px;
}


#ItemBannerFrameEnd
{
	clear: both;
}


.TopRankingMini
{
	float: left;
	margin: 0 7px 0 5px;
	width: 192px;
}

html>body .TopRankingMini
{
	margin: 0 5px 0 10px;
}


.TopRankingMiniEnd
{
	clear: both;
}

.TopRankingMini a:link,
.TopRankingMini a:visited,
.TopRankingMini a:active
{
	color: #805E3A;
	text-decoration: underline;
}

.TopRankingMini a:hover
{
	text-decoration: none;
}

a:hover,
a:active
{
	color: #BE7C13;
	text-decoration: none;
}

.TopRankingMiniLink
{
	text-align: left;
	width: 192px;
	background: url(../img/top/ranking/back_mini.jpg) repeat-y left top;
	
	margin: 0 0 -3px 0;
	padding: 0;
}

.TopRankingMiniLink ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.TopRankingMiniLink li
{
	text-align: left;
	width: 95%;
	margin: 0 0 0 -8px;
	padding: 3px 0;
}

html>/**/body .TopRankingMiniLink li
{
	width: 100%;
	margin: 0;
	text-indent: 5px;
}

.RankingPic a:link,
.RankingPic a:active
{
	margin: 0 0 0 1px;
	width: 152px;
	height: 152px;
	border: 1px solid #FEE8A6;
}

.RankingPic a:hover
{
	margin: 0 0 0 1px;
	width: 152px;
	height: 152px;
	border: 1px solid #F0D88F;
}


.TopRankingMiniNumber
{
	margin-right: 6px;
}

.TopRankingMiniPic
{
/*	float: left;*/
}

#TopAo,
#TopShiro
{
	
}

#TopAo img,
#TopShiro img
{
	float: left;
	margin: 3px 2px 4px 3px;
}

#Total2
{
/*	float: left;*/
}

#Total3
{
/*	float: right;*/
}

#Set1
{
	float: left;
	margin: 0 0px 15px 0px;
}

#Set2
{
	float: right;
	margin: 0 10px 15px 0px;
}

#NewMini1
{
	float: left;
	margin: 3px 0px 0 0px;
}

#Youtube1
{
	float: right;
	margin: 3px 10px 0 0px;
}

/** Campaign **/
.Campaign
{
	margin: 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

/******************************
 * TopContent
 ******************************/
.reportA { width: 644px; margin-top: 30px; margin-top: 30px; }
.reportA h2 { width: 644px; }
.reportA .report-block { width: 604px; padding: 0px 20px 25px; clear: both; overflow: hidden; }
.reportA .report-block .left { float: left; }
.reportA .report-block .right { float: right; }
.reportA .report-photo { width: 250px; }
.reportA .report-text { width: 330px; }
.reportA .report-block h3 { font: 28px/100% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; color: #9b3520; text-align: left; letter-spacing: 0.05em; margin-bottom: 5px; }
.reportA .report-block p { font-size: 14px; line-height: 150%; }
.reportA .report-block-sub { border: 2px solid #AA977F; padding: 15px; margin: 0px 20px 20px; }
.reportA .report-block-sub h4 { font: 16px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.reportB { width: 650px; margin-top: 30px; background: url(../img/top/report_b_bg.jpg) repeat-y; }
.reportB h2 { width: 650px; height: 68px; padding: 20px 0px; text-align: center; font: 46px/normal "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; color: #876732; letter-spacing: 0.1em; background: url(../img/top/report_bc_title.png) no-repeat 0px 10px; }
.reportB h2 span { color: #9b3520; }
.reportB .report-block { width: 610px; padding: 0px 20px 25px; clear: both; overflow: hidden; }
.reportB .report-block .left { float: left; }
.reportB .report-block .right { float: right; }
.reportB .report-photo { width: 250px; }
.reportB .report-text { width: 330px; }
.reportB .report-block h3 { font: 28px/100% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; color: #9b3520; text-align: left; letter-spacing: 0.05em; margin-bottom: 5px; }
.reportB .report-block p { font-size: 14px; line-height: 150%; }

.reportC { width: 650px; margin-top: 20px; }
.reportC h2 { width: 650px; height: 68px; padding: 20px 0px; text-align: center; font: 46px/normal "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; color: #876732; letter-spacing: 0.1em; background: url(../img/top/report_bc_title.png) no-repeat 0px 10px; }
.reportC h2 span { color: #9b3520; }
.reportC .report-block { width: 650px; margin-bottom: 25px; overflow: hidden; }
.reportC .report-block .left { float: left; }
.reportC .report-block .right { float: right; }
.reportC .report-block h3 { width: 288px; height: 183px; padding: 8px 0px 10px 12px; text-align: left; color: #FFF; float: left; font: 22px/100% "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin-top: 3px; letter-spacing: 0.05em; }
.reportC .report-block h3 span { margin-right: 15px; }
.reportC .report-block .report1 { background: url(/img/top/report_c1.jpg) no-repeat; }
.reportC .report-block .report2 { background: url(/img/top/report_c2.jpg) no-repeat; }
.reportC .report-block .report3 { background: url(/img/top/report_c3.jpg) no-repeat; }
.reportC .report-block .report4 { background: url(/img/top/report_c4.jpg) no-repeat; }
.reportC .report-block .report5 { background: url(/img/top/report_c5.jpg) no-repeat; }
.reportC .report-block .report6 { background: url(/img/top/report_c6.jpg) no-repeat; }
.reportC .report-block p { width: 330px; font-size: 14px; line-height: 150%; }

/******************************
 * Link
 ******************************/

#LinkForm
{
	margin: 0 auto 20px auto;
	width: 670px;
	border: 1px solid #BCA17F;
	border-collapse: collapse;
	empty-cells: show;
}

#LinkForm .Left
{
	width: 200px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

#LinkForm .Right
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: left;
}

#Essential
{
	margin: auto;
	width: 660px;
	padding: 5px;
}

.LinkForm2
{
	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back3.jpg) repeat-y left top;
}

.LinkForm2 .Left
{
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.LinkForm2 .Right
{
	padding: 5px;
	border: 1px dotted #BCA17F;
	color: #F1EBE5;
	text-align: left;
}

.LinkForm2 .Left2
{
	width: 200px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.LinkPolicy
{
	margin: 0 auto 20px auto;
	width: 640px;
	padding: 5px;
	background-color: #FAFAFA;
	border: 1px solid #BCA17F;
	text-align: left;
	color: #7F683F;
	font-size: 0.85em;
	line-height: 1.6em;
}

.DottedLine
{
	margin: 10px auto;
	width: 650px;
	height: 3px;
	border-top: 1px dotted #85582B;
}


#LinkTable,
#LinkTable2
{
	margin: 20px auto 20px auto;
	width: 650px;
	padding: 5px;
	border-collapse: separate;
	empty-cells: show;
	font-size: 0.85em;
	line-height: 1.6em;
	color: #7F683F;
}

#LinkTable td
{
	width: 50%;
	padding: 5px;
	margin: 0px;
	border: 1px solid #BCA17F;
	background: #F8F2EB url(../img/flow/back.gif) repeat-y left top;
	text-align: center;
}

#LinkTable2 td
{
	padding: 5px;
	margin: 0px;
	border: 1px solid #BCA17F;
	background-color: #F8F2EB;
	text-align: left;
}


#LinkTable a:link,
#LinkTable a:visited,
#LinkTable a:hover,
#LinkTable a:active,
#LinkTable2 a
{
	color: #825C19;
	text-decoration: none;
}

#LinkButton
{
	margin: 30px 0;
	text-align: center;
}

#LinkButton #LinkSubmit
{
	height: 25px;
	color: #000;
	background-color: #C1FBFF;
}


/******************************
 * Comp
 ******************************/

#Corp
{

	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back.jpg) repeat-y left top;
}

#Corp2
{
	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back.jpg) repeat-y left top;
}

#Corp .Left,
#Corp2 .Left
{
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

#Corp .Right,
#Corp2 .Right
{
	padding: 5px;
	border: 1px dotted #BCA17F;
	color: #F1EBE5;
	text-align: left;
}

#Corp a:link,
#Corp a:visited
{
	color: #FEBE64;
}

#Corp a:hover,
#Corp a:active
{
	color: #FEE0B6;
	text-decoration: none;
}


/******************************
 * Rule
 ******************************/

.RuleTale
{
	margin: 20px 0 5px 0;
	width: 870px;
	border: 1px solid #3884F5;
	border-collapse: collapse;
	empty-cells: show;
}

.RuleTale .Left
{
	width: 200px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale .Right
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: left;
}

.RuleTale .Top
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #ECECEC;
	text-align: center;
}

.RuleTale .Left2
{
	width: 380px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale .Right2
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: center;
}

.RuleTale2
{
	margin: 5px 0 5px 0;
	width: 870px;
	border: 1px solid #3884F5;
	border-collapse: collapse;
	empty-cells: show;
}

.RuleTale2 .Left2
{
	width: 680px;
	padding: 3px;
	background: #D9F4FF;
	text-align: left;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale2 .Right2
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: center;
}

#RuleTaleBack
{
	clear: both;
	margin-bottom: 18px;
	padding-left: 10px;
	width: 880px;
	height: 35px;
	background:url(../img/car_comp/blue_back.jpg) repeat-y left top;
	line-height: 1.8em;
	text-align: left;
	font-size: 1.5em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
}

.RuleTale3
{
	margin: 20px 0 5px 0;
	width: 870px;
	border: 1px solid #3884F5;
	border-collapse: collapse;
	empty-cells: show;
}

.RuleTale3 .Left
{
	width: 150px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale3 .Right
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: center;
}

.RuleTale3 .RightGray
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #ECECEC;
	text-align: center;
}

.RuleTale4
{
	margin: 20px 0 5px 0;
	width: 550px;
	border: 1px solid #3884F5;
	border-collapse: collapse;
	empty-cells: show;
}

.RuleTale4 th
{
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}


.RuleTale4 .Left
{
	width: 350px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale4 .Right
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: center;
	font-weight: bold;
}

.RuleTale4 .Left2
{
	width: 120px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale4 .Left3
{
	width: 450px;
	padding: 3px;
	background: #D9F4FF;
	text-align: center;
	font-weight: bold;
	color: #2777FC;
	border: 1px dotted #3884F5;
}

.RuleTale4 .Right2
{
	padding: 3px;
	border: 1px dotted #3884F5;
	background: #F7FDFF;
	text-align: left;
}

.read
{
	width: 870px;
	padding: 5px 0 10px 10px;
}


/******************************
 * Privacy
 ******************************/

.ol_li
{
	margin: 10px 0px;
}

.OlDecimal
{
	width: 640px;
	list-style: decimal inside;
	margin: 2px 0px 0 5px;
	text-align: left;
}

.ulmini
{
	list-style: disc inside;
}

/******************************
 * SiteMap
 ******************************/

.SiteMapLeft
{
	float: left;
	margin: 30px 0 0 20px;
	width: 270px;
	text-align: left;

}

.SiteMapRight
{
	float: left;
	margin: 30px 0 0 70px;
	width: 270px;
	text-align: left;
}

.SiteMapRight2
{
	float: left;
	margin: 62px 0 0 70px;
	width: 270px;
	text-align: left;
}

.Triangle
{
	margin-right: 5px;
	vertical-align: middle;
}


/******************************
 * Access
 ******************************/

.Access
{
	display: none;
}


/******************************
 * Footer
 ******************************/

div#Footer
{
	clear: both;
	
	padding:0;
	width:100%;
	text-align: center;
	background-color: #272018;
}

div#Footer img
{
	margin: 3px 0 5px 0;
	float: right;
}


#FooterMenu
{
	clear: both;
	width: 910px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.8em;
	font-size: 0.9em;
	background: #FFF;
}


#FooterMenu a:link,
#FooterMenu a:visited
{
	color: #55441C;
	text-decoration: none;
}


#FooterMenu a:hover,
#FooterMenu a:active
{
	color: #9A7722;
	text-decoration: none;
}

#FooterBt1,
#FooterBt2,
#FooterBt3,
#FooterBt4,
#FooterBt5,
#FooterBt6,
#FooterBt7,
#FooterBt8,
#FooterBt9,
#FooterBt10,
#FooterBt11,
#FooterBt12,
#FooterBt13,
#FooterBt14,
#FooterBt15
{
	position: relative;
	top: 1px;
	vertical-align: middle;
	margin-bottom: 5px;
}


#FooterLine
{
	margin-bottom: 10px;
	width: 100%;
	height: 3px;
	background:url(../img/common/footer_line.gif) repeat-x left top;
}


#FooterLink1
{
	clear: both;
	margin: 15px auto 2px auto;
	width: 988px;
	background:url(../img/common/blue_link_back.jpg) repeat-y left top;
	text-indent: 15px;
	line-height: 1.6em;
	text-align: left;
}

.FooterLink2
{
	margin: auto;
	width: 910px;
	background: #EEE;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}

.FooterLink2 a:link,
.FooterLink2 a:visited
{
	color: #3F959E;
	text-decoration: none;
}

.FooterLink2 a:hover,
.FooterLink2 a:active
{
	color: #666;
	text-decoration: none;
}

#FooterDotted
{
	margin: 3px auto;
	width: 910px;
	border-top: 1px dotted #D4BD7E;
	line-height: 0;
}


/******************************
 * INQUIRY
 ******************************/

#Inquiry
{
	margin: 20px auto;
	width: 650px;
	text-align: center;
}


#InquiryBt
{
	margin: 5px 0 40px 0;
}


/******************************
 * FAX
 ******************************/

#Fax
{
	margin: 20px 0 5px 0;
	width: 650px;
	border: 1px solid #666;
	border-collapse: collapse;
	empty-cells: show;
}


#Fax td
{
	padding: 3px;
	text-align: left;
	font-weight: bold;
	color: #444;
	border: 1px dotted #666;
}


/******************************
 * Item
 ******************************/

.ShopInfoFrame
{
	margin: 0 auto 20px auto;
	width: 650px;
	border: 1px solid #D9A270;
	text-align: left;
}

.ShopInfoFrame img
{
	margin-bottom: 5px;
}

.ShopInfoFrame a
{
	color: #95673F;
}

.ShopInfoFrame a:hover
{
	color: #7C4D25;
}

.ShopInfoLeft
{
	float: left;
	padding: 5px;
	width: 310px;
	font-size: 0.90em;
	line-height: 1.6em;
	border-right: 1px dotted #D9A270;
}

.ShopInfoRight
{
/*	float: right;*/
	padding: 5px;
/*	width: 315px;*/
	width: 310px;
	font-size: 0.90em;
	line-height: 1.6em;

	margin-left: 325px; 
}

.ShopInfoEnd
{
	clear: both;
}

.ShopInfoPrice
{
	margin: 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	font-size: 1.2em;
	font-weight: bold;
	color: #F6821B;
	text-decoration: underline;
}

.ItemDetailTable
{
	margin: 5px 0 5px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
}

.ItemDetailTable td
{
	padding: 3px;
	text-align: center;
	border: 1px dotted #BCA17F;
	background: #FCEEDF;
}

.ItemDetailTable .Left
{
	width: 70px;
	text-align: center;
	background: #F4CEA5;
	color: #6D5235;
	border: 1px dotted #BCA17F;
}

.ItemDetailTable .Right
{
	padding: 3px;
	text-align: left;
	border: 1px dotted #BCA17F;
	background: #FBEECB;
	text-indent: 7px;
}

.ItemDetailTable .Left2
{
	width: 70px;
	text-align: center;
	background: #F4D578;
	color: #6D5235;
	border: 1px dotted #BCA17F;
}

.ItemDetailTable2
{
	float: right;
	margin: 0 0 10px 0;
	width: 420px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
}

.ItemDetailTable2 td
{
	padding: 4px;
	text-align: left;
	border: 1px dotted #BCA17F;
	background: #FCFAF0;
}

.ItemDetailTable2 .Left
{
	width: 95px;
	text-align: center;
	background: #EAB945;
	color: #6D5235;
	border: 1px dotted #D9BD99;
}

.ItemDetailTable2 .Left2
{
	width: 270px;
	text-align: left;
	background: #FAE2B4;
	color: #6D5235;
	border: 1px dotted #D9BD99;
	font-size: 0.85em;
	line-height: 1.5em;
}

.ItemDetailTable2 .Left2 img
{
	margin-right: 5px;
	vertical-align: middle;
}

.ItemDetailTable2 .Top
{
	text-align: center;
	background: #EAB945;
	color: #6D5235;
	border: 1px dotted #D9BD99;
}

.ItemDetailTable2 .Center
{
	text-align: center;
	color: #6D5235;
	font-weight: bold;
	border: 1px dotted #D9BD99;
	background: #FCFAF0;
	font-size: 1.1em;
	font-family: ヒラギノ角ゴ Pro W3, Arial, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
}

.ItemDetailBIGPic
{
	margin: 10px 0 0 0;
	border: 1px solid #C69E5F;
}

.ItemDetailBIGPic2
{
	margin: 10px 10px 0 0;
	border: 1px solid #C69E5F;
}

.ItemDetailPic
{
	float: left;
	margin: 10px 10px 0 0;
	border: 1px solid #C69E5F;
}

.ItemTitle
{
	margin: 0 auto 20px auto;
	padding: 5px;
	width: 640px;
	background: #F8F2EB url(../img/subtitle/0.gif) no-repeat left top;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	text-indent: 7px;
	color: #F5EBCB;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
}

.ItemGraph
{
	margin: 0;
	width: 650px;
	border-collapse: collapse;
	empty-cells: show;
}

.ItemGraphComment
{
	width: 380px;
	text-indent: 15px;
}

.ItemGraph td
{
	padding: 0;
}

#ItemNaire
{
	border: 1px solid #7A5B20;
}

#ItemHouchoName
{
	margin-right: 5px;
	vertical-align: middle;
}

#Cart1
{
	margin: 8px 0 5px 0;
}

#Cart2,
#Cart3
{
	margin: 3px 0 5px 0;
}

.CartFrame
{
	float: left;
	clear: both;
	width: 200px;
	margin: 0;
	text-align: center;
}


div#ItemDetailCommenet strong
{
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	color: #E98105;
}

.ItemDetailListTable
{
	float: right;
	margin: 0 0 5px 0;
	width: 430px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
}

.ItemDetailListTable td
{
	padding: 2px 1px 1px 2px;
	text-align: center;
	border: 1px dotted #BCA17F;
	line-height: 1.3em;
}

.ItemDetailListTable .Left
{
	width: 75px;
	text-align: center;
	background: #F4CC6D;
	color: #6D5235;
}

.ItemDetailListTable .Right
{
	text-align: left;
}

.ItemDetailListTable .Size
{
	text-align: center;
	color: #6D5235;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, Osaka;
	background: #FDF3D5;
}

.ItemDetailListTable .Size2
{
	text-align: left;
	color: #6D5235;
	background: #FDF3D5;
}

.ItemDetailListTable .Size2 img
{
	margin: 0 5px 2px; 5px
	vertical-align: middle;
}

.ItemDetailListTable .Left2
{
	text-align: left;
	color: #6D5235;
	border: 1px dotted #D9BD99;
	font-size: 0.85em;
	padding: 3px 0 0 5px;
}

div.ItemList
{
	margin-top: 5px;
	float: left;
	width: 650px;
}

div.ItemList2
{
	margin: 5px 0;
	float: left;
	width: 213px;
}

.ItemListPic a:link,
.ItemListPic a:visited
{
	float: left;
	border: 1px solid #F7CC83;
}

.ItemListPic a:hover,
.ItemListPic a:active
{
	float: left;
	border: 1px solid #F1AA2F;
}

.ItemListName
{
	background: #F9A84F;
	text-align: center;
}

.ItemListName2
{
	width: 202px;
	background: #F7AC59;
	text-align: center;
}

.ItemListName a:link,
.ItemListName a:visited
{
	color: #5F2404;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	font-weight: bold;
}

.ItemListName a:hover
{
	color: #8F4117;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	font-weight: bold;
}

.ItemListName2 a:link,
.ItemListName2 a:visited
{
	color: #702A04;
	font-size: 1.1em;
	line-height: 1.5em;
}

.ItemListName2 a:hover
{
	color: #8F4117;
	font-size: 1.1em;
	line-height: 1.5em;
}

div.ItemPriceDetaiFrame
{
	margin: 5px 0 0 10px;
	width: 190px;
	clear: left;
}

.ItemPrice
{
	float: left;
	padding: 3px 0;
/*	width: 115px;*/
	color: #F95919;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Arial, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, Osaka;
}

div.ItemListDetailBt
{
	float: right;
}

.ItemListDottedLine
{
	margin: 7px; 0
	width: 650px;
	height: 2px;
	border-bottom: 1px dotted #B18C51;
}

/******************************
 * Flow
 ******************************/

.FlowFrame
{
	margin: 0 auto 20px auto;
	padding: 5px;
	width: 640px;
	border: 1px solid #BCA17F;
	background: #F8F2EB url(../img/flow/back.gif) repeat-y left top;
	line-height: 1.6em;
	text-align: left;
	color: #73614E;
}

.FlowExplanation
{
	margin-top: 8px;
	padding: 5px;
	width: 640px;
	line-height: 1.6em;
	text-align: left;
	color: #73614E;
}


/******************************
 * FAQ
 ******************************/

#FaqFrame
{
	padding: 7px;
	text-align: left;
	width: 636px;
	background: #272018;
	border: 1px solid #C7A98B;
}

#FaqFrame a:link,
#FaqFrame a:visited
{
	color: #F3D9BF;
}

#FaqFrame a:hover,
#FaqFrame a:active
{
	color: #F64A2D;
	text-decoration: none;
}



.FaqArrowPic
{
	vertical-align: middle;
	margin-right: 5px;
}

.FaqPic
{
	vertical-align: middle;
	margin-right: 5px;
}

.FaqQ
{
	margin-top: 15px;
	padding: 5px;
	width: 640px;
	height: 28px;
	font-weight: bold;
	color: #E5B07B;
	text-indent: 30px;
	line-height: 1.9em;
	background: #F8F2EB url(../img/faq/q.gif) no-repeat left bottom;
}

.FaqA
{
	padding: 13px 5px 0 35px;
	width: 610px;
	background: #F8F2EB url(../img/faq/a1.gif) no-repeat left top;
}

.FaqA2
{
	padding: 0;
	width: 650px;
	background: url(../img/faq/a2.gif) no-repeat left top;

	height: 13px;
	margin: 0;
}

#FaqRoma
{
	margin-top: 5px;
}

/******************************
 * Payment
 ******************************/

.PaymentTable
{

	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back.jpg) repeat-y left top;
}

.PaymentTable2
{

	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back2.jpg) repeat-y left top;
}

.PaymentTable td,
.PaymentTable2 td
{
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.PaymentTable .Left,
.PaymentTable2 .Left
{
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.PaymentTable .Right
{
	padding: 5px;
	border: 1px dotted #BCA17F;
	color: #F1EBE5;
	text-align: left;
}

.PaymentTable th,
.PaymentTable2 th
{
	padding: 5px;
	text-align: center;
	color: #ED984D;
	border: 1px dotted #BCA17F;
	font-weight: bold;
}

.PaymentPrice
{
	font-weight: bold;
	font-size: 1.1em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	color: #FACF3C;
}

.PaymentTable .Price,
.PaymentTable2 .Price
{
	font-weight: bold;
	font-size: 1.4em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	color: #EFBB08;
}

.PaymentTitle
{
	margin-bottom: 5px;
	width: 640px;
	text-align: left;
}

.PaymentTable a:link,
.PaymentTable a:visited
{
	color: #FBDE78;
}

.PaymentTable a:hover,
.PaymentTable a:active
{
	color: #FEE0B6;
	text-decoration: none;
}

.ItemDetailPostageFree
{
	margin: 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.PaymentAbroad
{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}



/******************************
 * WRAPPING
 ******************************/

.WrappingPic
{
	margin: 0 5px 5px 0;
	float: left;
}

#Wrapping1,
#Wrapping2,
#Wrapping3
{
	margin-bottom: 10px;
}

.WrappingTable
{

	margin: 5px 0 20px 0;
	width: 630px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB;
}

.WrappingTable img
{
	border: 1px solid #B69668;
}

.WrappingTable td
{
	text-align: center;
	padding: 8px;
	border: 1px dotted #BCA17F;
}

.WrappingTable th
{
	text-align: center;
	color: #FFF;
	border: 1px dotted #BCA17F;
	background: #E9A545;
}

.WrappingTable .Left
{
	width: 70px;
	text-align: center;
	color: #FFF;
	border: 1px dotted #BCA17F;
	background: #E9A545;
}

.WrappingTable .Left2
{
	text-align: center;
	color: #FFF;
	border: 1px dotted #BCA17F;
	background: #666;
}

.WrappingTable .Left3
{
	text-align: left;
	border: 1px dotted #BCA17F;
	background: #F3C27C;
	font-weight: bold;
}

.WrappingTable .Left4
{
	border: 1px dotted #BCA17F;
	text-align: left;
	background: #FCDCAF;
}

.WrappingTable .Center
{
	width: 150px;
	border: 1px dotted #BCA17F;
	text-align: center;
	background: #FCDCAF;
}

.WrappingTable .Center2
{
	width: 150px;
	border: 1px dotted #BCA17F;
	text-align: center;
	background: #F2F2F2;
}

.WrappingTable .Right
{
	border: 1px dotted #BCA17F;
	text-align: left;
	background: #FFF;
}

.WrappingTable a:link,
.WrappingTable a:visited
{
	color: #FEBE64;
}

.WrappingTable a:hover,
.WrappingTable a:active
{
	color: #FEE0B6;
	text-decoration: none;
}

.WrappingKind
{
	width: 620px;
}

.WrappingKind img
{
	float: left;
	margin: 4px 10px 4px 0;
}


/******************************
 * ARTISAN
 ******************************/

.ArtisanComment
{
	margin-top: 5px;
	float: right;
	padding: 7px;
	width: 384px;
	height: 111px;
	background: #411511;
	border: 1px solid #2F0502;
	color: #A7966D;
}

.ArtisanFace
{
	margin-top: 5px;
	float: left;
}

.Artisantable
{

	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back.jpg) repeat-y left top;
}

.Artisantable .Left
{
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.Artisantable td
{
	padding: 5px;
	border: 1px dotted #BCA17F;
	color: #F1EBE5;
	text-align: left;
}


/******************************
 * SAKAI
 ******************************/

.SakaiSubtitle
{
	margin: 15px 0 5px 0;
}

div#SakaiHistory img
{
	float: right;
}


/******************************
 * MAINTENANCE
 ******************************/

div#MaintenanceAttention
{
	padding: 5px;
	width: 640px;
	background: #FBEEEF;
	border: 1px solid #F6283B;
	color: #DB3443;
}

.MaintenanceArrowPic
{
	vertical-align: middle;
	margin-right: 5px;
}

.MaintenanceAttetion
{
	margin-top: 5px;
	width: 640px;
	padding: 3px 5px 3px 5px;
	background: #F6EDEA;
}


/******************************
 * KLOWLEDGE
 ******************************/

.KnowledgeTerm
{
	margin-top: 15px;
	padding: 5px;
	width: 640px;
	height: 28px;
	font-weight: bold;
	color: #E5B07B;
	text-indent: 7px;
	line-height: 1.9em;
	background: #F8F2EB url(../img/common/q.gif) no-repeat left bottom;
}

.KnowledgeDirection
{
	padding: 13px 5px 0 13px;
	width: 633px;
	background: url(../img/common/a1.gif) no-repeat left top;
}

.KnowledgeDirection2
{
	padding: 0;
	width: 650px;
	background: url(../img/common/a2.gif) no-repeat left top;

	height: 13px;
	margin: 0;
}

.KnowledgeLeftMargin1
{
	margin: 0 0 0 100px;
}

/******************************
 * PARTNERVOICE
 ******************************/

div.PartnerPic1
{
	float: left;
}

div.PartnerVoice
{
	float: right;
	padding: 5px;
	width: 255px;
}

div.PartnerVoice2
{
	float: right;
	padding: 5px;
	width: 255px;
}

div.PartnerInfo
{
	float: left;
	width: 220px;
}

div.PartnerInfoComment
{
	padding: 5px;
	background: #000;
	color: #CEC187;
	font-size: 0.9em;
	line-height: 1.3em;
}

div.PartnerInfo2
{
	float: right;
	width: 400px;
}

div.PartnerInfoComment2
{
	padding: 10px;
	background: #FFF url(../img/partner/back_brown.jpg) no-repeat top left;
}



/******************************
 * REPAIR
 ******************************/

.RepairTable
{
	margin: 5px 0 20px 0;
	width: 650px;
	border: 1px solid #89755C;
	border-collapse: collapse;
	empty-cells: show;
	background: #F8F2EB url(../img/common/table_back.jpg) repeat-y left top;
}

.RepairTable .Left
{
	width: 180px;
	padding: 5px;
	text-align: center;
	color: #EED493;
	border: 1px dotted #BCA17F;
}

.RepairTable td
{
	padding: 5px;
	border: 1px dotted #BCA17F;
	color: #F1EBE5;
	text-align: center;
}

.RepairStep
{
	margin: 5px 5px 5px 0;
	vertical-align: middle;
}

div#StepFrame
{
	padding: 5px;
	width: 635px;
	background: #F9F4E6;
	border: 1px solid #86754B;
}

div#RepairAttention
{
	padding: 5px;
	width: 640px;
	background: #FBEEEF;
	border: 1px solid #F6283B;
	color: #DB3443;
}

.RepairArrowPic
{
	vertical-align: middle;
	margin-right: 5px;
}


/******************************
 * REPAIR
 ******************************/

.HaganeDirection
{
	padding: 13px 5px 0 13px;
	width: 633px;
	background: url(../img/common/a1.gif) no-repeat left top;
}

.HaganeDirection2
{
	padding: 0;
	width: 650px;
	background: url(../img/common/a2.gif) no-repeat left top;
	
	height: 13px;
	margin: 0;
}


/******************************
 * HAGANE
 ******************************/

#HaganeDiagram
{
	margin: 10px 0 10px 80px;

}

#HaganeLeft
{
	float: left;
}

#HaganeRight
{
	float: right;
}


/******************************
 * SHARPEN
 ******************************/

div#SharpenAttention
{
	padding: 5px;
	width: 640px;
	background: #FBEEEF;
	border: 1px solid #F6283B;
	color: #DB3443;
	font-size: 1.1em;
	line-height: 1.7em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka;
	font-weight: bold;
}

.ShapenTable
{
	margin: 10px 0;
	width: 650px;
	border-collapse: collapse;
	empty-cells: show;
}

.ShapenTable td
{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.6em;
}

.ShapenTable td strong
{
	color: #5F4025;
}

div.ShapenItemDirection
{
	width: 640px;
	padding: 5px;
}

div.ShapenItemDirection
{
	padding: 13px 5px 0 13px;
	width: 633px;
	background: url(../img/common/a1.gif) no-repeat left top;
}

div.ShapenItemDirection2
{
	padding: 0;
	width: 650px;
	background: url(../img/common/a2.gif) no-repeat left top;

	height: 13px;
	margin: 0;
}

div.ShapenItemName
{
	margin-top: 15px;
	padding: 5px;
	width: 640px;
	height: 28px;
	font-weight: bold;
	color: #E5B07B;
	text-indent: 10px;
	line-height: 1.9em;
	background: #F8F2EB url(../img/common/q.gif) no-repeat left bottom;
}

#ShapenProcessTable
{
	width: 620;
}

#ShapenProcessTable td
{
	padding: 8px 20px 8px 5px;
	width: 50%;
	vertical-align: top;
}

#ShapenProcessTable img
{
	margin-bottom: 8px;
}

#ShapenProcessTable strong
{
	padding: 3px 6px;
	background: #5F4025;
	color: #F8EDD7;
}


/* フッターPR */
#prFootWrapper
{
	float: left;
	margin: 5px 0 5px 5px;
	padding: 0;
	border: 0;
	width: 60%;
	line-height: 1em;
	text-align: left;
	color: #47341f;
}

span.prH
{
	font-size: 10px;
	padding: 1px 2px;
	color: #272018;
	background-color: #47341f;
}

#prFootWrapper a
{
	color: #47341f;
	font-size: 10px;
	text-decoration: none;
}

 #prFootWrapper a:link
,#prFootWrapper a:visited
,#prFootWrapper a:hover
,#prFootWrapper a:active
{
	color: #47341f;
}



/*del start 2009/02/02 d.ishikawa カード決済一旦削除*/
/* 左メニューの「カード決済」画像 */
#SideMenu1_3 {display: none;}
/* 左メニューのカード会社ロゴの一覧画像 */
#SideMenu0 {display: none;}
/*del end 2009/02/02 d.ishikawa カード決済一旦削除*/




/******************************
 * Transaction
 ******************************/

.Paypal
{
	margin: 20px 0 0 10px;
}


.PaypalExplanation
{
	padding: 5px;
	width: 590px;
	margin: 0 0 25px 60px;
}

.PaypalTitle
{
	margin: 10px 0 10px 0;
	height: 35px;
	color: #FDE4E4;
	background: #F11D1D;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
}

.PaypalCard
{
	margin: 5px 0 5px 0;
}

.PaypalTriangle
{
	margin: 10px 0 5px 300px;
}


/******************************
 * Transaction
 ******************************/

.Paypal
{
	margin: 20px 0 0 10px;
}


.PaypalExplanation
{
	padding: 5px;
	width: 600px;
	margin: 0 0 50px 15px;
}

.PaypalTitle
{
	margin: 10px 0 10px 0;
	height: 35px;
	color: #FDE4E4;
	background: #F11D1D;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
}

.PaypalCard
{
	margin: 5px 0 5px 0;
}

.PaypalTriangle
{
	margin: 10px 0 5px 300px;
}

#PaypalBanner
{
	margin: 3px 0 0 0;
}

/*
	/css/style.css
*/
/* WordPress Article */
#article_wrap * {
	margin: 0;
	padding: 0;
}
#article_wrap {
	width: 188px;
	margin: 0 auto 0 21px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
li #article_wrap {
	margin: 0 auto 0 0;
}
#article_wrap div {
	margin: 0 auto 2px;
}
#article_wrap h3 {
	height: auto;
	background: #272018;
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
}
#article_wrap h3 a {
	padding: 0 5px;
}
#article_wrap h3 a:link, #article_wrap h3 a:visited {
	color: #FFF;
}
#article_wrap h3 a:hover, #article_wrap h3 a:active {
	color: #FFF;
	text-decoration: underline;
}
#article_wrap ul {
	margin: 0 !important;
}
#article_wrap li {
	border-bottom: 1px dotted #CCC;
	list-style: none;
	margin: 5px;
	font-size: 90%;
}
#article_wrap li a span {
	color: #7A5D37;
	font-size: 70%;
	font-weight: bold;
	vertical-align: 1px;
}
#article_wrap li a:hover span, li a:active span {
	color: #DC6F04;
}
#article_wrap a {
	display: block;
	color: #7A5D37;
	text-decoration: none;
}
#article_wrap a:hover, #article_wrap a:active {
	color: #DC6F04;
}
