/* まず全体の設定 */
body { /* 全体の設定 */
	/*background-color: #6495ed;  背景色の設定 */
	margin: 0; /* 隙間を無くす */
	padding: 0; /* 隙間を無くす・Opera対策 */
	font-size: 100%;
	color: #000000; /* 全体のフォントの色を黒にする */
}

/* 画像・リンク在りの枠を非表示 */
#headall a img {
	border:0;
}

/*headallボックスの設定*/
#headall{
	background-image:url(../images/haikei.jpg);/*ヘッダーの背景の設定*/
	background-repeat:no-repeat;/*背景画像を繰り返し表示しないようにする*/
	background-position:0% 50%;/*背景画像表示位置左右方向に105%、上下方向に5%で指定*/
	background-color: #ffffff; /* 背景色の設定 */
	/*border-bottom:solid 3px #535fcb; 下の下線の設定 */
}



/*topボックスの設定*/

#top {
	text-align: left;
	margin: 0;
}

#top h1 {
	color:#000080;
	text-align: right;
}

#top h2 {
	text-align: center;
}
#top a {
	float:left;
	
}
#top h1 {
	font-size:110%;
	padding-top:2px;/*ページタイトル上部にスペース*/
}

#cop1 {
	text-align: center;
		
}
#cop1 h2 {
	color:#000080;
	font-size:105%;
	margin-bottom:0;/*コピーライトの下のスペースをなくす*/
}
#cop1 a {
	color:#000080;
	text-decoration:none;/*コピーライトのリンクの下線をなくす*/
}


#head {
	/*padding-top:1em;ヘッダーの上部にスペース*/
	margin-bottom:1em;/* ヘッダーの画像とコンテンツの間にスペース */
	margin-right:40px;/* ヘッダーの画像とコンテンツの間にスペース */
	text-align:right;
		
}

#center {
	text-align:center;
}
	
.pr {
	background-color:#ecf8ff;
	width:166px;
	height:60px;
	font-size:65%;
	border:solid 1px #c9d7f1;
	margin-top:2em;
	margin-left:1em;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	float:left;
}

}
.pr a{
	font-size:120%;
}


#footer{
	clear:left;/* 回り込みの終了 */
	color:#000080;/*文字の色*/
}
#footer a{
	text-decoration:none;/*リンクの下線をなくす*/
	color:#000080;/*リンク文字の色*/
}

.font0{
	font-weight:bold;
}
.font1{
	color:green;
}
.font2{
	color:red;
}
.font3{
	color:orange;
}
.font4{
	font-size:75%;
	line-height:0.5em;
}

