@charset "UTF-8";
/* CSS Document */

.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both;}

* { margin: 0; padding: 0;}
body { margin: 0; padding: 0;}
h1,h2,h3,h4,h5 { margin: 0; padding:0; font-weight:normal; font-size: 100%;}
ol,ul,li { margin: 0; padding: 0; list-style: none;}
dl,dt,dd,p { margin: 0; padding: 0;}
img { border: 0;}



/*===== 共通 =====*/
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #FFF;
	background-color: #6c6a85;
	background-image: url(img/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
}



/*===== ページ全体の幅 =====*/
#container {
	width: 780px;
	margin: 0 auto;
}



/*===== ヘッダー =====*/
#header {
	height: 300px;
	padding-top: 100px;
	text-align: center;
}

/* サイトタイトル */
#header h1 {
	font-family: 'Cinzel', serif;
	text-transform: uppercase;/*小文字もすべて大文字にする*/
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header h2 {
	font-family: 'Cinzel', serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.3em;d
}

/* メニュー */
.nav {
	padding-top: 80px;
}
.nav ul {
	width: 580px;
	margin: 0 auto;
}
.nav ul li {
	float: left;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	text-transform: uppercase;/*小文字もすべて大文字にする*/
	letter-spacing: 0.2em;
	background-image: url(img/bg_slash.gif);
	width: 100px;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.nav ul li:last-child {
	margin-right: 0px;
}
.nav a {
	color: #FFF;
	text-decoration: none;
}



/*===== メインコンテンツ =====*/
#content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #c3c9b1;
	line-height: 160%;
}

#content h1 {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h2 {
	font-family: 'Cinzel', serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 0.2em;
	border-left-color: #c3c9b1;
	border-left-style: solid;
	border-left-width: 4px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h3 {
	font-family: 'Cinzel', serif;
	color: #c3c9b1;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
}


.section {
	border-bottom-color: #c3c9b1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 80px;
	padding-bottom: 10px;
}

.section p {
	padding-bottom: 10px;
}

.section ul {
	padding-bottom: 10px;
}

/* 回り込みを指定 */
ul.fltlf li {
	float: left;
	padding-right: 10px;
}



/*===== フッター =====*/
#footer {
	padding-top: 10px;
	margin-bottom: 200px;
	text-align: center;
}
#footer p {
	font-family: 'Cinzel', serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
}

.pagetop {
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	padding-top: 20px;
}