@charset "UTF-8";

/*----------------------------------------
	基本設定
----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #444444;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

body{font-size:75%\9;}
body:not(:target){font-size:75%¥9;}

img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #3676a2;
	text-decoration: underline;
}

a:hover, a:active {
	color: #8ba9be;
	text-decoration: underline;
}

/*----------------------------------------
	wrapper
----------------------------------------*/

*html div#wrapper{
	height:100%;
}

div#wrapper{
	min-height: 100%;
	position:relative;
}

body > #wrapper {
	height: auto;
}

/*----------------------------------------
	container
----------------------------------------*/

#container {
	padding-bottom:80px;
}

/*----------------------------------------
	header
----------------------------------------*/

#hd_copy {
	width:1001px;
	margin: 0 auto;
	padding: 4px 10px;
	background-color:#18a2ca;
	color: #ffffff;
	font-size:93%;
}

#hd_copy a {
	color: #fff;
}

#header,
#top_header {
	width:921px;
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
	background-position: top right;
	background-repeat:no-repeat;
	color: #ffffff;
	box-shadow: 0 0 10px #878787;
}

#top_header {
	padding: 60px 50px 60px 50px;
}

#header h1,
#top_header h1 {
	padding-right: 40px;
	display:table-cell;
	vertical-align: middle;
	text-align: left;
	/display:inline;
	/zoom:1;
}

#header h1 img,
#top_header h1 img {
	padding:5px;
	width: 192px;
	height: 144px;
}


#header .logo_wht img,
#top_header .logo_wht img {
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background: #ffffff;
}

#header .logo_blk img,
#top_header .logo_blk img {
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top,  #616161 0%, #383838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#383838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #616161 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #616161 0%,#383838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #616161 0%,#383838 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #616161 0%,#383838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}

#header .logo_sil img,
#top_header .logo_sil img {
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

#header .copy,
#top_header .copy {
	font-weight: bold;
	display:table-cell;
	vertical-align: middle;
	/display:inline;
	/zoom:1;
}

#header .copy .catch{
	font-size: 138.5%;
}

#top_header .copy .catch{
	font-size: 197%;
}

#header .copy .name,
#top_header .copy .name{
	font-size: 300%;
}

.height_hold {
height:144px;
}


/*----------------------------------------
	menu
----------------------------------------*/

#menu {
	clear: both;
	width:1020px;
	margin: 0 auto 40px auto;
	border: 1px solid #d1d1d1;
	box-shadow: 0 2px 5px #a1a1a1;
	border-right: none;
	_border-right: 1px solid #d1d1d1;
}

#menu li {
	float: left;
	width:204px;
	list-style: none;
	font-weight: bold;
	font-size: 123.1%;
	
	
}

#menu li a {
	display:block;
	padding: 23px 10px 17px 10px;
	/padding: 23px 10px 25px 10px;/*IE6.7*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #d1d1d1;
	text-align: center;
	box-shadow: 0 3px 10px #e4e4e4 inset;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

#menu li a:link,
#menu li a:visited {
	color: #333333;
	text-decoration: none;
}

#menu li a:hover,
#menu li a:active {
	color: #18a2ca;
	text-decoration: none;
}

#menu .menu01 a {
	border-left: none;
}

#menu .menu05 a {
	border-right: none;
}


#menu li a:after{
	display:block;
	width:120px;
	margin: 8px auto 0 auto;
	content: "";
	padding: 0 0 6px 0;
	box-shadow: 1px 1px 1px #0f647c inset;
	background-color:#18a2ca;
	border-radius: 20px;
	-webkit-border-radius: 20px; /* Safari,Google Chrome用 */
	-moz-border-radius: 20px; /* Firefox用 */
}

#menu li a span {
	/padding: 0 5px 8px 5px;/*IE6.7*/
	/border-bottom: 6px solid #18a2ca;/*IE6.7*/
}


/*----------------------------------------
	contents
----------------------------------------*/

#contents {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#main_contents {
	float: right;
	width:670px;
}

#side_contents {
	float:left;
	width:250px;
	padding:5px;
	background:url(../../img/dz1/common/bg_glay01.gif) top left repeat;
}

#side_contents p {
	padding: 10px;
	background: #0064b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0064b1 0%, #18a1ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0064b1), color-stop(100%,#18a1ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0064b1 0%,#18a1ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0064b1 0%,#18a1ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0064b1 0%,#18a1ca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0064b1 0%,#18a1ca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064b1', endColorstr='#18a1ca',GradientType=0 ); /* IE6-9 */
}

#side_contents p span {
	display:block;
	padding-left: 6px;
	border-left: 1px solid #22bfde;
}

#side_contents ul {
	background-color: #ffffff;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

#side_contents ul li {
	list-style: none;
	border-bottom: 1px solid #d4d4d4;
	cursor:pointer;
	background-color: #f5f5f5;
}

#side_contents ul li span {
	display:block;
	padding: 9px 10px 9px 10px;
	background: url(../../img/dz1/common/icon_side_open.gif) 225px 10px no-repeat;
}

#side_contents ul li span.close {
	background: url(../../img/dz1/common/icon_side_close.gif) 225px 10px no-repeat        !important;
}


#side_contents ul li a:link,
#side_contents ul li a:visited {
	color: #444444;
}

#side_contents ul li a:hover,
#side_contents ul li a:active {
	color: #18a2ca;
}

#side_contents ul li ul {
	border: none;
	display:none;
}

#side_contents ul li ul li{
	padding:0;
	border-top: 1px dotted #d4d4d4;
	border-bottom: none;
	font-size:93%;
	background: none;
	background-color: #ffffff;
	zoom:1;
}

#side_contents ul li ul li a {
	display:block;
	padding: 9px 10px 9px 20px;
	background:url(../../img/dz1/common/icon_side.gif) 10px center no-repeat;
}



/*----------------------------------------
	title
----------------------------------------*/

.ttl01 {
	margin-bottom: 20px;
	padding: 12px 13px 10px 13px;
	font-size: 123.1%;
	color: #ffffff;
	box-shadow: 0 2px 2px #c8c8c8;
	-moz-box-shadow: 0 2px 2px #c8c8c8; /* Firefox用 */
	-webkit-box-shadow: 0 2px 2px #c8c8c8; /* Safari,Google Chrome用 */
	border: 1px solid #222222;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #444444 50%, #333333 50%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(50%,#444444), color-stop(50%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#444444 50%,#333333 50%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#444444 50%,#333333 50%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#444444 50%,#333333 50%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444444 0%,#444444 50%,#333333 50%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.ttl01 h2:before{
	content: "";
	margin-right: 8px;
	padding: 2px 0 0 4px;
	box-shadow: 1px 0 1px #0f647c inset;
	background-color:#18a2ca;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}

.ttl01 h2{
	/padding-left: 8px;/*IE6.7*/
	/border-left: 4px solid #18a2ca;/*IE6.7*/
}

.ttl02 {
	margin-bottom: 20px;
	padding: 8px 13px;
	background:url(../../img/dz1/common/bg_glay01.gif) top left repeat;
	font-size: 108%;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}

.ttl02 h3:before {
	content: "";
	margin-right: 8px;
	padding: 1px 0 1px 4px;
	box-shadow: 0 0 3px #bababa;
	-moz-box-shadow: 0 0 3px #bababa; /* Firefox用 */
	-webkit-box-shadow: 0 0 3px #bababa; /* Safari,Google Chrome用 */
	background: #46b7d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #46b7d8 0%, #46b7d8 50%, #1374b8 50%, #1374b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b7d8), color-stop(50%,#46b7d8), color-stop(50%,#1374b8), color-stop(100%,#1374b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #46b7d8 0%,#46b7d8 50%,#1374b8 50%,#1374b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #46b7d8 0%,#46b7d8 50%,#1374b8 50%,#1374b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #46b7d8 0%,#46b7d8 50%,#1374b8 50%,#1374b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #46b7d8 0%,#46b7d8 50%,#1374b8 50%,#1374b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b7d8', endColorstr='#1374b8',GradientType=0 ); /* IE6-9 */
}

.ttl02 h3{
	/padding-left: 8px;/*IE6.7*/
	/border-left: 4px solid #46b7d8;/*IE6.7*/
}


.ttl03 {
	clear: both;
	margin-bottom: 15px;
	padding: 6px 9px;
	border: 1px solid #dddddd;
	border-bottom: 2px solid #38b1d4;
}

.ttl03 h4 {
	padding: 0 0 0 12px;
	background:url(../../img/dz1/top/news_ttl_icon.gif) left center no-repeat;
}


/*----------------------------------------
	news
----------------------------------------*/

.news_block {
	clear: both;
	width:670px;
}

.news_block a:link,
.news_block a:visited {
	text-decoration: none;
	color: #111111;
}

.news_block a:hover,
.news_block a:active {
	text-decoration: underline;
	color: #7c7c7c;
}

.news_block .news_ttl {
	clear: both;
	margin-bottom: 10px;
	padding: 6px 9px;
	border: 1px solid #dddddd;
	border-bottom: 2px solid #38b1d4;
}

.news_block .news_ttl h2 {
	float: left;
	width:545px;
	padding: 0 0 0 12px;
	background:url(../../img/dz1/top/news_ttl_icon.gif) left center no-repeat;
}

.news_block .news_ttl p {
	float: right;
	width: 78px;
}

.news_block ul li {
	clear: both;
	padding: 7px 8px;
	border-bottom: 1px dashed #cccccc;
	list-style:none;
}

.news_block ul li span {
	display:block;
}

.news_block ul li .date {
	margin-bottom: 5px;
	font-weight: bold;
	font-size:93%;
}

.news_block ul li .date span {
	display: inline;
}

.news_block ul li .date img {
	vertical-align: -3px;
	margin-left: 4px;
}

.news_block .ttl {
	font-weight: bold;
}

.news_block .txt{
	font-size:93%;
}


.news_block .ph {
	 float:right;
	 margin-left: 15px;
}


/*----------------------------------------
	footer
----------------------------------------*/

#footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height:80px;
	font-size:85%;
	background:url(../../img/dz1/common/bg_glay01.gif) top center repeat;
}

#footer p {
	width: 940px;
	margin: 0 auto;
	padding-top:30px;
	text-align: center;
}


/*----------------------------------------
	float
----------------------------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 15px;
}

.img_float_r {
	float: right;
	margin-left: 15px;
}

.align_c {
	width: 100%;
	text-align: center;
}

.align_r {
	width: 100%;
	text-align: right;
}

/*----------------------------------------
	font-size
----------------------------------------*/

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}



/*----------------------------------------
	color
----------------------------------------*/

.color_red {
	color: #d80000;
}

.color_blue {
	color: #1697bd;
}


/*----------------------------------------
	margin
----------------------------------------*/


/*top*/

.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}




/*----------------------------------------
	clearfix
----------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */
