@charset "utf-8";
/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/back.gif) repeat top center;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #2FBCD0; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }


/* container
------------------------------*/

#container {
	width: 686px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/contentBack.jpg) repeat-y top left;
}

#container .contentwrap {
	width: 640px;
	padding-left: 23px;
}

#container h1 {
	padding: 8px 0px 10px 0px;
}

#container h2 {
	padding: 0px 0px 10px 0px;
}



#container .bt {
	width: 686px;
}

#container .bt .left {
	padding: 0px 20px 10px 0px;
}

#container .bt .center {
	padding: 0px 20px 10px 0px;
}

#container .bt .right {
	padding: 0px 0px 10px 0px;
}

#container .noHeight {
	text-align: center;
}

#container .yago {
	font-weight: bold;
	padding-top: 10px;
}

#container .attention {
	color: #F30;
}

#container .back {
	padding-bottom: 80px;
}

#container .hanaback {
	padding-bottom: 230px;
}
#container .contentwrap .pagetop {
	width: 639px;
	text-align: right;
	padding: 10px 0px 10px 0px;
	clear: both;
}

#container copy {
	width: 639px;
	text-align: center;
	padding: 5px 0px 10px 0px;
}