@charset "UTF-8";

/*日付とジャンルを囲んだp*/
p.nwline{
	margin:10px 0 10px 0;
	padding:5px 0 5px 10px;
	background-color:#DDD;
	clear:both;
}
/*日付*/
span.nwday{
	/*font-weight:normal;
	font-size:15px;
	color:#4358A9;
	margin-right:1em;*/
}
/*ジャンル*/
span.nwjay{
	color:#FF6600;
	text-align:right;
	display:block;
	margin-top:-45px;
	font-weight:normal;
	font-size:14px;
	margin-right:20px;
}
/*タイトル*/
h3.nwtitle{
	border-bottom:#666 dashed 1px;
	padding:7px 40px;
}
/*記事本文*/

/*以下記事内に入るタグ用*/

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* Global align classes */

.left {
	text-align: inherit;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.full {
	text-align: justify
}

/* Image and table specific aligns */

img.left, table.left {
	float: left;
	text-align: inherit;
}

img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

img.center {
	display: block;
}

img.right, table.right {
	float: right;
	text-align: inherit;
}

div.news_content{
	margin-bottom:30px;
	word-wrap:break-word;
}

#content div.news_content p{
	padding-left:0;
	margin-top:0;
}

#content div.news_content td,#content div.news_content th{
	font-size:16px;
}

h3.news_title span.nwday{
	padding-right:5px;
}


h3.news_title{
	font-size:16px;
	border-left:#4358A9 solid 3px;
	margin-bottom:5px;
	padding-left:15px;
}

.news_content td,.news_content th{
	padding:2px;
}