@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.sugarland.co.jp/
File name:		layout_commonness.css
Summary:		base styles
Created:		2008-11-25
Last update:	2008-11-25 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2008 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background: #f8ede6 url(../images/bg.gif) center top repeat-y;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #646464;
	margin: 0px;
	padding: 0px;
}

div,
p,
span,
a,
img,
ul,
ol,
li,
dl,
dt,
dd {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント１文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

.txt_10p {
	font-size: 83%;
}

.txt_11p {
	font-size: 91%;
}

.txt_14p {
	font-size: 116%;
}

.txt_red {
	color: #f00;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #856750;
	text-decoration: none;
}

a:hover, a:active {
	color: #856750;
	text-decoration: underline;
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float:left;
}

.f_right {
	float:right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Clear */
/* ------------------------------------------------------------ */
.clear {
	clear: both;
}

/* Container */
/* ------------------------------------------------------------ */
#container {
	background-color: #fff;
	text-align: left;
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Header */
/* ------------------------------------------------------------ */
#retrieval {
	width: 830px;
	font-size: 91%;
	line-height: 1.5;
	color: #c7b6a8;
	margin: 0px auto;
	padding: 5px 10px;
	border: 0px #f00 solid;
}

#header {
	background: #fff url(../images/header_bg.gif) left top no-repeat;
	width: 830px;
	height: 88px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

.header_logo a {
	width: 195px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #f0f solid;
}

.header_chara {
	width: 330px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 195px;
	bottom: 0px;
	border: 0px #f00 solid;
}

.header_text {
	text-align: right;
	font-size: 83%;
	line-height: 1.5;
	color: #fff;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 0px #f00 solid;
}

/* Header menu */
/* ------------------------------------------------------------ */
#header_menu {
	clear: both;
	width: 830px;
	height: 37px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#header_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px #00f solid;
}

#header_menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #0ff solid;
}

/* Menu 1 */
/* ------------------------------------------------------------ */
#header_menu .menu1 a {
	background: #fff url(../images/head_menu1.gif) left top no-repeat;
	width: 94px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu1 a:hover {
	background: #fff url(../images/head_menu1.gif) left bottom no-repeat;
}

#header_menu .menu1 a.selected {
	background: #fff url(../images/head_menu1.gif) left bottom no-repeat;
}

/* Menu 2 */
/* ------------------------------------------------------------ */
#header_menu .menu2 a {
	background: #fff url(../images/head_menu2.gif) left top no-repeat;
	width: 88px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 94px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu2 a:hover {
	background: #fff url(../images/head_menu2.gif) left bottom no-repeat;
}

#header_menu .menu2 a.selected {
	background: #fff url(../images/head_menu2.gif) left bottom no-repeat;
}

/* Menu 3 */
/* ------------------------------------------------------------ */
#header_menu .menu3 a {
	background: #fff url(../images/head_menu3.gif) left top no-repeat;
	width: 157px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 182px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu3 a:hover {
	background: #fff url(../images/head_menu3.gif) left bottom no-repeat;
}

#header_menu .menu3 a.selected {
	background: #fff url(../images/head_menu3.gif) left bottom no-repeat;
}

/* Menu 4 */
/* ------------------------------------------------------------ */
#header_menu .menu4 a {
	background: #fff url(../images/head_menu4.gif) left top no-repeat;
	width: 113px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 339px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu4 a:hover {
	background: #fff url(../images/head_menu4.gif) left bottom no-repeat;
}

#header_menu .menu4 a.selected {
	background: #fff url(../images/head_menu4.gif) left bottom no-repeat;
}

/* Menu 5 */
/* ------------------------------------------------------------ */
#header_menu .menu5 a {
	background: #fff url(../images/head_menu5.gif) left top no-repeat;
	width: 165px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 452px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu5 a:hover {
	background: #fff url(../images/head_menu5.gif) left bottom no-repeat;
}

#header_menu .menu5 a.selected {
	background: #fff url(../images/head_menu5.gif) left bottom no-repeat;
}

/* Menu 6 */
/* ------------------------------------------------------------ */
#header_menu .menu6 a {
	background: #fff url(../images/head_menu6.gif) left top no-repeat;
	width: 105px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 617px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu6 a:hover {
	background: #fff url(../images/head_menu6.gif) left bottom no-repeat;
}

#header_menu .menu6 a.selected {
	background: #fff url(../images/head_menu6.gif) left bottom no-repeat;
}

/* Menu 7 */
/* ------------------------------------------------------------ */
#header_menu .menu7 a {
	background: #fff url(../images/head_menu7.gif) left top no-repeat;
	width: 108px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px #00f solid;
}

#header_menu .menu7 a:hover {
	background: #fff url(../images/head_menu7.gif) left bottom no-repeat;
}

#header_menu .menu7 a.selected {
	background: #fff url(../images/head_menu7.gif) left bottom no-repeat;
}

/* Body */
/* ------------------------------------------------------------ */
#bread_crumb {
	width: 760px;
	margin: 15px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

#bread_crumb ul {
	list-style: none;
	text-align: left;
	font-size: 83%;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7b6a8;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #ff0 solid;
}

#bread_crumb li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #f0f solid;
}

#bread_crumb a:link,
#bread_crumb a:visited {
	color: #c7b6a8;
	text-decoration: none;
}

#bread_crumb a:hover,
#bread_crumb a:active {
	color: #c7b6a8;
	text-decoration: underline;
}

.title {
	width: 760px;
	margin: 20px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #ff0 solid;
}

.title2 {
	text-align: center;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #ff0 solid;
}

#title_layout {
	width: 760px;
	height: 26px;
	margin: 20px auto 0px;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #ff0 solid;
}

#title_layout .title_hl {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #0f0 solid;
}

#title_layout .title_button a {
	background: #fff url(../images/button_products.gif) left top no-repeat;
	width: 176px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px #00f solid;
}

#title_layout .title_button a:hover {
	background: #fff url(../images/button_products.gif) left bottom no-repeat;
}

.pagetop {
	text-align: right;
	width: 760px;
	margin: 10px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	text-align: center;
	margin: 30px auto 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

#footer hr {
	background-color: #00f;
	color: #00f;
	height: 1px;
	border: none;
}

#footer_link {
	background: #fff url(../images/footer_bg.gif) left top no-repeat;
	width: 810px;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#footer_link ul {
	list-style: none;
	font-size: 91%;
	margin: 0px;
	padding: 0px;
	border: 0px #00f solid;
}

#footer_link li {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px #0ff solid;
}

#footer_link a:link,
#footer_link a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_link a:hover,
#footer_link a:active {
	color: #fff;
	text-decoration: underline;
}

#footer h2 {
	clear: both;
	text-align: center;
	font-size: 91%;
	line-height: 1.5;
	margin: 15px auto;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 83%;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px #f00 solid;
}

.footer_text {
	text-align: center;
	font-size: 91%;
	line-height: 1em;
	margin: 0px;
	padding: 5px 0px 15px;
	display: block;
	border: 0px #f00 solid;
}

/* Margin */
/* ------------------------------------------------------------ */
.top_margin5 {
	margin-top: 5px;
	border: 0px #f0f solid;
}

.top_margin10 {
	margin-top: 10px;
	border: 0px #f0f solid;
}

.top_margin20 {
	margin-top: 20px;
	border: 0px #f0f solid;
}

.top_margin30 {
	margin-top: 30px;
	border: 0px #f0f solid;
}

.top_margin50 {
	margin-top: 50px;
	border: 0px #f0f solid;
}

.right_margin15 {
	margin-right: 15px;
	border: 0px #f0f solid;
}

.right_margin30 {
	margin-right: 30px;
	border: 0px #f0f solid;
}

.left_margin20 {
	margin-left: 20px;
	border: 0px #f0f solid;
}

.left_margin25 {
	margin-left: 25px;
	border: 0px #f0f solid;
}

/* Box */
/* ------------------------------------------------------------ */
.w760 {
	clear: both;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w730 {
	clear: both;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w320 {
	width: 320px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}