
/* フロート解除
----------------------------------------------------*/
.clear{
	clear: both;
}

/* Start of "Micro clearfix" */
.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* End of "Micro clearfix" */

div { zoom: 1; }
div:before,
div:after { content: ""; display: table; }
div:after { clear: both; }



/*-----------------------------------------
sample
-----------------------------------------*/

#sample {
	width: 704px;
	text-align: center;
	margin: 0 18px;
	padding: 18px 0;
	font-size:80%;
	line-height: 1.6;
}

#sample table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%
}

#sample p#backnav {
	text-align: right;
	margin-right: 5px;
}

#sample .center {
	text-align: center;
}

#sample div#titleBox {
	width: 674px;
	margin: 0 auto 2em auto;
	border: 1px solid #cccccc;
	text-align: left;
}
#sample div#titleBox p.photo {
	float: left;
	display: inline;
	width: 205px;
	margin: 0 10px;
	padding: 10px 0;
	margin-right: 15px;
}
#sample div#titleBox dl {
	float: left;
	display: inline;
	width: 430px;
	margin: 20px 0;
}
#sample div#titleBox dl dt {
	margin: 0 0 1em;
	line-height: 1.2;
}
#sample div#titleBox dl dt img {
	margin-right: 8px;
	vertical-align: top;
}
#sample div#titleBox dl dd.item {
	text-align: right;
	margin: 0 0 1em;
	margin-top: -2.5em;
	zoom: 1;
}


#sample table#profile {
	width: 674px;
	margin: 0 auto 2em auto;
	line-height: 1.6;
}
#sample table#profile th {
	width: 46%;
	padding: 5px 8px;
	background-color: #000099;
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
}
#sample table#profile th.none {
	width: 8%;
	border: none;
	background-color: #ffffff;
}
#sample table#profile td {
	width: 46%;
	padding: 8px;
	border: 1px solid #cccccc;
	border-top: none;
	text-align: left;
	vertical-align: top;
}
#sample table#profile td.none {
	width: 8%;
	border: none;
	background: url(../sample/images/sample_arrow.gif) no-repeat center top;
}


#sample div#peaple {
	width: 674px;
	margin: 0 auto 2em auto;
	background-color: #eeeeee;
	text-align: left;
}
#sample div#peaple p.photo {
	float: left;
	width: 100px;
	margin-right: 15px;
}
#sample div#peaple dl {
	padding: 10px 10px 10px 0;
}
#sample div#peaple dl dt {
	font-weight: bold;
}


#sample div#pageNav {
	width: 674px;
	margin: 0 auto 2em auto;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align: left;
}
#sample div#pageNav ol {
	padding: 10px;
	list-style-type: none;
}
#sample div#pageNav ol li {
	margin: 0;
}
#sample div#pageNav ol li a {
	display: block;
	float: left;
	width: 7em;
	background: url(../sample/images/icon_arrow_tate.gif) no-repeat left center;
	padding-left: 18px;
}


#sample div.sampleBox {
	width: 674px;
	margin: 0 auto 2em auto;
	text-align: left;
}
#sample div.sampleBox h2 {
	margin: 0 0 1em;
	font-size: 115%;
	font-weight: bold;
}
#sample div.sampleBox h2 span.title {
	padding: 0 0 0 5px;
	border-left: 2px solid #00349e;
	color: 00349e;
}
#sample div.sampleBox p {
	margin: 0 7px 1em;
}
#sample div.sampleBox p.photo {
	float: right;
	display: inline;
	width: 205px;
	margin-left: 2em;
	line-height: 1.3;
	font-size: 85%;
}
#sample div.sampleBox p.photo img {
	margin-bottom: 5px;
}


#sample div#company {
	width: 674px;
	margin: 0 auto 2em auto;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align: left;
}
#sample div#company dl {
	padding: 20px 20px 0;
}
#sample div#company dl dt {
	margin: 0 0 1em;
	font-weight: bold;
}
#sample div#company dl dd {
	margin: 0 0 1em;
}
#sample div#company dl dd.linkmark a {
	background: url(../images/link_arrow.gif) no-repeat left center;
	padding-left: 15px;
}





