@charset "UTF-8";
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

/* 全体の設定 */
body {
	font-family: Verdana,Arial,Helvetica,"Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	color:#333333;
	margin:0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	line-height: 1.6;
	background: url(image/bg.gif) repeat;
}

/* メインリンク設定 */
a {
	text-decoration: none;
	color: #663300;
}
/* メインリンク基本色 */
a:link {
	text-decoration: none;
	color: #663300;
}
/* メインリンクマウスオーバー時 */
a:link:hover {
	text-decoration: underline;
	color: #999999;
}
/* メインリンククリック時 */
a:link:active {
	text-decoration: underline;
	color: #999999;
}
/* メインリンク訪問済み */
a:visited {
	text-decoration: none;
	color: #663300;
}
/* メインリンク訪問済みマウスオーバー */
a:visited:hover {
	text-decoration: underline;
	color: #999999;
}
/* メインリンク訪問済みクリック時 */
a:visited:active {
	text-decoration: underline;
	color: #999999;
}

h2,h3,h4,h5,h6 {
	font-weight:normal;
}

ol {
	margin-left: 25px;
}

ul {
	margin-left: 15px;
}


/* 画像ボーダー */
img {
	border-style: none;
}
/* 強調 */
strong {
	color: #cc3300;
}

/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr.end {
	display: none;
	clear:both;
}
br.end {
	display: none;
	clear:both;
}

p.right{
	text-align:right;
	padding-right: 10px;
}


/* 全体の枠 */
#container {
	text-align: left;
	margin: 0px auto 10px auto;
	width: 814px;
}

p.top {
	padding-top:5px;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
}


/* ヘッダー */
#header {
	height: 100px;
	width: 814px;
	background: url(image/header.gif) no-repeat;
	background-position: center top;
}

#header img {
	border-style: none;
}
h1 {
	float:left;
	margin:10px 0 0 17px;
	_margin:10px 0 0 7px;
	font-size:2px;
	text-indent:-9999px;
	background-image:url(image/logo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

h1 a{
	width:232px;
	height:58px;
	display:block;
	}
	



#content {
 	background-image: url(image/conback.gif);
	background-position: left top;
	background-repeat: repeat-y;
	text-align: left;
	width: 814px;
	overflow: hidden; 
	padding:0 7px 0 7px;
	margin: 0;
}

/* side */
#side {
	font-size: 80%;
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

.sidebox1 {
	width: 200px;
	margin: 5px 0 10px 0;
	padding: 5px;
	_padding: 5px 0 5px 5px;
	clear: both;
}

#side .titel{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ffcc00;
}

#side img{
	margin-top:5px;
}

/* sideナビゲーション */
#navi {
	float: left;
	width: 200px;
	text-indent: -9999px;
	margin:0 0 1em 0;
}

#navi ul{
	margin-left: 0;
}

#navi a {
	display: block;
	width: 200px;
	height:30px;
}

#navi li {
	display: block;
	list-style-type: none;
	width: 200px;
	height:30px;
}

#navi li#top a   {
  background: url(image/navi.gif) no-repeat 0 0;
}
#navi li#menu a {
  background: url(image/navi.gif) no-repeat 0 -30px;
}
#navi li#shop a {
  background: url(image/navi.gif) no-repeat 0 -60px;
}
#navi li#contact a {
  background: url(image/navi.gif) no-repeat 0 -90px;
}
#navi li#link a  {
  background: url(image/navi.gif) no-repeat 0 -120px;
}

#navi li#top a:hover    {
  background: url(image/navi_h.gif) no-repeat 0 0;
}
#navi li#menu a:hover    {
  background: url(image/navi_h.gif) no-repeat 0 -30px;
}
#navi li#shop a:hover  {
  background: url(image/navi_h.gif) no-repeat 0 -60px;
}
#navi li#contact a:hover {
  background: url(image/navi_h.gif) no-repeat 0 -90px;
}
#navi li#link a:hover      {
  background: url(image/navi_h.gif) no-repeat 0 -120px;
}


/* メイン */

#main {
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	margin:0 14px 0 0;
	_margin-right: 0;
	width: 600px;
	float: right;
}

#topimg {
	width: 600px;
	height:280px;
	margin:0 0 1em 0;
	_margin:0 0 1em -5px;
	clear: both;
	float: right;
}

#topimg2 {
	width: 600px;
	height:100px;
	margin:0 0 1em 0;
	_margin:0 0 1em -5px;
	clear: both;
	float: right;
}

#main .mainbox{
	margin-bottom:10px;
	margin-left:10px;
	width: 570px;
}

#main .pad{
	padding:5px;
}

/* メイン見出しh2 */
#main h2{
	font-size: 160%;
	line-height: 2.0;
	font-weight: bold;
	color:#ffffff;
	background: url(image/h2.gif) no-repeat;
	background-position: left top;
	margin-bottom: 0.5em;
	padding-left: 42px;
	text-align:left;
	clear: both 
}

#main h2.img{
	background-image: none;
	margin-top: 10px;
	margin-bottom: 0.5em;
  	padding: 0;
}

/* メイン見出しh3 */
#main h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	border-left: 5px #EC8D00 solid;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 0.5em;
	clear: both 
}


#footer {
	width: 814px;
	height: 100px;
	background: url(image/footer.gif) no-repeat;
	background-position: center top;
	font-size: 75%;
	font-weight: normal;
	clear: both;
	margin-bottom:10px;
}
#footercontent{
	padding: 5px 7px 0px 7px;
}

#footer p.address {
	padding:10px 7px;
	text-align: center;
	color: #ffffff;
}

#footer p.address a,
#footer p.address a:hover,
#footer p.address a:visited {
	padding:15px 7px;
	text-align: center;
	color: #ffffff;
}

/* 左配置 */
.leftbox{
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
}
/* 右配置 */
.rightbox{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	float: right;
}

dl {
	margin-top: 5px;
	margin-bottom: 10px;
}

dt {
	margin-left:0px;
	font-weight:bold;
	color:#333333;
}

dd {
	margin-left:10px;
	color:#666666;
}

p.center {
	text-align:center;
}
ul.takoyaki{
	margin-left:5px;
}


ul.takoyaki li{ 	
	background-image: url(image/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 28px;
	line-height: 160%;
	padding-bottom: 0.5em;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}

/* blog feed */

dl.part{
	width: 185px;
	_width: 190px;
	border: none;
	background-color: #fff; 
	border-bottom: dotted 1px #999999;
	padding: 3px;
}

dl.part dt{
	color:#666666;
	font-weight:normal;
}

dl.part dd{
	margin-left:5px;
}

dl.part dd a{
	color:#663300;
}

dl.part dd a:hover{
	color:#999999;
}


table.menulist {
	border-collapse: collapse;	border-spacing: 0;
	width: 545px;
	margin-bottom: 30px;
	font-size: 100%;
}

.menulist td {
	border-bottom: 1px dotted #999999;
	padding: 10px 20px;
	color: #666666;
}

.menulist strong {
	color: #333333;
}

table#contactform {
	margin: 0px auto 0px auto;
	font-size: 100%;
}
table#contactform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #0B479F;
	display: block;
	margin: 0px;
}
table#contactform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #FF0000;
}