@charset "shift_jis";

/* --------------------------------------------------------------
  Copyright (C) 2013 焼津港金寿し. All Rights Reserved.
-------------------------------------------------------------- */

/*************************************************************

	ブラウザスタイルのリセット

*************************************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style:none;
	}


/*************************************************************

	基本設定

*************************************************************/
body{
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Verdana,Osaka,Arial,Sans-Serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
	background: #FDF7E7;
	}

a{color: #367BD0;}
a:hover{color: #666666;}

h1 {color:#FFF;
	font-size:11px;
	padding-top:4px;
}


/*************************************************************

	各種マージン

*************************************************************/
.m_top_3 {margin-top: 3px;}
.m_top_5 {margin-top: 5px;}
.m_top_10 {margin-top: 10px;}
.m_top_15 {margin-top: 15px;}
.m_top_20 {margin-top: 20px;}
.m_top_25 {margin-top: 25px;}
.m_top_30 {margin-top: 30px;}
.m_top_50 {margin-top: 50px;}

.m_bottom_3 {margin-bottom: 3px;}
.m_bottom_5 {margin-bottom: 5px;}
.m_bottom_10 {margin-bottom: 10px;}
.m_bottom_15 {margin-bottom: 15px;}
.m_bottom_20 {margin-bottom: 20px;}
.m_bottom_25 {margin-bottom: 25px;}
.m_bottom_30 {margin-bottom: 30px;}
.m_bottom_35 {margin-bottom: 35px;}
.m_bottom_40 {margin-bottom: 40px;}
.m_bottom_45 {margin-bottom: 45px;}
.m_bottom_50 {margin-bottom: 50px;}

.m_left_3 {margin-left: 3px;}
.m_left_5 {margin-left: 5px;}
.m_left_21 {margin-left: 21px;}
.m_left_25 {margin-left: 25px;}
.m_left_70 {margin-left: 70px;}
.m_left_135 {margin-left: 135px;}


/*************************************************************

	フォントサイズ

*************************************************************/
.fontsize10 {font-size: 10px;}
.fontsize11 {font-size: 11px;}
.fontsize12 {font-size: 12px;}
.fontsize13 {font-size: 13px;}
.fontsize14 {font-size: 14px;}
.fontsize15 {font-size: 15px;}
.fontsize16 {font-size: 16px;}


/*************************************************************

	カラー

*************************************************************/
.fontRed{color: #FF0000;}
.fontNavy{color: #043C77;}
.fontYellowBrown{color: #C69E00;}


/*************************************************************

	行間

*************************************************************/
.lineheight1_0 {line-height: 1.0;}
.lineheight1_2 {line-height: 1.2;}
.lineheight1_4 {line-height: 1.4;}
.lineheight1_6 {line-height: 1.6;}


/*************************************************************

	共通ヘッダー

*************************************************************/
#header{
	background-image: url("cmnfix/bg_header_01.gif");
	background-repeat: repeat-x;
	background-position: top left;
	height: 112px;
	}
#header-inner{
	width: 960px;
	margin: 0 auto;
	}



/*************************************************************

	共通フッター

*************************************************************/
#footer{
	background: #D9E6F6;
	background-image: url("cmnfix/bg_footer_01.gif");
	background-repeat: repeat-x;
	background-position: top left;
	height: 106px;
	}
#footer-inner{
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	}

#footer-link{
	color: #333333;
	font-size: 12px;
	line-height: 1.6;
	}
#footer-link a{
	color: #254E5C;
	text-decoration: none;
	}
#footer-link a:hover{
	color: #FC3200;
	text-decoration: underline;
	}

#footer-copyright{
	background: #38768D;
	}
#footer-copyright-inner{
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 35px;
	}



/*************************************************************

	ナビゲーション

*************************************************************/
#navi{
	background-image: url("cmnfix/bg_navi_01.gif");
	background-repeat: repeat-x;
	background-position: top left;
	height: 60px;
	}
#navi-inner{
	width: 960px;
	margin: 0 auto;
	}



/*************************************************************

	メインビジュアル

*************************************************************/
#mainvisual{
	background-image: url("cmnfix/bg_mainvisual_01.gif");
	background-repeat: repeat-x;
	background-position: top left;
	}
#mainvisual-inner{
	width: 960px;
	margin: 0 auto;
	}

#mainvisual-sub{
	background-image: url("cmnfix/bg_mainvisual_02.gif");
	background-repeat: repeat-x;
	background-position: top left;
	}



/*************************************************************

	共通コンテンツ表

*************************************************************/
.table01{
	background: #E1DDD4;
	}
.table02{
	margin-top: -1px;
	background: #E1DDD4;
	}

.tablebody01{
	padding: 9px;
	background: #F3F1ED;
	font-size: 12px;
	color: #333333;
	}
.tablebody01 span{
	padding: 0 0 0 5px;
	color: #FF0000;
	font-size: 10px;
	line-height: 1.4;
	}
.tablebody02{
	padding: 9px;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	}
.tablebody02 span{
	color: #CC0000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	}



/*************************************************************

	共通コンテンツ

*************************************************************/
#contents{
	width: 960px;
	margin: 0 auto;
	}

.imgbox{
	border: 1px solid #E1DDD4;
	padding: 4px;
	}

.pagetopGo{
	text-align: right;
	}

.title{
	width: 690px;
	height: 36px;
	background-image: url("cmnfix/bg_h2ttl_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
.title h2{
	padding: 0 0px 0px 7px;
	color: #000000;
	font-size: 18px;
	line-height: 36px;
	}



/*************************************************************

	01_topPage

*************************************************************/
.tx_01_01{
	padding: 15px 0 0 0;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	}

.lawBox_01_News{
	width: 491px;
	height: 160px;
	overflow: auto;
	}



/*************************************************************

	02_recommendation

*************************************************************/
.tx_02_01{
	text-align: center;
	border: 1px solid #E3DED5;
	background: #F3F1ED;
	padding: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	}
.tx_02_02{
	border: 1px solid #E3DED5;
	background: #F3F1ED;
	padding: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	}
.tx_02_02 span{
	color: #CC0000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	}



/*************************************************************

	10_contact

*************************************************************/
.textarea_10_w160{
	width: 160px;
	}
.textarea_10_w300{
	width: 300px;
	}
.textarea_10_w360{
	width: 360px;
	}
.textarea_10_w380{
	width: 380px;
	}
.textarea_10_w460{
	width: 460px;
	}

.tx_10_01{
	border-bottom: 1px dotted #38768D;
	padding: 5px 5px 10px 5px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	}
.tx_10_01 span{
	color: #CC0000;
	font-weight: bold;
	}