@charset "utf-8";

/* CSS Document */


body {
	background:#eaeaea;
	padding:0px 0px 10px;
	margin:0px;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", arial, sans-serif, Verdana;
	line-height:1.5em;
}

div{
	margin:0px;
	padding:0px;
	}

a {
	color:#000000;
}

a:hover {
	color:#CC0000;
}

p {
	margin:0px 0px 1em;
	padding:px;
}

h2 {
	margin:0px 0px 15px;
	padding:0px;
}

h3 {
	font-size:120%;
}

h4 {
	font-size:110%;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style:dotted;
	border-color:#cccccc;
	height: 1px;
	margin-bottom:1em;
}

#backGround {
	background:url(../images/background.jpg) repeat-x bottom #FFFFFF;
}

#page {
	width:860px;
	padding:0px 10px;
	background:url(../images/page_background.png) repeat-y;
	margin:0px auto;
	position:relative;
}

#header {
	padding:30px 15px;
}

#header h1 {
	margin:0px;
	padding:0px;
}

#header p {
	margin:0px;
	padding:0px;
	font-size:80%;
	color:#888888;
}

#content {
	padding:15px 15px 0px;
	background:url(../images/dot.jpg) repeat-x;
}

* html #content {
	height:1px;
}

#leftContent{
	width:445px;
	float:left;
	}

#leftContent p{
	margin:0px 0px 10px;
	}

#rightContent{
	width:370px;
	padding-left:15px;
	float:left;
	background:url(../images/dot.jpg) repeat-y;
	}

#blogList{
	margin:0px;
	padding:0px 10px 20px;
	}

#blogList dl,
#blogList dt,
#blogList dd{
	margin:0px;
	padding:0px;
	display:block;
	}

#blogList dt{
	width:100px;
	float:left;
	color:#999999;
	}

#blogList dd{
	width:250px;
	float:left;
	margin-bottom:5px;
	}

#footer {
	padding:0px 15px;
	background:url(../images/dot.jpg) repeat-x;
	height:30px;
	clear:both;
}

#pageBottom {
	width:880px;
	height:30px;
	margin:0px auto;
	background:url(../images/footer_bottom.png) no-repeat bottom;
}

div.clear {
	clear:both;
	height:5px;
}

.hidden {
	display:none;
}

