﻿@charset "utf-8";

/* 
name: 117HOKEN_COM Official Website.
designer: IT-Force Inc.
designer_url: http://it-force.jp/
layouts: 117hoken Official Website 2012
Ver1.10 2012/04/20
*/

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body,td,th {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	font-size: 12px;
	color: #0066FF;
	text-decoration:none;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #0066FF;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	font-weight: normal;
}
h1 {
	font-size: 12px;
	color: #333;
}
h2 {
	font-size: 12px;
	color: #CCC;
}
h3 {
	font-size: 12px;
	color: #CCC;
}
h4 {
	font-size: 12px;
	color: #CCC;
}
h5 {
	font-size: 12px;
	color: #CCC;
}
h6 {
	font-size: 12px;
	color: #CCC;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
/*共通*/

#container {
	width:100%;
}

#footer {
	width: 100%;
	height:350px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../imgs/bg_foot.jpg) repeat-x;
    clear:both;
}

/*WTレイアウト*/

#contents {
	width:980px;
	margin:0px auto;
}

#alpha_tw {
	float: left;
	width: 710px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

#alpha_tw2 {
	float: left;
	width: 680px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-size:14px;
}

#beta_tw {
	float: right;
	width: 270px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}


/* ---------------------------------------------------------------------
特別編
--------------------------------------------------------------------- */
/*フォント*/

.f10_px {
	font-size:10px;
}
.f10_px a {
	font-size:10px;
}
.f10_px a:hover{
	font-size:10px;
}
.f12_px {
	font-size:12px;
}
.f12_px a {
	font-size:12px;
}
.f12_px a:hover{
	font-size:12px;
}
.f14_px {
	font-size:14px;
}
.f14_px a {
	font-size:14px;
}
.f14_px a:hover{
	font-size:14px;
}
.f20_px{
	font-size:20px;
	line-height:25px;
}
/*ライン*/
.line_30px{
	line-height:30px;
}
.line_20px{
	line-height:20px;
}
.line_15px{
	line-height:15px;
}
.txt_r{
	text-align:right;
}
.txt_c15{
	text-align:center;
	line-height:15px;
}
.txt_gnl{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f14_wht{
	color:#fff;
}
.txt_red{
	color:#F00;
}
.txt_w_c{
	color:#fff;
	text-align:center;
}
.txt_c12{
	text-align:center;
	line-height:12px;
	font-size:10px;
}
/* ---------------------------------------------------------------------
コンテンツ用
--------------------------------------------------------------------- */
.foot_box {
	width: 980px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	line-height:20px;
}

#bnr {
	width: 100%;
	height:134px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../imgs/bg_bnr.jpg) repeat-x;
	clear:both;
}

.bnr_box {
	width: 980px;
	margin: 0px auto;
	padding:3px 0px 0px 0px;
}

.beta_box{
	width:269px;
	margin:0px auto;
}

.top_mm{
	width:220px;
	margin:0px auto;
	line-height:20px;
}

.top_mm a{
	color:#72C039;
}

.contents_area{
	width:900px;
	margin:20px auto;
	font-size:14px;
	line-height:23px;
}
.contents_area a{
	font-size:14px;
}

.contents_area a:hover{
	font-size:14px;
}

#pqz{
	width:900px;
	line-height:25px;
	margin:0px auto;
}

/* ---------------------------------------------------------------------
画像フロート
--------------------------------------------------------------------- */
.float-left {
	float:left;margin-right:10px;margin-bottom:2px;margin-top:2px;
 }
.float-right {
	float:right;margin-left:1em;margin-bottom:1em;margin-top:1em;
 }
 
 /* ---------------------------------------------------------------------
基本テーブル
--------------------------------------------------------------------- */
table.basic{
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
	border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:auto;

}
.basic th{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    color:#330000;
    background-color:#333;
    background-image:url();
    background-position:left top;
    padding:0.3em 1em;
    text-align:left;
}
.basic td{
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:0.3em 1em;
    background-color:;
}

/*ページ内共通テーブル*/
table.common_tb {
    border-top:1px solid #CCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#CCC;
    empty-cells:show;
	margin:5px auto;

}
.common_tb th{
    border-bottom:1px solid #CCC;
    color:#330000;
    background-color:#CCC;
    background-image:url();
    background-position:left top;
    padding:5px 1em;
    text-align:left;
}
.common_tb td{
    border-bottom:1px solid #CCC;
    padding:5px 1em;
    background-color:;
	font-size:14px;
}

/*ページ内共通テーブル(ラインなし)*/
table.common_tb_noline {
    border-top:0px solid;
    border-collapse:collapse;
    border-spacing:0;
    background-color:;
    empty-cells:show;
	margin:10px auto;

}
.common_tb_noline th{
    border-bottom:0px solid;
    color:#330000;
    background-color:;
    background-image:url();
    background-position:left top;
    text-align:left;
}
.common_tb_noline td{
    border-bottom:0px solid;
}

/* ---------------------------------------------------------------------
損害保険
--------------------------------------------------------------------- */
.sonpo_ttl {
	width: 319px;
	height:32px;
	margin: 0px auto;
	padding:5px 0px 0px 0px;
	background:url(../sonpo/imgs/sonpo_ttl.jpg) no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.sonpo_box {
	width: 299px;
	margin: 0px auto;
	padding:0px 10px 0px 10px;
	background:url(../sonpo/imgs/sonpo_ttl2.jpg) repeat-y;
	font-size:12px;
	line-height:15px;
}

.sonpo_box_txt {
	width: 280px;
	margin: 10px auto 0px auto;
	padding:0px 10px 0px 10px;
	font-size:12px;
	line-height:15px;
}

.sonpo_bnr_box{
	width:269px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
}
.sonpo_bnr_box img{
	padding-bottom:10px;
}
/* ---------------------------------------------------------------------
各種手続き一覧
--------------------------------------------------------------------- */
.tzk_btn a{
	display:block;
	width:237px;
	height:20px;
	margin:20px auto;
	padding:4px 0px 0px 23px;
	border:dashed 1px #CCC;
	background: url(../imgs/bg_tzk.gif) no-repeat;
}
.tzk_btn a:hover{
	display:block;
	background: url(../imgs/bg_tz_h.gif) no-repeat;
}
.tzk_btn2 a{
	display:block;
	width:250px;
	height:22px;
	margin:5px 0px;
	padding:2px 0px 0px 23px;
	border:dashed 1px #CCC;
	background: url(../imgs/bg_tzk.gif) no-repeat;
	font-weight:bold;
}
.tzk_btn2 a:hover{
	display:block;
	background: url(../imgs/bg_tz_h.gif) no-repeat;
}

.tzk_btn3 {
	display:block;
	width:250px;
	height:22px;
	margin:5px 0px 5px 0px;
	padding:2px 0px 0px 23px;
	border:dashed 1px #CCC;
	background: url(../imgs/bg_tz_h.gif) no-repeat;
	font-weight:bold;
}
.tzk_txt_area {
	width:630px;
	margin:5px auto;
	padding:10px;
	border: double 3px #CCC;
	background: #FFC;
}