@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#fff;
 	font-family: Verdana, helvetica, arial, sans-serif;
}

img{
	border:none;
}

h1{
	margin:0 5px 0 0;
	font-size:11px;
	font-weight:normal;
	width:300px;
	float:right;
	color:#fff;
	text-align:left;
	
}

*html h1{
	margin:0 5px 0 0;
	font-size:10px;
	font-weight:normal;
	width:360px;
	float:right;
	color:#fff;
	text-align:right;
	
}

h2{
	margin:10px;
	padding:0;
	text-align:left;
}

h3{
	margin:0;
	padding:0;
	font-size:17px;
	color:#2F2F2F;
}

h4{
	margin:0;
	padding:0 0 10px 0;
}

h5{
	margin:0;
	padding:0 0 10px 0;
	font-size:15px;
	color:#900;
}


/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*hides from IE-mac \*/
* html .clearfix{ height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/

#container{
	margin:0 auto;
	padding:0;
	width:900px;
	background-color:#F6F6E1;

}

#header{
	margin:0;	
	padding:0;
	background-image:url(../img/header_back.png);
	background-repeat:no-repeat;
	width:900px;
	height:130px;
	background-color:#138F2E
}

.header_logo{
	margin:0;
	padding:8px 10px 8px 15px;
}

#header_text{
	padding:3px 0 8px 130px;
	text-align:left;
	background-color:#138F2E
}

#header_menu{
	margin:0 auto;
	text-align:center;
	background-color:#F6F6E1;
	border-bottom:1px solid #666;
}

#header_menu ul{
	margin:5px 0 ;
	padding:0;
	list-style:none;
	
}

#header_menu li{
	margin-right:2px;
	display:block;
	float:left;
}



#main_col{
	margin:5px 10px 0 10px;
	padding:10px 10px 0 10px ;
	width:860px;
	height:550px;
	clear:both;
	background-image:url(../img/haikei2.jpg);
	background-repeat:no-repeat;
}

*html #main_col{
	margin:30px 0 0 0 ;
	padding:30px 10px 0 10px ;
	width:780px;
	clear:both;
}

#main_col .report{
	margin:25px 10px 0 ;
	padding:0;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	font-family: "Meiryo", "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", Osaka;
	width:450px;
	float:right;
	text-align:center;
	
}

#main_col .main_text{
	margin:10px 10px 0 ;
	padding:10px;
	background:url(../img/shadow2.png);
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	font-family: "Meiryo", "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", Osaka;
	width:550px;
	float:left;
	text-align:left;
	
}

#main_col .main_text table{
	width:550px;
	margin:10px 0 0 0;
}

.kokuchi2{
	position:relative;
	width:200px;
	top:10px;
	left:550px;
}


.workshop_list, .map_list{
	text-align:center;
}

.workshop_list table ,
.map_list table{
	border-spacing:5px;
	margin:0 0 0 5px;
	width:725px;
}


.workshop_list td {
	border:1px solid #ccc;
	margin:0 0 5px 15px;
	padding:5px 5px 5px 55px;
	width:355px;
	height:60px;
	font-size:11px;
	line-height:1.3;
	text-align:left;
	color:#333;
	background-repeat:no-repeat;
	background-position:5px 5px;
	vertical-align:top;
	overflow:hidden;
}

.map_list td{
	margin:0;
	padding:0 0 5px 0;
	width:355px;
	height:60px;
	font-size:11px;
	line-height:1.3;
	text-align:left;
	color:#333;
}

.map_info{
	margin:3px 10px 10px 10px;
	padding:5px;
	font-size:12px;
	line-height:1.5;
	border:double 3px #900;
	background-color:#FEF2EF;
}

.warkshop_name{
	line-height:1.2;
	font-size:16px;
	font-weight:bold;
	color:#5E1985;
}

.company_logo{
	float:right;
}

.warkshop_info{
	margin:5px 0;
	font-size:11px;
	font-weight:bold;
	color:#600;
}

.workshop_contents{
	font-size:10px;
	color:#036;
}

#workshop{
	margin:30px 0 0px 20px;
	text-align:center;
	clear:both;
}

#workshop td{
	width:90px;
	padding:0 0 10px 0;
	text-align:center;
}

#left_part{
	width:410px;
	margin:0 0 0 30px;
	padding:0;
	float:left;
	text-align:center;
}

#right_part{
	width:300px;
	margin:0 30px 0 0;
	padding:0;
	float:right;
}

.message{
	margin:10px 0 0 0 ;
	padding:0 90px 0 0;
	width:150px;
}


/* for IE 6.0 */
*html #left_part{
	width:390px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

*html #right_part{
	width:250px;
	margin:0;
	padding:0;
	float:right;
}



*html .message{
	margin:10px 0 0 0 ;
	padding:0 90px 0 0;
	width:250px;
}


.whatsnew{
	margin: 10px 0 0 0 ;
	padding:0;
	width:250px;
	background-color:#fff;
	border:1px solid #5E1985;
	font-size:11px;
	color:#333;
	border-collapse:collapse;
}

.whatsnew caption{
	margin:10px 0 0 0;
	text-align:left;
}

.whatsnew td{
	padding:5px 10px 5px 5px ;
	font-size:11px;
	color:#333;
}

#main_menu{
	margin:0;	
}

#main_menu ul{
	margin:35px 0 40px;
	list-style:none;
	height:70px;
}

#main_menu li{
	margin-left:40px;
	display:block;
	float:left;
}



#footer{
	margin: -20px 0 0 0;
	padding:150px 40px 20px 40px;
	background-image:url(../img/fotter_img.png);
	background-repeat:no-repeat;
	background-color:#067B24;
	clear:both;
}



*html #footer{
	margin: -20px 0 0 0;
	padding:170px 40px 20px 40px;
	background-image:url(../img/fotter_img.gif);
	background-repeat:no-repeat;
	background-color:#067B24;
}

#footer_common{
	margin: 0;
	padding:130px 40px 20px 40px;
	background-image:url(../img/fotter_img_common.gif);
	background-repeat:no-repeat;
	background-color:#F8F7E2;
	clear:both;
}

#company{
	margin:15px auto;
	padding:10px;
	width:700px;
	background-color:#FFF;
	border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
}

#company table{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#company td{
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	background-image:url(../img/company_back.jpg);
	width:140px;
	height:60px;
}


.menu_left{
	margin:0 0 0 15px;
	padding:0;
	float:left;

}

.menu_right{
	margin:0 15px 0 0;
	padding:0;
	float:right;
}

.menu_left table, .menu_right table{
	border-spacing:0;
}


.menu_left td, .menu_right td{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#text_col{
	margin:20px auto;
	padding:10px;
	width:740px;
	text-align:left;
	background-color:#fff;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}


#text_col .article,#text_col .article_w{
	margin:0 auto;
	padding:0;
	width:710px;
	color:#3f3f3f;
	clear:both;
	
}

#text_col .article p{
	margin:0 0 0 15px;
	padding:0 0 15px 0;
	width:410px;
	text-align:left;
	font-size:14px;
	line-height:1.8;
	/*font-weight:bold;*/
}

#text_col .article_w p{
	margin:0 0 0 15px;
	padding:0 0 15px 0;
	width:680px;
	text-align:left;
	font-size:14px;
	line-height:1.8;
	font-family: Verdana, helvetica, arial, sans-serif;
}

#text_col .article_w li{
	margin:0 0 10px;
	padding:0 ;
	text-align:left;
	font-size:14px;
	line-height:1.5;
}

.leader{
	margin: 20px 0;
	padding:0 0 0 8px;
	border-left:5px solid #00A0E8;
	line-height:1.2;
	font-size:17px;
	font-weight:bold;
}


.leader2{
	margin: 20px 0;
	padding:0 0 0 8px;
	line-height:1.2;
	font-size:17px;
	font-weight:bold;
}


.point_indent{
	margin: 20px 0;
	padding:0;
}


#model_case{
	padding: 10px;
	width:730px;
	height:auto;
}

#model_case img{
	border:none;
}

#model_case table{
	margin:0 0 10px 0 ;
	border-collapse:collapse;
	border:2px solid #333;
	width:720px;
}

#model_case caption{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#900;
}

#model_case th{
	border:1px solid #693;
	text-align:center;
	width:180px;
	padding:3px;
	font-size:12px;
}


#model_case td{
	border:1px solid #693;
	text-align:center;
	padding:3px;
	font-size:12px;
}

.timeline{
	background-color:#360;
	color:#FFF;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

.thumbnail{
	margin:0 0 7px 0;
	padding:0;
	width:142px;
	text-align:center;
	float:left;
	
}

.news{
	margin: 5px 0;
	padding: 0 0 10px 0;
	width: 530px;
	height: auto;
	text-align:left;
	background-color:#fff;
	border:2px solid #5EB742;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}

.news table{
	margin:0;
	padding: 0 5px;
	width:550px;

	
}

.news th{
	margin:0;
	padding:0 5px;
	width:40px;
	font-size:12px;
	color:#666;
	border-bottom:1px dotted #ddd;
}

.news td{
	margin:0;
	padding:0 5px;
	border-bottom:1px dotted #ddd;
	color:#666;
	font-size:12px;
 	font-family: Verdana, helvetica, arial, sans-serif;
	line-height:1.2;
}

.links{
	width:auto;
	float:right;
}
.caption{
	margin:2px auto 0 auto;
	padding:0;
	width:300px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	color:#333;
	background-color:#fff;
	text-align:left;
}

.photo2{
	margin:5px 15px 20px 0;
	text-align:center;
	float:left;
	width:330px;
}
.photo2 img{
	border:1px solid #999;
}

.photo3{
	margin:5px 15px 20px 0;
	text-align:center;
	float:left;
	width:163px;
}
.photo3 img{
	border:1px solid #999;
}

