@charset "utf-8";
/*formatting style
------------------------------------*/
body {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 130%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFF7;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;}
ol, ul {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
}

/*basic layout
------------------------------------*/

#wrap {
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	border: 5px solid #FF6600;
	background-color: #FFFFFF;
}
#container{
	min-height:100%;
	width: 800px;
	padding: 5px;
} 


/* --------------------------------
	ヘッダー	
-------------------------------- */

#header {
	width:800px;
	height: 335px;
	float: left;
}

.mainimg{
	width:800px;
	height: 295px;
	float: left;
	margin-bottom: 5px;
}
#header_menu {
	width:800px;
	height: 40px;
	float: left;
}
#header_menu ul {

	
}
#header_menu ul li{
	float: left;
	background-color: #FF6600;
	height: 25px;
	width: 158px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EFDEBA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996600;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
div#header_menu ul li a{
	display:block;
	color: #FFFFFF;
	font-weight: bold;
}
div#header_menu ul li a:hover {
	background-color:transparent;
	color: #0099FF;
	font-weight: bold;
}
div#header_menu ul li a:hover img{
	visibility:hidden;
}
.header_img{
	float: left;
	height: 270px;
	width: 900px;
}
/* --------------------------------
	メインコンテンツ	
-------------------------------- */

#maincontents{
	width: 760px;
	padding: 20px;
	float: left;
}
.toiawase{
	width: 760px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	float: left;
}








/* --------------------------------
	フッター	
-------------------------------- */

#footer {
	color: #FFFFFF;
	padding-top: 10px;
	clear: both;
	width: 700px;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EFDEBA;
	padding-bottom: 10px;
	height: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FF6600;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 85%;
}

#footer a{
	color: #FFFFFF;
}
#footer a:hover {
	color: #0099FF;
}

.copyright {
	position:relative;
	font-size: 60%;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ丸ゴ Pro W4", "ＭＳ ゴシック";
	text-align: right;
	line-height: 160%;
	float: right;
	width: 450px;
}

.gallery_box{
	width: 750px;
	padding-left: 10px;
	float: left;
}
.gallery_box ul{
	width: 760px;
	float: left;
}
.gallery_box ul li{
	width: 190px;
	float: left;
	margin-bottom: 15px;
}
.demo a{
	float:left;
	display:block;
	width: 190px;
	padding-bottom: 5px;
}
.demo a img{
	float:left;
	width:170px;
	padding: 4px;
	height: 120px;
	border: 1px solid #573A00;
}
.demo_title{
	color: #FFFFFF;
	background-color: #573A00;
	width: 180px;
	float: left;
	font-size: 80%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.concept_box{
	height: 100px;
	width: 700px;
	padding-bottom: 25px;
	float: left;
	padding-left: 60px;
}
h4{
	float: left;
	width: 500px;
	height: 30px;
	padding-top: 5px;
}
.c_syosai{
	float: left;
	width: 500px;
	padding-left: 20px;
}
.c_photo{
	padding: 4px;
	float: left;
	height: 90px;
	width: 126px;
	border: 1px solid #FF6600;
	background-color: #F0E4DD;
}
.c_coment{
	font-size: 85%;
	float: left;
	width: 500px;
	padding-bottom: 5px;
}
.topbt{
	position: relative;
	left: 810px;
	height: 150px;
	width: 40px;
	top: -330px;
}

