@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; 
}

/* mod_nav　スマホ用グローバルメニュー
-----------------------------------------*/
 
.mod_nav {
	display: none;
}
 
@media print, screen and (max-width: 600px) {
 
	."top_right" {
		display: none;
		visibility: hidden;
	}
	
	.mod_nav {
		display: block;
	}
}
 
/* mod_nav
-----------------------------------------*/
.mod_nav {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100%;
	background:transparent url('../images/menu/bg_nav.png') repeat-x left top;
}
 
@media screen and (max-width:600px) {
	.mod_nav {
		height: auto;
	}
}
 
.mod_nav p.navtitle {
 display: none;
}
 
@media screen and (max-width:600px) {
	.mod_nav p.navtitle {
		cursor: pointer;
		display: block;
		line-height: 45px;
		color: #FFF;
		padding: 0 0 0 0px;
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		background: transparent url('../images/menu/bg_menu.png') no-repeat 9px 9px;
	}
}
 
.mod_nav ul {
	margin: 0 auto;
	width: 960px;
}
 
@media screen and (max-width:600px) {
	.mod_nav ul {
		width: 100%;
		display: none;
	}
}
 
.mod_nav ul li {
	float: left;
	width: 100px;
	line-height: 45px;
	text-align: center;
}
 
@media screen and (max-width:600px) {
	.mod_nav ul li {
		float: none;
		background-color: #8F8F8F;
		width: 98%;
		padding: 0 1% 0 1%;
		text-align: left;
	}
}
 
.mod_nav ul li a {
	display: block;
	color: #FFF;
}
 
@media screen and (max-width:600px) {
	.mod_nav ul li a {
	}
}
 
.mod_nav ul li.current a {
	font-weight: bold;
}
 
.mod_nav ul li a:link    {color:#FFF; text-decoration:none;}
.mod_nav ul li a:visited {color:#FFF; text-decoration:none;}
.mod_nav ul li a:hover   {color:#FFF; text-decoration:none; background-color:#AAAAAA;}
.mod_nav ul li a:active  {color:#FFF; text-decoration:none; background-color:#AAAAAA;}
 
/* mod_nav　ここまで
-----------------------------------------*/
/******************************
　フッタ
******************************/

#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;
}
