﻿/* index.css　
--------------------------------------------------------- */
/*hedder*/
.second-room {float: right; font-size: 13px;}
.circbox  {
    height: 30px;
    width: 30px;
    border:solid 1px #C0C0C0;
    border-radius: 15px 15px 15px 15px / 15px 15px 15px 15px;
    background: #E000E0;
    font-size: 120%;
    font-weight: 900;
    float: left;
}
.bc1	{background: #7fffd4; margin-top: 35px}
.bc2	{background: #ff00cb; margin-top: 10px}
.bc3	{background: #87ceeb; margin-top: 30px}
.bc4	{background: #ffdead; margin-top: 10px}
.bc5	{background: #9370db; margin-top: 20px}
.bc6	{background: #f0e68c; margin-top: 5px}
.ct     {margin-top: 4px; margin-left: 8px; color: black;}


/*side-a*/
.sideA  {color: #606060; margin-left: 20px; margin-right: 20px; font-weight: 700; font-size: 100%;  text-align: center}
.anodos				{ color: #000000; }
.anodos:visited		{ color: #000000; }
.anodos:hover		{ color: #ff00ff; }


/*side-b*/
#bk732 { height: 140px; background: url(../img/01index/pettan_map_trans.jpg) repeat; margin-bottom: 10px;}
.column-h           {height: 390px}
.index-column		{float: left; width: 192px; text-align: center;}
.index-column ul	{list-style-type: none; color: #505050; font-size: 100%; font-weight: bold; margin-left: 30px; text-align: left;}
.index-column p		{margin-left: 20px; margin-right: 10px; color: #585858; font-size: 100%; font-weight: 400; text-align: left}

.index-board {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 5px;
    width:576px;
    height:612px;
    border:solid 1px #b8b8b8; 
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    background-color: #FF9;
 } 
.index-column2		{float: left; width: 424px;}
.index-column3		{float: left; width: 152px; text-align: center; font-size: 160%; font-weight: 700; padding-top: 200px; color: red;}
.bd1    {border: 2px #808080 solid;}

.index-button1 {
    margin: 150px auto 0;
    padding-top: 5px;
    width:136px;
    height:60px;
    border:solid 1px #D8D8D8; 
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
    background-image: linear-gradient(0deg,#E0E0E0,#FFFFFF);
}

