@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #42413C;
	margin: 0 auto;
	padding: 0;
	color: #000;
	width: 980px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka;
	/* font-family:fantasy; */
	color: #666;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0; margin-bottom: 0;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F90;
}

/*ボーダー*/
.border1 {
	border-bottom:5px double #999999;
	clear:both;
	margin:0 auto;
}

/*ページ全体*/
.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto;
}

/*ヘッダー*/
.header {
	background: #FFFFFF;
	padding: 10px 5px;
	width:380px;
	float:left;
}

/*上部メニュー*/

ul.nav {
	float:right;
	width: auto;
	list-style: none;
	margin-bottom: 5px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
	
}
ul.nav li {
	float:left;	
}
ul.nav a, ul.nav a:visited {
	padding: 0px;
	display: block;
	width: 102px;
	height:32px;
	text-decoration: none;
	text-align:center;
	background: #FFF;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FFF;
	color: #FFF;
	text-align: center;
}


/*サイドバー*/
.sidebar {
	float: left;
	display:inline;
	width: 180px;
	background-color: White;
	padding: 0px 5px 5px 5px;
	margin: 0px;	
}
.sidebar img{
	margin-left: auto;
	margin-right: auto;
	display:block;
}
/*サイドメニュー*/
.sidemenu {
	margin: 10px 0px;
	padding: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;	
}
.sidemenu dt{
	background-color:#CCC;
	padding:2px 5px;
	font-weight: bold;
	border-bottom:solid #CCC 1px;
	text-align:center;
}
.sidemenu ul{
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
	list-style-type: none;	
	background-color:#FFF;
}
.sidemenu li{
	color:#aaa;
}
.sidemenu li a{
	text-decoration:none;
/*
	display:block;
*/
}

/*サイドメニュー運営者*/
.sidemenu_mng {
	margin: 10px 0px;
	padding: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;	
}

.sidemenu_mng dt{
	background-color:#CCC;
	padding:2px 5px;
	font-weight: bold;
	border-bottom:solid #CCC 1px;
	text-align:center;
}

.sidemenu_mng ul{
	margin: 0 0 0 0;
	padding: 0;
	text-align:left;
	list-style-type: none;	
	background-color:#FFF;
}
.sidemenu_mng li{
	color:#000;
}

.ListBorder {  
	zoom: 1;  
	overflow: hidden;  
}  
.ListBorder li {  
	margin-top: -1px;  
	padding: 2px;  
	border-top: 1px solid #CCC;  
}


/*メインコンテンツ*/  
.content {
	padding: 10px 20px;
	margin: 0;
	width: 680px;
	float: left;
	display: inline;
	
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/*マウスオーバー*/
a:hover img.hoverIMG{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}

/* ~~ フッター ~~ */
.footer {
	width:980px;
	margin:0px auto;
	padding: 0px 0;
	background: #FFF;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	position: relative;
	clear: both;
}
.footer p.asia {
	background-color:#B2B2B2;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*ログインフォーム*/
div#contents #sub div#login {
   padding:5px;
   margin:0px;
   line-height:1.2;
   width:160px;
   font-size:12px;
   background:#FFFFFF;
   border-style:ridge;
   border-width:medium;
   border-color:#999999;
   
}

div#contents #sub div#login p#login1 {
   padding:0px;
   line-height:1.5;
   width:100%;
   font-size:14px;
   background:#999999;
   color:#ffffff;
   text-align:center;
   font-weight:bold;
}

div#contents #sub div#login p#login2 {
   text-align:center;
   line-height:0.8;
}

div#list ul li{
	list-style:none;
}

.logout {
	padding:5px;
	margin-top:35px;
	margin-right:10px;
	float:right; 
	border: black solid 1px;
	
	background:#000;
}
.logout a {
	color:white;
	font-weight: bold;
	display:block;
}

td.td_left {
	background-color: #CFF;
}

.footer div.credit {
background-color:#999999;
height: 20px;
line-height: 20px;
}
p.copyright {
float: left;
margin:0 10px;
}
p.unei {
float: right;
margin: 0 10px;
}
p.unei a {
color: #fff;
}

