/* CSS Document */


/* 中央寄せにします */
html, body {
	height: 100%;
	background-color: #FFFFFF;
	font:12px/14px/16px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:center;
	margin-top: 0px;
}

.wrapper{
	border:solid 1px #999999;
	margin:auto;
	width: 770px;
}

/*　隙間対策 */
img{
	margin: 0px;

}

*{
	margin: 0px;

}
/*　水平線 */
hr { display: none; }

/*　段落文字の指定 */

h1 {
	color: #CCCCCC;
	font-size:10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	color: #FFFFFF;
	font-size:14pt;
	margin-right: 15px;
	margin-left: 15px;
	text-align: right;
}
h3 {
	color: #CC0033;
	font-size:12pt;
	margin-top: 30px;
	margin-left: 15px;
	text-align:left;
}
h4 {
	color: #FF3300;
	font-size:12pt;
	margin-top: 30px;
	margin-left: 15px;
	text-align:left;
}
h5 {
	color: #333399;
	font-size:12pt;
	margin-top: 30px;
	margin-left: 25px;
	text-align:left;
}
/* リスト */
li {
	padding-left: 0px;
	list-style-type: circle;
}
ol, ul {
	margin: 0;
	padding:0;
}
/* リンクの下線を消す */
a {
	text-decoration: none;
	color:#330033;
} 
/* コンテンツのレイアウト ページのタイトル */

.header{
	width:100%;
	background-color:#999999;
	height:45px;
	text-align:left;
	float: none;
	padding-top: 25px;
}
/* コンテンツのレイアウト ページのフッター */
.footer{
	width:100%;
	background-color:#495C85;
	text-align:center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer p{
	font-size: 10px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	line-height: 150%;
}
/* コンテンツのレイアウト 内容 */
.contents_box{
	width:730px;
	background-color:#CCCCCC;
	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;
	line-height: 2em;
}
.contents_box li {
	padding-left: 0px;
	list-style:none;
}
.contents_box ol, ul {
	margin: 0;
	padding:0;
	text-align: left;
}

/* コンテンツ　手続き */
.contents2_box{
	width:550px;
	background-color:#FFFFFF;
	text-align:center;
	float: none;
	margin-left: 50px;
	margin-top: 30px;
	border: solid 1px #333;
}
.contents2_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;
	line-height: 1.5em;
}
.contents2_box h3{
	text-align: center;
	font-size: 14px;
	color: #FF3366;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.arrow_img{
	background-color:#CCCCCC;
	text-align:center;
	float: none;
	width: 550px;
	margin-left: 50px;
}

/* メインイメージ */
.mainimage {
	text-align: center;
	border:0;
	top:0%;
	width: 770px;
	overflow: hidden;
	background-color: #495C85;
	margin: auto;
}
/* 画像を右に配置し、テキストを左側に回りこませる */
.r-float{
	float : right;
	margin: 10px;
}
.l-float{
	float : left;
	margin: 10px;
	padding-top: 50px;
}
/* 回り込みの解除 */
.f-clear{
clear : both;
}



/* ------------------------------
 メニューBOX
------------------------------ */

div#menubox {
	width: 770px;
	height: 31px;
	overflow: hidden;
	margin-top: 0px;
	margin: auto;
	text-align: center;
	background-repeat:repeat-x;
	border:0;
	top:0%;
	background-image: url(common_images/menu.jpg);
	/*background-image: url(common_images/menu.jpg);*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
div#menubox p {
	text-align: center;
	color: #CC0000;
	margin-top: 8px;

}

li{
	list-style-type:none;
	width:150px;
	height:31px;
	float:left;
}
li img{
	border:0;
}
li.btn01{
	background:url(common_images/menu.jpg);
}
li.btn02{
	background:url(common_images/menu.jpg);
}
li.btn03{
	background:url(common_images/menu.jpg);
}
li.btn04{
	background:url(common_images/menu.jpg);
}
li a{
	display:block;
	width:150px;
	height:31px;
}
li a:hover {
	background-color:transparent;
	color: #FFFFFF;
}
li a:hover img{
	visibility:hidden;
}
/* コンテンツ　お勧め法律事務所 */
.contents3_box{
	width:700px;
	text-align:center;
	float: none;
	margin-left: 30px;
	margin-top: 30px;
}
.contents3_box p{
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin-top: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
/*リンク用*/
#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: 10px;
}
#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;
} 
