﻿@charset "utf-8";
/* CSS Document */


/* タイトル
---------------------------------------------------- */

.titlehead{
	color:#153173;
	font-size:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 8px;
	padding-left: 15px;
   _margin-top:8px;
	margin-top:8px;
	}
/*本体
-------------------------------------------------------*/
H1{
  color : #ffffff;
  font-weight : bold;
  font-size : 135%;
  text-align : left;
  background-color : #0080c0;
  border : 3px outset #0080c0;
  padding : 5px 0px 5px 5px;
  margin : 0px 0px 10px 0px;
  letter-spacing : 2px;
  
}
H2{
  color : #333399;
  font-weight : bold;
  font-size : 115%;
  text-align : left;
  background-color : #dfdff4;
  border : 2px solid #333399;
  margin-bottom : 4px;
  padding : 5px 5px 2px 5px;
  }
H3{
  color : #000080;
  font-weight : bold;
  font-size : 1.2em;
  text-align : left;
  background-color : #f5f5f5;
  border-bottom : 1px solid #e9e9e9;
  border-left : 4px solid #8099ff;
  margin : 0px 0px 5px 0px;
  padding : 6px 0px 3px 5px;
}
H6{
  color : #00a664;
  font-weight : bold;
  font-size : 1.2em;
  text-align : left;
  background-color : #f5f5f5;
  border-bottom : 1px solid #e9e9e9;
  border-left : 8px solid #00a664;
  margin : 0px 0px 10px 0px;
  padding : 6px 0px 3px 5px;
}

/* リンク
------------------------------------------------- */
#body-area a {
	text-decoration: underline;
	color:#00C;
}














	


	
	
	
	
	
	
	
	
	
	
	
	
