@charset   "UTF-8";

/* ヘッダー*/
.top_header {
	border-collapse: collapse;
}
.top_header th{
	height: 40px;
	color: white;
	font-size: 16px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	background: url(../Image/titleback1.jpg) repeat;
}
.top_header td{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.maintitle {
	height: 40px;
	color: white;
	font-size: 16px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	background : url(../Image/titleback1.jpg) repeat;
}


.subtitle {
	font-size: 15px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	color : white;
	background : url(../Image/titleback1.jpg) repeat;
}

.minititle {
	font-size: 14px;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-family: Times New Roman;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color : white;
	background : url(../Image/titleback1.jpg) repeat;
}

/* 小タイトル（左） */
.doc-left {
	background-color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: white;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
}

/*    */
div {
	margin: 0px 0px 0px 0px;
}

/* サブタイトル */
.doc-subtitle {
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration:none;
	padding-left : 24px;
	background: url(../Image/titleback1.jpg) no-repeat;
}

/*  コメント表示用 */
.hyoleft-bk{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	padding: 6px 10px 6px 20px;
}

/*  画像表示用 */
.hyocenter-bk{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

/*  注記表示用 */
.hyoright-bk{
	background-color: navy;
	color: white;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	padding-right: 10px;
}

/*  コメント   */
.center{
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	border: 1px solid #b9b9b9;
}

/*  新，閉じるボタン表示用 */
.left{
	height: 40px;
	text-align: left;
}

/*  表示選択用 */
.radio_center{
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
}


/* イメージ・コメント用テーブル*/
.photopanel{
  border-collapse: collapse;
}
.photopanel th{
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.photopanel td{
	color: white;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	vertical-align : middle;
	border: 1px solid #b9b9b9;
	background-color: navy;
	padding-left: 20px;
}

/*   リンク   */
#linkb a{
	color: navy;
	text-decoration: none;
	background-color: #e9f7fa;
}
#linkb a:hover{
	color: white;
	text-decoration: none;
	background-color: #7d7dff;
}



