@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #EAEBFE;
	width: 777px;
	/*margin: 0px auto;*/
}
img{
	display: block;
}
td {
    vertical-align:top;
}
address{
	font-style: normal;
}
#menu{
	width: 198px;
}
/*** top ***/
#main{
	width: 579px;
}
#kousin{
	height: 106px;
	background-image: url(../images/top/koushin_naka.jpg);
	background-repeat: no-repeat;
}
#kousin_naka{
	width: 559px;
	height: 96px;
	float: left;
	overflow: auto;
}
#kousin_naka table{
	width: 510px;
	margin-left: 12px;
	margin-top: 2px;
	margin-right: 12px;
}
#kousin_naka .date{
	padding-right: 8px;
	vertical-align: top;
	width: 6em;
	white-space: nowrap;
}
#kousin #kousin_migi{
	float:right;
	width: 20px;
}
#jimukyoku{
    clear:both;
}
/*** contents ***/
#contents_zentai{
	background-image: url(../images/contents/haikei.jpg);
	background-repeat: repeat-y;
}
#contents_main{
	width: 579px;
}
#contents_naka{
	background-image: url(../images/contents/contents_naka.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.naka_height{
	/* height: 490px; 最小高さ(輪の背景表示の為) */
	height: 490px;
	line-height: 140%;
}
#contents_naka h3{
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-left: 8px;
	margin-bottom: 16px;
}
#contents_naka p{
	line-height: 140%;
	margin-bottom: 8px;
}
#kaicho_photo{
	margin-bottom: 16px;
	margin-right: 16px;
	float: left;
}
#kaicho_name{
	float:right;
	font-size: 110%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.indent_1{
	text-indent: 1em;
}
#kaisai_tbl td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	line-height: 140%;
}
#kaisai_tbl th{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 16px;
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
.mark1{
	color: #3F6EB2;
	font-size: 90%;
	margin-right: 4px;
}
.mark2{
	color: #333366;
	font-size: 70%;
	margin-right: 4px;
}
.h4_style1{
	color:#333366;
	border-bottom: 1px solid #333366;
	margin-bottom: 5px;
}
.h4_style2{
	color:#333366;
	border: 1px solid #333366;
	margin-bottom: 5px;
	padding:3px 10px 3px 10px;
}
.add_style1{
	padding-left:20px;
}
.botan_type1{
	margin-left:10px;
}
.botan_type1 img{
	display:inline;
	margin-left:10px;
	margin-right:10px;
}
.moji_bold{
	font-weight: bold;
}
.moji_kyocho1{
	color:#FF0000;
	font-weight: bold;
}
.moji_red{
	color:#FF0000;
}
.moji_kesi{
	text-decoration: line-through;
}
.page_ue{
	text-align:right;
	font-size:80%;
}
.kakomi1{
	background-color: #FFFFCC;
	border: 1px solid #AAAAAA;
	padding:5px 10px;
}

@media print {
    /* 印刷を制御 */
    #menu,#ue_title,#foot { display: none; }
	body{ margin: 0;}
}

.mag_le16{
	margin-left:16px;
}
/*** tables ***/
.table_1{
	line-height:130%;
}
.table_1 th{
	padding-right:6px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.table_1 td{
	padding-bottom:3px;
}

/*** list ***/
.ol_style1{
	padding-left:26px;
}
.ol_style1 li{
	padding-bottom:3px;
}


