@charset "utf-8";

body {
	background-color: #f1f1f1;
	margin: 0;
	font-size: 14px;
	font-family: "MS UI Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	text-align: center;
}

#page {
	margin: 0 auto;
	padding: 20px 0;
	width: 840px;
	background-color: #fff;
}


/* =Header
-------------------------------------------------------------- */

header {
	position: relative;
	background: url(images/infonew-banner.jpg) no-repeat;
	width: 800px;
	height: 120px;
	margin: 0px auto 20px;
}

header #page-title {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #000;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1em;
	text-indent: 1em;
}

header .bck {
	float: right;
	margin: 10px 10px 0 0;
	padding: 2px 10px;
}


/* =Contents
-------------------------------------------------------------- */

#content {
	clear: both;
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #CCC !important;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.new-content {
	margin: 0 10px 20px;
	overflow: auto;
}

.new-content h2 {
	background-color: #FFFFCC;
	border-left: 10px solid #666;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 7px;
}

.date {
	display: block;
	float: right;
	margin-right: 20px;
	font-size: smaller;
	font-style: italic;
}

.new-content p {
	margin: 0 40px 20px;
	font-size: 14px;
	line-height: 1.8;
	overflow: auto;
}

.new-content p img {
	border: 0;
	margin-top: 5px;
}

.ttp {
	float: right;
	margin: -10px 20px 0 0;
}


/* =Footer
-------------------------------------------------------------- */

footer {
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

footer p {
	margin: 0;
}


/* =Position
-------------------------------------------------------------- */

.ctr {
	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;
}
