body{
	margin: 0px;
	font-family:"source-han-sans-japanese", "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
hr{
    border:none;
    border-top:dotted 1px #786030;
    height:2px;
    color:#000000;
    margin: 10 6 10 6;
	
}
#wrapper {
}
.breadcrumb{
	margin: 0;
	padding: 0;	
}
#breadcrumb_div{
	width: 90%;
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	float: right;
}
#breadcrumb_div a{
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	text-decoration: none;
}
.title{
	margin: 0;
	padding: 0;
	width: 100%;
}
.title_div{
	width: 740px;
	border-bottom: #990000 solid 1px;
	border-top: #990000 solid 1px;
	padding: 10px 0px 6px 0px;
	margin: 0 auto;
}
.menu{
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu_div{
	width: 740px;
	margin: 0 auto;
}
#content{
	width: 100%;
}
.menu a:link, .menu a:visited {text-decoration: none}
.menu a:link {color: #990000}
.menu a:visited {color: #660000}
.menu a:hover {color: #CC0000; text-decoration: underline;}
.menu_div ul{
    padding: 0px; 	
    margin: 0px;
} 


.menu_div ul li {
    display: inline-block; 	
    /*margin-right: 1em;*/
	width: 32%;
} 
.content02{
	margin: 0;
	padding: 0;
	width: 100%;
	
	font-size: 15px;
	line-height: 24px;
   	letter-spacing: .0.5em;
}
.content02_div{
	width: 740px;
	margin: 0 auto;
}
.content02_div table{
	table-layout: auto;
	border-collapse: collapse;
  	border: 1px solid #990000;
}
.content02_div th, td{
  text-align: center;
  vertical-align: middle;
}
.content02 a:link, .content02 a:visited {text-decoration: none}
.content02 a:link {color: #990000}
.content02 a:visited {color: #660000}
.content02 a:hover {color: #CC0000; text-decoration: underline;}
.text_normal{
	line-height:1.6em;
	letter-spacing: 0.1em;		
}
h1{
	display: none;
}
h2 {
	font-size:22px;
    letter-spacing: .0.7em;
	margin-top:20px;
	margin-bottom:20px;
	line-height: 36px;
}	
h3 {
	font-size:16px;
    letter-spacing: .0.7em;
}	
.text-nomal2 {
	margin: 0 0 40px 0;
	color: #000000;		
    font-size: 15px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}
.text-nomal2 strong {
	margin: 0 0 40px 0;
	color: #990000;
    font-size: 16px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}	
@media only screen and (max-width: 1240px) {
	
}
@media only screen and (max-width: 830px) {	

}
@media only screen and (max-width: 740px) {	
	.title_div{
		width: 100%;
	}
	.title_div img{
		width: 100%;
	}
	.menu_div{
		width: 100%;
	}
	.menu_div ul li {
		width: 45%;
		margin-left: 10px;
	} 
	.content02_div{
		width: 90%;
	}
}