﻿
/* common */
/* -------------------------------------------------------- */

body, 
h1, h2, h3, h4, h5, h6, 
ul, ol, li, dl, dt, dd, table, th, td, 
p, form, blockquote, address {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}
img {
	border:0;
	display:block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
th, td {
	text-align:left;
	vertical-align:top;
}


/* font */

body {
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#444444;
}
h1, h2, h3, h4, h5, h6, h7 {
	line-height:120%;
}
p, ul, ol, dl ,table {
	line-height:150%;
}


/* link */

a {
	color:#004e97;
	text-decoration:underline;
}
a:hover {
	color:#004e97;
	text-decoration:none;
}


/* parts */

.ri {text-align:right;}
.cen {text-align:center;}
.ri img, .cen img {display:inline;}

#container .m00 {margin-bottom:0;}
#container .m05 {margin-bottom:5px;}
#container .m10 {margin-bottom:10px;}
#container .m15 {margin-bottom:15px;}
#container .m20 {margin-bottom:20px;}
#container .m25 {margin-bottom:25px;}
#container .m30 {margin-bottom:30px;}
#container .m35 {margin-bottom:35px;}
#container .m40 {margin-bottom:40px;}
#container .m45 {margin-bottom:45px;}
#container .m50 {margin-bottom:50px;}

/* clear */

.pkg:after, #navi:after, #contents:after, #footer-inner:after, #subnavi-box-inner1:after, #subnavi-box-inner1 ul:after, #subnavi-box-inner2 ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #navi, #contents, #footer-inner, #subnavi-box-inner1, #subnavi-box-inner1 ul, #subnavi-box-inner2 ul { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #navi, * html #contents, * html #footer-inner, * html #subnavi-box-inner1, * html #subnavi-box-inner1 ul, * html #subnavi-box-inner2 ul { height: 1%; }
.pkg, #navi, #contents, #footer-inner, #subnavi-box-inner1, #subnavi-box-inner1 ul, #subnavi-box-inner2 ul { display: block; }
/* */



/* body */
/* -------------------------------------------------------- */

body {
	text-align:center;
	padding-bottom:15px;
	background:url(../img/bg_body.gif) repeat-x left top;

}


/* container */
/* -------------------------------------------------------- */

#container {
	width:840px;
	text-align:left;
	margin:0 auto;
}


/* summary */

#summary {
	width:810px;
	height:48px;
	text-align:right;
	margin-left:15px;
}
#summary img {
	margin-top:18px;
	display:inline;
}


/* navi-box */

#navi-box {
	width:840px;
	margin-bottom:16px;
	background:url(../img/line_navi.gif) no-repeat right top;
}
#navi {
	padding-bottom:1px;
}
.toppage #navi {
	padding-bottom:2px;
}
#navi li {
	float:left;
}


/* subnavi-box */

#subnavi-box {
	display: none;
	width:840px;
	padding-bottom:10px;
	background:url(../img/bg_subnavi.gif) no-repeat left bottom;
	border-top:solid 1px #d7d4d9;
}
#subnavi-box p {
	width:830px;
	margin-left:10px;
}
#subnavi-box-inner1 {
	margin-left:139px;
	margin-bottom:15px;
}
#subnavi-box-inner1 ul {
	width:139px;
	padding-top:5px;
	background:url(../img/line_subnavi.gif) repeat-y left top;
	float:left;
}
#subnavi-box-inner1 li {
	width:129px;
	margin-bottom:3px;
	float:left;
}
#subnavi-box-inner1 li.last {
	margin-bottom:0;
}
#subnavi-box-inner1 li img {
	margin-left:10px;
}
#subnavi-box-inner2 {
	position:relative;
}
#subnavi-box-inner2 ul {
	width:253px;
	position:absolute;
	top:-104px;
	left:15px;
}
#subnavi-box-inner2 li {
	width:253px;
	margin-bottom:10px;
	float:left;
}


/* contents */
/* -------------------------------------------------------- */

/* content-header */

#content-header {
	width:810px;
	margin-left:15px;
}

#panlist-box {
	width:810px;
	margin-bottom:25px;
	padding-top:6px;
	background:url(../img/bg_panlist_01.gif) no-repeat left top;
}
#panlist {
	line-height:120%;
	color:#999999;
	padding:0 15px 6px 15px;
	background:url(../img/bg_panlist_02.gif) no-repeat left bottom;
}
#panlist a {
	color:#999999;
	text-decoration:underline;
	padding-right:18px;
	background:url(../img/icon_panlist.gif) no-repeat right center;
}
#panlist a:hover {
	color:#999999;
	text-decoration:none;
}

#category-title {
	margin-bottom:35px;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width:810px;
	margin-left:15px;
	padding-top:35px;
}
#footer-inner {
	width:810px;
	padding-top:14px;
	border-top:solid 1px #d7d7d7;
}

#footer-logo {
	width:122px;
	float:left;
}
#footer-copy {
	width:300px;
	padding-top:30px;
	float:left;
}
#footer-qr {
	width:135px;
	padding-top:2px;
	float:right;
}
#footer-qr-festa {
	width:150px;
	padding-top:2px;
	float:right;
}
