*{
	margin:0;
	padding:0;
}

/*　layout　*/

body{
	font-size:small;
}

#bg{
	width:720px;
	height:auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin:0 auto;
}

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


#header{
	width:700px;
	height:270px;
	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{
	padding:10px 0;
	background-color:#000;
	clear:both;
	text-align:center;
	color:#FFF;
}

/* article　*/

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

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

.article{
	padding:10px;
}

/* sidemenu　*/

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

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

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

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

/* link　*/

a{
	color: #666;
}

a:hover{
	color: #999;
}

#side .side_contents dl {
	margin-top: 1em;
}

#side .side_contents dl dt {
	height:25px;
	background-image:url(../images/bg_side.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:12px;
	color:#FFF;
	padding:7px 0 0 5px;
}

#side .side_contents dl dd {
	margin-bottom: 1em;
	font-size:11px;
}