/*-----------------------リセット--------------------------*/
*{
	margin:0px;
	padding:0px;
	color:#300;
	font-size:14px;
}
main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/*-----------------------コンテンツ全体--------------------------*/
body{
	text-align:center;
	background:white url(images/body-back01.jpg) repeat-x 0 100px;
	border-top:5px solid #e82822;
	/*background-attachment:fixed;*/
}
body#TopPage{
	text-align:center;
	background:white url(images/body-back.jpg) repeat-x 0 100px;
	border-top:5px solid #e82822;
	/*background-attachment:fixed;*/
}
#contents{
	text-align:left;
	width:980px;
	margin:0px auto 0px;
	padding:0px 0px 0px;
	position:relative;
	clear:both;
	border-bottom:none;
	background:white;
}
/*--------------------------ヘッター---------------------------*/
h1{
	color:white;
	font-size:11px;
	padding:10px 10px 0px;
	font-weight:normal;
	float:right;
	height:15px;
}
h1 a,h1 a:link,h1 a:visited,h1 a:hover{
	color:#999;
	font-size:11px;
	border:none;
	text-decoration:none;
}
header{
	vertical-align:top;
	height:90px;
	background:url(images/header-back.gif) repeat-x 0 0;
	padding:2px 10px 3px;
}
header h2{
	padding:0px 10px 0;
}
header h2 a img,header h2 img{
	vertical-align:bottom;
	
}
/*----------------------ページの見出し・フラッシュ----------------------------------*/
h2#TopImage{
	margin:0px 0px 10px;
	padding:0px;
	text-align:center;
	clear:both;
}
h2#TopImage img{
	border:none;
	vertical-align:top;
}
/*-----------------------メインエリア--------------------------*/
h3{
	width:auto;
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px;
	text-align:center;
	font-size:15px;
	color:white;
	clear:both;
}
h3 a{
	color:white;
	font-size:15px;
	text-decoration:none;
}
h3 a:link,h3 a:visited,h3 a:hover{
	color:white;
	text-decoration:none;
}
h3 a span{
	font-size:14px;
	font-weight:normal;
	color:#6f4924;
	letter-spacing:0;
}
h4{
	margin:20px 20px 0px;
	padding:0px 10px;
	font-size:18px;
	color:#f90;
	letter-spacing:0.3em;
	clear:none;
	border-left:17px solid #f90;
	vertical-align:bottom;
	text-align:left;
}
h4 a,h4 a:link,h4 a:visited{
	font-size:16px;
	color:#866d59;
	text-decoration:none;
}
h4 a:hover{
	color:#866d59;
	text-decoration:underline;
}
h4.Ryori{
	margin:0;
	padding:0;
	border:none;
}
h5{
	margin:30px 20px 0px;
	font-size:14px;
	padding:0px;
	color:#666;
	clear:both;
}
a img{
	border:none;
}
a{
	color:#2f589a;
	text-decoration:underline;
}
a:link{
	color:#2f589a;
	text-decoration:underline;
}
a:visited{
	color:#2f589a;
}
a:hover{
	color:skyblue;
}
p{
	padding:6px 15px;
	color:black;
	line-height:150%;
	text-align:left;
}
p img{
	
}
span{
	font-weight:bold;
	color:#f90;
}
.red{
	color:red;
	font-weight:normal;
}
.blue{
	color:blue;
	font-weight:normal;
}
.blue1{
	color:blue;
	font-weight:bold;
}
.green{
	color:green;
	font-weight:normal;
}
.black{
	color:#666;
	font-weight:bold;
}
.pink{
	color:#c0c;
	font-weight:bold;
}
.ash{
	color:#999;
	font-weight:normal;
}
span.ash{
	color:#999;
	font-size:13px;
	font-weight:normal;
}
ul{
	margin:10px 20px 20px 30px;
	list-style-type:disc;
}
ul li{
	margin:5px 20px 0px 10px;
	line-height:130%;
	color:#6f4924;
	text-align:left;
}
ul.number{
	list-style-type:decimal;
	margin:20px 20px 20px 30px;
}
ul.number li{
	margin:10px 20px 0px 20px;
	line-height:130%;
	color:#006;
}
ul#MemberList{
	list-style:none;
	margin:20px 20px 20px 0px;
}
ul#MemberList li{
	margin:5px 20px 0px 10px;
	padding:0px 5px 0px 60px;
	line-height:130%;
	color:#006;
	background:url(images/joukin_ico.gif) no-repeat left center;
}
ul#MemberList li.joukin_staff{background:url(images/joukin_ico.gif) no-repeat left center;}
ul#MemberList li.keiyaku_staff{background:url(images/keiyaku_ico.gif) no-repeat left center;}
ul#MemberList li.hijoukin_staff{background:url(images/hijoukin_ico.gif) no-repeat left center;}
table{
	width:700px;
	border:1px solid #999;
	border-collapse:collapse;
	margin:10px
}
table caption{
	font-size:15px;
	font-weight:bold;
	color:red;
	text-align:left;
	padding-bottom:5px;
}
table tr{

}
table tr th{
	padding:5px 10px;
	border:1px solid #ccc;
	text-align:center;
	white-space:nowrap;
	color:#006;
	background:#eee;
}
table tr.PinkTH th{
	background:#fdd;
	color:#333;
}
table tr.YellowTH th{
	background:#ffd;
}
table tr th a{color:#6c6;text-decoration:none;}
table tr th a:link{}
table tr th a:visited{}
table tr th a:hover{}

table tr td{
	text-align:left;
	padding:5px;
	border:1px solid #ccc;
	color:#444;
	line-height:130%;
	/*letter-spacing:0.1em;*/
}
table tr td.center{
	text-align:center;
}
table tr td.right{
	text-align:right;
}
table.CompanyTable{
	width:700px;
	border:1px solid #999;
	border-collapse:collapse;
	margin:20px 10px 10px
}
table.CompanyTable caption{
	font-size:15px;
	font-weight:bold;
	color:red;
	text-align:left;
	padding-bottom:5px;
}
table.CompanyTable tr{

}
table.CompanyTable tr th{
	padding:10px 10px;
	border:1px solid #ccc;
	text-align:left;
	white-space:nowrap;
	color:#555;
	background:#eee;
}
table.CompanyTable tr.PinkTH th{
	background:#fdd;
}
table.CompanyTable tr.YellowTH th{
	background:#ffd;
}
table tr th a{color:#6c6;text-decoration:none;}
table tr th a:link{}
table tr th a:visited{}
table tr th a:hover{}

table.CompanyTable tr td{
	text-align:left;
	padding:5px;
	border:1px solid #ccc;
	color:#666;
	line-height:130%;
	/*letter-spacing:0.1em;*/
}
table.CompanyTable tr td.center{
	text-align:center;
}
table.CompanyTable tr td.right{
	text-align:right;
}
.RightImage,.RightImage120,.RightImage150,.RightImage200,.RightImage240,.RightImage250,.RightImage300,.RightImage350,.RightImage360,.RightImage400,.RightImage500{
	float:right;
	width:180px;
	margin:15px;
	/*border:1px solid #000;*/
	padding:0px;
}
.RightImage120{width:120px;}
.RightImage150{width:150px;}
.RightImage200{width:200px;}
.RightImage240{width:240px;}
.RightImage250{width:250px;}
.RightImage300{width:300px;}
.RightImage350{width:350px;}
.RightImage360{width:360px;}
.RightImage400{width:400px;}
.RightImage500{width:500px;}

.LeftImage60,.LeftImage150,.LeftImage180,.LeftImage200,.LeftImage250,.LeftImage370{
	float:left;
	width:60px;
	margin:0 5px 0 10px;
	/*border:1px solid #000;*/
	padding:0px;
}
.LeftImage150{width:150px;}
.LeftImage180{width:180px;}
.LeftImage200{width:200px;}
.LeftImage250{width:250px;}
.LeftImage370{width:370px;}

.return{
	text-align:right;
	clear:both;
}
.return a{
	color:#2f589a;
	text-decoration:underline;
}
.return a:link{
	color:#2f589a;
	text-decoration:underline;
}
.return a:visited{
	color:#2f589a;
	text-decoration:underline;
}
.return a:hover{
	color:skyblue;
	text-decoration:underline;
}
.center{
	text-align:center
}
.clear{
	clear:both;
}
dl{
	margin-bottom:30px;
}
dt,dd{
	border-bottom:1px dashed #ccc;
	padding:5px 10px 2px;
	margin:10px 20px;
}
dt{
	margin-top:20px;
	color:#036;
	font-weight:bold;
}
dd{
	padding-left:30px;
	color:#666;
}
dt a{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#006;
	text-decoration:none;
}
dd a{
	color:#006;
	text-decoration:none;
}
strong{
	color:#f90;
	font-weight:bold;
	font-size:15px;
}
em{
	font-style:normal;
	color:olive;
	font-weight:normal;
}
/*----------------------中央のエリア----------------------------------*/
main{
	width:760px;
	height:auto;
	margin:0px 0px 0 0px;
	padding:0px 0px 0;
	float:right;
}
main h3{
	background:url(images/h3-back.gif) left top no-repeat;
	padding:47px 0 0 40px;
	text-align:left;
}
main p{
	padding:10px 20px;
	margin:0;
	color:black;
	font-size:14px;
	font-weight:normal;
	line-height:160%;
	letter-spacing:0.1em;
}
main p.message{
	padding:0px 15px 20px;
	line-height:180%;
	letter-spacing:0.1em;
	color:#161000;
	font-size:15px;
}
main p.return{
	padding:0px;
	margin:0;
}
main p.return a,main p.return a:link,main p.return a:visited{
	color:orange;
	text-decoration:underline;
}
main p.return a:hover{
	color:#ccc;
}
main p.question{
	background:pink;
	border-bottom:1px dashed #eee;
	margin:20px 20px 0;
	font-weight:bold;
}
main p.answer{
	margin:0 20px 20px;
	background:#ffe;
}
/*-----------------------主なサービス〜トップページ（index.html）〜--------------------------*/
main #GuideBox{
	background:url(images/guidebox-back.jpg) no-repeat right top;
	padding:0px 0 0;
}
main ul#CategoryBox{
	width:750px;
	margin:0 0 0 10px;
	padding:0;
	height:120px;
}
main ul#CategoryBox li{
	width:230px;
	float:left;
	list-style:none;
	margin:0 15px 20px 5px;
	padding:0px;
}
main ul#CategoryBox li h4{
	margin:7px 0 3px;
	padding:0px 0px 0 0px;
	border:none;
	clear:none;
	text-align:center;
	border-bottom:1px solid red;
}
main ul#CategoryBox li h4 a,main ul#CategoryBox li h4 a:link,main ul#CategoryBox li h4 a:visited{
	color:black;
	font-weight:bold;
	font-size:15px;
}
main ul#CategoryBox li h4 a:hover{
	color:#999;
	text-decoration:none;
}
main ul#CategoryBox li p{
	font-size:12px;
	color:black;
	line-height:140%;
	margin:0;
	padding:0px 5px;
	text-align:left;
}
main ul#CategoryBox li p.center{
	text-align:center;
	padding:15px;
}
/*-----------------------更新情報・お知らせ--------------------------*/
main h3.NewsHead{
	margin:0px 5px 0px 15px;
	text-align:left;
}
main h3.NewsHead img{
	vertical-align:bottom;
}
#News{
	margin:0px 5px 30px 15px;
	padding:10px 5px;
	background:white;
	border:1px solid black;
}
#News ul{
	margin:0px 0px; 5px;
	padding:0px;
	list-style:none;
	background:white;
	height:120px;
	overflow:auto;
	
}
#News ul li{
	padding:0px 15px 5px 65px;
	margin:0px 10px 5px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	border:none;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	list-style:none;
	background:url(images/news-ico01.gif) no-repeat 0 top;
	text-align:left;
}
#News ul li.update{
	background:url(images/news-ico02.gif) no-repeat 0 top;
}
#News ul li span.date{
	background:transparent;
	color:#666;
	font-weight:normal;
	font-size:12px;
}
#News ul li a,#News ul li a:link,#News ul li a:visited{
	color:orange;
	font-size:13px;
}
#News ul li a:hover{
	color:#999;
	font-size:13px;
}
/*----------------------左のエリア----------------------------------*/
aside{
	width:205px;
	margin:0px 0px 0 0px;
	padding:10px 0 0;
}
aside #SelectBox{
	border:1px solid black;
	border-top:none;
	width:200px;
	_width:202px;
	margin:0px 0px 30px;
}
aside h3{
	width:auto;
	margin:0;
	clear:none;
}
aside h3 a{
	font-size:14px;
	color:#090;
}
aside h3 a:link{
	color:#090;
}
aside h3 a:visited{
	color:#090;
}
aside h3 a:hover{
	color:#090;
}
aside h4{
	padding:10px 5px 0;
	margin:0 2px;
	border-top:1px dashed #ccc;
	border-left:none;
	color:#640b01;
	font-size:12px;
	font-weight:bold;
	clear:none;
	text-align:left;
}
aside p{
	margin:5px 0;
	padding:5px;
	font-size:12px;
	color:#666;
	line-height:140%;
}
aside p a{
	font-size:12px;
	color:orange;
}
aside p a:link{
	color:orange;
}
aside p a:visited{
	color:orange;
}
aside p a:hover{
	color:#ccc;
}
aside p a img{
	border:none;
}
aside p img{
	float:left;
	width:90px;
	margin:0px 5px 0px 0px;
}
/*----------------------左のエリアのナビゲーション----------------------------------*/
aside #SelectBox ul{
	list-style:none;
	margin:0;
	padding:0;
}
aside #SelectBox ul li{
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
aside #SelectBox ul li.last{
	border:none;
}
aside #SelectBox ul li a{
	width:172px;
	_width:200px;
	margin:0 0 0px 0;
	padding:10px 0px 10px 28px;
	background:white url(images/select-navi-back.gif) no-repeat 12px center;
	color:#c81602;
	font-size:15px;
	letter-spacing:0.1em;
	text-decoration:none;
	display:block;
}
aside #SelectBox ul li a:link{
	color:#c81602;
}
aside #SelectBox ul li a:visited{
	color:#c81602;
}
aside #SelectBox ul li a:hover{
	background:snow url(images/select-navi-hover-back.gif) no-repeat 12px center;
	color:#ccc;
}
/*----------------------サブコンテンツ・バナー----------------------------*/
#BannerBox{
	margin:0px 0px 30px;
	padding:0;
	text-align:center;
	list-style:none;
}
#BannerBox li{
	margin:0px 0 10px;
	padding:0;
	text-align:center;
}
/*------------------------メインナビゲーション----------------------------*/
#menu{
	width:650px;
	height:35px;
	position:absolute;
	left:334px;
	top:50px;
	clear:both;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	text-indent:-9999px;
}
#menu ul li a{
	padding:0px;
	margin:0;
	width:160px;
	height:35px;
	color:#000;
	font-size:14px;
	text-decoration:none;
	display:block;
	border-right:1px solid black;
}
#menu ul li#navi01 a:link{
	background:url(images/navi-back.gif) -0px 0px;
}
#menu ul li#navi01 a:visited{
	background:url(images/navi-back.gif) -0px 0px;
}
#menu ul li#navi01 a:hover{
	background:url(images/navi-back.gif) -0px -35px;
}
#menu ul li#navi02 a:link{
	background:url(images/navi-back.gif) -160px 0px;
}
#menu ul li#navi02 a:visited{
	background:url(images/navi-back.gif) -160px 0px;
}
#menu ul li#navi02 a:hover{
	background:url(images/navi-back.gif) -160px -35px;
}
#menu ul li#navi03 a:link{
	background:url(images/navi-back.gif) -320px 0px;
}
#menu ul li#navi03 a:visited{
	background:url(images/navi-back.gif) -320px 0px;
}
#menu ul li#navi03 a:hover{
	background:url(images/navi-back.gif) -320px -35px;
}
#menu ul li#navi04 a:link{
	background:url(images/navi-back.gif) -480px 0px;
}
#menu ul li#navi04 a:visited{
	background:url(images/navi-back.gif) -480px 0px;
}
#menu ul li#navi04 a:hover{
	background:url(images/navi-back.gif) -480px -35px;
}
/*------------------------サブナビゲーション----------------------------*/
#SubNavi{
	margin:30px 0px 0;
	padding:0px;
	text-align:right;
	background:url(images/subnavi-back.gif) repeat 0 0;
	float:right;
	width:400px;
}
#SubNavi ul{
	list-style:none;
	margin:0px 5px;
	padding:0px 0px 0px;
}
#SubNavi ul li{
	margin:0px;
	padding:0px 5px 0px 10px;
	height:auto;
	display:inline;
}
#SubNavi ul li a{
	padding:0px;
	margin:0;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#SubNavi ul li a:link{
	color:#999;
}
#SubNavi ul li a:visited{
	color:#999;
}
#SubNavi ul li a:hover{
	color:red;
	text-decoration:underline;
}
/*------------------------フッター----------------------------*/
footer{
	font-size:12px;
	color:white;
	text-align:center;
	margin:0px 0px;
	padding:0px 0 10px;
	clear:both;
	background:black;
	border-top:5px solid #e82822;
	height:100px;
}
footer #FooterBox{
	width:980px;
	margin:0 auto;
	text-align:left;
}
footer address,footer p,footer p a,footer p a:link,footer p a:visited,footer p a:hover{
	color:#999;
	font-size:12px;
	text-decoration:none;
	font-style:normal;
}
footer address{
	background:url(images/footer-back.gif) no-repeat;
	margin:20px 10px;
	width:300px;
	float:left;
	padding:30px 0 10px 90px;
}
footer p{
	float:right;
	width:400px;
	text-align:right;
	margin:0;
	padding:0 10px;
}
/*------------------------サイトマップ----------------------------*/
dl#L_sitemap,dl#R_sitemap{
	width:350px;
	margin:0px 5px;
	padding:0px;
	/*border:1px solid #000;*/
}
dl#L_sitemap dt,dl#R_sitemap dt{
	margin:20px 0px 10px;
}
dl#L_sitemap dd,dl#R_sitemap dd{
	margin:10px 0px;
}
dl#L_sitemap dd.detail_link,dl#R_sitemap dd.detail_link{
	margin:5px 0px;
	padding:0px 0px 0px 50px;
}
dl#L_sitemap{
	float:left;
}
dl#R_sitemap{
	float:right;
}

dl#L_sitemap dt a,dl#R_sitemap dt a{
	color:#01aeed;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0em;
}
dl#L_sitemap dt a:link,dl#R_sitemap dt a:link{
	color:#01aeed;
}
dl#L_sitemap dt a:visited,dl#R_sitemap dt a:visited{
	color:#01aeed;
}
dl#L_sitemap dt a:hover,dl#R_sitemap dt a:hover{
	color:#01aeed;
	text-decoration:underline;
}

dl#L_sitemap dd a,dl#R_sitemap dd a{
	color:#6cc;
	text-decoration:none;
}
dl#L_sitemap dd a:link,dl#R_sitemap dd a:link{
	color:#6cc;
	text-decoration:none;
}
dl#L_sitemap dd a:visited,dl#R_sitemap dd a:visited{
	color:#6cc;
	text-decoration:none;
}
dl#L_sitemap dd a:hover,dl#R_sitemap dd a:hover{
	color:#ccc;
	text-decoration:none;
}
/*------------------------こだわりページ----------------------------*/
#kodawari01{
	background:url(images/kodawari01-back.gif) no-repeat 0 0;
	padding:0 0px 50px 40px;
	margin:10px 0 0;
}
#kodawari02{
	background:url(images/kodawari02-back.gif) no-repeat 0 0;
	padding:0 0px 50px 40px;
}
#kodawari03{
	background:url(images/kodawari03-back.gif) no-repeat 0 0;
	padding:0 0px 50px 40px;
}
#kodawari01 h3,#kodawari02 h3,#kodawari03 h3{
	text-align:left;
	padding:5px 0 0 15px;
}
#kodawari01 h3,#kodawari02 h3,#kodawari03 h3{
	background:none;
}
#kodawari01 p,#kodawari02 p,#kodawari03 p{
	line-height:180%;
	font-size:15px;
	color:black;
}
#kodawari03 p{
	padding:0 20px;
}
#kodawari03 p.center{
	padding:30px 20px 0;
}
/*------------------------メニュー（お品書き）ページ----------------------------*/
main#oshinagaki{
	width:980px;
	height:auto;
	margin:0px 0px 0 0px;
	padding:0px 0px 50px;
	float:none;
}
main#oshinagaki section#L_oshinagaki,main#oshinagaki section#R_oshinagaki{
	width:490px;
	float:left;
	margin:20px 0 0;
}
main#oshinagaki section#L_oshinagaki{

}
main#oshinagaki section#R_oshinagaki{

}
main#oshinagaki h3{
	background:url(images/h3-back02.gif) repeat-x 0 0;
	padding:4px 0 4px 30px
}
main#oshinagaki h3#drink{
	text-align:left;
	clear:both;
}
main#oshinagaki p{
	font-size:13px;
	color:black;
	line-height:130%;
}
main#oshinagaki span{
	font-size:11px;
	color:black;
	font-weight:normal;
}
main#oshinagaki table{
	border:none;
	width:480px;
	margin:0;
}
main#oshinagaki table tr th{
	border:none;
	background:none;
	text-align:left;
	padding-left:170px;
	font-size:13px;
	color:black;
	font-weight:normal;
}
main#oshinagaki table tr td{
	border:none;
	background:none;
	text-align:center;
	font-size:13px;
	color:black;
	font-weight:normal;
	white-space:nowrap;
	
}
main#oshinagaki table#MenuTable01{
	background:url(images/menutable01-back.jpg) no-repeat 0 0;
}
main#oshinagaki table#MenuTable02{
	background:url(images/menutable02-back.jpg) no-repeat 0 0;
}
main#oshinagaki table#MenuTable03{
	background:url(images/menutable03-back.jpg) no-repeat 0 0;
}
main#oshinagaki table#MenuTable03 tr th{
	padding-bottom:25px;
}
main#oshinagaki table#MenuTable03 tr td{
	vertical-align:top;
}
.OsusumePhoto{
	text-align:left;
	margin:10px
}
.OsusumePhoto img{
	margin:0 5px;
}
/*------------------------お取り寄せ通販のページ----------------------------*/
ul#ItemList{
	list-style-position: inside;
	border-top:1px solid #ccc;
	margin:20px 30px;
	padding:0;
	width:320px;
}
ul#ItemList li{
	color:black;
	font-size:15px;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:8px 10px;
}
section#RecipeBox{
	border:1px solid #ccc;
	background:#ffe5e5;
	padding:5px 20px 10px;
	margin:10px 10px 20px;
	text-align:center;
}
section.ItemGuideBox,section.AboutOrderBox{
	margin:0px 5px 10px 15px;
	padding:10px 5px;
	background:white;
	border:1px solid black;
}
section.AboutOrderBox{
	height:450px;
}
section.ItemGuideBox h4,section.AboutOrderBox h4{
	font-size:15px;
	color:#f90;
	border-left:15px solid #f90;
	margin:10px 0;
}
section.AboutOrderBox div.L_ItemGuideBox{
	float:left;
	width:340px;
	margin:10px;
}
section.AboutOrderBox p{
	font-size:12px;
	color:#666;
	margin:10px 0;
	padding:0;
}
p#EnglishBotton{
	position:absolute;
	top:1380px;
	left:810px;
}
/*------------------------メールフォーム----------------------------*/
table.OrderTable{
	width:720px;
	margin:20px 20px  30px;
	border:1px solid #ccc;
	border-collapse:collapse;

}
table.OrderTable th,table.OrderTable td{
	padding:8px 15px;
	text-align:left;
}
table.OrderTable th{
	border-bottom:1px solid #890200;
	border-top:1px solid #550600;
	width:auto;
	background:#790400;
	color:#fff;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
table.OrderTable td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#790400;
	font-size:13px;
}
table.OrderTable td SELECT,table.OrderTable td OPTION{
	font-size:12px;
}
input.shadow{
	border-top:2px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:2px solid #666;
}
input#reset,input#submit{
	margin:10px;
	padding:3px 10px;
	width:90px;
	text-align:center;
	background:#790400;
	color:#fff;
}
/*------------------------活動レポート----------------------------*/
h4.ReportTitle{
	margin:20px 20px 0px;
	padding:5px 10px;
	font-size:16px;
	color:#990000;
	letter-spacing:0.1em;
	clear:none;
	border-left:17px solid #990000;
	vertical-align:bottom;
}
h4.ReportTitle span{
	font-size:14px;
	color:#900;
	font-weight:normal;
}
/*-----------------------表示切替--------------------------*/
.nonpc{
	display:none;
}
.pc{
	display:block;
}