@charset "utf-8";
/* CSS Document */

/******************************
　共通
******************************/

* {
	padding: 0;
	list-style-type: none;
	color: #333333;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;

}

img {
    border: none;
	vertical-align: bottom;
}

a {
    color: #339933;
	text-decoration: underline;
}

table {
    border-collapse: collapse;
}

#header, #content, #footer {
	width: 766px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}



/******************************
　ヘッダ・メニュー
******************************/

#header {
    background: url(img/bg_top.gif) no-repeat;
	background-position: 630px 0;
	height: 82px; width: 766px; background-color:#F0E1CB;
　　
}

#menu {
	height: 24px; margin:0 auto; width: 766px; border:1px solid #FFFFFF;
}




#menu ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.menu_bottom {
	background: url(img/bg_menubottom.gif) repeat-x;
	height: 35px;
}








.pankuzu {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

.logo {
    float: left; margin-left:13px;
	width: 339px;
}
.text {
    float: left; margin-left:15px;
	width: 195px; font-size:12px; padding-top:0pt;
}

.tel {
    float: right;
	width : 89px;
}

.list10 {
	height:100%; font-size:12px; font-family:"ＭＳ ゴシック", "Osaka－等幅";
}
.list11 {
	height:100%; font-size:16px;  color:3D258E; font-weight:bold; 
}
.list12 {
	height:100%; font-size:16px;  color:ff0000; font-weight:bold; 
}
/******************************
　フッタ
******************************/

#footer {
	border-bottom:3px solid #25784F; height:25px;
}

.to_top {
    text-align: right;
	padding: 5px 0;
	background: url(img/to_top.gif) no-repeat;
	background-position: 860px 5px;
}

.footer_menu {
	background: url(img/bg_footermenu.gif) repeat-x;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.footer_menu a {
    text-decoration: none;
	font-size: 14px;
}

.footer_menu ul {
	/*	left: 50%;  */
	padding: 10px 0;
	padding-left:80px;
}

.footer_menu ul li {
	float: left;
	padding: 0 25px;
	float: left;
	/*	right: 50%; */
	border-right: 1px solid  #c4e5be;
}

.footer_menu ul li.bl {
	border-left: 1px solid  #c4e5be;
}

.footer_text {
    font-size: 14px;
	font-weight: bold;
	line-height: 1.3em; height:20px;
	color: #666666;
	padding: 0 auto; width:573px; float:left; text-align:center; 
}

.copy {
    padding-left: 50px;
	color: #999999;
	margin-bottom: 20px;
}
