﻿@charset "utf-8";
/* CSS Document */
#imagehead { display: inline !important; margin-bottom:0px !important;  }
/* タイトル
---------------------------------------------------- */

.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;
	}
/*本体
-------------------------------------------------------*/
.contents{
 margin:0px;
 padding: 9px 0 0 5px;
 width:auto;
 height:auto;	
 background-image:url(images/pageback.jpg);
 background-repeat: no-repeat;
 }
 
.contents2{
 margin:0px;
 padding: 9px 0 0 5px;
 width:auto;
 height:auto;	
 background-image:url(image/bk.jpg);
 background-repeat: no-repeat;
 }
  
.smalljc {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}
.main {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.main2 {
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
}

.main3 {
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}


.nametitle {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
.topline {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}
.linkletter {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.tableletter {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}

.pdf {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.h2 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.h3 {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}




.tablebold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* 140213　中国語版対応
------------------------------------------------- */
.cfont {
	margin-top: 0px;
	font-size: 100%;
        font-family: "SimSun","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif, "Arial UnicodeMS"!important;
}


