@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   
}

body {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background-color: #ebfff1;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#0172AB;
}

img {
   border:0;
   color:#D2D2D2;
   vertical-align:bottom;
}

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

b {
   color:#ff0000;
   text-decoration:none;
}

strong {
   color:#ff0000;
   text-decoration:none;
}

th {
   color:#000000;
   text-decoration:none;
}

/* ========TEMPLATE LAYOUT======== */
div#headerbg {
   background:#47ff80;
   width:100%;
   min-width:1000px;
   border-bottom:1px solid #f2f2f2;
   margin-bottom: 30px;
}

div#header {
   position:relative;
   width: 940px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 0px;
   padding: 0px 0px 0px 0px;
}


div#pr {
   position:absolute;
   font-size:13px;
   color: #ffffff;
   width:460px;
   left:400px;
   top:10px;
}

div#contents {
   width: 940px;
   margin-right: auto;
   margin-left: auto;
}

div#main {
   float:left;
   width:610px;
   border:1px solid #F3F3F3;
   padding: 10px 10px 50px 10px;
   background-color: #ffffff;
}

div#sub {
   float:right;
   width:250px;
}

div#totop {
   clear:both;
}


div#footerbg {
   background:#47ff80;
   width:100%;
   min-width:1000px;
}

div#footer        {
   width: 940px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: -40px;
}

div#footer ul{
   padding: 50px 0px 30px 0px;
}

div#main_sub {
   float:left;
   width:940px;
   border:1px solid #F3F3F3;
   padding: 10px 10px 50px 10px;
   background-color: #ffffff;
   margin: 0px 0px 50px 0px;
}


div#footer a:link    { color:#ffffff; }
div#footer a:active  { color:#ffffff; }
div#footer a:visited { color:#ffffff; }
div#footer a:hover   { color:#ffffff; text-decoration: underline; }


/* ========TEMPLATE LAYOUT2======== */
div#top2 {
   width:950px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper2 {
   width:950px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#totop {
   clear:both;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0px;
   font-size:150%;
   color:#fff;
   line-height:70px;
}

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

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;
}


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

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#menu li.home a {
   border:none;
}

div#menu li a.active {
   color:#333;
}

div#menu li a:hover {
   background:url("images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

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

div#main h1 {
   padding:5px 0px 10px 0px;
   font-size:190%;
}

div#main h2 {
   padding:5px 0px 20px 0px;
   font-size:100%;
}

div#main h3 {
   margin:0 0 2px 6px;
   font-size:88%;
}

div#main h4 {
   margin-bottom:20px;
   color:#ffffff;
   font-size:140%;
   font-weight:bold;
   background:#37e66d;  
   padding:.7em .5em
}

div#main h5 {
   margin:0 0 2px 6px;
   font-size:88%;
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;
}

div#main p {
   margin:0 0 1em 5px;
   font-size:94%;
}

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

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

div#main blockquote {
   font-size:80%;
   background-color:#F6F6F6;
   padding:13px;
   margin:8px;
}

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

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

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

ul.toplist li{
   font-size:80%;
   float:left;
   width: 190px;
   margin:0px 0px 10px 0px;
}

ul.mainlist li{
   font-size:80%;
   float:left;
   width: 560px;
   margin:0px 0px 10px 0px;
}

.main_label{
   clear: left; 
   margin:20px 0px 10px 0px;
   color:#ffffff;
   font-size:100%;
   font-weight:bold;
   background:#37e66d;  
   padding:.7em .5em
}

.main_label2{
   clear: left; 
   margin:0px 0px 10px 0px;
   color:#ffffff;
   font-size:110%;
   font-weight:bold;
   background:#37e66d;  
   padding:.7em .5em
}

div#kanren p {margin:0 0 1em 0; font-size:75%;}

div#back {background: #FFCCCC; margin:0 0 1em 0; font-size:82%;}

div#ranking {
    background-image: url( "images/ranking1.png" );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

div#main a:hover img{
opacity:0.4;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
transition: all .3s;
}

.line2 {
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gazouwaku{
     display: inline-block;
     box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.gazouwaku2{
     border:solid 1px #ccc;
     padding:4px;
}

.center{
    text-align: center;
    bottom: 10px;
}

.right{
    text-align: right;
}

.twitter{
    text-align: right;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.point{
    margin:0px 0px 0px 5px;
    padding:0px 0px 0px 0px;
    position:relative; bottom:-5px; left:-2px;
}

.top{
    margin: 0px 0px 15px 0px;
    display: inline-block;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.page{
    border-bottom: 1px dashed #E2E2E2;
    padding: 0px 0px 10px 0px;
    margin:0 0 1em 5px;
    font-size:94%;
}

.page img{
    float:left;
    width:90px;
    height:90px;
    margin: 0px 10px 0px 0px;
}

.page a{
    font-weight:bold;
    font-size:160%;
}

.sen{
    text-decoration: line-through;
}

.moji{
    font-size:85%;
}

.formtable{
    font-size:90%;
}

.formtable th{
    font-weight:lighter;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   font-size:84%;
   font-weight:normal;
   color:#000;
   background:url("images/.gif") 50% 50%;
}

.category_title{
   margin:10px 0 10px 0;
   padding:5px 10px;
   border-bottom:2px solid #37e66d;
   color:#000;
}

.category_point{
   position:relative;
   bottom:-5px; left:-2px;
}

.ninki_page{
    border-bottom: 1px dashed #E2E2E2;
    padding: 0px 0px 38px 0px;
    margin:0 0 1em 0px;
    font-size:90%;
}

.ninki_page img{
    float:left;
    width:60px;
    height:60px;
    margin: 0px 10px 0px 0px;
    
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/list.gif) 0 5px no-repeat;
}

div#sub a:hover img{
   opacity:0.4;
   filter: alpha(opacity=60);
   -ms-filter: "alpha( opacity=60 )";
   background: #ffffff;
   transition: all .3s;
}

.follow {
   margin-top:30px;
   margin-bottom:10px;
   text-align: center;
}

.subtable {
  width: auto;
  border-spacing: 0;
  font-size:14px;
  padding: 0px 0px 20px 0px;
}
.subtable th {
  width: 300px;
  color: #2c362f;
  padding: 8px 15px;
  background: #37e66d;
  background:-moz-linear-gradient(rgba(55,230,109,0.7), rgba(55,230,109,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(55,230,109,0.7)), to(rgba(55,230,109,0.9)));
  font-weight: lighter;
  border-left:1px solid #555555;
  border-top:1px solid #555555;
  border-bottom:1px solid #555555;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable th:first-child {
  border-radius: 5px 0 0 0;	
}
.subtable th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #555555;
  text-align: center;
}
.subtable tr td:last-child {
  border-right: 1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable tr {
  background: #fff;
}
.subtable tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.subtable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.subtable tr:hover {
  background: #baffcf;
  cursor:pointer;
}


.subtable2 {
  width: auto;
  border-spacing: 0;
  font-size:14px;
  padding: 0px 0px 20px 0px;
}
.subtable2 th {
  width: 200px;
  color: #2c362f;
  padding: 8px 15px;
  background: #37e66d;
  background:-moz-linear-gradient(rgba(55,230,109,0.7), rgba(55,230,109,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(55,230,109,0.7)), to(rgba(55,230,109,0.9)));
  font-weight: lighter;
  border-left:1px solid #555555;
  border-top:1px solid #555555;
  border-bottom:1px solid #555555;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable2 th:first-child {
  border-radius: 5px 0 0 0;	
}
.subtable2 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable2 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #555555;
  text-align: center;
}
.subtable2 tr td:last-child {
  border-right: 1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable2 tr {
  background: #fff;
}
.subtable2 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable2 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.subtable2 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.subtable2 tr:hover {
  background: #baffcf;
  cursor:pointer;
}


.subtable3 {
  width: auto;
  border-spacing: 0;
  font-size:14px;
  padding: 0px 0px 20px 0px;
}
.subtable3 th {
  color: #2c362f;
  padding: 8px 15px;
  background: #37e66d;
  background:-moz-linear-gradient(rgba(55,230,109,0.7), rgba(55,230,109,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(55,230,109,0.7)), to(rgba(55,230,109,0.9)));
  font-weight: lighter;
  border-left:1px solid #555555;
  border-top:1px solid #555555;
  border-bottom:1px solid #555555;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable3 th:first-child {
  border-radius: 5px 0 0 0;	
}
.subtable3 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.subtable3 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #555555;
  text-align: center;
  height: 40px;
}
.subtable3 tr td:last-child {
  border-right: 1px solid #555555;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable3 tr {
  background: #fff;
}
.subtable3 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
.subtable3 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.subtable3 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.subtable3 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.subtable3 tr:hover {
  background: #baffcf;
  cursor:pointer;
}

.a {
  width: 130px;
}

.b {
  width: 190px;
}

.c {
  width: 220px;
}

.d {
  width: 400px;
}

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

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


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;
   list-style:none;
}

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

address {
   padding:11px 0;
   font-style:normal;
   font-size:75%;
   color:#ffffff;
   text-align:center;
   background-color:#47ff80;
}