/* ------------------------------
全ページ共通のスタイル
------------------------------ */

@charset "UTF-8";

img{
	border:0;
}

p,a,pre{
	font-size:13px;
	line-height:120%;
	margin:0px;
	text-decoration:none;
}

a{
	color:#D2691E;
}

a:hover{
	color:#D2691E;
	text-decoration:underline;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-image:none;
}

h1,h2,h3,h4{
	margin:0px;
}

body.toppage{
	margin-top:0px;
	margin-bottom:0px;
}

div#page{
	position:relative;
	left:10%;
	right:10%;
	width:800px;
}

div#head{
}

div#top_bar{
	width:800px;
	height:10px;
	background-color:#ffffff;
}

h1#rogo{
	width:380px;
	height:75px;
	float:left;
}

ul#utilityMenu{
	height:45px;
	padding-top:30px;
}

ul#utilityMenu li{
	float:right;
	padding-right:15px;
	padding-bottom:20px;
}

/* ---- ＩＥ６対策 ---- */
* html h1#rogo{
	width:380px;
	height:50px;
	float:left;
}

* html ul#utilityMenu li{
	float:right;
	padding-right:15px;
	padding-bottom:5px;
}



img.tel{
	position:relative;
	left:69%;
	right:10%;
}

div#MenuFrame{
	clear:right;
	clear:left;
	width:800px;
	height:36px;
	background-image:url(img/maintitle_bg.png);
    background-repeat:no-repeat;
    background-position:top center;
}

ul#globaMenu{
	padding:0px 10px 0px 17px;
	width:800px;
}

ul#globaMenu li {
	padding: 0px 0px 0px 11px;
	float:left;
}

ul#globaMenu a{
    display:block;
    width:115px;
    height:36px;
    background-repeat:no-repeat;
}

a.globalMenu01{
	background-image:url(img/menu_home_off.png);
}

a.globalMenu01:hover{
	background-image:url(img/menu_home_on.png);
}

a.globalMenu02{
	background-image:url(img/menu_appeal_off.png);
}

a.globalMenu02:hover{
	background-image:url(img/menu_appeal_on.png);
}

a.globalMenu03{
	background-image:url(img/menu_point_off.png);
}

a.globalMenu03:hover{
	background-image:url(img/menu_point_on.png);
}

a.globalMenu04{
	background-image:url(img/menu_voice_off.png);
}

a.globalMenu04:hover{
	background-image:url(img/menu_voice_on.png);
}

a.globalMenu05{
	background-image:url(img/menu_staff_off.png);
}

a.globalMenu05:hover{
	background-image:url(img/menu_staff_on.png);
}

a.globalMenu06{
	background-image:url(img/menu_faq_off.png);
}

a.globalMenu06:hover{
	background-image:url(img/menu_faq_on.png);
}

div#contents{
	clear:left;
	height:1000px;
}

div#MainImg{
	width:800px;
	height:250px;
	padding:3px 10px 0px 10px;
}

div#foot{
	width:800px;
	position:relative;
	left:10%;
	right:10%;
	clear:left;
}

*:first-child+html div#foot{
	width:800px;
	position:relative;
	left:10%;
	right:10%;
	top:50%;
	bottom:50%;
	clear:left;
}

p#pageTop{
	text-align:right;
	height:30px;
}

ul#foot_utilityMenu{
	clear:left;
	background-color:#ffd700;
}

ul#foot_utilityMenu li{
	float:right;
	padding-right:10px;
}

ul#foot_globaMenu{
	margin-left:30px;
	margin-bottom:50px;
	padding:0px 10px 0px 17px;
	width:800px;
}

ul#foot_globaMenu li {
	padding: 0px 0px 0px 11px;
	float:left;
}

p#copyright{
	clear:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

div#bottom_bar{
	width:800px;
	height:10px;
	background-color:#ffd700;
}