@charset "utf-8";

/*全体
--------------------------------------------------*/
body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 0.9em;
	line-height:22px;
	background-image:url(../images/bg.gif);
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
    float:left;
	font-size: 0.7em;
	color: #FFFFFF;
	padding:0;
	margin:0px;
}
p {
	margin:0px;
	padding:0px;
}
.clear {
    clear:both;
}

.color_gray {
    color:#999999;
}
.color_red {
    color:#cc0000;
}

#outside_line {
    width:900px;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin:0px;
}


/*ヘッダー
--------------------------------------------------*/
#header {
	width: 900px;
	height:150px;
	margin:0px;
	padding:0px;
	background-image:url(../images/title_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header .box01 {
	text-align:left;
	line-height:normal;
	height: 12px;
	padding:5px;
	background-color:#FF6600
}
#header .box01 a{
    color:#FFFFFF;
}
#header .box02{
    clear:both;
	float:right;
	width:540px;
	text-align:left;
	line-height:25px;
	margin:0px;
	margin-right:10px;
	margin-top:10px;
	padding:10px;
}
#header .box03{
    clear:both;
	float:right;
	width:540px;
	text-align:left;
	line-height:20px;
	margin:0px;
	margin-right:10px;
	margin-top:10px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#header .box04{
	float:right;
	margin:0px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#header .menu {
	float:right;
	color:#FFFFFF;
	margin-right:5px;
	font-size:x-small;
}

/*メニュー*/
#menu {
	clear:both;
	float:right;
	width:560px;
	height:33px;
	margin:0px;
	padding:0px;
}
#menu ul {
    margin:0px;
	padding:0px;
    list-style: none;
}

#menu li {
    float:left;
    margin:0px;
	padding:0px;
	width:112px;
	height:33px;
	text-indent:-9999px;
}

#menu li a {
    text-decoration:none;
	display:block;
	width:112px;
	height:33px;
}

#menu li#m01 {
    background: url(../images/menu01.gif) no-repeat 0px 0px;
}

#menu li#m02 {
    background: url(../images/menu01.gif) no-repeat -112px 0px;
}

#menu li#m03 {
    background: url(../images/menu01.gif) no-repeat -224px 0px;
}
#menu li#m04 {
    background: url(../images/menu01.gif) no-repeat -336px 0px;
}

#menu li#m05 {
    background: url(../images/menu01.gif) no-repeat -448px 0px;
}

/* マウスオーバー */

#menu li#m01 a:hover {
    background: url(../images/menu02.gif) no-repeat 0px 0px;
}

#menu li#m02 a:hover {
    background: url(../images/menu02.gif) no-repeat -112px 0px;
}

#menu li#m03 a:hover {
    background: url(../images/menu02.gif) no-repeat -224px 0px;
}

#menu li#m04 a:hover {
    background: url(../images/menu02.gif) no-repeat -336px 0px;
}

#menu li#m05 a:hover {
    background: url(../images/menu02.gif) no-repeat -448px 0px;
}

/*パンくず
--------------------------------------------------*/

#topic {
    text-align:left;
	width:900px;
	margin-left:40px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:0.9em;
}

#topic li {
    float:left;
	line-height:110%;
	list-style-type:none;
}

#topic li a {
    margin-right:5px;
    padding-right:10px;
	background:url(../images/ya.gif) no-repeat right center;
}

/*フッター
--------------------------------------------------*/
#footer {
    clear:both;
    width:900px;
	padding-top:20px;
	padding-bottom:20px;
}
#footer p {
    margin-top:0px;
	margin-bottom:0px;
}
#footer .box01 {
	text-align:center;
	padding:8px;
	margin-top:20px;
	margin-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FF6600;
}
#footer .box02 {
	text-align:center;
	font-size:0.7em;
	color:#666666;
}

.close{
	color:#666666;
}
.kakaku{
	font-size:0.9em;
}
.shop{
	font-size:1.2em;
}
