@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/*======================================
Font-size Adjustment (12px)
75% = 9px 　|	125% = 15px	|	175% = 21px
83% = 10px	|	133% = 16px	|	183% = 22px
92% = 11px	|	142% = 17px	|	192% = 23px
100% = 12px	|	150% = 18px	|	199% = 24px
108% = 13px	|	158% = 19px	|	208% = 25px
117% = 14px	|	167% = 20px	|	217% = 26px
=======================================*/

/* Contents
 * ****************************
 *
 * 1: RESET
 * 2: CLEARFIX CLASS
 * 3: LINK
 * 4: COMMON RAYOUT
 * 5: CONTENTS
 *
 * ****************************
 */

/**************************************************************************************************
RESET
**************************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, /*table,td,th,*/
pre, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
body {
	font-size: 78%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
input, textarea, select {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	vertical-align: top;
}


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END OF FOR MAC IE */
.clear {
	clear:both;
}


/**************************************************************************************************
LINK
**************************************************************************************************/
a:link, a:active {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ccc;
	text-decoration: underline;
}


/**************************************************************************************************
COMMON LAYOUT
**************************************************************************************************/
body {
	background: #dca4a0;
	color: #000;
}
.toTop {
	clear:both;
	float:right;
	margin-top:16px;
}



/**************************************************************************************************
CONTENTS
**************************************************************************************************/
#Head {
	background: url(../images/mark.gif) no-repeat 16px 20px;
	margin: 0 auto;
	text-align: center;
	width: 944px;
}
h1 {
	padding: 24px 0;
}
h2 {
	background: url(../images/h_bg02.gif) no-repeat right bottom;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 217%;
	font-weight: bold;
	width: 100%;
}
h2 span {
	background: url(../images/h_bg01.gif) no-repeat left bottom;
	display: block;
	margin-right: 56px;
	padding-left: 40px;
	min-height: 53px;
}
ul#Gmenu {
	margin: 0 auto;
	width: 668px;
}
ul#Gmenu li {
	float: left;
	margin-right: 40px;
}
ul#Gmenu li.last {
	margin: 0;
}
#Flash {
	clear: both;
	background: #666;
	border-bottom: #222 8px solid;
	border-top: #000 2px solid;
	text-align: center;
	width: 944px;
	height: 622px;
	margin: 8px auto 1px;
}
#Flash p {
	padding-top:280px;
}
#Foot {
	background: #222;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 944px;
}



/*Information*/
#Info {
	width: 944px;
	margin: 32px auto 0;
}
.tbl {
	float: left;
	margin: 16px 0 0 16px;
	width: 560px;
}
.tbl th,.tbl td {
	padding: 8px 16px;
}
.tbl th {
	color: #903;
	font-weight: bold;
	width: 7em;
}
.map {
	float: right;
	margin: 16px 0 0 0;
}


/*News*/
#News {
	width: 944px;
	margin: 600px auto 0;
}
#Rss {
	background: url(../images/rss_bg.gif) no-repeat;
	width: 912px;
	margin: 16px 0 0 16px;
	padding: 8px;
}
#Rss iframe {
	overflow-x: hidden;
}



/*Gallery*/
#Gallery {
	width: 944px;
	margin: 600px auto;
}
#Gallery ul {
	margin:16px 0 0 0px;
}
#Gallery ul li {
	border: #222 1px solid;
	float:left;
	margin:0 0 4px 4px;
}



/*Mail*/
#Mail {
	padding: 16px;
}
#Mail p {
	color: #c00;
	line-height: 1.6;
	margin-top: 16px;
	width: 480px;
}
#Mail p.privacy {
	font-size: 83%;
}
#Mail form {
	margin-top: 16px;
}
#Mail th {
	width: 11em;
}
#Mail td,#Mail th {
	color: #222;
	padding: 8px;
}
#Mail table span {
	color: #C00;
	font-size: 83%;
}

#Mail input {
	line-height: 1.4;
}
