*{
	margin:0;
	padding:0;
}

/*　layout　*/

body{
	font-size:small;
}

#container {
	width: 700px;
	height: auto;
}


#header{
	width:700px;
	height:275px;
	background-image:url(../images/main.jpg);
}

h1{
	text-indent:-9999px;
}

#contents{
	width:700px;
	height:auto;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	float:left;
}

#main{
	width:485px;
	height:auto;
	float:left;
}

#side{
	width:215px;
	height:auto;
	float:right;
}

#footer{
	clear:both;
	padding:10px 0 10px 35px;
	_padding:0px 0 10px 35px;
	background-color:#5FB3D6;
	text-align:left;
	color:#FFF;
}

/* article　*/

.entry{
	width:440px;
	height:auto;
	margin:20px auto;
}

h2{
	height:23px;
	background-image:url(../images/bg_title.gif);
	text-align: left;
	padding: 7px 0 0 15px;
	font-size:16px;
	color:#FFF;
}

.article{
	padding:10px;
	border:solid 1px #5FB3D6;
}

/* sidemenu　*/

.sidemenu{
	width:180px;
	margin:20px auto;
}

h3{
	height:25px;
	background-image:url(../images/bg_side.gif);
	background-repeat: no-repeat;
	font-size:12px;
	color:#000;
	padding:8px 0 0 7px;
}

.side_contents{
	padding:5px 0 0 7px;
	font-size:10px;
}

.side_contents ul{
	list-style-type: square;
	list-style-position: inside;
}

/* link　*/

a{
	color: #FFF;
}

a:hover{
	color: #999;
}


#side, #sidemenu {
 margin: 0;
 padding: 0;
}

#side dl {
	margin: 0;
	padding: 0;
}
#side dl dt {
	margin: 2em 0 0;
	padding: 8px 0 0 8px;
	height:25px;
	background-image:url(../images/bg_side.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	font-size:12px;
	color:#000;
}

#side dl dd {
	margin-bottom: 1em;
	font-size: 100%;
}

.entry .article a,
.entry .article a:link,
.entry .article a:visited,
.entry .article a:hover,
.entry .article a:active {
	color: #000;
}




