@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: 'PT Sans', sans-serif;
    background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg.png?_=1400475436) repeat-x left top;
    text-align:center;
}

/**/#container{
    margin:0 auto;
    width:980px;
    
    text-align:left;
}

/* =========================================
リンク
========================================= */

/**/#container a:link, #container a:visited{
    color:#4297EC;
	text-decoration:none;
}

/**/#container a:hover, #container a:active{
    color:#4297EC;
	text-decoration:underline;
}



/* =========================================
フォント テキストインデント
========================================= */

#logo{
font-size:16px;
font-weight:bold;
color:#333333;
}
#top_text h1{
font-size:12px;
font-weight:normal;
color:#797979;
}
.module{
position:relative;
font-size:14px;
color:#666666;
line-height:140%;
}

.text{
margin-left:15px;
}
.article{
margin-left:10px;
margin-right:10px;
}

hr {
	border-top: 1px dashed #bbb;
	border-bottom:none;
	position: absolute;
	top: -10px;
}

/* =========================================
ヘッダー
========================================= */


/**/#header{
        height:130px;
        position: relative;
		background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_header.png?_=1400474887) repeat-x;
}

    #header .sub{
        text-align:right;
    }

    /**/#logo{
        position: absolute;
		top:40px;
        left:0px;
        width: 340px;
        height: 82px;
        margin:0;
        font-weight:bold;
        font-family:tahoma;
    }

.top_illust {
	position:absolute;
	bottom:0;
	left:0;
	width:82px;
	height:82px;
}

#top_banner {
	position:absolute;
	top:65px;
	right:0;
	width:500px;
	text-align:right;
}
#top_banner img {
	display:inline-block;
	margin-left:20px;
}

        /**/#logo a:link, #logo a:visited{
            text-decoration:none;
            color:#333333;
        }

    /**/#top_text{
        position: absolute;
        top: 7px;
        right: 0px;
        width: 100%;
        line-height:140%;
        margin-bottom:5px;
    }

        /**/#top_text h1{
            font-size: 90%;
			font-weight:normal;
			color:#4297EC;
        }
	    /**/#top_text h1 div{	
				
			}

    /**/#link{
        position: absolute;
        top: 30px;
        right: 20px;
        width: 420px;
        font-size:12px;
        color:#666666;
        margin-top:10px;
    }

            /**/#link ul {
               text-align:right;
            }
            /**/#link ul li{
                display:inline;
                padding-left:1em;
            }
            /**/#link ul li a:link,#link ul li a:visited{
                background:url(http://assets.flips.jp/images/users/tky-copy/design/28956/images/header_icon.jpg) no-repeat 0 0;
                margin-left:8px;
 	           padding:0px 0 5px 18px;
            color:#666666;
            }

/**/#visual{
    width:980px;
    overflow:hidden;
	margin-top:20px;
}


/* =========================================
ナビゲーション
========================================= */

/**/#navigation{
    position:relative;
    margin:0;
    padding:0;
    clear:both;
    height:65px;
    width:980px;
}

    /**/#navigation ul li{
		position:relative;
        top: 0px;
        width:140px;
        z-index:5;
		float:left;
        margin:0;
        list-style-type:none;
        background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_nav.png?_=1400474788) repeat-x left top;
    }
    /**/#navigation ul li:last-child{
        background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_nav2.png?_=1400474913) repeat-x left top;
	}

        /**/#navigation li a:link, #navigation li a:visited{	
			display:table-cell;
			vertical-align:middle;
            font-weight:bold;
            font-size:13px;
			/*
             display:block;
           padding:20px 0px 23px 30px;
			*/
			padding:0 23px 0;
			height:58px;
            color:#fff;
			text-align:center;
            text-decoration:none;
			width:100px;
			text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
        }

        /**/#navigation li a:hover{
			width:140px;
            text-decoration:none;
			background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_nav3.png?_=1400475049) no-repeat;
        }
        /**/#navigation li:last-child a:hover{
			width:140px;
            text-decoration:none;
			background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_nav4.png?_=1400475055) no-repeat;
        }


/* =========================================
ページタイトル
========================================= */


/**/#page_title{
    clear:both;
	margin-bottom:30px;
    padding:15px 25px 0;
    font-weight:bold;
    color:#FFFFFF;
	background:#FFFFFF url(http://assets.flips.jp/images/users/tky-law/design/26007/images/title.png?_=1400475068) repeat-x left bottom;
	height:80px;
    font-size:18px;
}
/**/#page_title h2 {
	font-size:150% !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}


/* =========================================
レイアウト
========================================= */
	
	
/**/#main{
    clear:left;
	padding:30px 0 0;
}

#w_right{
	float:right;
	width:710px;
}

#w_left{
	float:left;
	width:220px;
}

    /**/#main #contents{
    }
    /**/#main #side{
    }



/* =========================================
フッター
========================================= */


/**/#footer{
    margin-top:20px;
    padding:15px 0 0 0;
    text-align:center;
	background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_footer1.png?_=1400475170) repeat-x 0 0;
}
    /**/#footer a{
        color:#4F4F4F;
        font-size:12px;
    }
    /**/#footer ul{
        height:34px;
    }
	
	
	
    /**/#footer li{
        display:inline;
        padding:2px 4px;
    }
    /**/#footer .copy{
		clear:both;
       	color:#666666;
		/*
		padding:15px 0 0 0;
		*/
		line-height:60px;
		background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/bg_footer.png?_=1400475164) repeat-x center top;
		font-size:12px;
		height:60px;
    }
	
	
/* モジュール ------------------------------------ */
div.module{
    padding-bottom: 18px;
    line-height:150%;
    letter-spacing:1px;
}

/* =========================================
見出し
========================================= */


/**/#contents h3{
	height:40px;
	color:#666666;
    background:#FFFFFF url(http://assets.flips.jp/images/users/tky-law/design/26007/images/sub_title.png?_=1400475118) repeat-x left top;
    line-height:1.2;
    padding-left:45px;
    font-weight:bold;
	font-size:16px;
	line-height:40px;
}
/**/#contents h3 img {
	padding-top:5px !important;
}

/**/#side h3{
	color:#FFFFFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    background:url(http://assets.flips.jp/images/users/tky-law/design/26007/images/side_title.png?_=1400475104) repeat-x left top;
    padding-left:30px;
	height:35px;
    font-weight:bold;
	font-size:14px;
	line-height:35px;
}



/**/#contents h4{
    line-height:1.2;
	color:#4297EC;
	background:#fff url(http://assets.flips.jp/images/users/tky-copy/design/28956/images/n_h4.jpg) no-repeat 0 0;
	border-bottom:1px dotted #CCCCCC;
    padding:2px 18px 2px;
    font-weight:bold;
	font-size:16px;
	margin-left:10px;
	margin-bottom:0px !important;
	
}

/**/#side h4{
    line-height:1.2;
	background:#fff url(http://assets.flips.jp/images/users/tky-copy/design/28956/images/s_h4.jpg) no-repeat 0 0;
    border-bottom:1px dotted #CCCCCC;
	color:#4297EC;
    padding:2px 0 2px 18px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px !important;
}


/* 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:#333333;
}

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 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;
}
