@charset "EUC-JP";
/*******************************************
MENU
-------------------------------------------
01 Basic Setting
02 Layout
********************************************/
/*===========================================
01 Basic Setting
===========================================*/

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	color: #505050;
	text-align:center;
	background-image:  url(../images/common/bodyback.jpg);
	background-repeat: repeat-x;
	background-color:#E6E1DB;
	font-family: "MS ¥´¥·¥Ã¥¯", Osaka;
}
form, input { margin: 0; padding: 0; }
hr, span {
	display:none;
}
a:link {
	color: #505050;
	text-decoration: none;
}
#search-box {
	background-color: #FFCC00;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#search-box #cse-search-box .submit {
	margin-top: 5px;
	width:60px;
}
a:visited {
	color: #505050;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #f09600;
}

a img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-size:12px;font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, dl, dt, dd, blockquote,input {
	margin: 0;
	padding: 0;
}

/*===========================================
02 Layout
===========================================*/
#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	background-image: url(../images/common/container_loop.jpg);
	background-repeat: repeat-y;
}
#container {
	text-align: left;
	background-image: url(../images/common/container.jpg);
	background-repeat: no-repeat;
	top:0px;
}
/*===========================================
header
===========================================*/
#header {
/*	padding:13px 25px 24px 24px;*/
	padding:13px 25px 0px 24px;
}
#logo {
	width:319px;
	float:left;
	height:95px;
}
#header_right {
	width:468px;
	float:right;
}
#header_right #banner {
	text-align:right;
}
/*===========================================
search
===========================================*/
#search {
	width:350px;
	margin:3px 0 0 0px;
	_margin:13px 0 0 260px;
	height:30px;
	_height:25px;
}
#search #cse-search-box input {
	margin-right: 10px;
}
#search table{
	padding:0;
	margin:0;
}
/*===========================================
globallink
===========================================*/
#globallink {

	clear: both;
	padding:0 0 0 24px;
}
#globallink ul {
	width:905px;
}
#globallink ul li{
	width:181px;
	list-style-type:none;
	overflow:hidden;
	text-indent:-5000px;
	font-size:1px;
}
#globallink ul li a {
	display:block;
	height:36px;
}
#globallink ul li.btn01 {
	background:url(../images/common/g_btn_kura.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn01 a:hover {
	background:url(../images/common/g_btn_kura_hover.jpg) no-repeat;
}
#globallink ul li.btn01over {
	background:url(../images/common/g_btn_kura_hover.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn02 {
	background:url(../images/common/g_btn_sakereport.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn02 a:hover {
	background:url(../images/common/g_btn_sakereport_hover.jpg) no-repeat;
}
#globallink ul li.btn02over {
	background:url(../images/common/g_btn_sakereport_hover.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn03 {
	background:url(../images/common/g_btn_sakerecipe.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn03 a:hover {
	background:url(../images/common/g_btn_sakerecipe_hover.jpg) no-repeat;
}
#globallink ul li.btn03over {
	background:url(../images/common/g_btn_sakerecipe_hover.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn04 {
	height: 36px;
	float:left;
	background-image: url(../images/common/g_btn_otoriyose.jpg);
	background-repeat: no-repeat;
}
#globallink ul li.btn04 a:hover {
	background:url(../images/common/g_btn_otoriyose_hover.jpg) no-repeat;
}
#globallink ul li.btn04over {
	background:url(../images/common/g_btn_otoriyose_hover.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn05 {
	background:url(../images/common/g_btn_shop.jpg) no-repeat;
	float:left;
}
#globallink ul li.btn05 a:hover {
	background:url(../images/common/g_btn_shop_hover.jpg) no-repeat;
}
#globallink ul li.btn05over {
	background:url(../images/common/g_btn_shop_hover.jpg) no-repeat;
	float:left;
}
/*===========================================
topicpass
===========================================*/
#topicpass {
	clear: both;
	padding:10px 24px 0;
	font-size:12px;
}
/*===========================================
footer
===========================================*/
#footer {
	clear: both;
	margin:10px 24px 0 25px;
	width:900px;
	border-top:1px solid #C8C8C8;
	padding-bottom:85px;
}
#footer_left {
	width:50%;
	padding-top:5px;
	float:left;
	font-size:11px;
}
#footer_left p {
	text-align:left;
}
#footer_left p a {
	color:#787878;
	text-decoration: none;
}
#footer_left p a:hover {
	color: #3C3C3C;
	text-decoration:underline;
}
#footer_right {
	width:50%;
	padding-top:5px;
	float:right;
	font-size:10px;
}
#footer_right p {
	color:#787878;
	text-align:right;
}
#footer_right p a {
	color:#787878;
	text-decoration: none;
}
#footer_right p a:hover {
	color:#3C3C3C;
	text-decoration:underline;
}
/*===========================================
pagetop
===========================================*/
.pagetop {
	padding:15px 15px 0px 0;
	text-align:right;
	font-size:10px;
}
.pagetop p a:link {
	color:#505050;
	text-decoration: none;
}
.pagetop p a:hover {
	color: #f09600;
	text-decoration:underline;
}
/*===========================================
other
==========================================*/
.clr {
	clear: both;
}
.submit {
	color: #FFFFFF;
	background-color: #FF6633;
	height: 25px;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
}
.reset {
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	margin-right: 100px;
}

