/*サイト全体の基本設定(わからない場合はそのままにしてください)*/



BODY {

	color: #666666;

	font-weight: normal;

	font-family: "ＭＳ ゴシック",細明朝体,"Times New Roman";

	scrollbar-face-color: white;

	scrollbar-highlight-color: #48D1CC;

	scrollbar-arrow-color: #48D1CC;

	scrollbar-base-color: #48D1CC;

	scrollbar-shadow-color: white;

	margin-top: 0;

	margin-bottom: 0;

	background-color: #ffffff;

	background-image: url(image/haikei.gif);

	text-align:center;

	font-size: 11px;

}

div_container {  
position: absolute;  
left: 50%;  
height: 100%;  
width: 1000px;  
margin-left: -500px; /* MUST be half the width */  
}


.mainlink {

	font-size: 12px;

	color: #0000ff;

	letter-spacing: 1px;

	text-decoration: none;

	padding: 5px;

}

table { 
background-color: transparent;
} 


/*ここから下を変更してください*/



/*タイトルの上のサイトの説明*/

/*▼▼▼11px←文字のサイズ▼▼▼*/



.top {

	font-size: 11px;

	line-height: 120%;

	color: #333333;

	letter-spacing: 1px;

	padding-left: 5px;

	padding-top: 2px;

}



/*タイトル右の説明の色・サイズ*/



.head {

	color: #137CD4;

	font-size: 11px;

	line-height: 120%;

	text-align: right;

	padding: 3px;

}



/*タイトル右のURLの色*/



.head_url {

	color: #ffffff;

	font-size: 12px;

	line-height: 140%;

	text-align: right;

	padding: 3px;

}



/*タイトル下のリンクの色・サイズ*/

/*▼▼▼#002748←文字の色、12px←文字のサイズ▼▼▼*/



a.mainlink:link {

	font-size: 12px;

	color: #0000ff;

	letter-spacing: 1px;

	text-decoration: none;

	padding: 5px;

}



/*タイトル下のリンクにマウスをのせた時の色・サイズ*/

/*▼▼▼#0054FF←文字の色、12px←文字のサイズ▼▼▼*/



a.mainlink:hover {

	font-size: 12px;

	color: #ffbf7f;

	letter-spacing: 1px;

	text-decoration: underline;

	padding: 5px;

}



/*サブタイトルの色・サイズ*/

/*▼▼▼#002260←文字の色、14px←文字のサイズ▼▼▼*/



.subtitle {

	font-size: 14px;

	font-weight: normal;

	line-height: 160%;

	color: #ffefff;

	letter-spacing: 1.5px;

	text-decoration: none;

	padding-left: 8px;

}



/*メニューのリンク以外の色・文字のサイズ*/

/*▼▼▼#003E7B←文字の色、12px←文字のサイズ▼▼▼*/



.menu {

	font-size: 12px;

	line-height: 160%;

	color: #0000ff;

	letter-spacing: 1px;

	text-decoration: none;

	padding-left: 8px;

}



/*メニューのリンクの色・文字のサイズ*/

/*▼▼▼#065DB4←文字の色、12px←文字のサイズ▼▼▼*/



a.menu:link {

	font-size: 12px;

	line-height: 160%;

	color: #0000ff;

	letter-spacing: 1px;

	text-decoration: none;

	padding-left: 8px;

}



/*メニューにマウスをのせた時の色*/

/*▼▼▼#0A90CE←文字の色*/



a.menu:hover {

	font-size: 12px;

	line-height: 160%;

	color: #ffbf7f;

	letter-spacing: 1px;

	text-decoration: underline;

	padding-left: 8px;

}



/*本文の色・文字のサイズ*/

/*▼▼▼#333333←文字の色、12px←文字のサイズ▼▼▼*/



.honbun {

	font-size: 12px;

	line-height: 140%;

	color: #7f7fff;

	letter-spacing: 1px;

	text-decoration: none;

	margin-left: 5px;

	padding-left: 5px;

}



/*本文リンク部分の色*/

/*▼▼▼#000A6B←文字の色▼▼▼*/



/*本文リンク部分にマウスをのせた時の色*/

/*▼▼▼#007BBA←文字の色▼▼▼*/



/*本文の色・文字のサイズ・2*/

/*▼▼▼#FF6600←文字の色、12px←文字のサイズ▼▼▼*/



.honbun1-1 {

	font-size: 12px;

	line-height: 140%;

	color: #FF6600;

	letter-spacing: 1px;

	text-decoration: none;

}



.honbun1-2 {

	font-size: 12px;

	line-height: 140%;

	color: #33cccc;

	letter-spacing: 1px;

	text-decoration: none;

}



.honbun1-3 {

	font-size: 12px;

	line-height: 140%;

	color: #ff66ff;

	letter-spacing: 1px;

	text-decoration: none;

}



.0120 {

	font-size: 14px;

	line-height: 140%;

	font-weight: bold;

	color: #0928AF;

	letter-spacing: 1px;

	padding: 5px;

}



/*本文で小さめの文字にしたい時*/

/*▼▼▼11px←文字のサイズ▼▼▼*/



/*一番下のリンクの色・サイズ*/

/*▼▼▼#002748←文字の色、12px←文字のサイズ▼▼▼*/



/*一番下のリンクにマウスをのせた時の色・サイズ*/

/*▼▼▼#0054FF←文字の色、12px←文字のサイズ▼▼▼*/



/*PageTopの色・サイズ*/

/*▼▼▼#666666←文字の色、10px←文字のサイズ▼▼▼*/



.pt {

	font-size: 11px;

	color: #666666;

	line-height: 120%;

	text-align: center;

	letter-spacing: 1px;

}



