@charset "utf-8";

/* -----------------------------------------------------------

 Style Info:	layout style sheet

----------------------------------------------------------- */


/* default settings
----------------------------------------------------------- */

html {
	background: url(http://cf.goodsmile.jp/kuji/images/mainbg.png) repeat-x #ffe1e1;
	padding: 0;
	margin: 0;
}
body {
	color:#000;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background: url(http://cf.goodsmile.jp/kuji/images/footerbg.png) repeat-x bottom;
}
p, dl, dt, dd, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin : 0px;
}
img {
	padding: 0px;
	margin : 0px;
	border : 0px;
}
strong {
	font-weight:bold;
}
br {
	letter-spacing:0;
}
ul,li {
	margin:0;
	padding:0;
	list-style: none outside;
}
table {
	border: none;
}


a 			{color: #365313; text-decoration: none; outline: 0;}
a:hover		{color: #365313; text-decoration: underline;}





/* wrap
----------------------------------------------------------- */

#container {
	width: 990px;
	margin: 0 auto;
}







/* header
----------------------------------------------------------- */

#header {
}







/* contents
----------------------------------------------------------- */

#contents {
	width: 854px;
	margin: 0 0 0 72px;
	background: url(http://cf.goodsmile.jp/kuji/images/common/contents_bg.gif) left top repeat-y;
}
#main {
 background: url(http://cf.goodsmile.jp/kuji/images/common/main_bg.png) left top no-repeat;
}

/* 戻るボタン */
#backBtn {
	text-align:right;
}
#backBtn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* PAGETOP ボタン */
#pageTop {
	text-align: right;
}#backBtn a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}






/* footer
----------------------------------------------------------- */

#footer {
	color: #fff;
	font-size: 80%;
	margin: 56px 80px 20px;
}

#footer a {
    color:#fff;
    text-decoration:underline;
}

#footer a:hover {
    color:#999;
    text-decoration:underline;
}

#footer a:hover img {
-moz-box-shadow: 0 0 5px #fff;
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0px 0px 5px #fff;
}