@charset "UTF-8";

/*
Curly Jay CSS for Flash Page
http://curlyjay.jp/
Ver. 1.0
*/

@import "style_common.css";

body{
	margin: 20px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #5C4E1B;
	letter-spacing: 1px;
	}

a:link,
a:visited {
	color: #EC4A9C;
	text-decoration: none;
	}

a:hover {
	color: #F61784;
	}

a:focus{
	outline: none;
	}

#mainwrap {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	}

/*
flash
*/

#swf {
	margin: 40px 0 0;
	width: 900px;
	height: 545px;
	}

#swf #noflash,
#swf #nojs {
	padding-top: 150px;
	width: 500px;
	margin: 0 auto;
	}

#swf #noflash h1,
#swf #nojs h1 {
	font-size: 80%;
	margin: 0 0 20px;
	text-align: center;
	}

#swf #noflash p,
#swf #nojs p {
	font-size: 75%;
	margin: 0 0 20px;
	line-height: 1.8em;
	}

#swf #noflash p.menu,
#swf #nojs p.menu {
	text-align: center;
	}


/*
footer
*/

#footer:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#footer {
	margin: 15px 0 0;
	padding: 0 0 40px;
	width: 900px;
	}

#footer p {
	font-size: 75%;
	text-align: center;
	color: #A3892B;
	font-family: "Trebuchet MS", sans-serif;
	}



