* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.center { text-align: center; }
p { margin: 0 0 1em 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*------------------------body-----------------------------*/

body { background: #dce9ff url(../images/img01.gif) left top repeat-x; color: #696969; }

h1 a { font-size: 25px; font-weight: normal; }
h2 { font-size: 20px; }
h3 { font-size: 15px; }

/*------------------------logo-----------------------------*/

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#logo h1 a {
	font-size: 25px;
	border: none;
	text-decoration: none;
	color: #fff;
}

/*------------------------menu-----------------------------*/

#menu {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0 20px;
	background: url(../images/img02.gif) left top repeat-x;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0;
	list-style: none;
}

#menu li {
	float:left;
	background: #f49a73; 
	color: #2e0815; 
}

#menu li a {
	padding: 10px 30px;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0 20px;
	background: url(../images/img02.gif) left top repeat-x;
}

#breadcrumb ul {
	margin: 0;
	padding: 21px 0 0;
	list-style: none;
}

#breadcrumb li {
	float:left;
	color: #2e0815; 
}

#breadcrumb li a {
	padding: 10px 30px;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------page-----------------------------*/

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px; 
	background: #fff url(../images/img03.gif) left top repeat-y;
}

/*------------------------content-----------------------------*/

#swrapper { float: left; width: 690px; }

#content {
	float: right;
	width: 400px;
	margin: 10px 30px 20px 50px;
}

* html #content {
	margin: 10px 20px 20px 40px;
	width: 390px;
}

/*------------------------sidebars-----------------------------*/

.sidebar {
	float: left;
	width: 210px;
	padding-top: 24px;
	color: #595959;
}

.sidebar ul { background: none; padding-bottom: 20px; }

.sidebar li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}
	
.sidebar li a:hover { background: #eee; }

/*------------------------footer-----------------------------*/

#footer {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	border-top: 3px solid #505096;
	border-bottom: 3px solid #505096;
	background:#fff;
}

#footer address {
	padding: 24px 0 0;
	text-align: center;
	font-size: 12px;
	color: #999;
}

/*------------------------sitemap-----------------------------*/

#page #site_ul {
	margin: 0 0 10px 0;
	padding: 0;
}

	#page #site_ul li {
		margin: 0;
		padding: 0;
	}
	
		#page #site_ul li a {
			display: block;
			margin: 0;
			padding: 0;
			height: 32px;
			line-height: 32px;
			text-indent: 5px;
			text-decoration: none;
			background: #f49a73; 
			border-bottom:solid #fff;
		}
		
			#page #site_ul li a:hover {
				margin: 0;
				padding: 0;
				border-bottom:solid #ccc;
				background-color: #fcf;
			}
