@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				: #CC8CAF;
	text-decoration		: none;
}

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


a:hover{  
	color				: #AAA11B;
	text-decoration		: none;
}
	
		
a:active {  
	color				: #AAA11B;
	text-decoration		: none;
}


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

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

#wrapper {
	width: 950px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: thin solid #000000;
}

/*ヘッダー*/
#wrapper #header {
	padding: 0px;
	height: 90px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*サイドナビ*/
#wrapper #sidenavi {
	width: 160px;
	float: left;
	background-image:url(../image/side_menu_back.gif);
	background-repeat:repeat-y;
	margin-top:10px;
}

#wrapper #sidenavi .menu {
	list-style-type: none;
	margin-top:5px;
	margin-right:0;
	margin-bottom:0;
	margin-left:25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #sidenavi .menu li {
	margin-bottom:10px;
}


/*メイン*/
#wrapper #main {
	padding: 5px;
	width: 615px;
	float: left;
	height: auto;
}

#wrapper #main h1 {
font-size:22px;
font-weight:bolder;
margin-left:10px;
}


/*メイン上部ナビ*/
#wrapper #head_menu {
	height: 23px;
	width: 615px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#wrapper #head_menu li {
	display:inline;
	margin-top:10px;
	margin-right:30px;
}

#wrapper #head_menu li a:link {  
	color				: #000000;
	text-decoration		: none;
	font-weight:bolder;
}

#wrapper #head_menu li a:visited {  
	color				: #000000;
	text-decoration		: none;
	font-weight:bolder;
}

#wrapper #head_menu li a:hover{  
	color				: #CC8CAF;
	text-decoration		: none;
	font-weight:bolder;
}

#wrapper #head_menu li a:active {  
	color				: #CC8CAF;
	text-decoration		: none;
	font-weight:bolder;
}



#wrapper .right_menu {
	list-style-type: none;
	margin-top:3px;
}
#wrapper #footer {
	width: 860px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

