/**　基本　**/
body {
	padding:0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
}

body, table {
	padding:0px;
	margin: 0px;
	}
.text_resize {
	width:700px;
}
.text_resize table td {
	font-size: 80%;
	font-weight: normal;
	line-height: 170%;
}

table, tr, td {
	vertical-align: top;	
}

.border{
	text-decoration: underline;
	color: #000000;

}

/**
a:link {
    color: #505050;
    font-style:normal;
    text-decoration: underline;
}
a:visited {
    color: #505050;
    text-decoration: underline;
}
a:hover {
    color: #3DB142;
    font-style:normal;
    text-decoration: underline;
}
**/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	
}
/**
h2 {
	height: 36px;
 	margin: 0px;
	padding: 0px;
}
h3 {
	height: 70px;
 	margin: 0px;
	padding: 0px;
}**/
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_bottom {
	vertical-align: bottom;	
	}
.text_top {
	vertical-align: top;	
	}
.text_middle {
	vertical-align: middle;	
	}
/** 文字サイズ　**/
.text_12px {
	font-size: 12px;
	line-height: 13px;
}

.text_10px {
	font-size: 10px;
	line-height: 1.3em;
}
/** 文字色　**/
.text_green {
	color: #00A7A7;
}
/** 20080403_制作者田岡　文字色「赤」追加　**/
.text_red {
	color: #FF0000;
}



/** 背景色　**/
.bg_white {
	background: #FFFFFF;
}
.bg_blue {
	background: #BFDFFF;
}
.bg_black {
	background: #000000;
}
.bg_yellow {
	background: #FFFFE0;
}
.bg_lightblue {
	background: #C5DEFD;
}
.text_lightblue {
	color: #569DF9;
}
/** ボーダーライン　**/
.line_bottom td{
	padding: 10px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A7A7;
}

.line_bottom02 td {
	border-bottom: 1px solid #00A7A7;
}

.line_box {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

.line_box th {
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color:#E8FFF7;
}
.line_box td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.line_box02 {
	border-left: 1px solid #00A7A7;
	border-top: 1px solid #00A7A7;
}

.line_box02 td {
	border-right: 1px solid #00A7A7;
	border-bottom: 1px solid #00A7A7;
}

.line_box03 {
	font-size:12px;
	border-left: 1px solid #00A7A7;
	border-top: 1px solid #00A7A7;
}

.line_box03 td {
	border-right: 1px solid #00A7A7;
	border-bottom: 1px solid #00A7A7;
}

.dot {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	}
.dot_bottom {
	border-bottom: 1px dotted #666666;
	}
/******* トップページ　***************/
#top {
	background-color: #40BEBD;
}
#top .bk_tbl{
	background-color: #FFFFFF;
}
#top .hed {
	background-color: #E2E2E2;
	padding: 4px 0 0 0;
}
#top .bk_main {
	background-image: url(../img/bk_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top .bk_main {
	background-image: url(../img/bk_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top .bk_btn {
	background-image: url(../img/bk_btn.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top .bk_fot {
	font-size: 12px;
	line-height: 16px;
	background-color: #40BEBD;
}
#top .copyright {
	background-color: #7AD1D1;
}
#top .counter {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

/*******　中面インデックス　*******/
small{
	font-size:85%;
	line-height: 120%;
}
.nakaindex {
	background-image: url(./img/box_index_2.jpg);
	background-repeat: repeat-y;
}
/*********** 中面　****************/
.pankuzu{
	font-size:10pt;
	padding: 8px 0 0 0;	
}
.hed {
	background-color: #00A7A7;
}

.hed01 {
	vertical-align: bottom;	
}

/*　サブナビゲーション　*/
.subnavi02 a:link {
    color: #65A8FA;
    font-style:normal;
    text-decoration: underline;
}
.subnavi02 a:visited {
    color: #65A8FA;
    text-decoration: underline;
}
.subnavi02 a:hover {
	color: #FF9C1B;
    font-style:normal;
    text-decoration: underline;
}

.subnavi02 {
	color: #FF9C1B;
	width: 640px;
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
	margin:0px;
	padding: 5px 0 0 0;
}

.subnavi02 ul {
	margin: 0;
	padding: 0;
}
.subnavi02 li {
	display:inline;
	margin: 0;
	padding: 0 3px 0 0;
	list-style-type: none;
}

/*　サブナビゲーション　*/
.subnavi a:link {
    color: #65A8FA;
    font-style:normal;
    text-decoration: underline;
}
.subnavi a:visited {
    color: #65A8FA;
    text-decoration: underline;
}
.subnavi a:hover {
	color: #FF9C1B;
    font-style:normal;
    text-decoration: underline;
}

.subnavi {
	color: #FF9C1B;
	width: 660px;
	font-size: 80%;
	font-weight: normal;
	line-height: 150%;
	margin:0px;
	padding: 5px 0 0 0;
}

.subnavi ul {
	margin: 0;
	padding: 0;
}
.subnavi li {
	display:inline;
	margin: 0;
	padding: 0 3px 0 0;
	list-style-type: none;
}


/*　戻る　*/
.modoru {
	font-size: 10px;
	text-align: center;
}

/*　フッタ　*/
.footer {
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
	background-color: #00A7A7;
	color: #FFFFFF;
}
/*　ページトップヘ　*/
.gototop {
	padding:50px 0 15px 0;
	text-align: right;
	font-size: 12px;
}

/*　テーブルの左余白のspacerの幅指定。印刷時にprint.cssで横幅を0pxにしているので
　　デフォルトのA4縦印刷に納まるようになります。　*/
.print img {
	width:40px;
}

/* Attention note of Shinryou  */

.shinryou_lead {
	color:#FF0000;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
.shinryou_lead2 {
	color:#FF0000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
.shinryou_lead span {
	border-bottom:1px solid #FF0000;	
}

.shinryou_lead2 span {
	border-bottom:1px solid #FF0000;	
}


.shinryou_text {
	color:#000000;
	text-align:left;
	font-size:12px;
	line-height:1.4;
}
.shinryou_table {
	display:block;
	border:1px solid #FF0000;
	padding:5px;
	margin:10px 0px 0px 0px;
	width:400px;
	text-align:left;
	color:#FF0000;
}
.shinryou_table2 {
	display:block;
	border:1px solid #FF0000;
	padding:5px;
	width:600px;
	text-align:left;
	color:#FF0000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

