@charset "UTF-8";


/* ============================
  リセット
============================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
:focus {
	outline: 0;
}
 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================
  リンク
============================ */
a:link{color:#a52a2a;}

a:visited{color:#800000;}

a:hover{color:#cd5c5c;}

body {
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/bg_body.jpg");
}

p {
  padding: 4px 8px;
  font-size: 14px;
  line-height:1.5;
  margin: 0;
}

img {
  border: none;
}


h2{
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Caesar Dressing', cursive;	
}

#header h1 {
	margin:10px 0;
	font-size:28px;
	font-weight:normal;
  	color: #fff;
	font-family: 'Caesar Dressing', cursive;
}


#header h1 a{
	text-decoration:none;
	color:#fff;
}

#header p{
	font-size:12px;
	color: #fff;
}

#header ul#nav{
	margin-bottom:10px;
}

#header ul#nav li{
	display:inline;
	font-size:18px;
	margin-right:40px;
	font-family: 'Caesar Dressing', cursive;
}

#header ul#nav li:last-child{
	margin-right:0px;
}

#header ul#nav li a{
	color:#FFF;
	text-decoration:none;
}

#header ul#nav li a:hover{
	color:#FF9;
}

#header p a{
	color: #fff;
}

#mainBg{
  background: #f8fadf;
}

#main {
	width:900px;
	margin:0 auto;
	text-align:left;
}



/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.section10{
	margin-bottom:10px;
}

.section20{
	margin-bottom:20px;
}

.section30{
	margin-bottom:30px;
}

.section40{
	margin-bottom:40px;
}