@charset "UTF-8";

html{
	background-color:#d1c39f;
}

body{
}

a:link{color:#cc0000;text-decoration:underline;}
a:hover{color:#440000;text-decoration:underline;}
a:visited{color:#440000;text-decoration:underline;}

p.comment{font-size:77%;line-height:1.2em;text-align:left;}

.txtNull{display:none;}

#container{
	position:relative;
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#contTop{
	position:relative;
	width:800px;
	/*height:106px;*/
}

h1#mainTitle{
	display:block;
	width:800px;
	height:80px;
	background-image:url(../img/mainTitle.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.contHeader{
	position:relative;
	width:800px;
	/*height:108px;*/
}

#contTop ol{
	display:block;
	padding-top:6px;
	width:800px;
	height:20px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contTop li#Num{
	float:left;
	margin-left:10px;
	width:256px;
	text-align:left;
}

#contTop li#Day{
	float:left;
	margin:0 1px;
	width:266px;
}

#contTop li#copyRight{
	float:right;
	margin-right:10px;
	padding-top:2px;
	width:256px;
	font-size:70%;
	text-align:right;
}

/*boxSet_CSS====================*/
#boxSet{
	position:relative;
	clear:both;
	margin:0 10px;
	width:780px;
}

h3{
	display:block;
	clear:both;
	position:relative;
	width:780px;
	margin-bottom:10px;
	padding-top:12px;
	font-size:220%;
	font-weight:bolder;
}


/*====Contents Left=====*/
#boxLeft{
	float:left;
	width:220px;
	margin-right:5px;
	text-align:left;
}

#boxLeft p{
	line-height:1.2;
}

#boxLeft p:first-letter{
      font-size: 220%;    /* 文字サイズの指定 */
      font-weight: bold;    /* 文字の太さ */
      padding-right: 5px;    /* パディング（右） */
      margin-left: -5px;    /* マージン（左） */
}


/*====Contents Center=====*/
#boxCenter{
	float:left;
	width:330px;
	margin-right:5px;
}

#boxCenter #mainNews{
}




/*====Contents Right=====*/
#boxRight{
	float:right;
	width:220px;
	text-align:left;
}

/*menuList_CSS====================*/




#boxSet2{
	position:relative;
	clear:both;
	margin:0 10px;
	width:780px;
}

/*====Contents Left=====*/
#boxLeft{
	float:left;
	width:220px;
	margin-right:5px;
	text-align:left;
}

.menuSide{
	width:220px;
}

h4#titleUpdate{
	display:block;
	width:220px;
	height:25px;
	background-image:url(../img/historyTitle.gif);
}

h4#titleLinks{
	display:block;
	width:220px;
	height:25px;
	background-image:url(../img/linkMenu.gif);
}

.menuSide ul{
	width:;220px;
	margin-top:5px;
	font-size:77%;
	line-height:1.2em;
}

.menuSide ul li{
	display:block;
	width:220px;
	height:54px;
	margin-bottom:4px;
	border-bottom:1px solid #000000;
}

.menuSide ul li .thumbnail{
	display:block;
	float:left;
	width:54px;
	height:54px;
	margin-right:6px;
}

.menuSide ul li .comment{
	display:block;
	float:right;
	width:160px;
	height:54px;
}

/*====Contents Center=====*/
#boxCenter{
	float:left;
	width:330px;
	margin-right:5px;
}

#boxCenter ul{
	width:330px;
}

#boxCenter ul li{
	display:block;
	float:left;
	width:164px;
	height:66px;
}

#boxCenter ul li .thumbnail{
	display:block;
	float:left;
	width:65px;
	height:66px;
	margin-right:6px;
}

#boxCenter ul li .comment{
	display:block;
	float:right;
	width:92px;
	height:66px;
}


/*====Contents Right=====*/
#boxRight{
	float:right;
	width:220px;
	text-align:left;
}



.contFooter{
	position:relative;
	clear:both;
	width:90px;
	height:26px;
	padding-top:10px;
	padding-right:10px;
	padding-left:700px;
}

/*btnRev_CSS===================*/
.btnRev a{
	display:block;
	width:90px;
	height:26px;
	background-image:url(../img/btnReturn.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.btnRev a:hover{
	background-position:0 -26px;
}