@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:10px auto 10px 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;
}

hr {
	width:100%;
	margin:20px auto;
	_margin:10px auto;
	padding:0px;
	border-top:5px dotted #FFF740;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear:both;
}

strong {
	font-weight:normal;
}


/*  */
#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(../img/sitemap.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	line-height:normal;
}
/* コンセプト */
#concept {
	width:100%;
	height:80px;
	background-color:#dcdddd;
}
#concept h3{
	width:705px;
	margin:0px auto 0px auto;
	padding:30px 0px 0px 0px;
	font-size:32px;
	line-height:32px;
	color:#FF0000;
}

/*  */
#content {
	width:705px;
	margin:40px auto 40px auto;
	overflow:hidden;
}
#content_p {
	width:95%;
	margin:10px auto 10px auto;
}

#content_left {
	width:340px;
	float:left;
}
#content_left h3{
	margin:10px auto 20px auto;
	font-size:24px;
}
#content_left h4{
	margin:30px auto 10px auto;
	font-size:16px;
}

#content_right {
	width:340px;
	float:right;
}
#content_right h3{
	margin:10px auto 20px auto;
	font-size:24px;
}
#content_right h4{
	margin:30px auto 10px auto;
	font-size:16px;
}
/* buildings */
#buildings{
	width:748px !important;
	margin:0px !important;
	padding:0px !important;
}

/*  */
#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;
}

