@charset "utf-8";
body {
	font-family:"ＭＳ Ｐゴシック", "Osaka",verdana, arial, sans-serif;
	text-align: center;
	background-color:#f1f1f1;
	margin: 0px auto;
	padding: 0px;
	background-image: url("./img/main-bg.jpg");
	background-repeat: repeat-y;
background-position: center;

}
#headerbg{
	background-color: #FFFFFF;
	text-align: center;
	background-image: url("img/header-bg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	height:auto;
	clear:both;
}
#header {
	background-color: #FFFFFF;
	margin: 0 auto;
	height:90px;
	width: 950px;
	clear: both;
	color: #999999;
	clear:both;
	text-align:left;

}
#header-left{
	text-align:left;
	float:left;
	width:400px;
}
#header-right{
	float:right;
	width:400px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
#header-inquiry{
	width:300px;
	padding:5px;
	font-size:12px;
	border:1px solid #e1e1e1;
	background-color:#f1f1f1;
	line-height:160%;
}
#header-inquiry strong{
 font-weight:bold;
	color:#990000;
	
}
#header a{
	color: #666666;
}


#navibg{
	height:10px;
	background-color: #FFFFFF;
	background-image: url("./img/navi-bg.gif");
	background-repeat: repeat-x;
}
#main {
	background-color:#ffffff;

	margin: 0 auto;
	width: 940px;
	padding-top:10px;
	text-align: center;

}




#side{

	margin:0;
	background-color: #FFFFFF;
	text-align: left;	
	width: 200px;
	float: left;
	font-size:12px;
}
.side-title{
	background-image: url("./img/side-title.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-size:14px;
	margin:0px;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.menu {
	width:200px;
}
.menu ul {
	
	list-style-type: none;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
}
.menu li { 
display: inline; 
width:200px;
margin:0px;
padding:0px;
text-align:left;
}

.menu  li a{
	padding:7px;
	background-color:#f1f1f1;
	border-bottom:solid 1px #e1e1e1;
 text-decoration:none;
 color:#000000;
display: block;


}
.menu ul li a:hover{
 text-decoration:none;
 color:#ffffff;
	background-color:#990000;

}

#content{
	padding-left:20px;
	width:700px;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	text-align: left;	
	float: right;
}


#topicpath {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	clear:both;
	color:#cccccc;

	}
#topicpath ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	
}
#topicpath li {
	float:left;
	color:#777;
	line-height:20px;
	padding-left:10px;
	}
#topicpath li a {
	background-image:url("./img/topicpath.gif");
	background-repeat: no-repeat;
	background-position: right center; 
	display:block;
	padding:0 15px 0 0;
	}
#topicpath li a:link,
#topicpath li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#topicpath li a:hover,
#topicpath li a:focus {
	color:#dd2c0d;
	}


img {
	border: none;
}

.contents-title{
	background-color: #FFFFFF;
	background-image: url("./img/contents-title.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size:16px;
	margin:0 10px 0 0;
	padding:5px;
	color:#333333;
	text-indent:25px;
}
.contents-title2{
	background-color: #FFFFFF;
	background-image: url("./img/contents-title.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size:16px;
	margin:0 10px 0 0;
	padding:5px;
	font-weight:bold;
	color:#008020;

	text-indent:25px;
}
.entry{
	margin:0px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
	line-height:160%;
}
.entry dt
      {
         font-weight: bold;
         border-bottom: solid 1px #f1f1f1;
         color: #990000;
         margin-top: 1em;
      }
      
.entry dd
      {
        
         padding: 1em;
         margin-left: 0em;
         margin-top: 0.5em;
      }

.attention{
	padding:10px;
	
	background-color:#f1f1f1;
	border: solid 1px #e1e1e1;
}
#footer {
        clear: both;
        font-size: 85%;
        line-height: 100%;
        text-align: center;
        background-color: #F5F5F5;
}
#footer .footer-inner {
        border-top: 1px solid #CCC;
}
#footer ul {
        margin: 20px auto 20px auto;
        list-style: none;
}
#footer ul li {
        padding: 0 10px;
        display: inline;
}
#footer #copyright {
        padding: 10px;
        background-color: #CCC;
        color: #000;
        width: au;
}

