@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

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: #000; 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 10px 0; }
img { border: 0; }
h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
/*------------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 {
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #242323 url(../image/img06.jpg) repeat-x left top;

}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #fff;
}

h3 {
	font-size: 1.4em;
	color: #fff;
}
p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a { color: #000; }
a:hover { text-decoration: none; color: #f00; }

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #fff;
	position: relative;
	top: 0;
	left: 0;

}

/* ------------Header-------------------*/

#header { width: 900px; height: 100px; margin: 0px auto; }
	#header h1 { margin: 10px 5px 5px 20px; }
		#header h1 a {text-decoration: none;font-size: 24px;color: #fff; }

/* ----------- Logo-----------------------*/

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}

#logo h1 { padding: 40px 0 0 0; }
#logo h1 a {
	font-size: 24px;
	font-weight: bolder;
}
#logo p { /*text-indent: -99999px;*/ }

/* ---------------Menu------------------ */

#menu {
	position: absolute;
	top: 20px;
	left: 700px;
}

#menu ul {
	margin: 0px;
	padding: 49px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	color: #fff;
	background: url(../image/img10.gif) no-repeat left 50%;

}

#menu a:hover { text-decoration: underline;}


/*------------------ Page---------------- */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	background-color: #fff;
}

#header-pic {
	background: url(../image/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/*-------------------- Content -----------------*/

#content {
	float: left;
	width: 570px;
	background: #fff;
}

.main_img {
	margin-bottom: 10px;
}

.post {
	background: #fff;
	margin: 0 0 30px 0;
}


.post .title h1 {
}

.post .entry {
	padding: 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}
.post h2, h3 {
	margin: 0px;
	background: #444444 url(../image/img07.jpg) left top no-repeat ;
	padding: 7px 25px;
	}
#content ul {
	list-style: none;
	width: 180px;
}
#content ul li { line-height: 30px; }
#content ul li a{
	text-decoration: none;
	color: #000080;
	
}
#content ul li a:hover{ color: #C71585; }

#content dl { margin-bottom:10px; }
#content dt { font-weight:bolder; }

/* ------------------Sidebar -----------------*/
.sidemenu {
	margin: 0;
	padding: 3px 5px 5px 25px;
	font-size: 1.4em;
	color: #fff;
	background: url(../image/img09.jpg) left top no-repeat;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	background: #fff;
}


#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar a { text-decoration: none; }

#sidebar a:hover { text-decoration: underline; }


/*--------------------- Footer--------------- */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 30px auto;
	background: url(../image/img08.jpg) left top no-repeat;
	color: #858585;
}

#footer address {
	margin: 0;
	text-align: center;
	color: #fff;
}


/*----------breadcrumb---------*/

	#content #breadcrumb {
		width: 470px;
		margin: 10px;
		padding: 0;
	}
	
		#content #breadcrumb ul {
			width: 470px;
			margin: 0;
			padding: 0;
		}
		
			#content #breadcrumb ul li {
				display: inline;
				margin: 0;
				padding: 0;
			}


/*-----------------------------------ad_pr-------------------------------------*/
#wrapper #content .container .rightcol .ad_pr {
	float: left;
	margin: 0;
	padding: 0;
	width: 299px;
	background: #3ca4e2 url(../image/rightcol_header_bg.gif) 0 top no-repeat;
}

#csv01 {
	margin: 0;
	padding: 10px 10px 15px 10px;
	background: url(../image/rightcol_btm_bg.gif) 0 bottom no-repeat;
}

	#csv01 dl {
		margin: 0;
		padding: 0;
	}
	
		#csv01 dl dt {
			margin: 0;
			padding: 0;
			text-indent: 5px;
			line-height: 1.5em;
		}
		
			#csv01 dl dd {
				margin: 0 0 5px 0;
				padding: 0 0 4px 0;
				text-indent: 5px;
				line-height: 1.4em;
				background: url(../image/sidebar_hr.gif) left bottom repeat-x;
			}