@charset "shift_jis";

/* ---------------------------
01.全般的な設定
02.ヘッダ
03.ナビ
04.コンテンツ
05.フッター
06.フォント
07.テーブル
--------------------------- */





/* [ 01.全般的な設定 ] ---------------------------------- */
body{
	margin: 0;
	background-color: #FFFFFF;
	width: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height : 130%;
}

h1, h2, h3, h4, p{
	padding:0;
	margin: 0;
}

ul{
	margin: 0;
	padding: 0px;
}

img{
	border:none;
}

p{
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 145%;
}


/* h */
h1{
	font-size:10px;
	font-weight:normal;
	color:#333333;
}

h2{
	font-size:10px;
	font-weight:normal;
	color:#333333;
}

.h2corres{
	width: 885px;
	height: 23px;
	text-align: left;
	font-size:13px;
	font-weight:bold;
	background-image: url(images/h2_corres.jpg);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 15px;
	margin: 10px 0px 7px 0px;
}

/* a */
a{
	font-style:normal;
	text-decoration: none;
}

a:link { color: #006699; }
a:visited { color: #006699; }
a:hover { color: #006699; }
a:active { color: #006699; }

/* margin */
.marginbottom20{
	margin-bottom:20px;
}
/* ------------------------------------------------------ */





/* [ 02.ヘッダ ] ---------------------------------------- */
#corres_top{
	width: 890px;
	height: 29px;
	text-align: left;
	font-size:12px;
	font-weight:bold;
	background-image: url(images/corres_top.jpg);
	background-repeat: no-repeat;
	padding: 45px 10px 0px 0px;
	text-align: right;
}


/* ------------------------------------------------------ */





/* [ 03.ナビ ]------------------------------------------- */
#navi {
	width: 900px;
	padding: 0px 0px 5x 0px;
	text-align: center;
}
/* ------------------------------------------------------ */





/* [ 04.コンテンツ ]------------------------------------- */
.pgtop {
	width: 900px;
	padding: 10px 0px 20px 0px;
	text-align: right;
}
/* ------------------------------------------------------ */





/* [ 05.フッター ]--------------------------------------- */

/* ------------------------------------------------------ */




/* [ 06.フォント ]--------------------------------------- */

/* ------------------------------------------------------ */



/* [ 07.テーブル ]--------------------------------------- */
.tbl02{
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 2px;
}

.tbl02 th, td	{
	padding: 5px;
	text-align: left;
	line-height: 170%;
}
.tbl02_td1{
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
}
.tbl02_td2{
	background-color: #CEE4FF;
	text-align: center;
	font-weight: bold;
}

.tbl02_td7{
	background-color: #EEEEEE;
	text-align: center;
}
.tbl02_td8{
	background-color: #EEEEEE;
	text-align: left;
}



/* ------------------------------------------------------ */