/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

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;

}


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

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) ; }
.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; }
.aka {color:#FF0000; font-weight:bold; }
.y_back {background-color:#FFFF00; font-weight:bold; }



/*------------------------------------------------------------
●７、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;
}

/*------------------------------------------------------------
●１１、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; }/*赤色のボックス*/


/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

body {
    width: 790px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size:medium;
    color: #333;
    line-height: 1.5;
    position: relative;
}


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

#header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 0px;
    text-align: left;
}


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

#header h1
{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 5px; right: 5px;

    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: 150px;
    _height: 150px;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 0;
    width: 790px;
    height: 150px;
}


/*-------------------------------------------------------
■ バナー内テキスト部分
-------------------------------------------------------*/

#banner span
{
    width: 500px;
    margin: 0;
    padding: 5px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: normal;
    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: left;
    overflow: hidden;
    min-height: 1px;
    text-align: left;
    width: 608px;
    margin: 10px 0;
    padding: 0;
}

#index #main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    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;
}

.pic{
text-align:center;
}

#midashi{
margin:20px 0px 20px 0px;
}


.btm_width{
text-align:center;

}








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

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    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: 18px;
    font-weight: bold; 

    text-align: left;
    clear: both;
}


.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 0;
    line-height: 1.5;
    padding: 0 0 0 50px;
    font-size: 18px;
    font-weight: bold; 

    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; 
    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;
    font-size: 11px;
    font-color: #9f9f9f; text-decoration: none;
}

.f-navi a
{
 text-align: left;
 padding: 10px;
    font-size: 11px;
    font-color: #9f9f9f; text-decoration: none;
}

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

#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
{

    color: #ff0000;
}

#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-weight: normal; 
    font-size: 1.2em;
}

.bb {
    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;
}


/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left
	{
	float: left;
	margin: 0 30px 20px 0!important;
	}


/*--------------------▽右に画像、左に画像*/

.right
	{
	float: right;
	margin: 0 0 20px 30px!important;
	}




.botan a {
	display: block;
	height: 129px;
	width: 502px;
	text-decoration: none;
	text-indent: -2000px;
	background-image: url(../img/midashi_btn.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.botan a:hover {
	display: block;
	height: 129px;
	width: 502px;
	text-decoration: none;
	text-indent: -2000px;
	background-image: url(../img/midashi_btn2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}






sitemap
sitemap.xml

<?xml version="1.0" encoding="UTF-8" ?> 
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.quick-go.to/</loc> 
<priority>1.0</priority>
</url>
<url>
<loc>http://www.quick-go.to/hokkaido.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/aomori.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/akita.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/iwate.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/yamagata.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/miyagi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/fukushima.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/niigata.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/gunma.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/tochigi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/ibaragi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/saitama.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/chiba.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/tokyo.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kanagawa.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/yamanashi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/nagano.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/shizuoka.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/aichi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/gifu.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/toyama.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/ishikawa.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/fukui.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/shiga.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kyoto.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/nara.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/osaka.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/mie.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/wakayama.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/hyogo.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/okayama.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/hiroshima.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/tottori.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/shimane.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/yamaguchi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kagawa.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/tokushima.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/ehime.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kochi.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/fukuoka.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/saga.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/oita.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/nagasaki.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kumamoto.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/miyazaki.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/kagoshima.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/okinawa.html</loc>
</url>
<url>
<loc>http://www.quick-go.to/top.html</loc>
</url>

</urlset>
