@charset "UTF-8";

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

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#21699C;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#666;
}

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

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

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:760px;
   margin:0 auto;
   padding:10px;
   background:#F7F3F7;
}

div#header {
   position:relative;
   width:760px;
   height:150px;
   background:#7BAAD6 url(images/bg_header_top.gif) 0 0 no-repeat;
}

div#header_bottom {
   width:760px;
   position:absolute;
   bottom:0;
   background:#7BAAD6 url(images/bg_header_bottom.gif) 0 100% no-repeat;
}


div#pr {
   position:absolute;
   left:280px;
   top:10px;
   width:480px;
}

div#contents {
   float:left;
   width:760px;
   margin-top:10px;
   background:#fff url(images/bg_contents.gif) 0 0 repeat-y;
}

div#left {
   float:left;
   width:500px;
   padding:10px;
   background:#fff url(images/bg_main.gif) 0 0 no-repeat;
}

div#right {
   float:right;
   width:220px;
   padding:10px;
   background:#CACACA url(images/bg_sub.gif) 0 0 no-repeat;
}

div#totop {
   clear:both;
}

div#footheader_bottom {
   float:left;
   width:760px;
   padding-top:10px;
   background:url(images/bg_contents_footer.gif) 0 0 no-repeat;

}
div#footer {
   clear:both;
   margin:0 5px;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:0.8em;
   color:#fff;
   line-height:1.0;
}

div#header_bottom b {
   margin:0;
   padding:10px;
   font-size:1.8em;
   color:#fff;
   line-height:1.0;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
div#left a {
   color:#21699C;
}

div#left a:hover {
   color:#21699C;
   border-bottom:1px solid #21699C;
}

div#left h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:0.94em;
   font-weight:bold;
   border-bottom:3px double #535D57;
}

div#left h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#left h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#left h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#left h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#left p {
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#left div {
   margin:0 0 1em 0;
   font-size:0.75em;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#right dl {
   margin-bottom:10px;
}

div#right dl dt {
   font-size:0.88em;
   font-weight:bold;
}

div#right dl dd {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   margin:0;
}

div#right dl dd a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:1.5em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:10px;
   margin:0;
   font-size:0.63em;
}

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

div#totop p a:hover {
   color:#f1f1f1;
}


/* ========FOOTheader_bottom CUSTOMIZE======== */
div#footheader_bottom ul {
   margin:0;
   padding:10px 0;
   text-align:right;
}

div#footheader_bottom li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

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


/* ========FOOTER CUSTOMIZE======== */
address {
   padding-top:10px;
   font-size:0.63em;
   color:#333;
   text-align:center;
   background: url(images/bg_dotline.gif) 0 0 repeat-x;
}