@charset "UTF-8";


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

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:14px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#000099;
   text-decoration:underline;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


#top {
   width:804px;
   margin:10px auto;
   border:10px solid #ccc;
}

#header {
   width:804px;
}

#menu {
   float:left;
}

#topic {
   float:left;
}
#topicphoto {
   float:left;
}


#contents {
   background:#CCC;
}

#main {
   float:left;
   width:574px;
   margin:10px 0;
   padding:10px;
   background:#fff;
}

#side {
   float:right;
   width:200px;
   margin:10px 0;
   padding:0;
}

#pagelast {
   clear:both;
   background:#fff;
}

#footer {
   clear:both;
   background:#fff;
}


/* ========header======== */
    
#header h1 {
   margin:0;
   padding:10px;
   font-size:11px;
}

/* ========menu======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   border-left:1px solid #fff;
}

#menu li a {
   display:block;
   width:160px;
   color:#fff;
   line-height:40px;
   text-decoration:none;
   background:#000099;
}

#menu li:first-child {
   border-left:none;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#003399;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#003399;
}


/* ========topic======== */
#topic {
overflow:hidden;
   width:794px;
   height:440px;
   margin-top:10px;
   padding:5px;
   background:#fff;
}
/* ========topic index以外の写真======== */
#topicphoto {
overflow:hidden;
   width:794px;
   height:220px;/*写真の高さ*/
   margin-top:10px;
   padding:5px;
   background:#fff;
}



/* ========main======== */
#main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:16px;
   border-bottom:3px double #999;
}

#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #000099;
   border-bottom:1px dotted #999;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#000099;
}

#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #999;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

p.check {
	font-size: 80%;
	color:#003399;
}

#main dt {
   margin-bottom:3px;
}

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

/* information */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:8em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 8em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}


/* ========side======== */
#side .section {
   margin-bottom:10px;
}

#side h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#333;
   text-align:center;
   border-bottom:3px solid #000099;
   background:#fff;
}

#side ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#fff;
}

#side li {
   width:198px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #ccc;
}

#side li a {
   display:block;
   padding:10px 5px;
}


/* ========pagelast========= */
#pagelast {
   margin-top:10px;
   padding:5px;
   text-align:right;
}

#pagelast a {
   padding:5px 5px 5px 17px;
   font-size:11px;
   outline:none;
}


/* ========footer======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #ccc;
}

/*=======WEBcoupon =========*/
.line { 
   border-bottom:dotted 3px #666;}





