@charset 'utf-8';
/* CSS Document */

* { /*ダミー*/
	margin:0px;
	padding:0px;
}


body {
	color:#333333;
	font-size:0.9em;
	line-height:1.6em;
	font-family: "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif, "ヒラギノ角ゴ Pro W3", Lucida Grande, Helvetica;
	background-image:url(../img/body_back.jpg);
	background-repeat:repeat-y;
}

a:link {
	color:#0000ff;
	text-decoration:none;
}

a:hover {
	color:#ff0000  !important;
	text-decoration: underline !important;
}

a:visited {
	color:#0000ff;
	text-decoration:none;
}

img {
	border:0px;
}

p {
	width:90%;
	margin:0px auto 1.4em auto;
}

.floatend {
	clear:both;
	margin:0px;
	padding:0px;
}

.tx_center{
	text-align:center;
}

.center{
	margin:0px auto;
}
.right{
	float:right;
}

.left{
	float:left;
}

dl{
	width:85%;
	margin:0px auto;
}
dt{
	width:100%;
	margin:5px auto;
	font-weight:bold;
}
dd{
	width:95%;
	margin:5px auto;
}

ul{
	width:85%;
	margin:0px auto;
}

ol{
	width:85%;
	margin:0px auto;
}

.red {
	color:#FF0000;
}

.top_space{
	margin-bottom:40px !important;
}


/*  */
#head {
	height:91px;
	background-image:url(../img/title_back.gif);
	background-repeat:repeat-x;
}
#head_main {
	width:745px;
	margin:0px auto;
	padding-top:10px;
}
#head_main h1{
	width:400px;
	float:left;
	margin:0px !important;
	font-size:12px;
}
#head_tel {
	width:345px;
	float:right;
	margin:0px !important;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#head_title {
	height:46px;
	margin:0px;
	_margin-top:-10px;
	padding:0px !important;
	vertical-align:bottom;
	padding:0px;
}
#head_main a{
	color:#000000;
}


/*  */
#main{
	width:745px;
	margin:0px auto;
	padding:0px;
	border-left:3px solid #FF6600;
	border-right:3px solid #FF6600;
	overflow:hidden;
}
#main h2{
	width:748px;
	height:38px;
	margin:0px;
	padding:0px;
	background-image:url(../web/img/web_title.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	line-height:normal;
}
/* コンセプト */
#concept {
	width:100%;
	height:220px;
	background-color:#dcdddd;
}
#concept h3{
	width:705px;
	margin:0px auto 0px auto;
	padding:30px 0px 0px 0px;
	font-size:32px;
	line-height:30px;
	color:#FF0000;
}
#concept p{
	width:705px;
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}

/*  */
.content {
	width:705px;
	margin:10px auto 40px auto;
	overflow:hidden;
}
.content p{
	width:95%;
	margin:10px auto 10px auto;
}
.content_left {
	width:480px;
	float:left;
}
.content_left h4{
	margin:0px auto 10px auto;
	font-size:16px;
}
.content_left p{
	width:95%;
	margin:10px auto 10px auto;
}
.content_right {
	width:245px;
	float:right;
}
/* buildings */
#buildings{
	width:748px !important;
	margin:0px !important;
	padding:0px !important;
}

#web_contact {
	width:541px;
	height:98px;
	background-image:url(../web/img/);
}

/*  */
#copyright {
	margin:0px;
	border-top:3px solid #000000;
	background-color: #FF6600;
}
#copyright p{
	width:800px;
	margin:0px auto;
	font-size:11px;
	text-align:center;
}
#copyright a{
	color:#000000;
}
