﻿/*-----------------------------------
	全体の配置
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url("./bg.png") repeat-x center top;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#page_style {
	width: 820px;
	margin: 0 auto;
	background: #ffffff url("./bbg_side.jpg") repeat-y center top;
}

#header {
	width: 800px;
	margin: 0 10px;
}

#body {
	width: 800px;
	margin: 0 10px;
		background-color:#FFFFFF;
		color: #333333;
}

#body #side {
	width: 220px;
	float: left;

	
}

#body #contents {
	width: 580px;
	float: right;
}

#body #dummy {
	width: 800px;
	height: 10px;
	clear: both;
	background: #ffffff url("./images/dummy.gif") left top repeat-y;
}

#footer {
	width: 800px;
	margin: 0 10px;
}


a {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
	text-decoration:underline;
}

#mainimage {
	width: 800px;
	height: 90px;
	margin:0 0 0 0;
	padding:0;
}

#maintitle {
	width: 800px;
	height: auto;
	margin:15px 0px 15px 0px;
	padding:0;
}

.bar {
	width: 800px;
	height: auto;
	margin:15px 0px 15px 0px;
	padding:0;
}

.topboth {
	clear:both;
}

#head {
	width: 800px;
	height: 50px;
	float:left;
	margin:0;
	margin-top:5px;
}

#head div.left {
	width: 400px;
	height:50px;
	float: left;
	margin-bottom:0;
}

#head div.right {
	width: 400px;
	height:50px;
	float: right;
	font-size:10px;
	text-align:right;
	margin:0;
}

#headboth {
	clear:both;
}

form.head {margin: 0;} 


/*--ボタン--*/


.newbtn   {  

}  



.newbtn a  {   
    display: block;   
    width: 300px;   
	height: 60px;
    text-decoration: none;
	background: url("./newbtn.jpg") no-repeat; 
}  

.newbtn a:hover {    
    display: block;   
    width: 300px;   
	height: 60px;
    text-decoration: none;
	background: url("./newbtn.jpg") no-repeat; 
	background-position:0px -60px;
}  

.newbtn span{
	visibility: hidden;
}

#center {
width: 300px;  
margin-left: auto;
 margin-right: auto;
text-align: left;
}

/*	ログイン

-------------------------------------*/
#login{
margin-top:5px;
font-size:10px;
	text-align:center;
}

#login a{
color:#0000FF;
text-decoration:none;
}

#login a:hover{
text-decoration:underline;
}



/*	ボタン

-------------------------------------*//*
.btn li.li1 {

}

.btn li.li1 a{
	background: url("../images/btn1.jpg") left top no-repeat;
}

.btn li.li1 a:hover{
		background: url("../images/btn1.jpg") no-repeat;
		background-position:0px -50px;
}

.btn li.li2 {

}

.btn li.li2 a{
	background: url("../images/btn2.jpg") left top no-repeat;
}

.btn li.li2 a:hover{
		background: url("../images/btn2.jpg") no-repeat;
		background-position:0px -50px;
}
-------------------------------------*/


/*-----------------------------------
	コンテンツエリア
-------------------------------------*/


#contents {
	width: auto;
	padding: 0 0 0 0;
}

#contents #main {
	width: auto;
	margin: 2px 0 0 5px;
}

#system {
	height: 40px;
}

#system p{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

#system p img{
	margin: 5px 0 5px 0;
	border: none;
}

/*	キーワード

-------------------------------------*/
#keyword {
    height:40px;
	margin:0;
	background: url("./keyword.jpg") left top no-repeat;
	padding-right:7px;
	padding-top:7px;
}

/*	メニューリンク

-------------------------------------*/
#menulink {
	font-size: 12px;
	font-weight: normal;
	margin-top:10px;
	line-height:150%;
	text-align:left;
	padding-left:5px;
	color:#333333;
}

#menulink a{
text-decoration:none;
	color:#333333;
}

#menulink a:hover{
text-decoration:underline;
}

/*	テキスト

-------------------------------------*/
#text {
	font-size: 12px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:15px;
	line-height:150%;
	padding-left:5px;
	padding-right:5px;

}

/*	サイト数

-------------------------------------*/
.sites {
	font-size: 12px;
	font-weight: normal;
	margin-top:5px;
	padding-left:5px;
}

/*	フッター

-------------------------------------*/
.bottom {
height:20px;
	border: 1px solid #cccccc;
}

/*	Hタグ

-------------------------------------*/

.tn1 h1 {
padding-right:5px;
padding-top:3px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	float: right;
}

.tn1 h1 a {
	color: #999999;
	text-decoration:none;
}

.tn1 h1 a:visited {
	color: #999999;
	text-decoration:none;
}

.tn1 h1 a:hover {
	color: #999999;
	text-decoration:underline;
}

/*	カテゴリーテーブル

-------------------------------------*/

table#table-01 {
    width: 800px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:12px;
}

table#table-01 th {
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
	width:20%;
}

table#table-01 td:hover {
    background-color:#E3E3E3;
}

table#table-01 a {
color:#333333;
text-decoration:none;
}



/*	リンクタイトル

-------------------------------------*/

.linktitle {
	font-size:12px;
    height:20px;
	border: 1px solid #cccccc;
	padding-left:25px;
	padding-top:8px;
	color:#333333;
	margin-bottom:5px;
	background: url("./icon1.jpg") no-repeat;
	background-position : 10px 10px;
}

/*	相互リンクテーブル

-------------------------------------*/

table#table-02 {
    width: 800px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:12px;
	margin-bottom:20px;
	line-height:150%;
}

table#table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}

table#table-02 tr.top{
    background: #cccFFF;
}

table#table-02 tr.even{
    background: #EDF3FE;
}

table#table-02 tr.even2{
    background: #FFFFFF;
}

.td01{
    width:15%;
	text-align: center;
}

.td02_top{
    width:55%;
	    text-align: center;
}

.td02{
    width:55%;
	text-align:left;
}

.td03{
    width:15%;
	    text-align: center;
}

.td04{
    width:15%;
	    text-align: center;
}

table#table-02 a{
color:#666666;
text-decoration:none;
}

table#table-02 a:hover{
color:#666666;
text-decoration:underline;
}

/*	ページリンク

-------------------------------------*/

.pagelink {
height:auto;
	font-size:15px;
	text-align:center;
	margin-bottom:10px;
}

.pagelink a {
	color: #333333;
	text-decoration:none;
	border: 1px solid #999999;
}

.pagelink a:visited {
	color: #333333;
	text-decoration:none;
	border: 1px solid #999999;
}

.pagelink a:hover {
	color: #333333;
	text-decoration:none;
	border: 1px solid #999999;
	background-color:#cccccc;
}

/*-----------------------------------
	w3c
-------------------------------------*/

.w3c   {

}  

ul.w3cbtn {
margin-top:10px;
  text-align:center;
  
}

ul.w3cbtn li {
  display: inline;
}
