@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
   overflow-x: hidden;
}

body {
   margin:0;
   padding:0;
   line-height:1.75;
   letter-spacing:0.2em;
   font-family:"Verdana", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", "Meiryo", "ŸàƒSƒVƒbƒN", "YuGothic", "MS PƒSƒVƒbƒN", "MS PGothic", "MSƒSƒVƒbƒN", "Osaka", "arial", "Helvetica", sans-serif;
   font-size:14px;
   color:#333;
   background:#FFF;
   background:url("../images/bg3.png") repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#CC6600;
   text-decoration:none;
   border-bottom:dotted 1px #CC9933;
}

a:hover {
   color:#FF99CC;
   text-decoration:none;
   border-bottom:dotted 1px transparent;
}

img {
   border:0;
   vertical-align:bottom;
}

h1 {
   font-weight:bold; 
}

h2,h3,h4 {
   margin:0;
   font-weight:normal;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:880px;
   margin:30px auto;
}

#header {
   width:880px;
}

#pr {
   width:880px;
}

#menu {
   float:left;
}

#contents {
   clear:both;
}

#main {
   float:right;
   width:500px;
   margin:15px 0 50px;
   padding:30px 40px;
   background:#FFF;
   border-radius:10px;
}

#sub {
   float:left;
   width:260px;
   margin:5px 0 50px;
   padding:10px;
}

#pageTop {
   clear:both;
}

#footer {
   width:880px;
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 20px;
   font-size:12px;
}

#header h1 a {
   color:#FFF;
   border-bottom:dotted 1px transparent;
}

#header h1 a:hover {
   color:#CC6600;
}

#header #logo {
   margin:5px 0;
   width:880px;
   height:200px;
   background:url("../images/logo.png");
   border-radius:15px;
}

#header #logo a {
   display:block;
   margin:0;
   width:880px;
   height:200px;
   border-bottom:dotted 1px transparent;
   color:#FFF;
}

#header #logo:hover {
   margin:5px 0;
   width:880px;
   height:200px;
   background:url("../images/logo1.png");
   border-radius:15px;
}

#pr p {
   margin:10px 0 5px;
   padding:8px 30px;
   font-size:12px;
   background: url("../images/ht.png") repeat;
   border-radius:10px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:5px 0 10px;
   padding:0;
   border-left:1px solid #FFF;
}

#menu li {
   float:left;
   text-align:center;
   letter-spacing:1px;
   list-style-type:none;
   border-right:1px solid #FFF;
}

#menu li a {
   display:block;
   width:170px;
   color:#CC3300;
   line-height:50px;
   text-decoration:none;
   background:#FFCCCC;
   border:2px solid #FFF;
   border-radius:10px;
}

#menu li a:hover {
   color:#FF9900;
   text-decoration:none;
   background:#FFFFCC;
   border:2px solid #FFCCCC;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:10px;
   padding:10px 0 10px;
   font-size:16px;
   text-align:center;
   border:3px dotted #FFCC66;
   border-radius:10px;
}

#main h3 {
   margin:7px 0;
   padding:8px;
   font-size:14px;
   text-align:center;
   border:2px solid  #FFCC66;
   border-radius:10px;
}

#main .sentence {
   margin-bottom:50px;
}

#main .sentence p {
   margin:0;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:30px;
}

#sub h3 {
   padding:8px;
   font-size:14px;
   color:#333;
   line-height:2.2;
   text-align:center;
   border-top:2px solid #FFCC66;
   border-bottom:2px solid #FFCC66;
   background:#FFF;
}

#sub ul {
   overflow:hidden;
   margin:0 0 30px;
   padding:0;
   background:#FFFFCC;
}

#sub li {
   width:260px;
   margin-top:-1px;
   line-height:2.0;
   list-style:none;
   border-top:1px solid #FFCC66;
}

#sub li a {
   display:block;
   padding:8px 30px;
}

#sub li a:hover {
   color:#666600;
   background:#FFCC99;
}

#sub #icons {
   margin:20px 0 30px;
}

#sub #icons a {
   font-size:12px;
   line-height:2.0;
   letter-spacing:0.2em;
   margin:20px 0;
}

#sub #counter {
   margin:40px 0 0;
}

#sub #counter p {
   font-size:12px;
   line-height:2.0;
   letter-spacing:0.2em;
   margin:0;
}

#sub #counter a {
   text-decoration:none;
   border-bottom:dotted 1px transparent;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:14px 20px;
   font-size:12px;
   font-weight:bold; 
   line-height:2.0;
   outline:none;
   color:#CC3300;
   background:#FFCC99;
   border-bottom:dotted 1px transparent;
   border-radius: 10px 10px 0 0;
}

#pageTop a:hover {
   color:#FF6666;
   background-color:#FFF;
   text-decoration:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   overflow:hidden;
   margin:0  -500%;
   padding:18px 0;
   font-style:normal;
   font-size:14px;
   letter-spacing:2px;
   color:#FFF;
   text-align:center;
   background:url("../images/ft.png") repeat;
}

