@charset "Shift_JIS"; 		/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
* {margin: 0px;padding: 0px;}

dl:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

dl{
    display:inline-block;　/* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html dl{height: 1%;}
dl{display: block;}
/*--ここまでMAC IEは非適用 */

a{ outline:none;}

body {
	background-color:#000000;
	font-size:80%; /* 基本のフォントサイズ */
	line-height: 1.5em; /* 基本の行間 */
	text-align:center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	text-align:justify; /* Firefox用*/
	text-justify:inter-ideograph;/* ie用 */
}

#wrapper {
	border-left:1px solid #666;
	border-right:1px solid #666;
	width:758px;
	color: #333; /* 基本文字色 */
	text-align:left;
	margin:0px auto; /* 新しいブラウザ用中央揃え */
	background-color:#fff;
}


/* リンク
---------------------------------------------------- */
a:link {color: #00400d; text-decoration:underline;} /* リンクの色 */
a:visited {color: #00400d; text-decoration:underline;} /* 訪問済みリンクの色 */
a:hover, a:active {color: #00400d; text-decoration:none;} /* マウスオーバー、アクティブリンクの色 */


/* ヘッダ
---------------------------------------------------- */
#header {
	width:758px;
	height:90px;
	margin:0px auto;
	background:url(../images/header.jpg);
}

/* ページ本体
---------------------------------------------------- */
#pagebody{
	width:730px;
	background:url(../images/taiyaki-bg.jpg) no-repeat top;
	padding:0px 14px;
}


/* フッタ
---------------------------------------------------- */
#footer{
	clear:both;
	width:730px;
	border-top:1px solid #666;
	padding:10px 14px 20px 14px;
}

#pagetop{
	background:url(../images/pagetop.jpg) no-repeat 0px 3px;
	float:right;
}

address{
	font-style: normal;
	font-size: 9px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color:#999;
	float:left;
}


/* コンテンツ
---------------------------------------------------- */
#img-box{float:left;width:320px;}
#text-box{float:right;width:396px;}

/* 20090625山下追加分 */
.futoi{
	font-weight: bold;
	color: #F00;
}

.img-s01{ width:77px; float:left; margin:5px 4px 5px 0px;}
.img-s02{ width:77px; float:right; margin:5px 0px 5px 0px;}



.table{
	width:100%;
	margin-bottom:15px;
}
.table th{
	padding:2px 10px 2px 0px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	border-bottom:1px dotted #ccc;
}
.table td{
	padding:2px 0px 2px 0px;
	border-bottom:1px dotted #ccc;
}

.box{
	background:url(../images/taiyaki-boxbg.gif) no-repeat top right #ebf0ec;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

.info-box{
	width:730px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
.info-box h3{
	clear:both;
	background:url(../images/line.gif) no-repeat bottom;
	font-size:120%;
	padding:0px 10px 10px 0px;
	margin-bottom:5px;
	color:#00400d;
}
.info-box p img{ float:left; width:150px; margin:0px 10px 10px 0px;}
.info-box p{ margin-bottom:0px;}

.btn-detail{ float:right; width:84px; margin-top:10px;}


/* 汎用スタイルシート
---------------------------------------------------- */
p{margin-bottom:1.2em;}
img {border: 0px;}

.clear {clear: both;}

.tar{text-align:right}
.tac{text-align:center}
.tal{text-align:left}

.f-left{float:left}
.f-right{float:right;}

.red {color:#de0a20;}
.green{color:#00400d;}

.text-s{ font-size:10px; font-weight:normal;}

.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}

