@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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body{
	background-color: #2a1300;
	background-image: url(img/bg_chagrade.jpg);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
	 font:13px  "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
    *font-size:small;
    *font:x-small;
}

#dekame{
	
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bg_dekame.png);
	background-repeat: repeat-y;
	width: 100%;
	background-position: right top;
	}


a img{border:none;
	}



.hover a:hover
	{

  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  }


 /*layout */	
 
#container{
	width: 901px;
	margin:0px auto;
	}	
#wrapper{
	width: 935px;
	margin:6px auto 0px;
	border: medium solid #fbf2ac;
	background: #ffffff url(img/BG_wrapper.gif) repeat-y ;
		 
	
		 }
		 
#wrapper table tr td p {
	font-size: 12px;
	line-height: 18px;
	padding:10px;
}


#footer{
	font-size:120%;
	width: 935px;
margin-left: auto;
	margin-right: auto;
	color:#ffffff;
	}


#footer a:link{
	color: #169dd5 ;
	text-decoration:underline;
	
	}
#footer a:hover{
	color:#ffffff;
		text-decoration:none
	
	}
