@charset "utf-8";
@import "header.css";
@import "side.css";
@import "footer.css";
@import "content.css";
@import "contact.css";
@import "t200.css";

/* ---------------------- */
/*　全ページ共通設定項目　*/
/* -----------------------*/


* {
	margin: 0;
	padding: 0;
}

div:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #F39839;
}

a:hover {
	color: #FFFFFF;
	background: #F39839;
}

body {
	background-color: #EBDEC5;
	text-align: center;
	padding-bottom: 20px;
}

p,h1,h2,h3,h4,h5,h6,a,li,td,th,input,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	line-height: 1.5em;
	text-align: left;
	color: #666666;
	font-size: 12px;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}



/* コンテンツボックス指定 */

#content {
	width: 800px;
	background-color: #FFFFFF;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #CBBA94;
	text-align: left;
}

#header {
	padding: 0px 12px;
}

#side {
	float: left;
	width: 256px;
	margin-left: 14px;
	_margin-left: 7px;
	margin-top: 15px;
}

#main {
	float: right;
	width: 500px;
	margin-right: 14px;
	_margin-right: 7px;
	margin-top: 25px;
}

#footer {
	width: 800px;
	padding-top: 65px;
	clear: both;
}

h1 {
	width: 800px;
	margin: 0px auto;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	color: #483D24;
	margin-top: 6px;
}

h1.bottom {
	width: 690px;
	float: right;
	margin: 0px;
}
h1.bottom strong {
	font-size: 10px;
	color: #483D24;
}

h1 a,
h1 a:visited {
	color: #483D24;
	text-decoration: none;
}
h1 a:hover {
	background: none;
	color: #483D24;
}


#fp_banner{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#fp_banner img{
	float:left;
}

#p_contact{
	text-align:right;
	margin-top:30px;
}

#p_home{
	text-align:right;
	margin-top:5px;
}

#other .subtitle{
	margin-top:50px;
	margin-bottom:5px;
}

ul.other_li li{
	margin-top:5px;
	background: url(../works/images/link_listitem.gif) left no-repeat;
	padding-left:20px;
	list-style:none;
	color:#666666;
	font-size: 12px;
}

#topicpath {
	line-height: 1.05em;
	text-align: right;
	font-size: 10px;
	padding: 3px 14px 1px 0px;
}

#content #navi001{
	clear:both;
	margin-top:4px;
	width:800px;
	height:80px;
}

#content #navi001 ul li{
	float:left;
	list-style:none;
}
