/* CSS Document */


/* 中央寄せにします */
html, body {
	height: 100%;
	word-break:break-all;font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;*font-size:small;*font:x-small;
	color: #333333;
	text-align:center;
	margin-top: 0px;
}

.wrapper{
	border-width: 1px;
	border-style: solid;
	border-color: #000033;
	margin:auto;
	width: 900px;
}

/*　隙間対策 */
img{
	margin: 0px;

}

*{
	margin: 0px;

}
/*　水平線 */
hr { display: none; }

/*　段落文字の指定 */

h1 {
	color: #FFFFFF;
	font-size:10pt;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2 {
	color: #FFFFFF;
	font-size:18pt;
	margin-right: 15px;
	margin-left: 15px;
	text-align: right;
}
h3 {
	color: #333333;
	font-size:12pt;
	margin-top: 5px;
	margin-left: 15px;
	text-align:left;
	margin-bottom: 5px;
}
h4 {
	color: #663333;
	font-size:small;
	margin-top: 15px;
	margin-left: 10px;
	text-align:left;
}
h5 {
	color: #333399;
	font-size:12pt;
	margin-top: 30px;
	margin-left: 25px;
	text-align:left;
	line-height: 180%;
}
h6 {
	color: #333399;
	font-size:12pt;
	margin-top: 30px;
	margin-left: 25px;
	text-align:left;
	line-height: 180%;
}
/* リスト */
li {
	padding-left: 0px;
	list-style-type: circle;
}
ol, ul {
	margin: 0;
	padding:0;
}
/* リンクの下線を消す */
a {
	text-decoration: none;
	color:#000066;
} 
/* コンテンツのレイアウト ページのタイトル */

.header{
	width:100%;
	height:124px;
	text-align:left;
	float: none;
	padding-top: 5px;
	background-image: url(common_images/header.jpg);
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* コンテンツのレイアウト ページのフッター */
.footer{
	width:100%;
	background-color:#666666;
	text-align:center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #004E73;
}
.footer p{
	font-size: 10px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	line-height: 150%;
}
/* コンテンツのレイアウト 内容 */
.contents_box{
	width:610px;
	text-align:center;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.contents_box p{
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.contents_box li {
	padding-left: 0px;
	list-style:none;
	}
.contents_box ol, ul {
	margin: 0;
	padding:0;
	text-align: left
}
.contents_box img {
	margin-right: 15px;
}


/* コンテンツ　手続き */
.contents2_box{
	width:530px;
	background-color:#CCCCCC;
	text-align:left;
	float: none;
	margin-left: 5px;
	border-left-width: 6px;
	border-left-color: #000066;
	border-left-style: solid;
	margin-top: 5px;
}
.contents2_box p{
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin-left: 10px;
}

.contents2_box h3{
	text-align: left;
	font-size: 14px;
	color: #8b008b;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;	    margin-top: 16px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.contents2_box h4{
	text-align: left;
	font-size: 12px;
	color: #8b008b;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;	    margin-top: 16px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.contents5_box{
	width:300px;
	text-align:left;
	float: left;
	margin-left: 5px;
}
.contents5_box p{
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;		margin-left: 10px;
}
.contents6_box{
	width:224px;
	text-align:left;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}


/* みぎ */
.main_menu {
	text-align: center;
	border:0;
	top:0%;
	width: 200px;
	overflow: hidden;
	float: right;
	height: auto;
	margin-top: 50px;
	color: #000000;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
}
.main_menu p{
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;		margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.main_menu h4{
	margin-right: 5px;
	text-align:lef
	font-size: 10px;
	color: #c71585;
	background-color : lightpink ;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;}
.main_menu p.small{
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;	margin-top: 3px;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 5px;
}

.main_menu_sub {
	width: 190px;
	/*	float: right;	*/
	height: auto;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: navy;
	background-color: #D9CAFF;
/*	background-color : navy ;	*/
}
.main_menu_sub h4{
	font-size: 12px;
	color: #4d4398;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;}

/* 画像を右に配置し、テキストを左側に回りこませる */
.r-float{
	float : right;
	margin: 10px;
}
.l-float{
	float : left;
	margin: 10px;
	padding-top: 50px;
}
/* 回り込みの解除 */
.f-clear{
clear : both;
}




/* コンテンツ　お勧め法律事務所 */
#contents3_box{
	width:550px;
	text-align:center;
	float: none;
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	margin-bottom: 15px;
}
#contents3_box p{
	text-align: left;
	font-size: 13px;
	color: #000000;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: normal;
}
#contents3_box a {
	text-decoration: none;
	color:midnightblue;
} 

.form_box{
	width:530px;
	background-color:#FFFFFF;
	text-align:left;
	float: none;
	margin-left: 50px;
	border-left-width: 6px;
	border-left-color: #000066;
	border-left-style: solid;
	margin-top: 5px;
	margin-bottom: 30px;
}
.form_box p{
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin-left: 10px;
}
/*リンク用*/
#contents4_box{
	width:220px;
	text-align:center;
	float: left;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #B1B5EF;
	margin-bottom: 15px;
	margin-right: 20px;
}
#contents4_box p{
	text-align: left;
	font-size: 12px;
	color: #696969;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;		margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: normal;
}
#contents4_box a {
	text-decoration: none;
	color:#4169e1;
} 
/* ------------------------------
 メニューBOX
------------------------------ */

div#menubox {
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 0px;
	text-align: center;
	background-repeat:repeat-x;
	border:0;
	top:0%;
	background-image: url(common_images/menu.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000033;
}
div#menubox p {
	text-align: left;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left:5px;
}

li{
	list-style-type:none;
	text-align:center;
	width:160px;
	height:31px;
	float:left;
}
li img{
	border:0;
}

li a{
	padding-top:5px;
	display:block;
	width:160px;
	height:31px;
	color: #000000;
}
li a:hover {
	background-color:transparent;
	color: #FFFFFF;
}
li a:hover img{
	visibility:hidden;
}

/* ここからRSS表示用 */
#rss_box{
	width:550px;
	float: none;
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	margin-bottom: 15px;
	margin-left:20px;
}
.rss-box {
	 background-color: #ededed;
	 border: 1px solid #CCC;
	width:auto;

}

.rss-title, rss-title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	float:none;
	line-height: -10%;
}
.rss-title, rss-title li{
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#444; margin:0 0 1em;
	text-align:left;
	width:auto;
	height:auto;
	float:none;
}
.rss-items {
  margin:0;
	line-height: -10%;
}
.rss-items li{
	width:auto;
	height:auto;
	text-align:left;
	float:none;
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#444; margin:0 0 1em;

}
.rss-items a{
	width:auto;
	height:auto;
	text-align:left;
	float:none;
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#444; margin:0 0 1em;

}
.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
/*	border-bottom: 1px dotted #e0861e; */
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
	
