@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */

a:link {
	color: #fe6e2b;
  text-decoration: none;
}
a:visited {
	color: #fe6e2b;
  text-decoration: none;
}
a:hover {
	color: #fff;
  text-decoration: underline;
}
a:active {
	color: #fe6e2b;
  text-decoration: none;
}


/*
[ TOP
----------------------------------------------------------- */
.topRight h4 {
	margin-bottom: 10px;
}
.goBtn {
	text-align: right;
}

/*Drink-Foods*/
.menuTop{
	margin-top: -15px;
	background: url(images/drink_top.jpg) no-repeat 0 0;
	padding: 50px 40px 0 50px;
	font-size:93%;
	color:#FFFFFF;
	line-height:1.2;
	height:170px;
	width:590px;
}
.menuBox_left{
	width:330px;
	float:left;
}
.menuBox_right{
	width:330x;
	float:right;
}
.menuHead{
	padding-top:15px;
}
dl.menuItem {
	margin: 5px 0 0 0;
	width: 325px;
}
dl.menuItem dt{
	padding: 5px 0;
	float:left;
	border-bottom:1px solid #FFFFFF;
	width:244px;
}
dl.menuItem dt.child {
	width: 224px;
	padding-left: 20px;
}
dl.menuItem dd{
	padding: 5px 0;
	border-bottom:1px solid #FFFFFF;
	width:80px;
	text-align:right;
	float:left;
}
.caution{
	text-align:right;
	font-size:93%;
}
.menuCaution{
	text-align:right;
	font-size:93%;
	padding: 0 15px;
	line-height:1.2;
}
.box {
	border: #696969 7px dotted;
	padding: 30px;
}
.box02 {
	border: #fff 5px solid;
	padding: 20px;
	margin-bottom: 2em;
}
.forBeginners {
	clear: both;
}
.forBeginners h4 {
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px dotted white;
	margin-bottom: 0.7em;
	padding-bottom: 0.5em;
}
