/*body*/

* {
padding: 0;
margin: 0;

}



html,body {
	line-height: 22px;
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック';'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	background: #0122cf;
	color: #371C00;
	background: #c8af87 url(../img/back01.jpg) repeat-x top left;

}

a:link, a:visited, a:hover {
	color: #804000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	color: #0025d5;
}


h3 {
	display: block;
	border-left: solid #0025d5 thick;
	padding-left: 1em;
	margin-left: 1em;

}






ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/* Layout Divs */

#container { width: 900px;
	display: block;
	height: 100%;
	margin: 10px auto 10px auto;

}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}



#header { min-width: 900px;
	height: 108px;
}

#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
}



#header ul {
float: left;
	height: 22px;
	list-style: none;
	margin-top: 45px;
	margin-bottom: 0px;

}

#header li {
	display: inline;
	list-style: none;

}
/* leftmenu */

#main {
width: 900px;
	height: 100%;
}


#right { width: 650px;float: right;
	height: 100%;}


#left {width: 250px;float: left;	height: 100%;
}



/* img float */

.float_r {
         float: right;
	margin-left: 1em;

}
.floatclear {
         clear: both;
      }



#footer {
	display: block;
	text-align: center;
	width: 900px;
	clear: both;
	background: url(../images/copyright.png) no-repeat center center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

}


