@charset "utf-8";

/* ========BASIC======== */
body {
	margin:0;
	padding:0;
	color:#333;
	font-family:verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:1.4;
	background-color: #CCCCCC;
}

a {
	color:#000000;
	text-decoration:none;
}


a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#0066CC;
}

br {
   letter-spacing:normal;
}

img {
	border:0;
	vertical-align:bottom;
	background-color: #CCCCCC;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:100%;
}

h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:140%;
	display: flex;

}

p {
	margin:0;
	font-size:75%;
	font-family: verdana, sans-serif;
}

em {
   font-weight:bold;
   font-style:normal;
}

strong {
	font-weight:bold;
	color:#FF0000;
}

ins {
   text-decoration: underline;
}

del {
   color:#999;
   text-decoration: line-through;
}

ul,ol {
	margin:0 0 1em 2em;
	padding:0;
	font-size:120%;
}


dl{
   margin:0;
   padding:1em 0;
   font-size:75%;
   
}

th,td {
   font-weight:normal;
   font-size:75%;
   text-align:left;
}

form {
   margin:0;
   font-size:75%;;

}

textarea,
input[type=text],
select {
	font-size:100%;
	background:#fff;
	border:1px solid #333;
   }


/* ========TEMPLATE LAYOUT======== */
#top {
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	width:960px;
	height:210px;
	padding:0 20px;
	background:#fff url(../images/bg_header2.jpg) no-repeat;
}

#menu {
	position:absolute;
	left:35px;
	bottom:-1px;
	width: 900px;
}

#contents {
	width:960px;
	padding:0 20px;
	background-color: #CCCCCC;
}

#footer {
   width:960px;
   height:100px;
   padding:0 20px;
   background:#fff url(../images/bg_footer.jpg) no-repeat;
}



/* ========HEADER CUSTOMIZE======== */
#header h1 {
	display:inline;
	position:relative;
	top:30px;
	left:30px;
	font-size:100%;
	background-color: #666666;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   list-style:none;
}

#menu li {
   display:inline;
   padding-right:20px;
}

#menu li a {
   padding-left:20px;
}

#menu li a:hover {
   background:url(../images/mark.gif) top left no-repeat;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#contents h2 {
	margin-bottom:5px;
	padding-top:30px;
	border-bottom:3px double #FF6535;
	color:#000000;
}

#contents h3 {
	margin-bottom:5px;
	padding-top:30px;
	border-bottom:1px solid #333;
	font-size: 30px;
}

#contents h4 {
   margin-bottom:5px;
   padding-top:30px;
   font-weight:normal;
}

#contents h5 {
   margin-bottom:5px;
   padding-top:30px;
   font-weight:normal;
   font-size:75%;
}

#contents h6 {
   margin-bottom:5px;
   padding-top:30px;
   font-weight:normal;
   font-size:100%;
}

#contents dd {
   margin-left:1em;
}

/* テンプレート概要のためのテーブルデザインですので
   削除されても構いません */
#contents .summary {
   margin:0 0 20px 0;
   padding:0;
   border-collapse: collapse;
   line-height:1.4;
}

#contents .summary th {
   width:30%;
   padding:5px;
   padding-right:2em;
   vertical-align:top;
   border:1px solid #999;
   font-weight:normal;
}

#contents .summary td {
   width:70%;
   padding:5px;
   vertical-align:top;
   border:1px solid #999;
   border-left:3px double #999;
   font-weight:normal;
}
/* ↑↑↑ テーブルデザイン ここまで ↑↑↑ */

/* ========TOTOP CUSTOMIZE======== */
.totop {
   font-size:75%;
   text-align:right;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding-top:30px;
   font-size:70%;
   text-align:center;
}
/* ===================================================================

 * youtube

=================================================================== */

.youtube {position:relative;}/* ラッパー */
.youtube_play:hover {cursor:pointer;}/* サムネイル */
.youtube_btn {/* YouTubeアイコン */
/* アイコンの画像とサイズ指定 */
width:42px;
height:30px;
background-image:url(マウスが乗っていない.png);
/* 上下左右中央へ配置 */
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}
