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


/* Reset All Styles
-------------------------------------------------------------------- */

* {
	margin:0;
	font-family: 'Palatino', Meiryo;
}

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;
}

html {
	background-color:#bfa298;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

img {
	border:none;
}



/* Link Styles
-------------------------------------------------------------------- */

a {	color:#F60;}
a:link {color:#F60;	text-decoration:underline;}
a:visited {color:#F60;text-decoration:underline;}
a:hover {color:#F60;text-decoration:none;}



/* H1-6
-------------------------------------------------------------------- */

h1 {
	margin:0px auto 41px auto;
	padding-top:145px;
	text-align:center;
	vertical-align:text-bottom;
	font-size:1.6em;
	color:#9b5446;
	height:24px;
}


#keyvisual {
	background-image:url(../images/bg_body.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:570px;
	margin:0px auto 0px auto;
}




/* Home Styles
-------------------------------------------------------------------- */





/* Footer Styles
-------------------------------------------------------------------- */

#footer {
	text-align:center;
	font-size:0.9em;
	padding-top:28px;
	color:#9b5446;
	word-spacing:1.5em;
	margin-bottom:35px;
}


#footer a {	color:#9b5446;}
#footer a:link {color:#9b5446;	text-decoration:none;}
#footer a:visited {color:#9b5446;text-decoration:none;}
#footer a:hover {color:#9b5446;text-decoration:underline;}


#copyright {
	color:#e6d9d1;
	font-size:0.7em;
	text-align:center;
	padding-top:20px;
}





