@charset	"UTF-8";

/*---▼ページ全体-----------------------------------------*/

body	{
	margin:0;
	padding:0;
	background:#FFFFCC url(../images/line.gif) repeat-y center;
}

h1,h2,p	{
	margin:8px;
}

a	{
	text-decoration:none;
}

a:link	{
	color:#333333;
	font-style:normal;
}

a:visited	{
	color:#690033;
}

a:hover,a:active	{
	color:#ff0000;
	font-style:normal;
	text-decoration:underline;
}
#wrapper {
	width: 740px;
	margin: auto;
	ackground-repeat: repeat-y;
	background-color: #FFFFFF;
}



/*---▲ページ全体-----------------------------------------*/

/*---▼ヘッダ---------------------------------------------*/

#header	{
	width:740px;
	height:200px;
	background:url(../images/top_logo.gif) no-repeat;
	position: relative;
}
#pr {
	height: 24px;
	width: 740px;
	position: relative;
	margin: 0px;
}
#pr   h1 {
	font-size: 10px;
	color: #CC6633;
	font-weight: normal;
	margin: 0px;
	left: 10px;
	top: 6px;
	position: relative;
	width: 720px;
	letter-spacing: 1px;
}
#pr h1 strong {
	font-weight: normal;
}



/*---▲ヘッダ---------------------------------------------*/

/*---▼ページ本体-----------------------------------------*/

#pagebody	{
	width:330px;
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
}

#pagebody h2	{
	line-height:50px;
	margin: 0px;
}
#main {
	position:relative;
	width:380px;
	float: right;
	left: 320px;
	top: 65px;
}
#tel {
	position:absolute;
	width:320px;
	left: 410px;
	top: 165px;
	height: 25px;
}


/*---▲ページ本体-----------------------------------------*/

/*---▼メインコンテンツ-----------------------------------*/

#main p	{
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	line-height:1.5em;
	margin: 0px;
}


#navi	{
	position:relative;
	width:738px;
	height:27px;
	float: left;
	padding-left: 2px;
	background-color: #FFFFFF;
}

/*---▲メインコンテンツ-----------------------------------*/

/*---▼ナビゲーション-------------------------------------*/

#navi ul	{
	margin:0px;
	padding-left:0px;
	padding-top:2px;
}

#navi li	{
	display:block;
	float:left;
	text-align: left;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}

#navi li a	{
	display:block;
	text-decoration:none;
	background-image: url(../images/tp_navi.gif);
	height: 25px;
	width: 123px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#navi  li a:hover 	{
	background-image: url(../images/tp_navi_o.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-indent: 2px;
}
#navi   li  a:visited 	{
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*---▲施工例---------------------------------------------*/

/*---▼フッタ---------------------------------------------*/

#footer	{
	position:relative;
	width:740px;
	height:30px;
	background:#993300 url(../images/bottom-link.gif);
	float: left;
	text-align: right;
}
#footer p {
	color: #000000;
	font-size: 12px;
	text-align: center;
	position: relative;
}


#footer_link	{
	position:relative;
	color:#FFFFFF;
	float: left;
	height: 35px;
	padding-top: 15px;
	background-color: #993300;
	width: 730px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
}
#footer_link a {
	color:#FFFFFF;
}

#footer_link a:hover	{
	color:#FF0000;
}
html {
	overflow: scroll;
}
