/* ---------------共通------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center 0px;
	background-image:url(images/site_bg.jpg);
	background-repeat: no-repeat;


}
body, td, th{
	font-size: 12px;
	line-height: 16px;
	color:#444444;
}

p{
	margin: 0px;
	padding: 0px;

}


h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}

li img{
	vertical-align:bottom;
}

h2{	
	margin-bottom: 10px;
	}

h3{	
	margin-bottom: 10px;
}
h4{	
	margin-bottom: 10px;
}


.cnt{
	display:none;
}

#main {
	width: 740px;
	margin-left: 13px;
	margin-top: 6px;
}

#contents{
	padding-top: 5px;
	padding-left: 12px;
	width:540px;
}

#contentsbox {
	background: url(images/contents_top.gif) no-repeat top left;
	background-color:#FEF5E1;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	width: 740px;
	color: #444444;
	text-align: right;
	background: url(images/footer.gif) no-repeat;
	padding-top: 23px;
	padding-right: 15px;
	font-size: 12px;
	padding-bottom: 25px;
}

#naviarea {
	width: 191px;
	background: url(images/navi_bg.gif)  repeat-y;
/*	text-align: center;*/
	}
	
a img {
border-style: none;
border-width: 0px;
}

#mainbg {
	width: 191px;
	background: url(images/main_bg.gif)  repeat-y;
	margin-left: 0px;
}

#info {
	padding-top: 0px;
/*	text-align: center;*/
}

#base{
	background: url(images/base.gif) repeat-y 768px;
	width: 770px;
	padding-right: 30px;
	height:100%;
	min-height:100%;
}

* html body{padding-left:1px;} /* css hack "centering background-image" for 
IE (until ver.6) */
*+html body{padding-left:1px;} /* css hack "centering background-image" for 
IE (ver.7) */


/* ---------------ここから個別------------------- */


A:link { color:#996633; }
A:visited { color:#996633; }
A:active { color:#FF9933; }
A:hover { color: #FF9933; }

#pagetop {
	text-align: right;
	padding-top: 20px;
	padding-right: 25px;
}

/* ---------------フォントサイズ指定------------------- */

.fontbig{
	font-size: 15px;
	line-height: 18px;
	color:#996633;
}

/* ---------------色指定------------------- */

.brown{
color:#996633;
}

.red{
color:#CC3300;
}

/* ---------------レイアウト指定------------------- */

#qanda{
margin-bottom:20px;
}