/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}
body {
	width : 100%;
	background: url(../img/back_all.jpg) no-repeat center top #FFFFFF scroll;
	text-align: center;
	color: #000000;
}
#body {
	background-color: #FFCC66;
	margin : 0 auto;
	padding: 0px;
	width : 1000px;
	border-left: 15px solid #FFCC66;
	border-right: 15px solid #FFCC66;
}
#header {
	float : left;
	background-color: #FFFF00;
	text-align: left;
	width : 1000px;
	height : 60px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}
#header img  {
	vertical-align: top;
}
#header h1 a  {
	color: #000000;
}
#top {
	float : left;
	margin-bottom: 10px;
}
#top_ttl {
	background-color: #FFFF00;
	width : 952px;
	height : 22px;
	padding: 4px;
	text-align: left;
	color: #000000;
}
#top_img {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	float : left;
	width : 940px;
	height : 250px;
	padding: 30px 10px 10px 10px;
}
#top_msg {
	background-color: #FFFF99;
	float : left;
	width : 500px;
	height : 200px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}

#navigation {
	background-color: #FFFF00;
	float : left;
	width : 1000px;
	height : 30px;
	padding-top: 4px;
}
#title {
	float : left;
	width : 730px;
	height : 30px;
	padding-left: 20px;
}
#main {
	float : left;
	font-size: 12px;
	width: 980px;
	min-height: 800px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#topic_pass {
	float : left;
	text-align: left;
	font-size: 10px;
	width: 960px;
	height: 18px;
	padding-right: 20px;
	margin-bottom: 15px;
	color: #663300;
}
.txt_right {
	text-align: right;
	padding-left: 20px;
}
#contents {
	float : left;
	width: 740px;
}
#side_contents {
	float : left;
	width : 200px;
	margin-left: 20px;
}
#side_navi {
	float : left;
	width : 200px;
}
#side_navi2 {
	float : left;
	width : 200px;
	margin-top: 30px;
}
#footer {
	clear : both;
	background-color: #FFFF00;
	text-align: left;
	width : 1000px;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.search {
	float : left;
	text-align: left;
	width: 200px;
	margin-left: 20px;
}

/* グローバルメニュー */

.gl_menu {
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.gl_menu li{
	float: left;
	display : inline;
}
.gl_menu .menu a {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 20px;
	padding-left:10px;
	width: 166px;
	height: 20px;
	font-size: 14px;
	display:block;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.gl_menu .menu a:hover{	color: #FF0000; }
.gl_menu .menu a:visited { color: #000000; }
.gl_menu .menu a:active{ color: #FF0000; }

/* サイドメニュー */

.side_ttl {
	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
	width: 198px;
	height: 26px;
	padding-top: 4px;
	font-size:16px;
	color: #000000;
	border: 1px solid #003300;
}
.side_menu{
	background-color: #FF9933;
	width : 196px;
	padding :8px 0px 10px 4px;
	list-style-type : none;
	font-size:12px;
}
.side_menu .menu{
	text-align: left;
	font-size: 12px;
	margin-top :10px;
	width : 160px;
	border-bottom: 1px dashed #000000;

}
.side_menu .menu a {
	color: #000000;
}
.side_menu .menu a:visited {
	color: #000000;
}
.side_menu .menu a:hover {
	color: #00FF00;
}
.side_menu .menu a:active {
	color: #00FF00;
}
.side_end {
	background-image: url(../img/side_end.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 48px;
	border: 1px solid #003300;
}
.statistics {
	float : left;
	background-color: #FFFFFF;
	text-align: left;
	width : 200px;
	margin-top: 30px;
}
.statistics_txt {
	padding-left: 10px;
}
/* コンテンツ */

.contents_text {
	width: 740px;
	margin: 0px;
	padding-bottom:10px;
	text-align: left;
}
.contents_text .adjustment {
	padding-left: 10px;
}


/* コピーライト */
#copy_right {
	font-size: 10px;
	text-align: right;
	padding: 0px 3px 0px 3px;
	width: 994px;
	height: 20px;
	color: #000000;
}


/* リンク */

#body a {
	text-decoration: none;
}
a:link { color: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #FF0000; } 
a:active { color: #FF0000; }

.cat_ttl a:link { color: #0066FF; } 
.cat_ttl a:visited { color: #0066FF; } 
.cat_ttl a:hover { color: #003399; } 
.cat_ttl a:active { color: #003399; }


#copy_right a {color: #000000;}
#copy_right a:visited { color: #000000; } 
#copy_right a:hover { color: #FF0000; } 
#copy_right a:active { color: #FF0000; }


/* 見出し */

.page_ttl_bg {
	background-image: url(../img/page_ttl_bg.jpg);
	background-repeat: no-repeat;
	display:block;
	text-align: left;
	margin-bottom: 10px;
	width: 740px;
	height: 40px;
	border: 1px solid #000000;
}
.page_ttl_bg2 {
	background-image: url(../img/page_ttl_bg2.jpg);
	background-repeat: no-repeat;
	display:block;
	text-align: left;
	margin-bottom: 10px;
	width: 740px;
	height: 40px;
	border: 1px solid #000000;
}
.page_ttl {
	background-color: #FFFF00;
	width: 500px;
	height: 34px;
	padding-top: 6px;
	padding-left: 4px;
	font-size: 18px;
	color: #000000;
}

/* 共通 */

h2 { 	font-size: 14px;
}

.left{
	float : left;
}
.right{
	float : right;
}
.txt_left{ text-align: left; }

.input_border {	border: 1px solid #666666; }



/* モジュール用 */

table {
	width: 98%;
}
.readmore {
	background: url(../img/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;
}