body {
	background-color: #F1EEE2;	
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding:0;
}
.clear{
	clear:both;
	height:0;
	padding:0;
	}
	
#navi{
	font-size:10px;
	color:#000000;
	text-align:left;
    margin-bottom: 5px;
}

#counter {
	width:158px;
	background:#FFF;
	border:#005CB4 solid 1px;
	margin:20px 0;
}

#counter img {
	padding:5px 0 3px 0;
}

a {
text-decoration: none;
}

a:link {
	text-decoration:none;
	color: #799ED3;
}

a:visited {
	text-decoration:none;
	color: #799ED3;
}

a:active {
	color: #799ED3;
}

a:hover {
	color: #799ED3;
	text-decoration:underline;
}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.font10-14{
	font-size: 10px;
	line-height: 14px;
}	

/*ベースカラー*/
#container {
	line-height: 140%;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-color: #F1EEE2;
}


#content{
	width:760px;
	margin:0px 20px 0 20px;
	padding-bottom:20px;
}


/*トップへ戻る*/
#top {
	margin-right: 20px;
}

/*左コンテンツ*/

#left {
	float: left;		
	width:160px;
	margin-right:25px;
}

/*右コンテンツ*/
#right {
	float: right;		
	width:160px;
	margin-left:25px;
}

.banner img{
	margin-bottom: 10px;
}

/*両サイドコンテンツ*/

.side{
	padding: 0px;
	margin:20px 0px;
}

/*サイドの見出し*/
.side h2 {
	color: #FFFFFF;
	background-color: #005CB4;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: left;
	font-weight: nomal;	
	padding-left: 10px;
	line-height: 20px;
}

.side ul{
	margin: 0px;
	margin-bottom: 30px;
	padding:0;
	list-style:none;
}

.side li {
	color: #464646;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 15px;	
	margin-top: 2px;
	padding: 0px 5px 0px 12px;
	list-style-type: none;
	background:url(img/list_bullet.gif) no-repeat 0px 4px;
}

/*センターコンテンツ*/
#center {
	float: left;
	width: 388px;		
	padding: 0px;
	margin:20px 0px;
}

#center h3 span,#center h2 span{
	font-size:80%;
	font-weight:normal;
	color:#000000;
}

/*記事部分*/
.content {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
  	font-size:12px;
    line-height: 150%;
    text-align: left;
    padding: 0;
    margin: 0;
}

/*最新の記事*/
.content h2 {
	font-size:115%;
	line-height:1.6em;
	border-bottom:2px solid;
	margin-bottom: 0.6em;
	border-color:#005CB4;
	color:#005CB4;
	font-weight: bold;
}

/*記事のタイトル*/
.content h3 {
	font-size:100%;
	line-height:1.6em;
	border-bottom:1px solid;
	border-color:#005CB4;
	color:#005CB4;
	font-weight: bold;
	}

.content h3 span, .content h2 span{
	font-size:10px;
	font-weight:normal;
	color:#000000;
	padding:0 10px;
}
	
/*記事下のリンク*/
.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
    padding: 3px 0px 3px 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: normal;
   	border-bottom:1px solid #CCCCCC;
}

/*記事のイメージ*/
.content img.left{
	margin:3px 7px 3px 0;
}

.content img.right{
	margin:3px 0 3px 7px;
}

/*記事文字の色*/
.content .red{
	color:#FF0000;
}

.content .blue{
	color:#0000FF;
}
	



/*カレンダー*/
#calendar {
   	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
    background-color: #FFFFFF;	
    background-image: url("");
  	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: solid 1px #;
    border-right: solid 1px #;
    border-top: solid 1px #;
    border-left: solid 1px #;
}

#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

/*カレンダーのタイトル*/
#calendar caption {
	color: #FFFFFF;
    font-weight: nomal;
    background-color: #005CB4;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
    letter-spacing: .-1em;
	border-bottom: 2px solid #FFFFFF;
}

/*カレンダーの曜日*/
	#calendar th {
	 font-size:10px;
	text-align: center;
	font-weight: normal;
}

/*カレンダーの日付*/
	#calendar td {
	 font-size:10px;
	text-align: center;
}

/*検索のテキスト*/
.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
text-align: left;
color: #464646;
margin-top: 3px;
margin-bottom: 30px;
}


#comment-data {
float: left;
width: 160px;
padding-right: 10px;
margin-right: 10px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

#lanking{
margin: 15px 0;
padding: 10px 0;
font-size: 10px;
line-height: 140%;
border: #005CB4 double 2px;
background-color: #FFF;
}

#lanking div{
padding: 0 0 5px 0;
}



/*リニューアル２回目追加分*/

#head{
	background: url("img/bk_header.jpg") no-repeat left top;
	width: 760px;
	height:120px;
	position: relative;
}
#head #title{
	position: absolute;
	top: 5px;
	left: 22px;
}
#head #headerbtn1{
	position: absolute;
	top: 91px;
	left: 579px;
}
#head #headerbtn2{
	position: absolute;
	top: 91px;
	left: 640px;
}
#head a{
	display: block;
}
#foot{
	background: url("img/bk_footer.gif") no-repeat left bottom;
	width: 760px;
	height: 90px;
}
#foot div#link{
	width:100%;
	font-size: 12px;
}
#foot div#link ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
#foot div#link li{
	float: left;
	padding: 0 10px 0 0; 
	margin: 0;
	margin-bottom: 10px;
}

#right img{
	margin-bottom: 10px;
}
#member{
	background: url("img/rightcol_bar1.gif") no-repeat left top;
	padding-top: 38px;
}
#site{
	background: url("img/rightcol_bar2.gif") no-repeat left top;
	padding-top: 38px;
	margin-top: 10px;
}
#member a,#site a{
	display: block;
}

#rss{
	text-align: left;
}
#rss img{
	display:block;
	margin-top: 5px;
	text-align: left;
}