@charset "utf-8";
/* CSS Document */

/* ======================================

	0.global

======================================= */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	/*font-size: 12px;*/
	line-height: 18px;
	/*font-family: inherit;
	vertical-align: baseline;*/
}


/*link color*/
a:link {  
	color				: #946243;
	text-decoration		: none;
}

		
a:visited {  
	color				: #9d896c;
	text-decoration		: none;
}

		
a:active {  
	color				: #9d896c;
	text-decoration		: none;
}

#main a:hover img {
       filter:alpha(opacity=60);
       -moz-opacity:0.6;
       -khtml-opacity: 0.6;
       opacity: 0.6;
}

#sidenavi a:hover img {
       filter:alpha(opacity=60);
       -moz-opacity:0.6;
       -khtml-opacity: 0.6;
       opacity: 0.6;
}
		
a:hover {  
	color				: #946243;
	text-decoration		: underline;
}

.cboth{
	clear:both;
	float:none;
}





body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000;
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	padding:0;
	margin-left: auto;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}

/* ======================================

	1.header

======================================= */

#header {
padding-top:10px;

}



/* ======================================

	2.sidenavi

======================================= */


#sidenavi {
	float: left;
	height: auto;
	width: 150px;
	margin-top:7px;
	margin-left: 13.5px;
}

.menu {
	list-style-type: none;
}

#sidenavi .menu_list {
	margin-bottom: 3px;
}



/* ======================================

	3.body

======================================= */

#main {
	float: right;
	width: 610px;
	margin-right: 13.5px;
}

/* ======================================

	4.footer

======================================= */

.underbar {
	text-align: center;
	margin-top:5px;
}

#footer {
	width: 750px;
	margin: 10px 25px 0 25px;
}

#footer ul {
	list-style-type: none;
}

li {
	background-repeat: repeat;
	background-position: left top;
	vertical-align: baseline;
	display: inline;
}

