

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
}

#newspaper{
	
}

#header_name{
	font-size:20px;
}

#header_description{
	font-size: 12px;
	font-weight: normal;
}

a:link{
	color: #0000FF;
	text-decoration: none;
	
}

a:visited{
}

a:hover{
	text-decoration: underline;
}

a:active{
	color: #FF0000;
}

#body{
}

#alpha{
/*#maincontent{*/
	margin-top: 15px;

}

#alpha .entry{
/*#maincontent .entry{*/
	width:180px;
	float: left;
	margin:12px 12px 0 0;
}


#sidebar{
	width:192px;
	float: right;
	height: 800px;
	background: url(../img/parts/portal_bg_bl.png) right repeat-y;
}


#sidebar .widget{
	overflow:hidden;
	position:relative;
	width:100%;
}

.widget-content {
	font-size:11px;
	margin-bottom:20px;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	font-size:11px;
}

.widget-content a {
	color:#333;
}
.widget-content a:hover {
	color:#999;
}

.widget-list, .archive-list, .blog-feeds {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.widget-list-item {
	margin-bottom:5px;
	margin-top:5px;
}

#feature{
	border-bottom: 1px solid #ccc;
}

#feature_inner{
	margin: 0px 0 12px 0;
	
}

#feature_header{
/* 	background: url(../img/parts/portal_entry_header_bg.png) 0 -1px repeat-x; */

}

#feature_header_inner{
	padding: 0.5em 0 0 0;
	padding-left: 12px;
}

#feature_header_inner h3{
	font-size: 20px;
	
	display: inline;
}


.feature_title{
	font-size:14px;
	display: inline;
	margin-left: 12px;
}

.feature_meta{
	font-size: 10px;
	line-height: 12px;
	color: #666;
	display: inline;
}

#feature_body_inner{
	padding: 12px;
}

#feature_body_inner h3{
	font-size: 18px;
	line-height:20px;
	margin-bottom: 6px;
}

#feature_body{
	font-size: 14px;
	line-height: 24px;
}

#feature_body table td{
	vertical-align: top;
	padding-right: 12px;
}
#feature_body table{
}


#feature_body_inner img{
	float: right;
	width: 180px;
}

#feature_body_inner ul,
#feature_body_inner ol{
	list-style-position: inside;
}

#feature_body blockquote{
	margin-top: 0;
	margin-bottom: 0;

}


#separate{
	border: 1px;
	width:1px;
	height: 192px;
	border-color: red;
	border-style: solid;
	float: left;
}


#entries{
	padding-left: 12px;
}

.entry{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.entry_container{
	height: 192px;
	overflow: hidden;
}

.entry_header{
/* 	background: url(../img/parts/portal_entry_header_bg.png) 0 -1px no-repeat; */
	background: url(edge_t.gif) top repeat-x;
	
}

.entry_header_inner{
	width:160px;
	margin: auto;
	border-bottom: 1px solid #333;
}

.entry_title a {
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
	font-weight: bold;
	color: #0000FF;
}

.entry_meta{
	font-size: 10px;
	line-height: 18px;
	color: #666;
}

.entry_body{
	font-size: 10px;
	line-height: 16px;
	background-color: #EBE9DC;
}

.entry_body_inner{
	width:160px;
	margin: auto;
	padding-top:4px;
}

.entry_body_inner a{
	color:#000000;
}

.entry_body_inner h3 {
	font-size: 12px;
	line-height:20px;
}

.entry_body_inner img{
	float: right;
	width: 62px;
	height: auto;
}

.entry_footer{
	height: 22px;
	line-height: 22px;
	background: url(edge_b.gif) bottom repeat-x;
}
.entry_footer_inner{
	width:160px;
	margin: auto;
	font-size: 10px;
	border-top:1px solid #333;
}




