/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}
body {
	width : 100%;
	background: url('../img/back_all.gif') repeat-x center top #000000 scroll;
	text-align: center;
	color: #000000;
}
#body {
	background-color: #FFFFFF;
	margin : 0 auto;
	padding: 0px;
	width : 1000px;
	border-left: 3px dashed  #FFFFFF;
	border-right: 3px dashed  #FFFFFF;
}
#header {
	float : left;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width : 960px;
	height : 55px;
	padding: 5px 0px 0px 0px;
	margin-left: 20px;
	_margin-left: 10px;
}
#header h1 a  {
	color: #FFFFFF;
}

#navigation {
	background-color: #CCCCCC;
	float : left;
	width : 960px;
	height : 30px;
	padding-top: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
	_margin-left: 10px;
}
#title {
	float : left;
	width : 680px;
	height : 30px;
	padding-left: 10px;
}
#main {
	float : left;
	font-size: 12px;
	width: 980px;
	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: 10px;
	color: #663300;
}
.txt_right {
	text-align: right;
	padding-left: 40px;
}
#contents {
	float : left;
	width: 960px;
}
#side_navi {
	float : left;
	text-align: left;
	width : 960px;
	margin-bottom: 20px;
}
#side_navi img {
	vertical-align: top;
}
#footer {
	clear : both;
	background-color: #FFFFFF;
	text-align: left;
	width : 1000px;
	margin-top: 20px;
	border-top: 1px solid #333333;
}
.clear {
	clear: both;
}
.search {
	float : left;
	text-align: left;
	width: 220px;
	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 {
	text-align: center;
	margin-left: 20px;
	width: 166px;
	height: 20px;
	font-size: 14px;
	display:block;
	color: #000000;
	border-right: 1px solid #000000;
}
.gl_menu .menu2 a {
	text-align: center;
	margin-left: 20px;
	width: 166px;
	height: 20px;
	font-size: 14px;
	display:block;
	color: #000000;
}
.gl_menu .menu a:hover{	color: #FFFFFF; }
.gl_menu .menu a:visited { color: #000000; }
.gl_menu .menu a:active{ color: #FFFFFF; }
.gl_menu .menu2 a:hover{	color: #FFFFFF; }
.gl_menu .menu2 a:visited { color: #000000; }
.gl_menu .menu2 a:active{ color: #FFFFFF; }

/* サイドメニュー */

.side_ttl {
	background-color: #000000;
	font-weight: bold;
	text-align: left;
	width: 950px;
	height: 26px;
	padding-top: 4px;
	padding-left: 10px;
	font-size:16px;
	color: #FFFFFF;
}
.side_menu{
	background-image: url('../img/cat_menu_bg.jpg');
	background-repeat: no-repeat;
	width : 940px;
	padding :10px;
	height: 160px;
	list-style-type : none;
	font-size:14px;
}
.side_menu2{
	background-color: #FFFFFF;
	width : 940px;
	padding :10px;
	height: 160px;
	list-style-type : none;
	font-size:14px;
}
.side_menu .menu, .side_menu2 .menu{
   float: left;
	background-image: url('../img/icon_arrow.gif');
	background-repeat: no-repeat;
	display : inline;
	text-align: left;
	margin-right: 20px;
	padding-left: 20px;
}
.side_menu .menu a { color: #FFFFFF; white-space: nowrap ; display: inline;}
.side_menu .menu a:visited { color: #FFFFFF; white-space: nowrap ; display: inline;}
.side_menu .menu a:hover { color: #CCCCCC; white-space: nowrap ; display: inline;}
.side_menu .menu a:active { color: #CCCCCC; white-space: nowrap ; display: inline;}
.side_menu2 .menu a { color: #330033; white-space: nowrap ; display: inline;}
.side_menu2 .menu a:visited { color: #330033; white-space: nowrap ; display: inline;}
.side_menu2 .menu a:hover { color: #999999; white-space: nowrap ; display: inline;}
.side_menu2 .menu a:active { color: #999999; white-space: nowrap ; display: inline;}

.statistics {
	float : left;
	background-color: #FFFFFF;
	text-align: left;
	width : 200px;
	margin-top: 30px;
}
.statistics_txt {
	padding-left: 10px;
}
/* コンテンツ */

.contents_text {
	float : left;
	width: 960px;
	margin: 0px;
	margin-bottom:10px;
	text-align: left;
	color: #000000;
}
.contents_text .adjustment {
	padding-left: 10px;
	margin-bottom: 10px;
}


/* コピーライト */
#copy_right {
	font-size: 10px;
	text-align: center;
	padding: 0px 3px 0px 3px;
	width: 994px;
	height: 20px;
	color: #000000;
}


/* リンク */

#body a {
	text-decoration: none;
}
a:link { color: #999999; } 
a:visited { color: #999999; } 
a:hover { color: #666666; } 
a:active { color: #666666; }

.cat_ttl a:link { color: #0066FF; } 
.cat_ttl a:visited { color: #0066FF; } 
.cat_ttl a:hover { color: #003399; } 
.cat_ttl a:active { color: #003399; }

.link_orange a:link { color: #FF6600; }
.link_orange a:visited { color: #FF6600; }
.link_orange a:hover { color: #FF6600; }
.link_orange a:active { color: #FF6600; }
.link_white a:link { color: #FFFFFF; }
.link_white a:visited { color: #FFFFFF; }
.link_white a:hover { color: #FFFFFF; }
.link_white a:active { color: #FFFFFF; }

#copy_right a {
	color: Black;
}
#copy_right a:visited { color: Black; } 
#copy_right a:hover { color: Black; } 
#copy_right a:active { color: Black; }


/* 見出し */

.page_ttl_bg {
	background-image: url('../img/page_ttl_bg.jpg');
	background-repeat: no-repeat;
	display:block;
	margin-bottom: 10px;
	width: 960px;
	height: 40px;
	border: 1px solid #000000;
}
.page_ttl_bg2 {
	background-image: url('../img/page_ttl_bg2.jpg');
	background-repeat: no-repeat;
	display:block;
	margin-bottom: 10px;
	width: 960px;
	height: 40px;
	border: 1px solid #000000;
}
.page_ttl_bg3 {
	background-image: url('../img/page_ttl_bg3.jpg');
	background-repeat: no-repeat;
	display:block;
	margin-bottom: 10px;
	width: 960px;
	height: 40px;
	border: 1px solid #000000;
}
.page_ttl {
	text-align: left;
	width: 500px;
	height: 24px;
	margin-top:4px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* 共通 */

h2 { 	font-size: 14px;
}

.left{
	float : left;
}
.right{
	float : right;
}
.txt_left{ text-align: left; }
.input_border {	border: 1px solid #666666; }
.font_orange{ color: #FF6600; }
.font_white{ color: #FFFFFF; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* モジュール用 */

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;
}