@charset "utf-8";

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値（%）
10px:77%;
11px:85%;
12px:92%;
13px:100%;
14px:107%;
15px:114%;
16px:122%;
17px:128%;
18px:136%;
19px:144%;
20px:152%;
21px:159%;
22px:167%;
23px:174%;
24px:182%;
25px:189%;
26px:197%;
*/

* {
margin:0px;
padding:0px;
}
html {
overflow-y:scroll;
}
a {
color:#0099CC;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
body {
color:#000000;
font-size:13px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, div {
margin:0px;
padding:0px;
}
ul, ol, li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
address {
font-style:normal;
}
hr {
display:none;
}
img {
border:medium none;
vertical-align:bottom;
}

#cont-wrapper {
	background-image: url(../image/back-cont.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
	padding:0px 10px;
	margin:0px auto;
}

#header h1,#header b{
	background-image: url(../image/back-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	font-size:100%;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 10px 1px 10px;
	display:block;
}

#gnav{
	background-image: url(../image/back-gnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
}

#gnav li{
	float:left;
}

#topic-path{
	margin-bottom:5px;
}

#main{
	clear:both;
	padding:10px;
}

#cont-main{
	float:left;
	padding:0px 10px 0px 0px;
	width:570px;
}

.entry-1{
	margin-bottom:10px;
}

.entry-1 .entry-1-title{
	background-image: url(../image/entryies-title.gif);
	height: 24px;
	width: 565px;
	color:#FFFFFF;
	font-size:114%;
	padding:1px 0px 0px 5px;	
}

.entry-1 .entry-1-article{
	border-bottom:1px #9C6A39 solid;
	border-right:1px #9C6A39 solid;	
	border-left:1px #9C6A39 solid;
	padding:5px;
	font-size:92%;	
	font-weight:normal;
}

.entry-1 .entry-1-article li{
	background-image: url(../image/circle-brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px 0px 8px;	
	line-height:150%;
}

.entry-1 .entry-1-article li span{
	display:block;
	width:70px;
	float:left;
}

#cont-sub{
	float:left;
	width:200px;
}

#cont-sub h3{
	background-image: url(../image/sub-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	height:26px;
	padding:6px 0px 0px 0px;	
	color:#FFFFFF;
	font-weight:normal;
}

#cont-sub ul{
	border-bottom:1px #9C6A39 solid;
	border-right:1px #9C6A39 solid;	
	border-left:1px #9C6A39 solid;
	padding:5px;
	font-size:92%;	
}

#cont-sub ul li{
	background-image: url(../image/circle-brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px 0px 8px;	
	line-height:150%;
}

#footer{
	clear:both;
	text-align:center;
	background-image: url(../image/back-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:5px 0px 0px 0px;
}

#footer a,#footer a:hover{
	color:#000000;
}

#ads728{
	width:728px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
}

#ads468{
	width:468px;
	margin:0px auto 10px auto;
}

#ads336{
	width:336px;
	float:right;
}

#ads160{
	width:160px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
}


/*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 */