@charset "utf-8";

/* Base  Style */
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	background-color: #FFF;
}


a:link {
	color: #017326;
	text-decoration: none;
}
a:visited {
	color: #017326;
	text-decoration: none;
}
a:hover {
	color: #930;
	text-decoration: underline;
}
a:active,
a:focus {
	outline: none;
}
/*a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
*/ 
/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}


/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}

hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.Clear{
	clear: both;
}
/* レイアウト */
#wrap {
	width: 950px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 950px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#header h1{
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 250px;
}
#header ul{
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEDEE;
	border-bottom-color: #EDEDEE;
	height: 23px;
}

#header ul li{
	display: block;
	margin-right: 7px;
	font-size: 11px;
	width: 93px;
	float: left;
	height: 18px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDEE;
	border-right-color: #EDEDEE;
	border-bottom-color: #EDEDEE;
	border-left-color: #E1DDD1;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-left: 0px;
}
#header ul li.last{
	margin-right: 0px;
}
#back {
	width: 950px;
	display: block;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
	font-size: 90%;
	margin-top: 10px;
}

#contents {
	width: 950px;
	padding-top: 30px;
	padding-bottom: 20px;
}


/*#contents p{
	line-height: 1.7em;
	margin-bottom: 10px;
}*/
#Lblock{
	float: left;
	display: block;
}

#Rblock{
	float: right;
	display: block;
	margin-bottom: 30px;
}
.spn{
	clear: both;
	height: 40px;
	display: block;
}

#pageup{
	clear: both;
	text-align: right;
	display: block;
	padding-top: 14px;
	font-size: 85%;
}

#footer {
	height: 40px;
	width: 950px;
	clear: both;
	font-size: 90%;
	color: #CCC;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EDEDEE;
	background-image: url(images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#footer a:link,
#footer a:visited,
#footer a:active{
	color: #996E63;
	text-decoration: none;
}
#footer a:hover{
	color: #930;
}

