@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
}

#container {

	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 750px;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 750px;
}

#nav {
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}


#content {
	border:1px solid #999;
	clear:left;
	width: 720px;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
}

#main{
 float:left;
 border:1px solid #999;	
 padding: 0px 15px 5px 15px;
 margin-top: 5px;
 margin-right: 10px;
 margin-bottom: 10px;
 width: 470px;
}

.dataheader {
text-align:left;
width=80%;
}

.entryheader {
color: #FFF;
text-align:left;
width=80%;
padding:0px;
border:0px solid #FF0000;
background-color: #666;
}

.photo2 {
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 5px;
}

.col1 {
	width:460px;
 margin-right: 10px;
	float:left;	
}

.col2 {
	width:210px;
 margin-right: 10px;
	float:left;	
}

.col3 {
	width:700px;
 margin-right: 10px;
	float:left;	
}

.sidebar {
	width: 205px;
	padding: 5px 15px 5px 15px;
	border:1px solid #ccffff;
	background-image: url(image/side.gif);	
	float:right;
}

.sidelink {
	width: 150px;
	padding: 5px 15px 5px 15px;
	background-color: #666;	
	float:right;
	margin-top: 15px;
	margin-right: 20px;
}



/* メインーに関するCSS
--------------------------------------------------------------------------------*/


/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 100px;
	height:22px;
}

#nav a{
	color: #000;
	display:block;
	width: 100px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 15px;
}

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	font-size: 130%;
	margin: 0px;
}

h3 {
	font-size: 110%;
	color: #FFF;
	background-color: #666;
	padding-bottom: 3px;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	font-size: 110%;

}


p {
	margin-top: 0px;
}

img.thumb {
	float: left;
	margin-right: 10px;
}



/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

h5 {
	font-size: 100%;
	color: white;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.line {
	width: 100%;
	background-image: url(image/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	

/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#hooter{
width: 752px;
margin: 0px auto;
padding: 0px;
}

.copyright{
border:1px solid #999;
border-top-width: 0px;
background-color: #f6f6f6;
color: #999;
font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
font-size: 12px;
text-align: center;
line-height: 120%;
margin: 0px;
padding: 2px;
clear: both;
}

/* テーブルに関するCSS
--------------------------------------------------------------------------------*/
table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}


table#table-02 {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
