@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 1 auto;
	padding: 0;
   line-height:1.6em; //1.5emと同じ文字の1.5倍
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:1.2em;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
   font-size:16px;
}

a:hover {
   color:#000080;
   text-decoration:none;
   font-size:16px;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:5px 0px;
   padding: 5px 0px;
   font-size:larger;
}

.ad-title {
   margin: 0px 0px;
   padding: 0px 0px;
   font-size:10px;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	min-width: 750px;
	max-width: 1100px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #000080;
   border-bottom:5px solid #000080;
}

#header {
	min-width: 750px;
	max-width: 1100px;
	height:80px;
	background:#fff;
	background-image: url("../images/logo.jpg");
	background-position: right;
	background-repeat: no-repeat;
	font-size:24px;
	text-shadow: 3px 3px 3px white;
}

#ttl {
	vertical-align: middle;
	width: 100%;
	height:80px;
	font-size:20px;
}

#ttl a {
	font-size:26px;
}

#logo {
	vertical-align: top;
	width: 100px;
}

#menu {
	min-width: 750px;
	max-width: 1100px;
	background:#000;
}

#contents {
   clear:both;
	min-width: 750px;
	max-width: 1100px;
	margin-top:10px;
}

#main {
	vertical-align: top;
	width: 100%;
}

#subR {
	vertical-align: top;
	width: 300px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 0px;
   font-size:24px;
   font-weight:bold;
   color:#000080;
}

#header h1 a {
   color:#000080;
}

#header h1 a:hover {
   color:#000080;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_sub_h2.gif") 0 50% repeat;
}

#menu li {
   float:left;
   color:#333;
   list-style-type:none;
}

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 12px;
   font-weight: bold; 
   line-height:2.5;
   color:#fff;
}

#menu li a:hover{
   color: aqua;
   font-weight: bold; 
   background: midnightblue;
}

#menu .slct {
   color: white;
   text-shadow: 3px 3px 3px black;
   background: midnightblue;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MENU2 CUSTOMIZE======== */
#menu2 ul {
   margin:0;
   padding:0;
   background-color: #000080;
/*   background:url("../images/bg_menu.gif") 0 50% repeat-x;*/
}

#menu2 li {
   float:left;
   color:#FFF;
   list-style-type:none;
}

#menu2 li a {
   display:block;
   margin-right:1px;
   padding:0 12px;
   line-height:2.5;
   color:#FFF;
}

#menu2 li a:hover{
   color: aqua;
   background: linear-gradient(transparent 50%, skyblue 95%);
}

#menu2 .slct {
   color: white;
   background: linear-gradient(transparent 50%, skyblue 95%);
}

/* 回り込み解除 */
#menu2 ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#aa0000;
   text-decoration:underline;
}

#main a:hover {
   text-decoration:underline;
   background: #FF0;
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:18px;
   font-weight:bold;
   line-height:1.5;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   font-size:16px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:16px;
   line-height:1.5;
   background:#ddd;
}

#main h5 {
   margin-bottom:2px;
   padding:3px;
   font-size:16px;
   line-height:1.5;
   border-bottom:1px dotted #333;
}
#main h5:before {
   content:'● ';
   color: skyblue;
}

#main h6 {
   margin-bottom:2px;
   font-size:16px;
   line-height:1.5;
}

#main p{
   margin:0 0 1em 0;
   line-height:1.5;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

textarea {
   font-size:1.2em;
}


/* ========subR CONTENTS CUSTOMIZE======== */
#subR .pr {
   margin:10px 0;
   text-align:center;
}

#subR h2 {
   padding:3px;
   font-size:16px;
   font-weight:bold;
   color:#fff;
   background:#000080 url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

#subR ul {
   margin:0;
   padding:5px 0 1em 1em;
}

#subR li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
   text-align:left;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
	position:relative;
	clear:both;
	min-width: 750px;
	max-width: 1100px;
	background-color: #000080;
	border-top:1px solid #000080;
}

#footer * {
	color: white;
	font-size:13px;
}
.copyright {
	clear: both;
	padding:20px 0;
	text-align:center;
	font-style:normal;
}

#footermenu {
	margin: 10px auto;
	width: 750px;
}
dl {
	float: left;
	width: 140px;
	margin-right: 8px;
}
dt {
	display: inline-block;
	border-bottom: 1px dotted white;
	margin-bottom: 10px;
	font-weight: bold; 
}
dd {
	margin-left: 0px;
}
#footermenu a:hover{
   color:#FF0;
   background: black;
}

