/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}
body {
	width : 100%;
	background: url(../img/back_all.gif) repeat-x left top #FFFFFF scroll;
	text-align: center;
	color: #333366;
}
#body {
	background-color: #FFFFFF;
	margin : 0 auto;
	padding: 0px;
	width : 1000px;
}
#header {
	float : left;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width : 940px;
	height : 80px;
	padding: 5px 10px 5px 10px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-bottom: 20px;
}
#header h1 a{ color: #FF6633; }
#header h1 a:visited { color: #FFFFFF; } 
#header h1 a:hover { color: #FF66CC; } 
#header h1 a:active { color: #333399; }

#navigation {
	float : left;
}
#title {
	height : 45px;
	padding-left: 40px;
}
.logo {
	vertical-align: top;
}
#topic_pass {
	float : right;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	height : 18px;
	color: #FF6600;
}
#main {
	float : left;
	font-size: 12px;
	width: 980px;
	min-height: 600px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#contents {
	float : left;
	width: 740px;
	margin-left: 20px;
}
#side_contents {
	float : left;
	width : 200px;
}
#side_navi {
	float : left;
	width : 200px;
}
#side_navi2 {
	float : left;
	width : 200px;
	margin-top: 30px;
}
#footer {
	clear : both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 1000px;
	height: 36px;
	margin-top: 20px;
	padding-top: 4px;
}
.clear {
	clear: both;
}


/* グローバルメニュー */

.gl_menu {
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.gl_menu li{
	float: left;
	display : inline;
}
.gl_menu .menu a {
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 40px;
	padding-top: 7px;
	width: 142px;
	height: 25px;
	display:block;
	color: #000000;
}
.gl_menu .menu a:visited {
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.gl_menu .menu a:hover{
	background-image: url(../img/menu_over.gif);
	background-repeat: no-repeat;
	color: #FF00FF;
}
.gl_menu .menu a:active{
	background-image: url(../img/menu_over.gif);
	background-repeat: no-repeat;
	color: #663399;
}


/* サイドメニュー */

.side_ttl {
	background-image: url(../img/side_start.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 38px;
	padding-top: 10px;
	font-size:20px;
	color: #000000;
}
.side_menu{
	background-color: #FF9900;
	width : 180px;
	padding :10px 0px 10px 20px;
	list-style-type : none;
	font-size:12px;
}
.side_menu .menu{
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	margin-top :10px;
	padding :0px 0px 0px 30px;
	height: 15px;
}
.side_menu .menu a {
	color: #003366;
}
.side_menu .menu a:visited {
	color: #FFFFFF;
}
.side_menu .menu a:hover {
	color: #669999;
}
.side_menu .menu a:active {
	color: #993399;
}
.side_end {
	background-image: url(../img/side_end.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}
.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-top:16px;
	padding-bottom:10px;
	text-align: left;
	color: #003333;
}
.contents_text .adjustment {
	padding-left: 10px;
}


/* コピーライト */
#copy_right {
	font-size: 10px;
	text-align: right;
	margin-top: 20px;
	padding: 0px 3px 0px 3px;
	width: 994px;
	height: 20px;
	color: #003300;
}


/* リンク */

#body a {
	text-decoration: none;
}
a:link { color: #006633; } 
a:visited { color: #993366; } 
a:hover { color: #99FF99; } 
a:active { color: #CC0099; }

.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: #333300;}
#copy_right a:visited { color: #000000; } 
#copy_right a:hover { color: #CC6666; } 
#copy_right a:active { color: #CC00CC; }


/* 見出し */

.page_ttl {
	background-image: url(../img/page_ttl.gif);
	background-repeat: no-repeat;
	display:block;
	text-align: left;
	padding:1px 0px 0px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 690px;
	height: 29px;
	font-size: 20px;
	color: #006666;
}

/* 共通 */

h2 { 	font-size: 14px;
	color: #EE0000;
}

.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;
}
/* MacIE5 除く \*/
p:first-letter {
	color: #FFFF00;
}
/* end */

/* モジュール用 */

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;
}