@charset "Shift_JIS";

body {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	background-color: #CCC;
}

/* 外枠デザイン */
#outline {
	padding: 0px;
	margin: 0px;
	width: 728px;
	background-color: #FFFFFF;
	border-top: #CCCC66 4px solid;
	border-left: #CCCC66 1px solid;
	border-right: #CCCC66 1px solid;
	border-bottom: #CCCC66 4px solid;
}

/* テキストリンクデザイン */
a:link {
	color: #006600;
	text-decoration: none
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
a:active {
	color: #bfd6ea;
	text-decoration: none;
}

/* ヘッダー */
#header {
	padding: 16px 4px 8px 12px;
	margin: 0px;
	border-bottom: #006600 2px solid;
}

/* 会社名（店舗名）（ｈ1タグ）の指定 */
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #333;
} 

/* ナビゲーション */

#navi {
	padding: 0px;
	margin: 0px;
	width: 728px;
	border-bottom: #006600 1px solid;
	background-image: url("../img/bg.gif");
	height: 32px;
}

#navi a {
	padding: 8px 0px 8px 0px;
	margin-top: 0px;
	display: block;
	width: 166px;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	border-right: #006600 1px solid;
	background: url("../img/bg.gif");
}
#navi a:hover {
	font-weight: bold;
	border-right: #006600 1px solid;
	background: url("../img/bg2.gif");
}

#navi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navi li {
	padding: 0px;
	margin: 0px;
	float: left;
}

/* メインイメージ */
#main-img {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	background-color: #000;
	width: 728px;
	text-align: left;
	border-bottom: #000 2px solid;
	height: 160px;
}

/* 項目名（ｈ2〜h4タグ）の指定 */
h2,h3,h4 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
} 

hr {
	clear: both;
	display: none;
}

/* メインコンテンツ */
.container {
	padding: 4px;
	margin: 8px 0px 0px 8px;
	border: #CCC 1px solid;
	width: 702px;
}

.container h2,h3,h4 {
	padding: 4px 4px 4px 8px;
	margin: 0px;
	width: auto;
}

.container h2 {	background-color: #FFCC99;}
.container h3 {	background-color: #CCCC99;}
.container h4 {	background-color: #CCCC66;}

.container p {
	padding: 8px 8px 0px 8px;
	margin: 0px;
	font-size: 80%;
	line-height: 140%;
}

.container img {
	padding: 0px;
	margin: 0px 8px 0px 8px;
	float: right;
}

/* フッター */
#footer {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	border-top: #006600 1px solid;
	background-image: url("../img/bg.gif");
	text-align: center;
}

#footer p{
	padding: 4px;
	margin: 0px;
	color: #333;
	font-size: 75%;
}

/*　下記は編集しないでください　ここから　*/
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html.clearfix{height: 1%;}
.clearfix {display: block;}
/* end hide from IE-mac*/
/*　ここまで　*/
