@charset "Shift_JIS";

/*--------------------------------------------

トップバナーイラスト(top_zet.jpg)750*141
メインイラスト(main.jpg)700*700
左ボックスバナー　横200
右ボックスバナー　横480

--------------------------------------------*/

/* --スクロール-- */
html,
body {
	height: 100%;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #ff6699;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #ccc;
}

/* --全体-- */
body {
	margin: 0;
	padding: 0;
	background: #999 url("img/b1.jpg"); /* 全体の背景色 */
	font-family: Verdana, Helvetica, Arial, sans-serif;/* フォント */
	color: #666; /* 全体のフォントカラー */
	font-size: 11px; /* 全体のフォントサイズ */
	text-align: center;
}

/* --リンク-- */
a {
	color: #ff6699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* --画像-- */
img {
	border: 0;
}

/* --見出し-- */
h2 {
	margin-bottom: 0.3em;
	padding-left: 0.3em;
	border-bottom: 1px solid #ccc;
	font-family:Century Gothic;font-weight:normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing:0;
	color: #ccc;
}
h2:first-letter {
	color: #ff6699;
}

h4 {
	margin: 0 10px;
	position: relative;
	top: -7px;
	font-size: 14px;
	color: #666;
}
h4 span {
	background: #fff;
}

/* --コンテナー-- */
div#container {
	margin: 0 auto -20px;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	text-align: left;
}

/* --コンテナー２カラム用-- */
div#container2 {
	margin: 0 auto;
	width: 750px;
	min-height: 100%;
	background: #fff;
	text-align: left;
}

/* --ヘッダー-- */
div#header {
	margin: 0 auto;	
	clear: both;
	width: 750px;
	height: 141px;
	background: #fff;
	background-image: url("img/top_zet.jpg");
	backgroundrepeat: no-repeat;
	text-align: center;
}

/* --最終更新-- */
div#date {
	margin: 0 auto;
	clear: both;
	width: 750px;
	height: 20px;
	background: #666;
	text-align: center;
}
div.datetext {
	padding: 0 10px 0;
	font-family: 'Century Gothic', Verdana, sans-serif;/* フォント */
	color: #fff; /* フォントカラー */
	font-size: 13px; /* フォントサイズ */
	line-height: 170%;
}
div.datetext a {
	color: #fff;
	text-decoration: none;
}
div.datetext a:hover {
	color: #ff6699;
	text-decoration: none;
}


/* --メインイメージ-- */
p.mainimg {
	margin: 0 0 10px;
	text-align: center;
}

/* --メイン-- */
div.main {
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
	width: 750px;
	min-height: 100%;
	text-align: left;
	background:#fff;
}

div.textbox {
	padding: 10px 13px 7px;
}

/* --二段組みの左ボックス-- */
div.leftbox {
	float: left;
	width: 230px;
}

/* 二段組みの右ボックス */
div.rightbox {
	float: right;
	width: 504px;
}

/* 区切り線 */
hr {
display: none;
}

div.line {
	margin: 10px;
border-bottom: solid 1px #ccc;
}

/* --囲み枠-- */
div.waku {
	margin: 10px 12px 40px;
	border: solid 1px #ccc;
}
div.wakutext {
	padding: 10px 10px 10px 15px;
}
div.wakutext p {
	margin: 0;
	font-size: 12px;
}

/* --画像展示用-- */
div.gallery {
	clear: both;
}

div.gallery dl {
	width: 110px;
	float: left;
	margin: 0 0 10px;
	padding: 0;
}
html>body div.gallery dl {margin: 0 0 25px;}
}

div.gallery dl dd {
	margin: 0.5em 0 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

/* 画像リンクのスタイル */
div.gallery dl dt  a:link {
	color: #ccc;
	text-decoration: none;
}
div.gallery dl dt  a:visited {
	color: #ccc;
	text-decoration: none;
}
div.gallery dl dt  a:hover {
	color: #ff6699;
	text-decoration: none;
}
div.gallery dl dt  a:active {
	color: #ff6699;
	text-decoration: none;
}

/* 文字リンクのスタイル */
div.gallery dl dd  a:link {
	color: #ccc;
	text-decoration: none;
}
div.gallery dl dd  a:visited {
	color: #ccc;
	text-decoration: none;
}
div.gallery dl dd  a:hover {
	color: #ff6699;
	text-decoration: none;
}
div.gallery dl dd  a:active {
	color: #ff6699;
	text-decoration: none;
}

/* 画像ボーダーのスタイル */
div.gallery dl dt img {border: 1px solid #666;}
html>body div.gallery dl dt img {border: 1px solid;}
/* --フッター-- */
div#footer {
	margin: 0 auto;
	clear: both;
	width: 750px;
	height: 20px;
	background: #ff6699;
	text-align: center;
}
div.footertext {
	padding: 2px 0 0;
	font-family: 'Century Gothic', Verdana, sans-serif;/* フォント */
	color: #fff; /* フォントカラー */
	font-size: 11px; /* フォントサイズ */
	line-height: 170%;
}