/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}
body {
	width : 100%;
	background: url(../img/back_all.gif) repeat-y center top #000000 scroll;
	text-align: center;
	color: #000000;
}
#body {
	background-color: #66CCCC;
	margin : 0 auto;
	padding: 0px;
	width : 1000px;
	border-left: 1px solid  #000000;
	border-right: 1px solid  #000000;
}
#header {
	float : left;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	width : 958px;
	height : 53px;
	padding-top: 5px;
	margin-left: 20px;
	_margin-left: 10px;
	border-top: 1px solid #0000CC;
	border-left: 1px solid #0000CC;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
#header h1 a  {
	color: #FFFFFF;
}
#top_menu {
	float : left;
	width : 960px;
	margin-bottom: 10px;
}
#navigation {
	float : left;
	width : 150px;
	margin-bottom: 10px;
}
#title {
	float : left;
	width : 950px;
	height : 30px;
	padding-left: 10px;
}
#main {
	float : left;
	font-size: 12px;
	width: 980px;
	min-height: 800px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#topic_pass {
	float : left;
	text-align: right;
	font-size: 10px;
	width: 960px;
	height: 18px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006699;
}
.txt_right {
	text-align: right;
	padding-left: 40px;
}
#contents {
	float : left;
	width: 960px;
}
#side_navi {
	float : left;
	text-align: left;
	width : 788px;
	margin-left: 20px;
	_margin-left: 18px;
	margin-bottom: 10px;
	border-top: 1px solid #0000CC;
	border-left: 1px solid #0000CC;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
#side_navi img {
	vertical-align: top;
}
#footer {
	clear : both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	width : 1000px;
	margin-top: 20px;
	border-top: 1px solid #333333;
}
.clear {
	clear: both;
}
.search {
	float : left;
	text-align: left;
	width: 600px;
	margin-top: 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-bottom: 10px;
	width: 150px;
	height: 20px;
	font-size: 14px;
	display:block;
	color: #000099;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.gl_menu .menu a:visited { color: #000099; }
.gl_menu .menu a:hover{	color: #FF3300; }
.gl_menu .menu a:active{ color: #FF3300; }


/* サイドメニュー */

.side_ttl {
	background-color: #000099;
	font-weight: bold;
	text-align: center;
	width: 788px;
	height: 26px;
	padding-top: 4px;
	font-size:16px;
	color: #FFFFFF;
}
.side_menu{
	background-color: #FFFFCC;
	width : 768px;
	height: 98px;
	padding :10px;
	list-style-type : none;
	font-size:14px;
}
.side_menu .menu{
   float: left;
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	display : inline;
	text-align: left;
	margin-right: 20px;
	padding-left: 36px;
}
.side_menu .menu a {
	color: #000000;
	white-space: nowrap ;
	display: block;
}
.side_menu .menu a:visited {
	color: #000000;
	white-space: nowrap ;
	display: block;
}
.side_menu .menu a:hover {
	color: #FF0000;
	white-space: nowrap ;
	display: block;	
}
.side_menu .menu a:active {
	color: #FF0000;
	white-space: nowrap ;
	display: block;	
}

.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;
}
.contents_text .adjustment {
	padding-left: 10px;
	margin-bottom: 10px;
}


/* コピーライト */
#copy_right {
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	width: 990px;
	height: 20px;
	color: #FFFFFF;
}


/* リンク */

#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; }

.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: #FFFFFF;}
#copy_right a:visited { color: #FFFFFF; } 
#copy_right a:hover { color: #FFFF00; } 
#copy_right a:active { color: #FFFF00; }


/* 見出し */

.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: center;
	width: 950px;
	height: 24px;
	margin-top:4px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 16px;
	color: #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;
}