@charset "utf-8";

/* Reset
-----------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;-moz-box-sizing:border-box;}
fieldset,img{border:0}
a{text-decoration:none}
li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%;border:none;outline:none;}
html{font-size:62.5%;}
html,body{height:100%}
caption{display:none}

/* Common
-----------------------------------------------------------------------------------------------*/
.container {
	width: 660px;
	margin: 0 auto;
	line-height: 1.4;
	font-family: Arial,Meiryo,MS PGothic,Helvetica,Hiragino Kaku Gothic Pro,AppleGothic,sans-serif;
	font-size: 14px;
}
.container p  {
	font-family: Arial,Meiryo,MS PGothic,Helvetica,Hiragino Kaku Gothic Pro,AppleGothic,sans-serif;
	font-size: 14px;
}
.container a {
	font-family: Arial,Meiryo,MS PGothic,Helvetica,Hiragino Kaku Gothic Pro,AppleGothic,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.hidden {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
.txtCenter {
	text-align: center;
}
.page_title {
	position: relative;
	margin: 30px 0 30px 0;
	padding: 10px;
	border-bottom: 1px solid #8d3535;
}
.page_title p {
	font-size: 22px !important;
	font-weight: bold !important;	
}
.title_depth {
	position: absolute;
	top: 7px;
	right: 10px;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.title_depth span.now {
	color: #b00;
	font-weight: bold;
}
h2 {
	margin: 30px 0 10px 0;
	padding: 20px 10px;
	background: url(../images/bg_h2.jpg) no-repeat left center;
	font-size: 20px;
	color: #fff;
}
h3 {
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	background: url(../images/bg_h3.jpg) no-repeat top left;
	color: #fff;
	font-size: 16px;
}
h4 {
	margin: 10px 0;
	padding: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #434343;
	border: 1px solid #ccc;
}
.box {	
	padding: 0 10px;
}
.box .img {
	margin: 20px auto;
	text-align: center;
}
.box .img img {
	border: 5px solid #ddd;
}
.box2 {
	width: auto;
	margin: 10px 0;
	padding: 20px 10px;
	background: #FFE8E8;
}
.box2 p {
	width: auto;
	text-align: left;
}
table {
	width: 100%;
	margin: 10px auto;
}
table th {
	font-weight: bold !important;
}

/* Table Design1
-----------------------------------------------------------------------------------------------*/
.table_design1 td, .table_design1 th {
	padding: 10px 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	color: #434343;
	text-align: center;
}

/* Table Design2
-----------------------------------------------------------------------------------------------*/
.table_design2 th {
	padding: 10px 0;
	font-size: 16px;
	background: #d8ccba;
	color: #443319;
	text-align: center;
	border: 1px solid #d8ccba;
	box-sizing: border-box;
}
.table_design2 th.title {
	background: none;
	border: none;
}
.table_design2 td {
	padding-left: 10px;
	background: #eee9e0;
	border: 1px solid #d8ccba;
	box-sizing: border-box;
}

/* Table Design3
-----------------------------------------------------------------------------------------------*/
.table_design3 th {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}
.table_design3 td {
	padding: 5px;
	vertical-align: top;
}
.table_design3 td.img {
	text-align: left;
}

/* Sub Menu
-----------------------------------------------------------------------------------------------*/
.sub_menu {
	position: relative;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f2f2',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
}
.sub_menu ul {
	list-style: none;
	width: 100%;
}
.sub_menu ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
	padding: 10px 20px;
	background: url(../images/icon2.png) no-repeat center left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.sub_menu ul li a {
	color: #555;
}
.sub_menu ul li a:hover, .sub_menu ul li a.active {
	color: #b00;
	text-decoration: underline;
}

/* Sound
-----------------------------------------------------------------------------------------------*/
.main_sound {
	position: relative;
	margin-top: -10px;
	width: 100%;
	height: 240px;
	background: url(../images/mainsound.jpg) no-repeat top left;
}
.btn_download1 {
	position: absolute;
	top: 185px;
	left: 50%;
	width: 170px;
	height: 40px;
	margin-left: -85px;
	background: url(../images/btn_download.png) no-repeat top left;
}
.btn_download1:hover {
	background-position: 0 -40px;
}
.btn_download1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.sub_sound {
	position: relative;
	width: 100%;
}
.sub_sound ul {
	width: 680px;
}
.sub_sound ul li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 330px;
	height: 245px;
	margin: 5px 7px 5px 0;
	background: url(../images/bg_sound.png) no-repeat top left;
	background-position: -5px 0;
}
.sub_sound ul li .thum {
	position: relative;
	width: 90%;
	height: 170px;
	margin: 15px 0 10px 10px;
}
.sub_sound ul li .subject {
	position: relative;
	margin-left: 10px;
}
.sub_sound ul li .btn_download2 {
	position: absolute;
	bottom: 12px;
	right: 20px;
	width: 90px;
	height: 40px;
	background: url(../images/btn_download2.png) no-repeat top left;
}
.sub_sound ul li .btn_download2:hover {
	background-position: 0 -40px;
}
.sub_sound ul li .btn_download2 a {
	display: block;
	width: 100%;
	height: 100%;
}
#sound2, #sound3, #sound4 {
	display: none;'
}
.btn_top {
	position: relative;
	width: 150px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f2f2',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
}
.btn_top a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
}
#bottom_line {
	margin: 10px auto;
}
