@charset "shift_jis";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background-color: #262626;
	text-align: center;
	color:#FFFFFF;
	font-family:"メイリオ", "ヒラノ角ゴ Pro W3", Meiryo, sans-serif;
	font-size:12px;
	line-height:1.8;
	width:708px;
}
a:link{ color:#FFFFFF; text-decoration:none;}
a:visited{ color:#FFFFFF; text-decoration:none;}
a:hover{ color:#00FFD7; text-decoration:none;}
a:active{ color:#00FFD7; text-decoration:none;}
strong {
    color: #00ffd7;
    font-size: 16px;
    font-weight: normal;
}
hr{
	border-top:2px solid #000000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	padding:0;
	margin:0;
}


/*
.news_list{
	margin-left:-16px;
}
*/

.news_box{
	border-left:1px #000000 dotted;
	border-bottom:1px #000000 dotted;
	width:330px;
	padding:15px;
	height:120px;
	float:left;
	text-align:left;
}

/*
.news_box img{
	float: left;
	margin-right:10px;
}
*/

.news_box .ymd{
	font-weight:bold;
	margin:4px 0;
}
.news_box .news_img {
    display: table-cell;
    height: 120px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    width: 120px;
}
.news_box .news_img img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 120px;
    max-width: 120px;
    width: auto;
}
.news_box .news_title {
    display: table-cell;
    max-width: 100%;
}
.news_box .news_text{
	height:98px;
	overflow:hidden;
}



.news_box_l{
	border-bottom:1px #000000 dotted;
	width:339px;
	padding:15px 15px 15px 0;
	height:120px;
	float:left;
	text-align:left;
}
.news_box_r{
	border-left:1px #000000 dotted;
	border-bottom:1px #000000 dotted;
	width:338px;
	padding:15px 0 15px 15px;
	height:120px;
	float:left;
	text-align:left;
}


.news_box_l .ymd,
.news_box_r .ymd{
	font-weight:bold;
	margin:4px 0;
}
.news_box_l .news_img,
.news_box_r .news_img {
    display: table-cell;
    height: 120px;
    padding: 0;
    vertical-align: middle;
    width: 120px;
}
.news_box_l .news_img img ,
.news_box_r .news_img img {
    display: block;
    height: auto;
    margin: 0 auto;
	padding:0 10px 0 0;
    max-height: 120px;
    max-width: 120px;
    width: auto;
}
.news_box_l .news_title ,
.news_box_r .news_title {
    display: table-cell;
    max-width: 100%;
}
.news_box_l .news_text,
.news_box_r .news_text{
	height:88px;
	overflow:hidden;
}
