@charset utf-8;

/* =========================================
リセット用　※編集不可
========================================= */
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dt,dd,dl,form,iframe{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type:none;
}
img, iframe{
    border:none;
}
/* =========================================
リセット用　ここまで
========================================= */


body{
    font-size:14px;
    font-family:sans-serif;
    background:#464EDD url(http://assets.flips.jp/images/common/design/57/images/bg.jpg) repeat-x left top;
    text-align:center;
}

/**/#container{
    margin:0 auto;
    width:840px;
    background:#fff;
    text-align:left;
}

/* =========================================
リンク
========================================= */

/**/#container a:link, #container a:visited{
    color:#464EDD;
	text-decoration:none;
}

/**/#container a:hover, #container a:active{
    color:#464EDD;
	text-decoration:underline;
}



/* =========================================
フォント テキストインデント
========================================= */

#logo{
font-size:16px;
font-weight:bold;
color:0099CC;
}
#top_text h1{
font-size:12px;
font-weight:normal;
color:#000000;
}
.module{
font-size:14px;
color:#666666;
line-height:1.5;
}


.text{
margin-left:10px;
}
.article{
margin-left:10px;
margin-right:10px;
}


/* =========================================
ヘッダー
========================================= */


/**/#header{
	padding-top:31px;
	height:70px;
       _height:101px;
}
    /**/#header .sub{
        width: 420px;
        float:right;
        margin:0;
        text-align:right;
    }


    /**/#logo{
        width: 300px;
        height: 50px;
        float:left;
        margin:0px 0 0 0px;
        font-weight:bold;
        font-family:tahoma;
        font-size:200%;
    }
        /**/#logo a{
            text-decoration:none;
            color:#464EDD;
        }

    /**/#top_text{
        line-height:140%;
        margin-bottom:5px;
        font-weight:bold;
    }
        /**/#top_text h1{
            font-size: 100%;
            color:#999;
        }

    /**/#link{
            font-size:12px;
			margin-top:10px;
            color:#000;
        }
            /**/#link ul {
               text-align:right;
            }
            /**/#link ul li{
                display:inline;
                padding-left:1em;
            }
            /**/#link ul li a{
                background:url(http://assets.flips.jp/images/common/design/57/images/header_icon.jpg) no-repeat 0 0;
                margin-left:8px;
                padding:1px 0 0 18px;
            }

/**/#visual{
    width:840px;
    overflow:hidden;
}


/* =========================================
ナビゲーション
========================================= */


/**/#navigation{
	height:64px;
	font-size:12px;
	font-weight:bold;
    background:#0099CC url(http://assets.flips.jp/images/common/design/57/images/navi.jpg) repeat-x left top;

}
    /**/#navigation li{
        position:relative;
        float:left;
    }
        /**/#navigation li a:link,#navigation li a:visited{
            display:block;
            line-height:1;
            padding:20px 30px 20px 20px;
            color:#FFFFFF;
            text-decoration:none;
            border-left:1px solid #C1EEED;
        }
        /**/#navigation li a:hover,#navigation li a:active{
			color:#FFFF00;
            text-decoration:none;
        }


/* =========================================
ページタイトル
========================================= */



/**/#page_title{
    clear:left;
	background:#0099CC url(http://assets.flips.jp/images/common/design/57/images/pagetop.jpg) no-repeat left bottom;
	margin-bottom:20px;
    padding:15px 0 0 15px;
    height:65px;
	font-size:16px;
    font-weight:bold;
    color:#2f3f68;
}
    /**/#page_title h2{
		color:#FFFFFF;
		
		font-weight:bold;
    }
	
	



/* =========================================
レイアウト
========================================= */
	
	
/**/#main{
    clear:left;
	padding:30px 20px 0;
}

#w_right{
	float:right;
	width:550px;
}

#w_left{
	float:left;
	width:200px;
}

    /**/#main #contents{
    }
    /**/#main #side{
    }



/* =========================================
フッター
========================================= */


/**/#footer{
    background:#fff url(http://assets.flips.jp/images/common/design/57/images/footer.jpg) no-repeat 0 0;
    margin-top:30px;
	margin:0 20px;
    padding:10px 0;
    text-align:center;
    color:#999;
}
    /**/#footer a{
        color:#333;
        font-size:12px;
    }
	#footer ul{
	        padding:15px 0;
	}

    /**/#footer li{
	margin-left:5px;
        display:inline;
    }
    /**/#footer .copy{
		color:#000000;
		padding:20px 0 60px;
        margin-top:5px;
    }

/* モジュール ------------------------------------ */
div.module{
    padding-bottom: 18px;
}

/* =========================================
見出し
========================================= */


#contents h3{
    margin-bottom:0;
    background:#fff url(http://assets.flips.jp/images/common/design/57/images/n_h3.jpg) no-repeat 0 0;
    border-bottom:1px solid #464EDD;
    padding:2px 0 7px 30px;
	font-size:16px;
    font-weight:bold;
    color:#000000;
}

#side h3{
    margin-bottom:0;
    background:#FF9900 url(http://assets.flips.jp/images/common/design/57/images/s_h3.jpg) no-repeat 0 0;
    
    padding:7px 0 7px 22px;
	font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
}




#contents h4{
    margin:0 0 0 10px;
	background:#fff url(http://assets.flips.jp/images/common/design/57/images/n_h4.jpg) no-repeat 0 0;
    padding:0px 0 2px 12px;
    font-weight:bold;
	font-size:16px;
    color:#000000;
}

#side h4{
    margin:0 0 0 10px;
	background:url(http://assets.flips.jp/images/common/design/57/images/s_h4.jpg) no-repeat 0 0;
    border-bottom:1px solid #FF9900;
	
    padding:1px 0 3px 20px;
	font-size:14px;
    font-weight:bold;
    color:#000;
}

/* RSS */

#contents h4.rss, #side h4.rss{
margin:0 0 0 20px !important;
padding:2px 0 3px 5px !important;
border-bottom:1px dashed #CCCCCC;
border-left:2px solid #999999;
background:#FFFFFF;
font-size:14px;
}
ol.rss li span.rss{
color:#464EDD;
}

ol.rss li div.rss{
margin:2px 0 5px 20px;

}







/* テーブル */
div.module table{
    width:100%;
    border-collapse:collapse;
    border:#91a9b5 1px solid;
}
    div.module table th,
    div.module table td{
        padding:2px 0.3em;
        border:#91a9b5 1px solid;
        text-align:left;
        font-size:inherit;
        font-weight:normal;
    }
    div.module table th{
        width:30%;
        background:#dbe9f2;
        color:#333;
    }
    div.module table td{
        background:#fff;
        color:inherit;
    }

/* 問い合わせフォーム */
div.module form.inquiry{
}
    /**/#side form.inquiry dt,
    /**/#contents form.inquiry dt{
        font-weight:bold;
       margin-left:20px;
    }
    /**/#side form.inquiry dd{
        padding:0.4em 0 0.8em;
    }
    /**/#contents form.inquiry dd{
        padding:0.1em 0 0.3em;
    }
    /**/#side form.inquiry dd{
        padding-left:0;
    }
    /**/#side form.inquiry dd input,
    /**/#side form.inquiry dd textarea{
        width:90%;
    }
    /**/#contents form.inquiry dd{
        padding-left:2em;
    }
    /**/#contents form.inquiry dd input{
        width:40%;
    }
    /**/#contents form.inquiry dd textarea{
        width:70%;
    }

/* RSS */
div.module ol.rss{
}
    ol.rss h4{
        border:none;
        padding:0;
    }
    ol.rss h4 span{
        font-size:80%;
        font-weight:normal;
        color:#05a;
    }
    /**/#contents ol.rss div{
        padding:0.2em 0 0.8em 0.5em;
    }
    /**/#side ol.rss div{
        padding:0.1em 0 0.6em 0;
    }

/* サイトマップ */
div.module ul.sitemap{
    list-style-type:square;
    padding-left:1.3em;
}
    div.module ul.sitemap li{
        line-height:170%;
    }
    /**/#container div.module ul.sitemap li a{
    }

/* clearfix ------------------------------------ */

.clearfix:after,
.module:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
.module {
  min-height: 1px;
}

* html .clearfix,
* html .module {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =========================================
クレジット
========================================= */
#cresit{
    font-size:8px;
    text-decoration:none;
    margin:0 auto;
    text-align:right;
}
