@charset "Shift_JIS";

/* ------ ページ構造 ------ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color:#FFFFFF;
	line-height:140%;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック",Osaka,Helvetica,"ヒラギノ角ゴ Pro W3",sans-serif,Verdana;
}

TD,TH{
  font-size : 12px;
  font-family : Verdana,"ＭＳ Ｐゴシック";
}

.small{
  font-size : 7pt;
}


/* ------Page Layout------ */
p{
	margin-left: 30px;
	margin-right: 26px;
	margin-top:0px;
	line-height:150%;
}

.center{
	margin-left:auto;
	margin-right:auto;
}


/* ------ リンクの設定 ------ */
a {
  color : #3476ef;
  text-decoration : none;
}

a:link,a:visited,a:active {
  color : #3476ef;
}

a:hover {
  color : navy;
  text-decoration : underline;
}

/* ------ タイトル用設定 ------ */
H1 {
	margin:0px;
	padding:0px;
}

H2 { font-size: small; 
	text-align:left; 
	line-height: 150%; 
	margin-left: 10px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 8px; 
	padding-left: 28px; 
	padding-bottom: 0px; 
	background-image: url(images/img_h2.gif);
	background-repeat: no-repeat; 
	color: #222222;
	height: 42px;
}

H2.h2_full { font-size: small; 
	text-align:left; 
	line-height: 150%; 
	margin-left: 9px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 8px; 
	padding-left: 28px; 
	padding-bottom: 0px; 
	background-image: url(images/img_h2_732.gif);
	background-repeat: no-repeat; 
	color: #222222;
	height: 42px;
}

H3 {
	clear:both;
	font-size: x-small;
	text-align:left; 
	line-height: 180%; 
	margin: 10px 4px 15px 0px; 
	padding: 0px 0px 0px 10px; 
	color: #2E94AD;
	font-weight:bold;
	border-bottom: 1px #2E94AD solid;
	border-left: 5px #2E94AD solid;
	border-right: 1px #2E94AD solid;
	border-top: 1px #2E94AD solid;
}


UL {
	margin-right:28px;
}

UL LI {
	padding-left: 18px;
	padding-top: 2px;
	color:#3476ef;
	line-height:120%;
	vertical-align: top;
	text-align:left;
	font-size: x-small;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 12px;
	display:block;
	font-weight:bold;
	list-style: none;
	background: no-repeat url(images/ico_li_02.gif);
}

.pagelist {
	color: white;
	background-image: url(images/img_table_back2.gif);
}


/*画像のフチドリ*/

.border_01{
	border: solid 1px #999999;

}

/* フォントサイズ　ピクセル系 */
.px8 {   font-size: 8px; line-height: 12px}
.px10 {  font-size: 10px; line-height: 16px;
  font-weight : normal;
}
.px11 {  font-size: 11px; line-height: 17px;}
.px12 {  font-size: 12px; line-height: 18px;}
.px14 {  font-size: 14px; line-height: 20px;}
.px16 {  font-size: 16px; line-height: 22px;}
.px18 {  font-size: 18px; line-height: 24px;}
.px20 {  font-size: 20px; line-height: 26px;}

/* フォントサイズ　サイズ系 */
.xxs {   font-size: xx-small; line-height: 120%}
.xs {  font-size: x-small; line-height: 120%;}
.s {  font-size: small; line-height: 140%;}
.m {  font-size: medium; line-height: 110%;}
.l {  font-size: large; line-height: 100%;}
.xl {  font-size: x-large; line-height: 100%;}
.xxl {  font-size: xx-large; line-height: 100%;}

/* フォントカラー＋BOLD　サイズ系 */
.l-red {  font-size: large; color: #DD3333 ; line-height: 100%; font-weight:bold;}
.s-red {  font-size: small; color: #DD3333 ; line-height: 140%; font-weight:bold;}
.xs-red {  font-size: x-small; color: #DD3333 ; line-height: 140%; font-weight:bold;}
.l-blue {  font-size: large; color: #2222DD ; line-height: 100%; font-weight:bold;}
.s-blue {  font-size: small; color: #2222DD ; line-height: 140%; font-weight:bold;}
.xs-blue {  font-size: x-small; color: #2222DD ; line-height: 140%; font-weight:bold;}
.l-green {  font-size: large; color: #22AA22 ; line-height: 100%; font-weight:bold;}
.s-green {  font-size: small; color: #22AA22 ; line-height: 140%; font-weight:bold;}
.xs-green {  font-size: x-small; color: #22AA22 ; line-height: 140%; font-weight:bold;}

/* フォントカラー系 */
.red {  color: #DD3333 ;}
.blue {  color: #2222DD ;}
.green {  color: #22AA22 ;}

/* 禁則処理＋両端揃え */
.kinsoku { line-break:strict; text-align:justify;text-justify:distribute;font-size: 12px; line-height: 18px }

/* テキストの両端揃え＆禁則処理 */
.just1 { line-break:strict; text-align:justify;text-justify:distribute; }

/* テキストの禁則処理「、」「。」「ゃゅょっ」 */
.just2 { line-break:strict;}

/*印刷指定（テーブルの途中で改ページすることを禁止します） */
TABLE { page-break-inside: avoid; }



