/* 基本レイアウト */


html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体） */


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }

/* ページレイアウト */


body {
    width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.8em;
    color: #333;
    background: url(img/bg.gif) repeat-x #fff;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
}


/* ヘッダー（レイアウト） */


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 930px;
    _width: 950px;
    height: 80px;
    text-align: left;
    background: url(img/head.gif) no-repeat center #fff ;
}


/* ヘッダー（サイトタイトル） */


#header h1
{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 27px; left: 75px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 550px;
    height: 200px;
    background: url(img/bbg.gif) ;
}

#banner div {
    position: relative;
    margin: 0 0 10px 0;
    padding: 20px 5px 10px 160px;
    _padding: 30px 10px 10px 160px;
    width: 390px;
    _width: 550px;
    height: 170px;
    _height: 200px;
    background: url(img/banner.jpg) no-repeat;
}

#banner h2 {
    width: 370px;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    position:absolute; top: 10px; left: 175px;
}

#banner p
{
    margin: 0 ;
    padding: 0;
    width: 360px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #333;
    text-align: left;
    letter-spacing: 0;
    background: none ;
    position:absolute; top: 35px; left: 175px;
}


/* メインコンテンツ全体 基本レイアウト*/


#container
{
    position: relative;
    width: 930px;
    _width: 950px;
    margin: 0 auto 0 auto;
    padding: 36px 10px 0 10px;
    text-align: center;
    background: url(img/bbg.gif) #fff;

}


#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分） */
#warp{
    width:780px;
    _width:780px;
    float:left;
     

}

#main
{

    position: relative;
    min-height: 1px;
    text-align: left;
    width: 548px;
    _width:570px;
    float:right;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 10px 0 0;
    background: url(img/2.jpg)  no-repeat left ;
}

#sideright{
    width:140px;
    float:right;
    text-align:left;
    margin: 10px 0 0;
}
#sideright p{
    margin:2px 0 0 0;
    font-size:0.8em;
}
/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    background: url(img/h.gif) no-repeat top right;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 40px;
    padding: 20px 5px 10px 10px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #ffcc00;
    background: url(img/hm.gif) no-repeat top right;
    letter-spacing: 0.4em;
}


.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0 5px;
    line-height:1.25;
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #dcdcdc;
    color: #336699;
}
.header3 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 10px 0 5px;
    line-height: 85px;
    padding: 0 5px 0 5px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    border-bottom: 1px dotted #dcdcdc;
    border-top:3px solid #4c96ff;
    color: #336699;
}

.header a, .header2 a  { text-decoration: none; }


p {
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 clear:both;
 border-bottom: 1px dotted #dcdcdc;
}
.entry table{
 width:550px;
}
.entry1
{
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #ffcc00;
 background: #fffff0;
 min-height: 115px;
 padding: 10px;
}
.entry2
{
 line-height: 1.5;
 margin: 10px 10px 50px 10px;
 padding-bottom: 10px; 
 clear:both;
 border-top: 1px dotted #cacaca;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content
{
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more
{
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 970px;
    height: 150px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: url(img/foot.gif) bottom left no-repeat;
}


#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 30px 0 0;
    color: #666;
    font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

/* サイドメニュー内部 */


#side ul
{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(img/li.gif) ;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(img/lih.gif) ;
}



#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
    color:#fff; font-weight:bold;
}

#side li.sidetitle a
{
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1em;
    line-height: 36px;
    display: block; 
    background: url(img/st.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
    color:#fff; font-weight:bold;
}

#side li.sidetitle a:hover
{
    background: url(img/sth.gif) ;
    border-left: none;
}


.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
    background: url(img/boxbg.gif) no-repeat right bottom #f8f8f8;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #fff;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
}


.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(img/go.gif) no-repeat right top;
}


.click a:hover
{
    background: url(img/goh.gif) no-repeat right top;
}


.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(img/gotop.gif) no-repeat right;
    clear: both;
}


.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


#side p
{
    margin: 10px 0;
    padding: 0;
}


.center { text-align: center; }


.b {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}

.widget
{
    margin: 0;
    padding: 10px 0;
}


.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table {
    font-size: 0.9em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    clear: both;
    text-align: center;
}
.red { color: #cc0000; } /* 赤 */ 
.red1 { color: #cc0000; font-weight:bold;} /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 

.imgleft{
    float:left;
    margin:0 10px 10px 0;
}
.imgright{
    float:right;
    margin:0 0px 10px 10px;
}
table.fxhyou
{
    width: 520px;
    border: 1px #CACACA solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.fxhyou td
{
    padding: 5px 2px;
    border: 1px #CACACA solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    line-height:30px;
}
table.fxhyou td h3
{
    font-size:1.0em;
    font-weight:normal;
    text-align:left;
    text-indent:5px;

    
}

table.fxhyou th
{
    padding: 5px;
    border: #CACACA solid;
    border-width: 0 0 1px 1px;
    background: #d0eeff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.topbox1{
    width:175px;
    height:auto;
    border:1px solid #cacaca;
    float:left;
    margin-right:5px;
    margin-top:20px;
    text-align:center;
    padding-bottom:10px;
}
.topbox1 ul{
    padding:0;
    margin:0;
}
.topbox2{
    width:265px;
    height:auto;
    border:1px solid #cacaca;
    float:left;
    margin-right:5px;
    margin-top:20px;
    text-align:center;
    padding-bottom:10px;
}
.topbox3{
    width:168px;
    height:auto;
    border:1px solid #cacaca;
    float:left;
    margin-right:5px;
    margin-top:20px;
    text-align:center;
    padding-bottom:10px;
}
.topbox3 p{
    padding:0;
    margin:0;
}
.topbox ul{
    padding:0;
    margin:0;
}
.topbox li{
    text-align:left;
}

.topboxtitle{
    display:block;
    width:100%;
    background:#1E90FF;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:25px;
    margin-bottom:10px;
}
.topboxtitle3{
    display:block;
    width:100%;
    background:url(img/kom01.gif) no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:40px;
    text-indent:-5000px;
    margin-bottom:10px;
}
.topboxtitle4{
    display:block;
    width:100%;
    background:url(img/kom02.gif) no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:40px;
    text-indent:-5000px;
    margin-bottom:10px;
}
.topboxtitle5{
    display:block;
    width:100%;
    background:url(img/kom03.gif) no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:40px;
    text-indent:-5000px;
    margin-bottom:10px;
}



.topbox1bottan a{
    display:block;
    width:120px;
    height:30px;
    background:url(img/topboxbottan.gif) no-repeat;
    text-indent:-5000px;
    text-align:center;
}
.topbox1bottan a:hover{
    display:block;
    width:120px;
    height:30px;
    background:url(img/topboxbottan2.gif) no-repeat;
    text-indent:-5000px;
    text-align:center;
}
.siderighttitle{
    display:block;
    line-height:40px;
    background:url(img/osusumetitle.gif) no-repeat;
    font-weight:bold;
    text-indent:-5000px;
    
}
.siderighttitle1{
    display:block;
    line-height:22px;
    background:url(http://www.astc.jp/img/side_rank1.jpg) no-repeat;
    text-indent:33px;
    clear:both;
    margin-top:10px;
}
.siderighttitle1 a,.siderighttitle2 a,.siderighttitle3 a,.siderighttitle4 a,.siderighttitle5 a,.siderighttitle6 a,.siderighttitle7 a{
    color:red;
    font-weight:bold;
}
.siderighttitle2{
    display:block;
    line-height:22px;
    background:url(http://www.astc.jp/img/side_rank2.jpg) no-repeat;
    text-indent:33px;
    clear:both;
    margin-top:10px;
}

.siderighttitle3{
    display:block;
    line-height:22px;
    background:url(http://www.astc.jp/img/side_rank3.jpg) no-repeat;
    text-indent:33px;
    clear:both;
    margin-top:10px;
}

.siderighttitle4{
    display:block;
    line-height:30px;
    text-indent:5px;
    clear:both;
}


.siderighttitle5{
    display:block;
    line-height:30px;
    text-indent:5px;
    clear:both;
}



.siderighttitle6{
    display:block;
    line-height:30px;
    text-indent:5px;
    clear:both;
}



.siderighttitle7{
    display:block;
    line-height:30px;
    text-indent:5px;
    clear:both;
}

.right{
    text-align:right;
    margin-bottom:10px;
}

.imgleft2{
    float:left;
    margin:0 3px 3px 0;
}
.omousikomi10 a{
    display:block;
    width:477px;
    height:78px;
    background:url(img/omousikomi10.gif) no-repeat;
    text-indent:-5000px;
    clear:both;
}
.omousikomi10 a:hover{
    display:block;
    width:477px;
    height:78px;
    background:url(img/omousikomi10h.gif) no-repeat;
    text-indent:-5000px;
    clear:both;
}



#topnavi{
    position:absolute;
    top:0px; left:10px;
    width:930px;
    height:36px;
}
#topnavi ul{
    width:930px;
    height:36px;
    margin:0;
    padding:0;
    list-style-type:none;
}
#topnavi li.global001,#topnavi li.global001 a{
    margin:0;
    padding:0;
    display:block;
    width:186px;
    height:36px;
    line-height:36px;
    background:url(img/global001.gif) no-repeat;
    text-indent:-5000px;
    float:left;
}
#topnavi li.global001 a:hover{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
#topnavi li.global002,#topnavi li.global002 a{
    margin:0;
    padding:0;
    display:block;
    width:186px;
    height:36px;
    background:url(img/global002.gif) no-repeat;
    text-indent:-5000px;
    float:left;
}

#topnavi li.global003,#topnavi li.global003 a{
    margin:0;
    padding:0;
    display:block;
    width:186px;
    height:36px;
    background:url(img/global003.gif) no-repeat;
    text-indent:-5000px;
    float:left;
}

#topnavi li.global004,#topnavi li.global004 a{
    margin:0;
    padding:0;
    display:block;
    width:186px;
    height:36px;
    background:url(img/global004.gif) no-repeat;
    text-indent:-5000px;
    float:left;
}

#topnavi li.global005,#topnavi li.global005 a{
    margin:0;
    padding:0;
    display:block;
    width:186px;
    height:36px;
    background:url(img/global005.gif) no-repeat;
    text-indent:-5000px;
    float:left;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.1em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.line1 { background: #ff99cc; }
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*  フォントの指定
-------------------------------------------------------------*/

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.arial{ font-family: "Arial"; }
.arial-b{ font-family: "Arial Black"; }
.comic{ font-family: "Comic Sans MS"; }
.courier{ font-family: "Courier New"; }
.time{ font-family: "Times New Roman"; }
.impact{ font-family: "Impact"; }
.trebuchet{ font-family: "Trebchet MS"; }
.verdana{ font-family: "Verdana"; }


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }




/*  線
-------------------------------------------------------------*/

.border1 { border: 1px solid #cccccc; }/*グレーの線*/
.border2 { border: 1px solid #ff99cc; }/*ピンクの線*/
.border3 { border: 1px solid #cc0000; }/*赤の線*/
.border4 { border: 1px solid #000000; }/*黒の線*/



.fxcamp{
    _width:528px;
    width:530px;
    height:30px;
    margin:0;
    padding:0;
    clear:both;
    border-top:1px solid #191919;
    border-left:1px solid #191919;
    border-right:1px solid #191919;
}
.fxcamp2 a{
    text-decoration:none;
}
.fxcampth1{
    width:137px;
    _width:135px;
    height:30px;
    line-height:30px;
    background:#205fff;
    color:#fff;
    float:left;
    text-align:center;
}
.fxcampth2{
    width:134px;
    height:30px;
    line-height:30px;
    background:#205fff;
    color:#fff;
    float:left;
    text-align:center;
}
.fxcampth3{
    width:259px;
    height:30px;
    line-height:30px;
    background:#205fff;
    color:#fff;
    float:left;
    text-align:center;
}
.fxcamptd1{
    text-align:center;
    float:left;
    padding:10px 0 0 0;
    width:134px;
    height:150px;
    line-height:30px;
    background:#fff;
    display:block;
    color:#666;
    border-right:1px solid #cacaca;

}
.fxcamptd2{
    width:134px;
    height:130px;
    _height:150px;
    padding:30px 0 0 0;
    line-height:20px;
    background:#fff;
    display:block;
    color:#666;
    float:left;
    border-right:1px solid #cacaca;
    text-align:center;
}
.fxcamptd3{
    width:249px;
    _width:254px;
    height:145px;
    _height:150px;
    line-height:1.1em;
    background:#fff;
    display:block;
    color:#666;
    padding:5px 5px 0 5px;
    float:right;
    text-align:left;
}
.fxcamp2{
    _width:528px;
    width:530px;
    height:160px;
    margin:0;
    padding:0;
    clear:both;
    border-left:1px solid #cacaca;
    border-right:1px solid #cacaca;
    border-top:1px solid #cacaca;
}

.fxcamp2_bottom{
    _width:528px;
    width:530px;
    height:160px;
    margin:0;
    padding:0;
    clear:both;
    border-left:1px solid #cacaca;
    border-right:1px solid #cacaca;
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
}
table.fxcampkihon {
    width:249px;
    margin:5px 0 0 0;
    font-size:0.8em;
}

#hikakumenu{
    width:550px;
    height:auto;
}
#hikakumenu .hikakusougou a{
    display:block;
    width:265px;
    margin:0 10px 10px 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:left;
}
#hikakumenu .hikakusougou a:hover{
    display:block;
    width:265px;
    margin:0 10px 10px 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:left;
}
#hikakumenu .hikakusupuredo a{
    display:block;
    width:265px;
    margin:0 0px 10px 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:right;
}
#hikakumenu .hikakusupuredo a:hover{
    display:block;
    width:265px;
    margin:0 0px 10px 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:right;
}
#hikakumenu .hikakuswap a{
    display:block;
    width:265px;
    margin:0 10px 10px 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:left;
}
#hikakumenu .hikakuswap a:hover{
    display:block;
    width:265px;
    margin:0 10px 10px 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:left;
}


#hikakumenu .hikaku1000tuka a{
    display:block;
    width:265px;
    margin:0 0px 10px 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:right;
}
#hikakumenu .hikaku1000tuka a:hover{
    display:block;
    width:265px;
    margin:0 0px 10px 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:right;
}

#hikakumenu .hikakutyumon a{
    display:block;
    width:265px;
    margin:0 10px 0 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:left;
}
#hikakumenu .hikakutyumon a:hover{
    display:block;
    width:265px;
    margin:0 10px 0 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:left;
}

#hikakumenu .hikakuleva a{
    display:block;
    width:265px;
    margin:0 0px 0 0;
    line-height:40px;
    background:#2294ff;
    color:#fff;
    text-align:center;
    float:right;
}
#hikakumenu .hikakuleva a:hover{
    display:block;
    width:265px;
    margin:0 0px 0 0;
    line-height:40px;
    background:#fff;
    color:#2294ff;
    text-align:center;
    float:right;
}



