@charset "shift_jis";

/*--------------------------------------------------------------------
ブラウザのcssバグ対処用基本設定
---------------------------------------------------------------------*/
	
	/* 全ての要素の余白を初期化 */
	* {
		margin:0;
		padding:0;
		100%;
	}
	/* イメージのボーダーをゼロに */
	img {
	text-decoration:none;
	border-style: none;
	}
	/* Firefox用のフォームを調整
	----------------------------------------------- */
	
		input[type=text] {
			padding:1px;
		}
		
		input[type=radio] {
			margin:3px 3px 0px 4px;
		}
		
		input[type=checkbox] {
			margin:6px 3px 0px 4px;
		}
/*--------------------------------------------------------------------
タグ基本設定
---------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka;";
}

/*--------------------------------------------------------------------
レイアウト基本設定
---------------------------------------------------------------------*/
.clear {
	clear: both;
	line-height: 1%;
}
.clear img {
	vertical-align: top;
	line-height: 1%;
}

#top_wrapper {
	margin: 0 auto;
	vertical-align: top;
}
#top_wrapper-navi {
	width: 800px;
	text-align: right;
	margin-top: 15px;
	padding-right: 40px;
}
#top_wrapper-header {
	background: url(img/header_back.jpg) repeat-x;
	height: 100px;
}
#top_wrapper-header-inner {
	width: 800px;
	margin-top: 20px;
}
#top_wrapper-header-inner h1 {
	margin-left: 10px;
	float: left;
}
#menu {
	margin-right: 120px;
	float: right;
	padding-top: 30px;
}
#top_wrapper-inner {
	width: 800px;
	text-align: center;
}
#top_wrapper-middle {
	background: url(img/middle_back.jpg) repeat-x;
}
#top_wrapper-middle-1 {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 30px;
}
#top_wrapper-middle-2 {
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 80px;
	line-height: 30px;
}
#top_wrapper-middle-3 {
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 80px;
	line-height: 25px;
	font-size: small;
}
#top_wrapper-middle-4 {
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 80px;
	line-height: 30px;
}

#top_wrapper-middle-text {
	width: 800px;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 30px;
}
#top_wrapper-middle-text h2 {
	font-weight: normal;
	font-size: medium;
}
#news {
	width: 800px;
	text-align: left;
}
#news-banner {
	margin-left: 30px;
}
#news-topics {
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 40px;
}
#top_wrapper-footer {
	background: url(img/footer_back.jpg) repeat-x;
}
#top_wrapper-footer-inner {
	text-align:left;
	padding-top: 20px;
	padding-left: 100px;
	width: 800px;
	font-size: small;
}
#copyright {
	padding-top: 20px;
	color: #888888;
}
#border {
	width: 700px;
	border-bottom: 1px dashed gray;
}

.rm {
	color: red;
	font-size: medium;
}
.bb {
	color: blue;
	font-size: large;
	font-weight: bold;
}
.blueback {
	background: #E9F6FE;
	width: 560px;
	margin-top: 20px;
	margin-left: 30px;
}