@charset "UTF-8";

/* ========BASIC======== */
* {
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",sans-serif;
   color:#333;
}

body {
   background:whitesmoke;
   letter-spacing:1px;
   line-height:1.6;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
   font-size:88%;
}

p {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:steelblue;
   text-decoration:none;
}

a:hover {
   color:crimson;
   border-bottom:1px solid crimson;
}

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

li {
   margin:0 0 0 40px;
   padding:0;
}

hr {
   border-top:1px solid steelblue;
}

/* ========TEMPLATE WIREFRAME======== */
div#top {
   width:800px;
   margin:20px auto;
   padding:10px;
   background:white;
}

div#header {
   width:800px;
   position:relative;
   background:gainsboro;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#ddd;
   border-bottom:none;
}
div#navi {
   position:absolute;
   top:20px;
   right:0;
}

div#icatch {
   margin:5px 0;
}

div#menu {
   float:left;
   width:800px;
   margin:0 0 20px 0;
   background:steelblue;
}

div#menu:hover {
   background:cadetblue;
}

div#contents {
   width:800px;
   clear:both;
   float:left;
}

div#main {
   float:left;
   width:580px;
}

div#sub {
   float:right;
   width:200px;
   padding:5px;
   background:whitesmoke;
}

div#totop {
   clear:both;
}

div#footer {
   width:800px;
   clear:both;
   padding:10px 0;
   background:whitesmoke;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
   padding:20px 10px 0 20px;
   font-weight:bold;
   font-size:150%;
   color:#fff;
}

div#header p{
   margin:0;
   padding:0 10px 10px 20px;
   color:#333;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   list-style:none;
   margin:0;
   padding:0;
   font-size:80%;
}
div#menu li {
   float:left;
   margin:0;
   padding:0;
}
div#menu li a {
   display:block;
   padding:10px 23px;
   color:#fff;
}

div#menu li a:hover {
   color:#fff;
   background:dodgerblue;
   border:none;
}

div#menu .current {
   background-color:dodgerblue;
   color:#fff;
}


/* ========MAIN CUSTOMIZE======== */
div#counter {
   text-align:right;          /*カウンターの位置*/
}   

div#say {
   text-align:center
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:100%;
   font-weight:bold;
   border-bottom:3px double steelblue;
}

div#main h3 {
   font-weight:bold;
   font-size:100%;
}

div#main h4 {
   font-weight:bold;
   font-size:92%;
}

div#main h5 {
   font-weight:bold;
   font-size:100%;
}

div#main h6 {
   font-weight:bold;
   font-size:88%;
}

div#main dl {
   margin:0;
   padding:0;
}

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

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

div#main li {
   list-style:square;
}

div#main .list {
        margin:0 0 1em 0;
        padding:0;
        font-size:78%;
} 
/* テーブルデザイン */
#contents .summary {
   margin:3px 0 20px 1em;
   padding:0;
   border-collapse: collapse;
   line-height:1.4;
}

#contents .summary th {
   width:20%;
   padding:5px;
   vertical-align:top;
   border:1px solid steelblue;
   font-weight:normal;
}

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

/* ========SUB CUSTOMIZE======== */
div#sub h2 {
   background:dodgerblue;
   color:#fff;
   padding:2px 5px 0px 5px
}

div#sub ul{
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

div#sub li{
   margin:0 0 0 5px;
   padding-left:15px;
   border-bottom:1px solid #fff;
   line-height:2.2;
   background:url(images/bg_list.gif) 0 50% no-repeat;
}

div#sub .new {
	width: 95%;			/*What's Newボックスの幅*/
	height: 175px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background: whitesmoke;	/*背景の色*/
	border: 1px steelblue;	/*フチのライン*/
	margin-top: 0.5em;
}

div#sub dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

div#sub dd {
	border-bottom: 1px dotted steelblue;	/*文の下に1pxの点線(dotted)をsteelblueの色で入れる。*/
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px 0;
   text-align:right;
   font-size:82%;
}

div#totop a{
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 60% no-repeat;
}


div#footMenu {
   position: relative;
   overflow: hidden;
   padding:20px 0 0 0;
   border-top:1px solid steelblue;
}

div#footMenu ul{
   position:relative;
   left:50%;
   float:left;
   list-style:none;
   font-size:0.77em;
   margin:0;
   padding:0;
}

div#footMenu li{
   position:relative;
   left:-50%;
   float:left;
   margin:0 30px 0 0;
   padding:0;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}

/* ========FOOTER CUSTOMIZE======== */
div#footer{
   text-align:center;
   font-size:63%;
   padding:20px 0;
}