/* --------------- Re ---------------- */
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, "Arial Black", "Comic Sans MS", Georgia, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

h1, h2, h3, h4, h5, h6, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

img { border: none; }

img.logo{ vertical-align: text-bottom; }

a { outline: none; }

ol, ul {
	margin: 0;
	padding: 0;
}

li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	display: inline-block;
	*height: 1%;
	min-height: 1%;
	zoom: 1;
}

/*---------------------------------------- All Style------------------------------------*/
body {
	margin: 0 auto;
	padding: 0 auto;
	width: 1000px;
	color: #4d0202;
	text-align: center;
	background-image: url("/m4/img/pc/new/back.gif");
	background-repeat: repeat;
	background-position: left top;
}

a:link		{ color: #af1d39; }
a:visited	{ color: #af1d39; }
a:hover		{ color: #af1d39; text-decoration: none; }

.str_txt	{ font-size: 17px;}
.str_color	{ color: #cc0033; }

img.line	{ padding-top: 15px; padding-bottom: 15px; }

.sub_hd {
	padding: 10px 0px 2px 25px;
	font-weight: bold;
	background-image: url("/m4/img/pc/new/sub_hd.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #a6341b;
}

/* =============================================================================
	All Page Layout
   ========================================================================== */

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 auto;
}

#head {
	margin: 0 auto;
	padding: 0 auto;
}

#main {
	margin: 0 auto;
	padding: 0 auto;
	background-image: url("/m4/img/pc/new/main_back.png");
	background-position: top center;
	text-align: center;
}

#main:after { /* 親ボックスにclearをつけることでfloatを内包して背景を表示する */
	content: "";
	display: block;
	clear: both;
}

#main_foot ul {
	display: inline;
	border-left: 1px solid;
}

#main_foot li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid;
	font-size: 14px;
}

#foot {
	margin: 0 auto;
	padding: 0 auto;
}	

/* menu */
#menu {
	margin: 0 auto;
	padding: 0 auto;
	width: 940px;
	height: 70px;
	text-align: center;
}

ul.menu {
	width: 940px;
	height: 70px;
	background-image: url("/m4/img/pc/new/menu.png");
}

ul.menu li { float: left; }

ul.menu a span { display: none; }

ul.menu a {
	display: block;
	height: 35px;
	margin-top: 15px;
	background-image: url("/m4/img/pc/new/menu.png");
}

a.home			{ background-position: -115px -15px; width: 110px; margin-left: 115px; }	/* TOP PAGE */
a:hover.home	{ background-position: -115px -85px; }
a.about			{ background-position: -275px -15px; width: 195px; margin-left: 50px; }		/* 当サイトについて */
a:hover.about	{ background-position: -275px -85px; }
a.kantei		{ background-position: -505px -15px; width: 145px; margin-left: 35px; }		/* 鑑定師紹介 */
a:hover.kantei	{ background-position: -505px -85px; }
a.gaiyou		{ background-position: -710px -15px; width: 115px; margin-left: 60px; }		/* 会社概要 */
a:hover.gaiyou	{ background-position: -710px -85px; }

/* =============================================================================
	Page Parts
   ========================================================================== */

/* ========== index ========== */
#side {
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	width: 180px;
	height: 100%;
}

#side div {
	width: 180px;
	background-image: url("/m4/img/pc/new/main_side_back.png");
}

#contents {
	float: right;
	margin-right: 40px;
	width: 730px;
	text-align: center;
}

/* ========== プロフ ========== */
.prof {
	margin: 0 auto;
	width: 710px;
	height: 510px;
	background-color: #fff9d5;
	background-image: url("/m4/img/pc/new/prof_back.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.prof li {
	text-align: left;
	margin: 10px 90px;
}

/* 入力フォーム */
input {
	height:	20px;
	font-size: 16px;
}

select {
	height: 23px;
	font-size: 16px;
}

input[type="submit"] {
	margin-top: 10px;
	height: 40px;
	border: 1px solid #FFFFFF;
	width: auto;
	color: #5e3929;
	background-color: #54d74d;
	/*background-image: -webkit-gradient(liner, left top, left bottom,
	from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700),
	to(#FF6600));*/
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
}

/* ========== 他ページ ========== */
#sub_contents {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 50px;
	width: 920px;
	text-align: center;
}


#sub_contents p {
	width: 820px;
	line-height: 1.3em;
	margin-top: 10px;
	margin-left: 50px;
	text-align: left;
}

#sub_contents p.cen		{ text-align: center; }


/* ========== パンくず ========== */
#topic_path {
	padding: 10px 40px;
	text-align: left;
	height: 1.5em;
}

#topic_path li {
	display: inline;
	font-size: 14px;
}
