@charset "UTF-8";

*{
	margin:0;
	padding:0;
	}
	
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #333;
	font-size: 14px;
}

li{
	list-style-type: none;	
	}

img{
	border:none;
	}

a{
	color: #666666;
	text-decoration: none;
	}
	
a:hover{
	color: #CCC;
	text-decoration: underline;
	}


/************************** #head ******************************/	
#header {
	width: 100%;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
}
#head {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


h1 a{
	display: block;
	height: 119px;
	width: 166px;
	background-image: url(../images/logo01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 12px;
	margin-left: 14px;
	float: left;
}
h1 a:hover{
	background-image: url(../images/logo02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#header h2 {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: right;
	padding-top: 7px;
	letter-spacing: 0.2em;
}
#footer {
	height: 413px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer ul {
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 20px;
}
#footer #footer_cont p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #FFF;
}
#footer #footer_cont {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#footer #footer_cont ul li a{
	float: right;
	margin-left: 15px;
	font-size: 12px;
	color: #FFF;
}
#mainarea {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#top .totop {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
#sidenavi ul li {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #C5C5B7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: "adobe-caslon-pro","Times New Roman","ヒラギノ明朝 Pro",HiraginoMincho Pro,HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho",serif;
}

#footer #footer_cont ul li a:hover{
	text-decoration: underline;
}


/****************************** navi *********************************/
#navi ul {
	height: 66px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

#navi ul li {
	float: left;
	margin: 0px;
	display: inline;
}


/****************************** alpha *********************************/
a.alpha:hover img{
	/*ã¢ãã³ãã©ã¦ã¶ç¨*/
	opacity:0.7;
	/*IE7ä»¥ä¸ç¨*/
	filter:alpha(opacity=70);
	/*IE8ç¨*/
	-ms-filter:"alpha(opacity=70)";
}


/****************************** rightside *********************************/
#head .rightside {
	float: right;
	padding-top: 20px;
	text-align: right;
}
#head .rightside iframe {
	display: inline;
}

#head .rightside ul {
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 0px;
}

#head .rightside ul li {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#head .rightside p.telnumber {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D45400;
	font-weight: bold;
	line-height: 100%;
}
#head .rightside .telnumber img {
	margin-right: 10px;
}

#head .rightside p.telcomme {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#sidenavi ul li a:hover {
	color: #D25400;
	text-decoration: underline;
}

#sidenavi ul li.here a{
	color: #D25400;
	text-decoration: underline;
}

#sidenavi ul li.here_none a{
	color: #666666;
	text-decoration: none;
}

#sidenavi ul li.here_none a:hover{
	color: #D25400;
	text-decoration: underline;
}

#sidenavi ul li .second_ul li {
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
	border-top-style: none;
	border-right-style: none;
}
