﻿@charset "utf-8";

body{
	font-size: 82%;
	font-family:"メイリオ",sans-serif,Tahoma,Verdana,"ＭＳ Ｐゴシック"; 
	text-align: center;
	
	color:#CCCCCC;
	background-color:#000000;
	background-image:url("../img/background.jpg");
	
	}

.main{
	width:800px;
	margin:0px auto;
	text-align:center;
	background-color:#000000;
	}

img{
	border:0px;
	}
	
	
.clear{
	clear:both;
	}

hr{
	color:#333333;
	}

strong
{
	color:#CCCCCC;
	font-weight: bold;
}

/* ヘッダー */

.header{
	width:800px;
	margin:0px auto;
	}

.header_logo{
	float:left;
	}


.header_right{
	font-size:10px;
	float:right;
	text-align:right;
	margin:5px 5px;
	}

/* コンテンツ */

.top_contents{
	width:800px;
	margin:0px auto 40px auto;
	}

.sub_contents{
	width:800px;
	margin:0px auto 30px auto;
	}

.left_contents{
	width:260px;
	float:left;
	}

.infomation{
	/* padding:0px 0px 0px 10px; */
	width:340px;
	float:left;
	}
	
.right_contents{
	width:200px;
	float:right
	}
	
.contents{
	width:700px;
	margin:10px 20px 10px 20px;
	float:center;
	}
	
.contents2{
	width:520px;
	padding-left:10px;
	float:left;
	}
	
/* フッター */

.futter{
	font-size:10px;
	width:800px;
	margin:30px auto 10px auto;
	text-align:center;
	}

/* リンク */

a{
	text-decoration: none;
	}
	
	
a:link{
	color:#CCCCCC;
	}
	

a:visited{
	color:#CCCCCC;
	}
	
	
a:hover{
	color:#8B0000;
	text-decoration:none;
}

/* テーブル */

.top_contents table{
	font-size:12px;
	color:#CCCCCC;
	letter-spacing:0.1em;
	}
.top_contents td{
	text-align:center;
	width:230px;
	border:solid 1px #8B0000;
	background-color:#8B0000;
	}
	
.top_contents td a:hover{
	color:#CCCCCC;
	text-decoration:none;
	}	

	
/* テキスト */
.title{
	
	border-left:solid 8px #8B0000;
	border-bottom: solid 1px #8f8585;
	padding-left:3px;
	text-align:left;	
	margin:0px 0px 5px 0px;
	}
	
.text{
	text-align:left;
	padding-left:10px;
	}
	
	
.contents2-img{
	float:left;
	}
	
.contents2-text{
	width:290px;
	padding-right:10px;
	text-align:left;
	float:right;
	}
		
	
	
h1
{
	font-size:150%;
	border-left:solid 8px #8B0000;
	border-bottom: solid 1px #8f8585;
	padding-left:5px;
	text-align:left;
}

h2
{
	font-size:120%;
	border-bottom: solid 1px #8f8585;
	margin:15px 0px 10px 0px;
	padding-top:10px;
	text-align:left;
}
h2:first-letter {
	font-weight: bold;
	color: #8B0000;
}
