@charset "UTF-8";
/*GlobalReset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul,li{}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
/*GlobalReset END*/
/************************************/
/*General Style
/************************************/
@font-face {
	font-family: 'aozora';
	src: url('../font/aozora.otf');
}
@font-face {
	font-family: 'flop';
	src: url('../font/flopdesignfont.otf');
}
html {
	font-family:'aozora';
}
body {
	background: #fff;
	font-size:16px;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link { color: #093f18;}
a:visited {	color: #093f18;}
a:hover { color: #1d953c;}
a:active { color: #1d953c;}
a img {
	border: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; 
}
a img:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
img {}

p,pre {
	margin: 10px 0 10px 0;
	padding:0 20px 0 20px;
	font-size: 100%;
	line-height:1.8;
	font-size:14px;
	color: #000;
}
hr {
	margin:40px 0;
	border:solid 3px #EEEEEE;
	clear:both;
}
blockquote {
	color:#4a4848;
	margin: 0px 10px 10px 10px;
	padding: 20px;
	background: #d6ffdf;
	line-height: 1.5;
	clear:both;
}
h1 {
	margin:20px 0 10px 0;
	padding:20px;
	font-size:24px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	background:url(../m_images/h_border.gif) no-repeat;
	background-position:0 10px;
}
.h1b{
	background-position:0 40px;
}
h2 {
	margin:20px 0 0 0;
	padding:10px 20px;
	font-size:22px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	border-bottom:solid 5px #333333;
	border-top:solid 1px #cccccc;
}
h3{
	margin-top:20px;
	font-size:20px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	border:solid 3px #333333;
	padding:0 20px;
}
h4{
	margin:20px 0 0 0;
	font-size:18px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	border-left:solid 10px #333333;
	padding:0 20px 0px 20px;
}
h5{

}
h6{

}
ul,ol {
	margin: 0 0 10px 20px;
	padding: 0px 10px 0px 10px;
	line-height:1.8;
	clear:both;
}
ul { 
	font-size:14px;
	list-style-type: square;
}
ol {
	font-size:14px;
	list-style-type: decimal;
}
li {
	font-size: 100%;
	margin: 5px 0 10px 15px;
}
caption{ font-weight:bold;}
table {
	font-size: 100%;
	line-height: 1.4;
	border-collapse: collapse;
	margin:20px 10px 25px 10px;
	clear:both;
}
th {
	color: #222222;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	text-align: center;
	white-space:nowrap;
	padding: 10px;
	font-weight: bold;
	background-color: #EEEEEE;
	vertical-align:top;
}
td {
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding: 10px;
	vertical-align:top;
}
.toumei {
	font-size: 100%;
	line-height: 1.2;
	color: #222222;
	border-collapse:separate;
	border: none;
	border-spacing: 10px;
	clear:both;
}
.toumei th {
	border:none;
	padding: 10px;
	font-size:14px;
	font-weight:normal;
	background-color: #EEEEEE;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.toumei td {
	border: none;
	padding: 10px;
	text-align:center;
	vertical-align:bottom;
	background: #fff;
	margin:0 10px 0 0;
}
.toumei2 {
	font-size: 100%;
	line-height: 1.2;
	color: #222222;
	border-collapse:separate;
	border: none;
	border-spacing: 10px;
	clear:both;
	margin:0 auto;
}
.toumei2 th {
	border:none;
	padding: 5px;
	font-size:14px;
	font-weight:normal;
	background-color: #EEEEEE;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.toumei2 td {
	border: none;
	padding: 0px;
	text-align:center;
	vertical-align:bottom;
	background: #fff;
	margin:0 10px 0 0;
}
.toumei3 {
	font-size: 100%;
	line-height: 1.2;
	color: #222222;
	border-collapse:separate;
	border: none;
	border-spacing: 10px;
	clear:both;
	margin:0 auto;
}
.toumei3 th {
	border:none;
	padding: 5px;
	font-size:10px;
	font-weight:normal;
	background-color: #EEEEEE;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.toumei3 td {
	border: none;
	padding: 0px;
	text-align:center;
	vertical-align:bottom;
	background: #fff;
	margin:0 10px 0 0;
}
.phototbl {
	margin:0 auto;
	font-size: 100%;
	line-height: 1.2;
	color: #222222;
	border-collapse: separate;
	border: none;
	/*border-spacing: 5px;*/
	clear:both;
}

.phototbl th {
	border:none;
	padding: 5px 15px;
	background-color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.phototbl td {
	border: none;
	padding: 10px;
	text-align:left;
	vertical-align: top;
	background: #fff;
}
.phototbl th {
	border:none;
	padding: 5px 15px;
	background-color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.phototbl td {
	border: none;
	padding: 10px;
	text-align:left;
	vertical-align: top;
	background: #fff;
}
.toumei4 {
	padding:0;
	margin-top:0px;
	font-size: 100%;
	line-height: 1.2;
	color: #222222;
	border-collapse:separate;
	border: none;
	border-spacing: 10px;
	clear:both;
}
.toumei4 th {
	border:none;
	padding: 10px;
	font-size:14px;
	font-weight:normal;
	background-color: #EEEEEE;
	color:#222222;
	text-align:right;
	vertical-align: top;
}
.toumei4 td {
	border: none;
	padding: 10px;
	text-align:center;
	vertical-align:bottom;
	background: #fff;
	margin:0 10px 0 0;
}
/************************************/
/*General Style end
/************************************/
#container{
	margin:0 auto;
}
header{}
#header{
	width:1180px;
	height:50px;
	margin:0 auto;
	padding:20px 0;
}
#h_logo{
	width:300px;
	float:left;
}
#h_sublogo{
	float:right;
}
#header_line{
	height:5px;
	background-color:#6D6D6D;
}

#eyecatch{
	width:1180px;
	height:370px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
}
#leftslide{
	width:650px;
	height:370px;
	margin:0;
	padding:0;
	float:left;
}
#rightslide{
	width:530px;
	height:370px;
	margin:0;
	padding:0;
	float:right;
}
#mov {
	padding:5px 0 0 0;
	margin:0 auto;
	margin-top:40px;

	text-align:center;
	background-color:#762b25;
}
nav{}
#nav{
	width:1180px;
	height:140px;
	margin:0 auto;
	padding:0 0 40px 0;
	clear:both;
}
#nav2{
	width:1180px;
	height:140px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
}
.nav_btn{
	width:385px;
	height:135px;
	margin:0 10px 0 0;
	float:left;
}
.nav_btn2{
	width:390px;
	height:135px;
	margin:0 10px 0 0;
	float:left;
}
.nav_btn3{
	width:385px;
	height:135px;
	margin:0;
	float:left;
}
#content{
	width:1180px;
	float:none;
	margin:0 auto;
}
article{

}
#leftbox{
	width:840px;
	float:left;
}
.headline1{
	height:30px;
	margin:20px 0 0 0;
	font-size:24px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	background:url(../m_images/h_border.gif) no-repeat;
	padding:10px 20px;
	clear:both;
}
.headline2{
	height:35px;
	margin:20px 0 0 0;
	font-size:24px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	border-top:solid 5px #333333;
	border-bottom:solid 1px #cccccc;
	padding:15px 20px 5px 20px;
	clear:both;
}

.headlinesub{
	font-size:18px;
	font-family:'flop';
	color:#cccccc;
}
.headlinesub2{
	font-size:12px;
	font-family:'flop';
	padding:0;
	margin:0;
	color:#cccccc;
	clear:both;
}
#news{
	height:290px;
	width:840px;
	overflow:auto;
}
.hl_wrap{
	margin:10px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #cccccc;
	float:left;
}
.hl_date{
	width:70px;
	font-size:16px;
	line-height:1.8;
	padding:0 40px 0 15px;
	float:left;
}
.hl_txt{
	width:655px;
	line-height:1.8;
	padding:0 40px 0 0;
	float:left;
}

#project{
	margin:20px 0 0 0;
	padding:0px 0 0 0;
	clear:both;
}
.pj_image{
	width:235px;
	height:350px;
	padding:40px;
	float:left;
}
.pj_txt{
	width:485px;
	height:220px;
	line-height:1.8;
	padding:40px 20px;
	float:right;
	
}
.pj_syousai{
	width:485px;
	height:50px;
	text-align:right;
	padding:40px 20px;
	float:right;

}
.pj_h1 {
	margin:0;
	font-size:24px;
	line-height:1.4;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	background-position:0 50px;
}
.pj_h1sub{
	font-size:22px;
	font-family:'flop';
	font-weight:bold;
	line-height:1.6;
	padding:0 0 0 20px;
	color:#222222;

}
.pj_h2{
	height:35px;
	margin:0 0 0 0;
	font-size:20px;
	line-height:35px;
	color:#7251bc;
	font-weight:bold;
	font-family:'flop';
	border-top: double 0px #7251bc;
	border-bottom: double 0px #7251bc;
	padding:0 20px 0 20px;
	clear:both;
}
.pj_h2_2{
	height:35px;
	margin:0 0 0 0;
	font-size:20px;
	line-height:35px;
	color:#222222;
	font-weight:bold;
	font-family:'flop';
	border-top: double 0px #7251bc;
	border-bottom: double 0px #7251bc;
	padding:0 20px 0 20px;
	clear:both;
}
.pj_ol{
	list-style-type:none;
}

.nw_h2{
	font-size:20px;
	color:#7251bc;
	font-weight:bold;
	font-family:'flop';
	line-height:1.4;
	border: double 0px #7251bc;
	padding:0 20px;
}
.nw_h2b{
	font-size:20px;
	color:#7251bc;
	font-weight:bold;
	font-family:'flop';
	line-height:1.4;
	border: double 0px #7251bc;
	padding:0 20px;
	margin:0;
}
.nw_h3{
	height:35px;
	margin:0 0 0 0;
	font-size:20px;
	line-height:35px;
	color:#000000;
	font-weight:bold;
	font-family:'flop';
	border: double 0px #7251bc;
	padding:0 20px 0 20px;
	clear:both;
}
.lb_leftimg{
	margin:0px 0 0 0;
	clear:both;
}
.lb_txt{
 	width:840px;
}
aside{
	width:305px;
	float:right;	
}
#rightbox{
	width:305px;
	float:right;
}
.menu_txt{
	font-size:12px;
	padding:5px 10px;
	border-bottom:1px dotted #999999;
	clear:both;
}
.menu_syousai{
	margin:0 0 -2px 0;
	padding:5px 5px 0 5px;
}
.menu_syousai2{
	margin:0 0 -2px 0;
	padding:5px 0 0 0;
}
.menu_houkoku{
	margin:0 0 -2px 0;
	padding:5px 5px 0 0;
}
.menu_houkoku2{
	margin:0 0 -2px 0;
	padding:5px 5px 0 5px;
}
.clear40{
	height:40px;
	clear:both;	
}
.sidetitle{
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	font-family:'flop';
	background-color:#222222;
}
.sidetitle_eng {
	font-size:12px;	
}
.sidetitle2{
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 0;
	margin:40px 0 0 0;
	text-align:center;
	font-family:'flop';
	background-color:#222222;
}
.banner_txt{
	padding:5px 10px;
	font-size:12px;
}
.banner_img{}
.banner_img2{
	padding:10px 0 0 0;
}
.banner_img3{
	padding:0 0 10px 0;
}
.contact_img{
	padding:0 20px;
}
.contact_line{
	padding:0 20px;
}
footer{
	clear:both;
}

#footer{
	width:1180px;
	height:120px;
	margin:0 auto;
	padding:40px 0 0 0;
	clear:both;
}
#footer_line{
	height:5px;
	background-color:#6D6D6D;
	clear:both;
}
#footer_navi{
	padding:10px 0 0 10px;
	float:left;
}
#footer_navi a{
	text-decoration:none;	
}
#footer_copy{
	padding:10px 10px 0 0;
	font-size:12px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	float:right;
}
#footer_addr{
	font-size:12px;
	padding:45px 0 0 10px;
}
.totop{
	position:fixed;
	right:60px;
	bottom:120px;
	width: 80px;
	z-index:1500;
}
.totop a {
    display: block;
	height: 86px;
	width: 86px;
	background:url(../m_images/totop_off.png) no-repeat;
	opacity: 0.8;  
    filter: alpha(opacity=80);
}
.totop a:hover {
	right:86px;
	bottom:172px;
	background:url(../m_images/totop_on.png) no-repeat;
	opacity: 1.0;  
    filter: alpha(opacity=100);
}
.clear {
	clear:both;	
}
.redtxt{
	color:#FF0000;
	font-weight:bold;	
}
.imgleft{
	float:left;
	padding:5px 10px 5px 10px;
}
.imgright{
	float:right;
	padding:5px 5px 5px 5px;
}
.imgcenter{
	text-align:center;
	padding:10px;
}
.evh3 {
	height:30px;
	margin:20px 0 0 10px;
	font-size:14px;
	line-height:30px;
	color:#222222;
	font-weight:normal;
	font-family:'flop';
	border:solid 0px #333333;
	border-left:9px double #7251bc;
	padding:0 20px 0px 20px;
	clear:both;
}
.link_txt{
	margin:0 0 5px 0;
}
.h1kaigyo{
	margin:0 0 50px 0;
	line-height:48px;
}
.koubolist {
	padding:0;
	margin:0 0 0 -15px;
	list-style-type:none;
}
.blue {
	color:#0000ff;	
}
.sp10 {
	height:10px;
	clear:both;
}