* {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	color:#666666;
	text-align:left;
}

body {
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
	background-position: 900px 0px;
	background-color:#F2F2F2;
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
	line-height:1.6em;
}

#container {
	width:900px;
	background-color:#FFF;
}

#header {
	width:100%;
	float:none;
	clear:both;
}

#lnavi {
	width:180px;
	display:inline;
	float:left;
	margin-left:25px;
	margin-top:65px;
}

#lnavi img.photo {
	margin-bottom:15px;
	border:1px solid #000;

}

h2 {
	margin-bottom:15px;
}

#lnavi h2 {
	margin-bottom:10px;

}

#loadbtn {
	margin:50px auto 30px 10px;

}

#main {
	width:663px;
	display:inline;
	float:right;
	margin-right:25px;
	margin-top:25px;
}


#main h2 {
	display:inline;
	width:200px;
	float:left;
}

#main a.navi {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 5px;
	margin-left: 10px;
	width: 20px;
	float:right;
}

.contact {
	border: 1px solid #000;
	background-image:   url("images/bg-contact.gif");
	background-repeat: repeat;
	margin-left:15px;
	margin-bottom:20px;
}

.contact img {
	margin:10px 0 0 10px;
}

.contact div.data {
	margin:10px;
	background-color: #FFF;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;

}

.contact div.data div.txt {
	padding:6px 8px;
	color:#000;
}

strong {
	font-size:1.1em;
	color:#000;
}


#box {
	float:none;
	clear:both;

}

#box h3 {
	font-size:1.5em;
	margin-bottom:20px;
	border-top: 3px double #DBDBDB;
	padding-top:15px;
}

#box p {
	margin: 0 0 1em 15px;
	line-height: 1.5em;
}

address {
	float:none;
	clear:both;
	text-align:center;
	background-color:#FFF;
	padding:20px;
}

#concept-line {
	padding:0 0 10px 0;
}

#concept-line p {
	margin: 0 0 1em 15px;
	line-height: 1.5em;
	font-size:16px;
}

#concept-line h3 {
	color:#DF6529;

}



/* 装飾スタイル　*/

strong.green {
	font-weight: normal;
	background-image: url(images/marker.gif);
	padding: 3px;
	background-repeat: repeat-x;
	background-position: center;
}

strong.orange {
	color:#DF6529;
	padding: 3px;
	font-weight: bold;
	font-size:1.2em;

}

strong.greenline {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #7CAF00;
}


strong.orangeline {
	border-bottom:1px solid #EF4F00;
}

	
	
	



