img {
	border:0;
}

body{
	margin-top:5px;
	padding-top:0px;
	background-color:#fff;
}

/* リンク */
a:link{text-decoration:none; color:#666}
a:visited{text-decoration:none; color:#666}
a:active{text-decoration:none; color:#033}
a:hover{text-decoration:underline; color:#f00; background-color:#ff0;}


/* トップページ枠 */
#container{
	margin:0 auto;
	width:800px;
	background-color:#fff;
}


/* ヘッダーの枠 */
#topHeader{
	width:800px;
	height:220px;
}


/* コンテンツ */
#contents{
   margin-top:0px;
}


#mainArea, #naviArea, #rightSide{
	position: static;
}


#mainArea{
	float:left;
	width: 440px;
	background-color:#fff;
}

#mainAreaWeb{
	float:left;
	width: 620px;
	background-color:#fff;
}


#naviArea{
	float:left;
	width: 180px;
	background-color:#fff;

}

#rightNavi{
	float:right;
	width: 180px;
	background-color:#fff;
}

div#top_info{
	font-size:11pt;
	margin:2px 13px 20px 13px;
	padding:10px 10px 10px 10px;
	background-color:#fff;
	border-width:0px;
	border-color:#ccc;
	border-style:solid;
	text-align:left;
}

div#top_info2{
	font-size:11pt;
	margin:2px 13px 20px 13px;
	-moz-border-radius: 5px;
	padding:10px 10px 10px 20px;
	background-color:#eee;
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	text-align:left;
}


div#toiawase{
	font-size:13px;
	margin-top:30px;
	-moz-border-radius: 5px;
	padding:5px 10px 5px 25px;
	background-color:#eec;
	border-width:1px;
	border-color:#cc6;
	border-style:solid;
	text-align:left;
}

/* サイドメニューのデザイン */
#sideBar{
	width:180px;
	text-align:center;
	margin-left:0px;
}

#sideBar ul{
	margin-left:0;
	margin-top:0px;
	padding:0;
	line-height:5pt;
	list-style-type:none;
	
}

#sideBar li{
	background: #fff url(images/li_t.jpg) repeat-x bottom center;
	font-size:15pt;
	display:block;
	border-style:dashed;
	border-width:0 0 0 0;
	border-color:#630;
}

#sideBar li.title_bg{
	background: #fff url(images/li_m.jpg) repeat-x bottom center;
	font-size:15pt;
	display:block;
}



/* サポーターのデザイン */
.supporter{
	width:180px;
	text-align:left;
	margin-left:0px;
}

.supporter ul{
	margin-left:0px;
	margin-top:5px;
	padding:0;
	line-height:15pt;
	list-style-image: url("images/dot.gif");
}

.supporter li{
	margin:10px 0 10px 15px;
	background-color: #fff;
	font-size:10pt;
	/* display:block; */
	border-style:dotted;
	border-width:0 0 1px 0;
	border-color:#999;
}


.pankuzu{
  font-size:10pt;
  margin-top:0px;
}

/* トップのブログ記事のデザイン */
.topItem{
	font-size:11pt;
	margin:2px 13px 20px 15px;
	padding:5px 10px 10px 10px;
	background-color:#fff;
	border-width:0px;
	border-color:#ccc;
	border-style:solid;
	text-align:left;
}

.topItem h2{
	margin: 5px 0px 5px 0px;
	padding: 3px 0 0 5px;
	font-size:16px;
	background: #dd9 url(images/head_mark.gif) no-repeat top left;
	border-width:0 0 1px 0;
	border-color:#999;
	border-style:dotted;
}

/* ここのアイテムのデザイン */
.entryDate{
  padding-right:10px;
  text-align:right;
  font-size:11pt;
}

.eachItem{
	clear:left;
	margin-left:10px;
	padding:2px 5px 5px 0px;
	background-color:#fff;
	line-height:2;
}


.eachItem h2{
	margin: 10px 10px 10px 0px;
	padding: 5px 0 3px 15px;
	font-size:18px;
	background: #dda url(images/head_mark.gif) no-repeat top left;
	border-width:0 0 1px 0;
	border-color:#999;
	border-style:dotted;
}

.eachItem h3{
	margin: 20px 10px 10px 10px;
	padding: 5px 0 3px 5px;
	font-size:16px;
	background: #eee url(images/bg_ent_t.jpg) no-repeat bottom left;
	border-width:0 0 0 10px;
	border-color:#339;
	border-style:solid;

}


.eachItem h4{
	margin: 20px 10px 10px 15px;
	padding: 5px 0 3px 5px;
	font-size:14px;
	background-color:#fff;
	border-width:0 0 1px 5px;
	border-color:0 0 #ccc #933;
	border-style:none none dashed solid;
}


.eachItem li{
  margin: 0 10px 0 10px;
  color:#006;
  font-size:12pt;
  line-height:1.5;
  list-style-image: url("./images/dot.gif");
}


div.explain {
	width:300px;
	background-color:#fff;
}

div.itemPic {
	float:left;
	-moz-border-radius: 10px;
	border-width:1px;
	border-color:#aaa;
	border-style:solid;
	text-align:center;
	width:200px;
}

.eachItem p{
	margin: 10px 10px 10px 10px;
	padding: 5px 0 5px 15px;
}

.eachItem p.kouza{
	font-size:14px;
	line-height:1.4;
	margin: 10px 30px 20px 50px;
	padding: 5px 10px 5px 15px;
	background-color:#ffc;
}

#footer{
	clear:left;
	margin:0 auto;
	margin-top:3px;
	padding:15px 0;
	width:800px;
	background-color:#ccc;
	text-align:center;
	font-size:10pt;
}

