@charset "UTF-8";
body {
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 150%;
	background-image: url(../pageimages/bkg.png);
	background-color: #E9E9E9;
	background-repeat: repeat-x;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	margin-left: 0px;
	padding-left: 30px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px;
	margin: 0.5em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 12px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	text-align: right;
	padding: 3px;
	margin-top: 12px;
	margin-bottom: 12px;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #3333CC;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #C30;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 800px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background-image: url(../pageimages/bkg.png);
	background-color: #E9E9E9;
	background-repeat: repeat-x;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container_center {
	width: 800px;
	margin: 0 auto;
	background-repeat: repeat-x;
	text-align: center;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #FFF;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
}

/* ~~ フッター ~~ */
.footer {
	padding-right: 0;
	padding-left: 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	font-size: 10px;
	padding-top: 6px;
	line-height: 150%;
}

.footer2 {
	background-color: #8891A7;
	height: auto;
	width: 800px;
	min-height: 21px;
	padding-top: 4px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bcon {
	height: auto;
	min-height: 320px;
	width: auto;
	margin: 4px;
}
.bleft {
	float: left;
	width: 32px;
	height: 320px;
}
.bright {
	overflow: auto;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 12px;
	border-radius: 8px;	/*css3 */
	-moz-border-radius: 8px; /* firefox */
	-webkit-border-radius: 8px; /* safari,chrome */
	border: 1px solid #999;
	width: auto;
	min-height: 320px;
}



.tagsita {
	font-size: 12px;
	margin-left: 48px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}



h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.pbox500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
}
.topbd {
	margin: 32px;
	border-radius: 8px;	/*css3 */
	-moz-border-radius: 8px; /* firefox */
	-webkit-border-radius: 8px; /* safari,chrome */
	border: 2px solid #CCC;
	background-color: #FFF;
	background-image: url(../pageimages/gbbox.png);
	background-repeat: repeat-x;
	color: #666;
	text-align: center;
	padding: 12px;
	line-height: 160%;
}
.contena2 {
height: auto;
	min-height: 400px;
}
.contena2side {
	float: right;
	width: 180px;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	font-size: 14px;
	margin-top: 6px;
	min-height: 300px;
}
.contena2side_box {
	border-radius: 4px;	/*css3 */
	-moz-border-radius: 4px; /* firefox */
	-webkit-border-radius: 4px; /* safari,chrome */
	border: 1px solid #8891a7;
	width: auto;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	font-size: 14px;
	margin-top: 6px;
	background-color: #FFF;
}
.contena2side_box2 {
	border-radius: 4px;	/*css3 */
	-moz-border-radius: 4px; /* firefox */
	-webkit-border-radius: 4px; /* safari,chrome */
	border: 1px solid #8891a7;
	width: auto;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 3px;
	font-size: 10px;
	margin-top: 3px;
	background-color: #EBEBEB;
	line-height: 130%;
}
.contena2main {
	min-height: 360px;
	width: 605px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
}

.columntitlebold {
	font-size: 12px;
	
}.CenterBold {
	font-weight: bold;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
}

.Center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}

.color_gry {
	color:#666;
}
.px10 {
	font-size: 10px;
}

.komidasi1 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	text-indent: 12px;
	margin-top: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

.komidasi2 {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
	text-indent: 12px;
	margin-top: 12px;
	background-color: #EBEBEB;
}
.honbun {
	text-indent: 6px;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 0.5em;
	padding-left: 15px;
}
.komidasi3 {
	font-size: 1.1em;
	font-weight: bold;
}
.listdiv0 {
	margin: 2px;
	height: auto;
	min-height: 60px;
	border: 1px solid #D0D0D0;
	background-color: #FFF;
}.listdiv1 {
	float: left;
	width: 185px;
	clear: left;
	background-color: #AAC6E6;
	border: 2px solid #8891a7;
	margin-right: 6px;
	margin-top: 8px;
	margin-left: 12px;
	padding: 6px;
	margin-bottom: 120px;
}

.listdiv2 {
	padding-left: 100px;
	min-height: 65px;
	padding-top: 12px;
}

.listdiv3 {
	margin-left: 320px;
	font-size: 11px;
	line-height: 1.4em;
	padding: 6px;
	background-color: #EEE;
	border-radius: 8px;	/*css3 */
	-moz-border-radius: 8px; /* firefox */
	-webkit-border-radius: 8px; /* safari,chrome */
	border: 1px solid #CCC;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 6px;
}

.kadomaru
{
	border-radius: 6px;	/*css3 */
	-moz-border-radius: 6px; /* firefox */
	-webkit-border-radius: 6px; /* safari,chrome */
	border: 1px solid #CCC;
}
.pm0 {
	margin: 0px;
	padding: 0px;
.side_p {
	font-size:10px;
}
