/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150パーセント;
}
body {
	width : 100パーセント;
	background: url(../images/back_all.gif) repeat left top #666600 scroll;
	text-align: center;
	font-family: "MS PMincho", RyuminL-KL, "MS Mincho", Mincho, serif;
	color: #000000;
}
#body {
	background-color: #FFFFFF;
	margin : 0 auto;
	padding: 0px;
	width : 1000px;
}
#header {
	float : left;
	background-color: #FF0000;
	text-align: left;
	width : 1000px;
	height : 60px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}
#header img  {
	vertical-align: top;
}
#header h1 a  {
	color: #FFFFFF;
}
#top {
	float : left;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
#top_msg {
	background-color: #990000;
	float : left;
	width : 540px;
	height : 280px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto;
}
#top_img {
	float : left;
	width : 400px;
	height : 300px;
}
#navigation {
	float : left;
	margin-bottom: 30px;
}
#title {
	float : left;
	width : 730px;
	height : 30px;
	padding-left: 20px;
}
#main {
	float : left;
	font-size: 12px;
	width: 980px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#topic_pass {
	float : left;
	text-align: right;
	font-size: 10px;
	width: 960px;
	height: 18px;
	padding-right: 20px;
	margin-bottom: 10px;
	color: #CC0000;
}
#contents {
	float : left;
	width: 940px;
	margin-left: 20px;
}

#footer {
	clear : both;
	background-color: #FF0000;
	text-align: center;
	width : 1000px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.search {
	float : left;
	text-align: left;
	width: 230px;
	margin:10px 0 16px;
}
.btn {
	margin-bottom:-5px;
}
/* グローバルメニュー */

.gl_menu {
	list-style-type : none;
	width:100パーセント;
	font-size:12px;
}
.gl_menu li{
	float: left;
	display : inline;
}
.gl_menu .menu a {
	text-align: center;
	margin-left: 18px;
	width: 215px;
	height: 24px;
	font-size: 16px;
	display:block;
	color: #CC0000;
	border: 1px solid #FF0000;
}
.gl_menu .menu a:visited { color: #CC0000; }
.gl_menu .menu a:hover{	color: #FF0000; }
.gl_menu .menu a:active{ color: #FF0000; }


/* コンテンツ */

.contents_text {
	float: left;
	width: 900px;
	margin: 0px;
	padding-bottom:10px;
	text-align: left;
}
.contents_text .adjustment {
	padding-left: 10px;
	margin-bottom: 15px;
}


/* コピーライト */
#copy_right {
	font-size: 10px;
	text-align: right;
	padding: 0px 3px 0px 3px;
	width: 994px;
	height: 20px;
	color: #FFFFFF;
}


/* リンク */

#body a {
	text-decoration: none;
}
a:link { color: #003399; } 
a:visited { color: #003399; } 
a:hover { color: #003366; } 
a:active { color: #003366; }

#copy_right a {	color: #FFFFFF;}
#copy_right a:visited { color: #FFFFFF; } 
#copy_right a:hover { color: #FFFFFF; } 
#copy_right a:active { color: #FFFFFF; }


/* 見出し */

.page_ttl {
	background-color: #FF9999;
	border-left: 5px solid #FF0000;
	display:block;
	text-align: left;
	padding:2px 0px 4px 15px;
	margin: 10px 0px 5px 0px;
	width: 890px;
	height: 22px;
	color: #990000;
	font-size: 18px;
}
.top_ttl {
	border-bottom: 2px dotted #FFFFFF;
}

/* 共通 */

h2 { 	font-size: 14px;
}

.left{
	float : left;
}
.right{
	float : right;
}
.txt_left{ text-align: left; }

.input_border {	border: 1px solid #666666; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* モジュール用 */
.smap{ width:25パーセント; }

table {
	width: 98パーセント;
}
.readmore {
	background: url(../images/bubble.gif) no-repeat left;
	padding-left: 20px;
}
.search {
	vertical-align: top;
}
.bmarksss {
	width: 13パーセント;
	vertical-align: top;
}
.bmarksss1 {
	width: 87パーセント;
	vertical-align: top;
	text-align: left;
	padding: 10px 0px 0px 10px;
}
.footcats {
	padding: 15px;
}
.mybold {
	font-weight: bold;
} 
