body {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family:
		"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro"
		, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	background-image: url(image/body_bk.gif);
}

img {
	border: 0px;
}

strong {
	color: #ff0000;
}

a {
	color: #4682b4;
	/*テーマ色*/
}

a:hover {
	color: #000000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.frame {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0px 30px;
	background-color: #ffffff;
}

/* ----- header ----- */
#header {
	padding: 10px 0px 0px 0px;
}

#header .left {
	width: 500px;
}

#header .right {
	width: 330px;
	text-align: right;
	padding: 35px 15px 0px 0px;
}

#header h1 {
	margin: 10px 0px 10px 0px;
}

#header p {
	margin: 10px 0px;
	padding: 0px;
}

p.Center-img {
text-align: center;
}

p.Center-img img {
	border: solid 1px #000;
	margin-bottom: 20px;
}


/* ----- header nav ----- */
#header .nav {}

#header .nav ul {
	margin: 0px;
	padding: 0px;
}

#header .nav li {
	text-align: center;
	display: inline;
	float: left;
	width: 180px;
	/* (width) * n = .frame{width (900px) */
	margin: 0px;
	padding: 0px;
}

#header .nav li a {
	display: block;
	margin: 0px;
	padding: 10px 2px 6px 2px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 10pt;
	line-height: 120%;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #333333;
	background-image: url(image/nav_li_w.png);
	background-position: left center;
	background-repeat: repeat-x;
}

#header .nav li a .en {
	margin-top: 0px;
	font-size: 85%;
	font-weight: normal;
	color: #ffffff;
}

#header .nav li a:hover,
#header .nav li.active a {
	color: #000000;
	background-image: url(image/nav_li_a.png);
}

#header .nav li a:hover .en,
#header .nav li.active a .en {
	color: #4682b4;
	/*テーマ色*/
}


/* ----- detail ----- */
#detail {}

#detail .left {
	width: 270px;
	margin: 0px;
	padding: 40px 0px 20px 0px;
}

#detail .right {
	width: 600px;
	margin: 0px;
	padding-top: 10px;
}

#detail .full {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

/* section共通 */
#detail .section p {
	margin: 8px 10px;
	padding: 0px;
}

#detail .section ul {
	margin: 8px 30px;
	padding: 0px;
}

#detail .section table {
	margin: 8px 10px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#detail .section th,
.section td {
	vertical-align: top;
	padding: 5px 0px;
}

#detail .section th {
	text-align: left;
}

/* section.hlv2 */
#detail .section.hlv2 {
	margin: 10px 0px 60px 0px;
	padding: 0px;
}

#detail .section.hlv2 h2 {
	margin: 30px 0px 20px 0px;
	padding: 12px 8px 8px 10px;
	border-left: 10px solid #4682b4;
	/*テーマ色*/
	border-bottom: 1px solid #4682b4;
	/*テーマ色*/
	font-size: 18pt;
	text-decoration: none;
	font-weight: normal;
}

/* section.hlv3 */
#detail .section.hlv3 {
	margin: 30px 0px;
	padding: 0px;
}

#detail .section.hlv3 h3 {
	margin: 15px 0px 10px 0px;
	padding: 7px 8px 5px 10px;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	background-image: url(image/body_bk.gif);
}

/* section.hlv4 */
#detail .section.hlv4 {
	padding: 0px;
}

#detail .section.hlv4 h4 {
	margin: 15px 0px 10px 0px;
	padding: 3px 8px 1px 10px;
	font-weight: normal;
	font-size: 10pt;
	border-top: 1px solid #4682b4;
	/*テーマ色*/
	border-bottom: 1px solid #4682b4;
	/*テーマ色*/
}

/* aside */
#detail .aside {
	margin: 0px 0px 25px 0px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #b2b2b2;
	background-color: #f0fff0;
	/*テーマ色2*/
}

#detail .aside h2 {
	margin: 0px 0px 15px 0px;
	padding: 7px 8px 5px 10px;
	font-weight: normal;
	font-size: 11pt;
	color: #ffffff;
	background-color: #4682b4;
	/*テーマ色*/
}

#detail .aside p {
	margin: 8px 10px;
}

#detail .aside ul {
	margin: 8px -10px;
}


/* ----- footer ----- */
#footer {
	padding: 23px 0px;
	border-top: 1px solid #b2b2b2;
	text-align: center;
}

#footer p {
	margin: 0px 5px;
	color: #333333;
	line-height: 110%;
}

/* ----- footer nav ----- */
#footer .nav {
	margin: 0px;
	padding: 0px;
}

#footer .nav ul {
	margin: 0px 10px;
	padding: 0px;
}

#footer .nav li {
	display: inline;
	padding: 0px 20px 0px 0px;
}


.pdf-link {
	margin-top: 10px;
}


.slide {
	width: 901px;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
}

.slideInner {

	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.slideInner li {
	position: absolute;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}

.slideInner li img {
	width: 100%;
	height: auto;
}

.slidePrev {
	position: absolute;
	width: 50px;
	height: 60px;
	left: 0;
	cursor: pointer;
	z-index: 100;
}

.slideNext {
	position: absolute;
	display: block;
	width: 50px;
	height: 60px;
	right: 0;
	cursor: pointer;
	z-index: 100;
}

.controlNav {
	position: relative;
	float: left;
	left: 50%;
}

.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	background: #eee;
	text-indent: -9999px;
	vertical-align: middle;
}

.controlNav span:hover {
	background: #ccc;
	cursor: pointer;
}

.controlNav span.current {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background: #85d1c6;
}