@charset "UTF-8";

body {
	color: #555;
	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	line-height:1.6;
	padding:0;
	margin:0;
	background: #fff;
}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}
a:hover{text-decoration: none;}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

a.long:link{text-decoration: none;}
a.long:visited{text-decoration: none;}
a.long:active{text-decoration: none;}
a.long:hover{text-decoration: none;}
a.long:hover img{
	opacity:1;
	filter: alpha(opacity=100);
}

a.txt:link {color: #111;text-decoration: none;}
a.txt:visited {color: #111;text-decoration: none;}
a.txt:active {color: #000;text-decoration: none;}
a.txt:hover {color: #000;text-decoration: none;border-bottom:1px #000 dotted;}

h1 { display:none; }

.new{ color:#cc0000;}
.clears{ clear:both;height:1px;overflow:hidden;}
.hide{ display:none; }

p {
	margin-top:10px;
	margin-bottom:10px;
}
.date {
	margin:0;
	font-size:10px;
	color: #777;
}

/*---------------------------------------*/
#Container{
	margin:0px auto 0px auto;
	width:778px;
	background: #fff;
}

#Head{
	width:778px;
	height:153px;
}

/*---------------------------------------*/
#content{
	width:778px;
	margin:0 auto;
	overflow: hidden;
}
#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#Container{
	background: #fff;
}

#Title{
	margin:0;
	padding:0;
	width:778px;
	height:92px;
}

#Title img{
	vertical-align: top;
}


#Left {
	float:left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#Right {
	float: right;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#Left {
	width:600px;
	margin-left:10px;
}
* html #Left {
	width:590px;
	margin-left:5px;
}

#Right {
	width:150px;
}



/*Left Contents*/

.topLink{
	margin: 0;
	padding: 20px;
	border-top: 1px solid #bcacac;
}

.archive{
	margin: 0;
}
.archive p.title{
	margin: 0;
	font-size: 10px;
}
.archive .archive-list{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.archive .archive-list li{
	line-height:1.8;
}



/*Right Contents*/

/*
.entry_latest{
	float:left;
	width:285px;
	margin: 0 10px 20px 0;
	padding: 0 ;
	line-height:1.6;
}
*/

.heightLine{
	float:left;
	width:285px;
	margin: 0 10px 20px 0;
	padding: 0;
	line-height:1.6;
}

.entry_title{
	margin: 0;
	line-height:1.6;
	font-size:14px;
	font-weight:bold;
}

.thumbnail-big{
	margin-bottom: 5px;
	width: 280px;
	height: 190px;
	border:0;
/*	border:1px solid #ccc;
	padding:1px;
	background:#fff;*/
}

.entry_new{
	float:left;
	width:580px;
	margin: 0 0 15px 0;
	padding: 0 ;
	line-height:1.6;
}
* html .entry_new{
	height: 95px;
}

.thumbnail-small{
	float:left;
	margin-right:20px;
	width: 140px;
	height: 95px;
	border:0;
/*	border:1px solid #ccc;
	padding:1px;
	background:#fff;*/
}
* html .thumbnail-small{
	display:block;
}

/*-------------------繝輔ャ繧ｿ--------------------*/
.right-footer{
	text-align: right;
	clear:both;
	padding-right:20px;
}

#Foot{
	clear:both;
	margin-top:20px;
	width:778px;
	height:75px;
	background: #fff;

}
