@charset "utf-8";

body#news div#wrapper {
	background:none;
}

body#news div#left {
	margin-top:40px;
	width:180px;
	float:left;
	padding-left:19px;
}
body#news div#right {
	margin-top:40px;
	width:779px;
	float:right;
	background:url(../../image/news/right_breakline.gif) repeat-y;
	min-height:300px;
	height: auto !important;
	height: 300px;
}

body#news div#right ul {
	list-style:none;
	margin-top:-5px;
}


div.news {
	margin-top:-5px;
}

div.news h3 {
	font-size:18px;
}

div.news p {
	padding:25px 0;
}

body#news div#right dt,
body#news div#right dd {
	float:left;
	padding:10px 0;
	font-size:13px;
	color:#cccccc;
}
body#news div#right dt {
	width:120px;
	padding-left:20px;
}
body#news div#right dd {
	width:610px;
}
body#news div#right dd a {
	color:#cccccc;
}
body#news div#right dd p a {
	color:#cc0101;
}

div.news_list_navi {
	border-top:solid 1px #424242;
	padding-top:15px;
	margin-top:30px;
}

table.news_b {
	border-collapse:collapse;
	margin:0 auto;
}
table.news_b td {
	padding:0 5px;
}
table.news_b ol {
	list-style:none;
}
table.news_b li {
	float:left;
	padding:0 5px;
	font-size:14px;
}
table.news_b li a {
	color:#cccccc;
}


div.news_detail_b {
	margin-top:-22px;
}
div.news_detail_b a {
	display:block;
	margin:0 auto;
	width:95px;
	height:27px;
}

div.news_detail_navi {
	border-top:solid 1px #424242;
	padding-top:15px;
	margin-top:30px;
	text-align:center;
}



/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


body#news div#left ul {
	list-style:none;
	margin-top:15px;
	margin-left:10px;
}
body#news div#left li a {
	color:#cccccc;
}
body#news div#left li a:hover {
	color:#990000;
}

body#news div#right h3 {
	padding-left: 20px;
	color: #fff;
	font-size: 123%;
	font-weight: bold;
	margin-bottom: 15px;
}