/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	padding-top: 5px;
	background: #5483CF;
}

.layout {
	padding: 0px 3%;
}

/* ==== Backgraund === */
#wrap {
	background: #FFF;
	padding: 5px 0px 0px;
}
/* ==== Header === */
#hd {
	height: 100px;
	
	position: relative;
}
/* ==== Navigation === */
#nav {
	padding: 1px;
	border-top: 1px solid  #CCC;
	font-weight: bold;
	
}
#nav li {
	border-bottom: 1px solid #CCC;
}
#nav li a {
	height: auto;
	padding: 16px 5px 16px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/nav_icon.jpg) no-repeat right center;
	font-size: 12px;
	color: #333333;
}

#nav span {
	height: auto;
	padding: 16px 5px 16px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/nav_icon2.jpg) no-repeat right center;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}

/* ==== Content === */
#con {
	padding: 2em 3%;
}
/* ol,ul */
#con ol, #con ul {
	padding: 5px 0px 5px 25px;
}
#con ul {
	list-style-type: disc;
}
#con ol li, #con ul li {
	padding: 5px 0px;
}
/* table */
#con table {
	margin: 10px 0px;
}
#con table th, #con table td {
	padding: 5px;
}
/* img */
#con a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.4em;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
}
h1 img{
	width: 300px;
	height: auto;
}
h2 {
	font-size: 1.4em;
	padding: 0.8em;
	margin: 0 0 1em 0;
	color: #19325A;
	border: 1px dotted #CCC;
	border-left: 6px solid #2E6336;
	border-radius: 0;
	line-height: normal;
}
h3 {
	font-size: 1.2em;
	padding: 0.5em;
	margin: 0.9em 0;
	color: #19325A;
	border-left: 4px solid #2D3357;
	border-bottom: 1px dotted #CCC;
	border-radius: 0;
	line-height: normal;
}
h4 {
	font-size: 1.3em;
	margin: 10px 0px;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*
	
/*----info_paper----*/
.info_paper_list {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
/*----gaiyou----*/

.gaiyou_img_1 {
	width: 126px;
	float: right;
	margin: 0 20px 0 20px;
	text-align: center;
}

/*////181005 追加////*/
.table_body {
	display: table;
	width: 100%;
	border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    border-right: dotted 1px #ccc;
	border-left: 6px solid #2E6336;
}
.title_note {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	line-height: 1;
}
.table_body h2 {
	height: 40px;
	margin-bottom: 0;
	border: none;
	line-height: 1.2;
}