/* ページレイアウト */

*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}
body {
	width : 100%;
	background-color: #FFCCCC;
	background: url(/images/back_all.jpg) repeat-x left top #0068B6 scroll;
	text-align: center;
	color: #000000;
}
#body {
	margin : 0 auto;
	padding: 0px;
	width : 800px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(/images/header.jpg);
	text-align: left;
	width : 800px;
	height: 269px;
}
#header h1 {
	float: right;
	color: #20B2AA;
}
#title {
	text-align: left;
	padding : 18px 10px 0px 45px;
}
#navigation {
	background-image: url(/images/menu_bg.jpg);
	float : left;
	width : 800px;
	margin-bottom : 2px;
}
#topic_pass {
	text-align: left;
	margin: 0px 0px 4px 10px;
	font-size: 10px;
}
#main {
	font-size: 12px;
	padding-top: 2px;
	margin-top : 10px;
}
#contents {
	padding-left : 30px;
	float : left;
	width: 560px;
}
#side_navi {
	background-color: #fff;
	margin-top: 30px;
	margin-right: 10px;
	float : right;
	width : 150px;
}
#statistics {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 30px;
	margin-right: 10px;
	float : right;
	width : 150px;
}
#footer {
	width : 100%;
	clear : both;
	padding-top: 10px;
	color: #ffFFFF;
}
.clear {
	clear: both;
}


/* グローバルメニュー */

.gl_menu {
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.gl_menu li{
	display : inline;
	padding :0px;
	margin-left :1px;
	float: left;
}
.gl_menu .menu a, .gl_menu .menu_left a {
	text-align: center;
	padding:7px 0px 3px;
	width:149px;
	height: 20px;
	display:block;
	color: #E0FFFF;
}
.gl_menu .menu_left a:hover{
	background-image: url(/images/menu_left_on.jpg);
	background-repeat: no-repeat;
	color: Fuchsia;
}
.gl_menu .menu a:hover{
	background-image: url(/images/menu_on.jpg);
	background-repeat: no-repeat;
	color: #DA70D6;
}


/* サイドメニュー */

.side_ttl {
	text-align: left;
	width : 138px;
	height: 24px;
	margin-top: 0px;
	padding: 6px 0px 0px 12px;
	background-image: url(/images/side_title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #B0E0E6;
}
.side_menu{
	padding-left :5px;
	list-style-type : none;
	font-size:12px;
	background-color: #0000CD;
}
.side_menu .menu{
	margin_bottom: 4px;
	padding: 2px 6px;
	text-align: left;
}
.side_menu .menu a {
	color: #AFEEEE;
}
.side_menu .menu a:hover{
	color: #FFA500;
}
.side_end {
	width : 138px;
	height: 24px;
	margin-top: 0px;
	padding: 6px 0px 0px 12px;
	background-image: url(/images/side_end.jpg);
	background-repeat: no-repeat;
}


/* コンテンツ */

.contents_text {
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color: Navy;
}


/* コピーライト */
.copy_right {
	font-size: 10px;
	text-align: right;
	padding: 3px;
	width: 794px;
	background-color: blue;
	color: #7CFC00;
}


/* リンク */

#body a {
	text-decoration: none;
}
a:link { color: Blue; } 
a:visited { color: #A52A2A; } 
a:hover { color: #9ACD32; } 
a:active {color: #20B2AA; }

#footer a {
	color: #FFE4C4;
}
#footer a:visited { color: #7CFC00; } 
#footer a:hover { color: Fuchsia; } 
#footer a:active { color: #FFC0CB; }

/* 共通 */

h2 {
	margin: 2px 0px;
	text-align: left;
	font-size: 16px;
	color: Teal;
}

input, textarea {
	border: 1px solid #000000;
}
.font_orange {
	color: #FF6666
}








.kanren a {
	color: #E8BA00;
	text-decoration: none;
}
.kanren {
	padding: 10px;
}
.readmore {
	background: url(images/bubble.gif) no-repeat left;
	padding-left: 20px;
	line-height: 30px !important;
}
.search {
	vertical-align: top;
	float: right;
	padding-right: 100px;
}
.bmarksss {
	width: 13%;
	vertical-align: top;
}
.bmarksss1 {
	width: 87%;
	vertical-align: top;
	text-align: left;
	padding: 10px 0px 0px 10px;
}
.bmarksssf {
	width: 13%;
	vertical-align: top;
	border-bottom: 2px ridge;
}
.bmarksss1f {
	width: 87%;
	vertical-align: top;
	text-align: left;
	padding: 10px 0px 0px 10px;]
	border-bottom: 2px ridge;
}

