
/*背景など基本設定↓*/
BODY{
	background-image: url(./backgrounds/back1.jpg);
	margin: 0px;
	padding: 0px;
}

p{
	line-height: 20px;
}

/*ヘッダーの設定↓*/
#header{
	background-position: right top;
	padding: 1px; margin: 0px;
	background-image: url(./person_photos/everybody.jpg);
	background-size: contain; background-repeat: no-repeat;
	background-color: #cc0000;
	height:130px;
}

#header p{
	color: #ffffff;
	font-size: 28px;
	padding-left:40px;
	line-height: 40px;
}

/*メインメニューの設定*/
#nav{
	background-color:#ccFFFF; /*メニューボタンの背景色*/
	width: 100%;/*ページの幅いっぱいに設定*/
	height:30px;/*メニューバーの高さ*/
	position:relative;/*相対位置で指定する*/
	border-bottom:1px solid #ff3300;/*下にライン引く*/
}

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 11px;/*メニューボタンの文字のサイズ*/
	line-height:30px;/*メニューボタンの縦の幅*/
	letter-spacing:2px;/*文字と文字の間隔を少し空ける*/
}

#nav li{
	background-image: url(./sozai/button2/btn044_01.gif); /*メニューのボタンの背景*/
	float:left;/*右横へ並んで表示するように指定*/
	width:100px; /*メニューボタンの幅*/
	text-align:center;/*メニューの文字をセンター合わせに指定*/
	margin:0;
	padding:0;
	border-right:solid 1px #cccccc;/*メニューボタンの右にラインを入れる*/ 
}

/*メインメニューの文字の色を変化させる設定*/
#nav a{
	color: black;/*メニューボタンの文字の色*/
	text-decoration:none;/*リンク文字の下線を消す設定*/
	display: block;/*ブロック要素として表示*/
}

#nav a:hover{
	color:#000099; /*メニューの文字がカーソルが来た時、この色に変わる*/
}




#contents{
	width: 808px;
	background-color: white;
	margin: 0 auto;
	position: relative;
	font-size: 90%;
	border: solid 1px #666666;
}

#main{
	width:740px;/*レイアウトに合わせ幅を小さくする*/
	padding-top:30px;/*上から少しスペースを空ける*/
	margin-left:30px;/*左からの位置指定*/
	background-color: white;
	margin-bottom: 30px;
}

footer{
	background-color:#cc0000;/*フッターの背景色*/
	color: #ffffff;
	width:100%;/*フッターの幅をコンテンツの幅ピッタリにする*/
	font-size:80%;/*文字は少し小さめに指定*/
	font-style:normal;/*指定をしないと文字が斜めに表示される*/
	text-align:center;/*文字をセンター合わせにする*/ 
	padding-top:10px;/*文字の上に少しスペースを空ける*/
	padding-bottom:10px;/*文字の下に少しスペースを空ける*/
}



/*titleクラス内のtable要素の設定...というか見出し↓*/
.title table{
	background-image: url(./backgrounds/title.gif);
	background-repeat: no-repeat;
	background-color: white;

	border: solid 5px;
	border-top-color: #F95462 ;
	border-right-color: #A91422 ;
	border-left-color: #C93442 ;
	border-bottom-color: #A91422 ;

	margin-bottom:5px;
	font-size: 20pt; font-weight:bold;
}



h2.blue{
	height:30px;margin:0px 0px 5px 0px;padding:7px 0px 0px 3px;
	font-size:20pt; font-weight:bold; color:#333333;
	background-image:url(./sozai/head008_02.gif);
	border:1px solid #3399FF; border-left:5px solid #3399FF;
}

/*パトリ見出し↓*/
h2.patori{
	height:70px; margin:0px 0px 5px 0px; padding:7px 0px 0px 3px;
	font-size:20pt; font-weight:bold; color:#333333; line-height: 125%;
	background-image:url(./sozai/head008_01.gif);
	border:1px solid #CC0000; border-left:5px solid #CC0000;
}

h2.red{
	height:40px; margin:0px 0px 5px 0px; padding:7px 0px 0px 3px;
	font-size:20pt; font-weight:bold; color:#333333; line-height: 125%;
	background-image:url(./sozai/head008_01.gif);
	border:1px solid #CC0000; border-left:5px solid #CC0000;
}

.floatleft{
	float: left;
	margin-right: 1em;
}

.floatright{
	float: right;
	margin-left: 1em;
}

.floatclear{
	clear: both;
}

a {
	color:#C93442;
	font-weight:bold;
}
hr.style1{
	height: 1px;
	border: #A91422 1px dashed;
}
hr.style2{
	height: 1px;
	border: #A91422 1px double;
}

hr.style3{
	height: 1px;
	border: #3366cc 1px dotted;
}


table.fren {
	width: 80%;
	margin-left: auto;  margin-right: auto;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-spacing:0px;
}


table.fren th{
	font-weight: bolder; font-size:14pt;
	background-color: #f0f0f0;
	border:1px solid #bfbfbf;
	text-align: center;
	padding: 12px;
}

table.fren tr td{
	border:1px solid #BFBFBF;
	text-align: center;
	padding: 12px;
}

