/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

html { margin: 0; padding: 0; 
letter-spacing:1px;}
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/*-------------------------------------------------------
■ 見出し
-------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
	font-weight: bold;
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

}


/*-------------------------------------------------------
■ リンク色（ページ全体）
-------------------------------------------------------*/

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }


/*-------------------------------------------------------
■ 装飾用背景画像指定
-------------------------------------------------------*/

body { background: #f5f5f5; }
#header, #navi li a { background: url(img/a4.gif) center #666;}
#banner div { background: url(img/header.jpg) no-repeat; }
.pickup1 { background: #fff ; }
.click a,
.topbox2 h3 a { background: url(img/go.gif) no-repeat right; }
.click a:hover,
.topbox2 h3 a:hover { background: url(img/goh.gif) no-repeat right; }
#container { background: url(img/bbg.gif); }
#side li a { background: url(img/li.gif); }
#side li a:hover { background: url(img/lih.gif);}
#side li.sidetitle { background: url(img/st.gif); }

/*-------------------------------------------------------
■ 装飾用カラー
-------------------------------------------------------*/

#header,
#banner div,
.header
{
    border-bottom: 2px solid #990000;
}
#navi li a:hover
{
    background: #990000;
    color: #fff;
}

/*-------------------------------------------------------
■ 装飾用文字色
-------------------------------------------------------*/

.header2 { color: #990000; }











/*------------------------------------------------------------
●１、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center!important; }/*中央寄せ*/
.al-r{ text-align: right!important; }/*右寄せ*/
.al-l{ text-align: left!important; }/*左寄せ*/


/*------------------------------------------------------------
●２、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top; }/*上寄せ*/
.vl-m{ vertical-align: middle; }/*中央寄せ*/
.vl-b{ vertical-align: bottom; }/*下寄せ*/


/*------------------------------------------------------------
●３、float・・・ブロックの左右の寄せ
-------------------------------------------------------------*/

.fl-c{ clear: both; }/*左右の寄せを解除*/
.fl-r{ float:right; margin-left: 20px; }/*右寄せ*/
.fl-l{ float:left; margin-right: 20px; }/*左寄せ*/


/*------------------------------------------------------------
●４、margin・・・周りのブロックからの距離

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.m0{ margin: 0px!important; }/*周りからのmarginを0にする*/
.m0-t{ margin-top: 0px!important; }/*上からのmarginが0px*/
.m0-r{ margin-right: 0px!important; }/*右からのmarginが0px*/
.m0-b{ margin-bottom: 0px!important; }/*下からのmarginが0px*/
.m0-l{ margin-left: 0px!important; }/*左からのmarginが0px*/

.m10{ margin: 10px!important; }/*周りからのmarginが10px*/
.m10-t{ margin-top: 10px!important; }/*上からのmarginが10px*/
.m10-r{ margin-right: 10px!important; }/*右からのmarginが10px*/
.m10-b{ margin-bottom: 10px!important; }/*下からのmarginが10px*/
.m10-l{ margin-left: 10px!important; }/*左からのmarginが10px*/

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }


/*------------------------------------------------------------
●５、padding・・・周りのブロックからの距離（padding）

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.p0{ padding: 0px!important; }/*周りからのmarginを0にする*/
.p0-t{ padding-top: 0px!important; }/*上からのmarginが0px*/
.p0-r{ padding-right: 0px!important; }/*右からのmarginが0px*/
.p0-b{ padding-bottom: 0px!important; }/*下からのmarginが0px*/
.p0-l{ padding-left: 0px!important; }/*左からのmarginが0px*/

.p10{ padding: 10px!important; }/*周りからのmarginが10px*/
.p10-t{ padding-top: 10px!important; }/*上からのmarginが10px*/
.p10-r{ padding-right: 10px!important; }/*右からのmarginが10px*/
.p10-b{ padding-bottom: 10px!important; }/*下からのmarginが10px*/
.p10-l{ padding-left: 10px!important; }/*左からのmarginが10px*/

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }


/*------------------------------------------------------------
●６、font-size・・・フォントサイズの設定

	※「em」と「pt」の違い
	　IEで、ブロウザの文字サイズ変更が反映されるのが「em」です
	　「pt」は文字サイズ変更が効きません。
-------------------------------------------------------------*/

.normal{ font-weight: normal!important; }

.b{ font-weight: bold!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }

.small{ font-size: 80%!important; }

.f08em{ font-size: 0.8em }
.f09em{ font-size: 0.9em }
.f10em{ font-size: 1.0em }
.f11em{ font-size: 1.1em }
.f12em{ font-size: 1.2em }
.f13em{ font-size: 1.3em }
.f14em{ font-size: 1.4em }
.f16em{ font-size: 1.6em }
.f18em{ font-size: 1.8em }
.f20em{ font-size: 2.0em }
.f22em{ font-size: 2.2em }
.f24em{ font-size: 2.4em }


.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f16pt{ font-size: 16pt!important; }
.f18pt{ font-size: 18pt!important; }
.f20pt{ font-size: 20pt!important; }
.f22pt{ font-size: 22pt!important; }
.f24pt{ font-size: 24pt!important; }


/*------------------------------------------------------------
●７、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.black{ color: #000!important; }/*黒色*/
.red{ color: #cc0000!important; }/*赤色*/
.blue{ color: #003399!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/


.impact {
	padding: 0px;
	color: #000000;
	background-color: #ffff99;
}


/*------------------------------------------------------------
●８、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh13{ line-height: 1.3em!important; }
.lh14{ line-height: 1.4em!important; }
.lh15{ line-height: 1.5em!important; }
.lh16{ line-height: 1.6em!important; }
.lh17{ line-height: 1.7em!important; }
.lh18{ line-height: 1.8em!important; }
.lh19{ line-height: 1.9em!important; }
.lh20{ line-height: 2.0em!important; }


/*------------------------------------------------------------
●９、underline・・・アンダーライン（下線）の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }


/*------------------------------------------------------------
●１０、取り消し線の設定
-------------------------------------------------------------*/

.del{ text-decoration:line-through;}


/*------------------------------------------------------------
●１１、box・・・カラーボックスの設定
-------------------------------------------------------------*/

.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/


/*------------------------------------------------------------
●１２、input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,textarea:focus{ background-color: #dee!important; }


/*------------------------------------------------------------
●１３、hr・・・線の基本設定
-------------------------------------------------------------*/

hr{
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: solid none none none;
	color: #ccc;
}

/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}


/*------------------------------------------------------------
●１５、top、middle、bottom・・・画像の縦位置設定
-------------------------------------------------------------*/

/*--------------------▽画像の縦位置をtopに揃える*/

img.top{ vertical-align: top!important; }

/*--------------------▽画像の縦位置をmiddleに揃える*/

img.middle{ vertical-align: middle!important; }

/*--------------------▽右に画像、左に画像*/

img.bottom{ vertical-align: bottom!important; }


/*------------------------------------------------------------
●１６、noborder・・・枠線を無くす
-------------------------------------------------------------*/

.noborder{ border: 0!important; }

/*------------------------------------------------------------
●１６、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z2{ z-index: 2; }
.z3{ z-index: 3; }

/*------------------------------------------------------------
●１７、その他
-------------------------------------------------------------*/

.tag{
	border: 1px solid #ccc;
	padding: 2px 5px;
}

.under{ border-bottom: 1px solid #de1039; }


p .uline { background:url(./img/uline.gif) bottom repeat-x; }

p .uliner { background:url(img/uliner.gif) bottom repeat-x; }

p .ulineb { background:url(img/ulineb.gif) bottom repeat-x; }

p .uliney { background:url(img/uliney.gif) bottom repeat-x; }











/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

body {
    width: 790px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
    color: #333;
    line-height: 1.5;
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    position: relative;
}


/*-------------------------------------------------------
■ ヘッダー（レイアウト）
-------------------------------------------------------*/

#header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height:0px;
    text-align: left;
}



/*-------------------------------------------------------
■ ヘッダー下　midashi（レイアウト）
-------------------------------------------------------*/





/*-------------------------------------------------------
■ ヘッダー（サイトタイトル）
-------------------------------------------------------*/

#header h1
{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 5px; right: 5px;
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    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: 790px;
    height: 192px;
    _height: 190px;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 192px;
}


/*-------------------------------------------------------
■ バナー内テキスト部分
-------------------------------------------------------*/

#banner span
{
    width: 500px;
    margin: 0;
    padding: 5px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: normal;
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    position:absolute; top:40px; left: 230px;
    text-align: left;
    letter-spacing: 0;
    background: none ;
}


/*-------------------------------------------------------
■ メインコンテンツ全体 基本レイアウト
-------------------------------------------------------*/

#container
{
    position: relative;
    width: 790px;
    _width: 800px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*-------------------------------------------------------
■ メインコンテンツ基本レイアウト（記事部分）
-------------------------------------------------------*/

#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 608px;
    margin: 10px 0;
    padding: 0;
}

#index #main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 608px;
    margin: 10px 5px;
    padding: 0;
}

#main p {
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 15px 10px;
 padding-bottom: 10px; 
}

.entrybox1{
width:200px;
float:left;
margin-right:20px;
}

.entrybox2{
width:350px;
float:left;
}

.entryboth{
clear:both;
}

.content
{
    position: relative;
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.btm{
margin:0px;
padding-top:20px;
}


.btm_width{
text-align:center;
}


/*-------------------------------------------------------
■ メインコンテンツ基本レイアウト（サイドメニュー）
-------------------------------------------------------*/

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 150px;
    padding: 0;
    margin: 10px;
}


/*-------------------------------------------------------
■ 記事部分見出し
-------------------------------------------------------*/

.point_img{
vertical-align:middle;
margin-right:5px;
}


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 0;
    line-height: 1.5;
    padding: 0 0 0 5px;
    font-size: 1.4em;
	font-weight: bold;
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    text-align: left;
    clear: both;
}

.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: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    text-align: left;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.header a, .header2 a  { text-decoration: none; }


/*-------------------------------------------------------
■ フッター
-------------------------------------------------------*/

#footer
{
    position: relative;
    margin: 0;
    padding: 0 5px;
    width: 790px;
    height: 100px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
}

#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 20px 0 0;
    color: #9f9f9f;
    font-size: 11px;
}

.copy a
{ 
    margin: 0;
 padding: 20px 0 0;
    color: #9f9f9f;
    font-size: 11px;
    font-color: #0000ff; text-decoration: none;
 }   

.copy a:hover
{ 
 color: #9f9f9f;
 }


.f-navi
{
 text-align: right;
 padding: 10px;
}



/*-------------------------------------------------------
■ スクロールバー
-------------------------------------------------------*/

#scroll
{ 
    color: #9f9f9f;
    font-size: 12px;
 }  



/*-------------------------------------------------------
■ サイドメニュー内部
-------------------------------------------------------*/

#side ul
{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#side li
{
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #ccc;
}

#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 10px 3px 10px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
    border-left: 2px solid #dcdcdc;
    text-decoration: none;
}

#side li a:hover
{
    border-left: 7px solid #990000;
    color: #990000;
}

#side li.sidetitle
{
    width: auto;
    height: 15px;
    margin: 0;
    padding: 12px 0 10px 10px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
    display: block; 
}


/*-------------------------------------------------------
■ ボックスレイアウト
-------------------------------------------------------*/


.topbox
{
   width: 248px; 
   _width: 47%; 
   margin: 10px 5px 10px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
   background: #fff;
}

.topbox2
{
   width: 248px; 
   _width: 47%; 
   margin: 10px 5px 10px;
   padding: 5px 5px 120px 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
   background: #fff;
}

.topbox2 h3 a
{
   margin: 5px;
   padding: 0;
   line-height: 30px;
    height: 30px;
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
}

.topbox3
{
 _width: 100%;
 margin: 2px 0 10px;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
 background: #fff;
 min-height: 110px;
 padding: 10px;
}

.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: #fcfcfc;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #f0f0f0;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
}

.box li {
    margin: 0;
    padding: 0;
    line-height: 1.75;
}


/*-------------------------------------------------------
■ その他
-------------------------------------------------------*/

#main .content-nav
{
    position: relative;
 line-height: 1.5;
 margin: 0;
 padding:  5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.more, .click
{
 text-align: right;
 }

.click a
{
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0;
    padding: 0 30px 0 0;
}

.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    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: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    font-weight: normal; 
    font-size: 1.2em;
}

.bb {
	font-family: MS UI Gothic,Tahoma,'trebuchet ms', helvetica, arial, "MS Pゴシック","osaka", sans-serif;

    font-weight: normal; 
    font-size: 1.6em;
}

.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }

/*-------------------------------------------------------
■ グローバルナビゲーション
-------------------------------------------------------*/

#navi
{
    margin: 0;
    padding: 0;
    width: 790px;
    height: 36px;
    margin: 0 auto;
    background: #333;
    border-bottom: 1px solid #333;
}

#navi ul
{
    height: 36px;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 0;
    padding: 0;
    float: left;
}

#index #navi li .index
{
    border-left: none;
}

#navi li a{
    width: 132px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    text-decoration:none;
    float: left;
    border-left: 1px solid #ccc;
}


/*****************************************************************************/

.goto1 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.goto2 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.goto3 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}



.goto4 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.goto5 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.goto6 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}




.center { text-align: center; }


/*****************************************************************************/



/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 790px;
	background: url(img/foot.jpg) repeat-x top #fff;
	text-align: center;
	padding-top: 20px;
	padding-left: 0px;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 0 0 7px 0;
}

div#footer .menu ul{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#footer .menu li{
	display: inline;
	margin-right: 8px;
	padding-left: 10px;
	color: #aaaaaa;
	font-size: 11px;
	line-height: 14pt;
	border-left: 1px solid #aaaaaa;
}

div#footer .menu a{ color: #aaaaaa; text-decoration: none; }
div#footer .menu a:hover{ color: #aaaaaa; text-decoration: none; }

div#footer p{
	font-size: 11px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	color: #aaaaaa;
	text-align: left;
}

/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

div#footer #copyright{
	clear: both;
	padding: 5px 0 5px 0;
	width: 790px;
	font-size: 11px;
	line-height: 14pt;
	color: #aaaaaa;
}

div#footer #copyright a{ color: #aaaaaa; text-decoration: none; }
div#footer #copyright a:hover{ color: #aaaaaa; text-decoration: none; }
}




#info{
	padding: 7px 0;
	border-top: 1px dotted #bcbcbc;
	font-size: 11px;
	color: #aaaaaa;
}

