@charset "utf-8";

/*========================================
  base
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color:transparent;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

/* for IE6*/
td,th,form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color:transparent;
	font-family: Arial, Helvetica,sans-serif;
}

input,select,option,textarea { 
	background-color:#FFF;
	color: #06911D;
} 


/*========================================
  about txt
-----------------------------------------*/
/*-- a --*/
a:link {
	color: #2276CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2276CC;
}
a:hover {
	color: #F30;
}

a:active {
	text-decoration: none;
	color: #17378A;
}

/*-- font color --*/
.green {color: #33A02C}
.red {color: #FF0000}
.bold{font-weight: bold; }
.small{font-size: 10px;	line-height: 16px; }
.biggreen{
	font-weight: bold;
	color: #4B9818;
}
.bigorange{
	font-weight: bold;
	color: #F60;
	font-size:16px;
	line-height:24px;
}
h5{
	color:#DF3106;
}
h6{
	color: #4C8F2B;
	border-left: 5px solid #D3DA0D;
	text-indent:5px;
	margin:12px 0px;
}


/*-- photo layout--*/
p.left{
	float: left;
	margin:6px 10px 6px 0px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}
p.right{
	float: right;
	margin:6px 0px 6px 6px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}

p.photo{
	margin:2px 0px 5px 0px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}


div.center{
	width:100%;
	text-align:center;
	margin-top:20px;
}
table.formbox {
}
table.formbox td{
	border-top: 1px solid #CCC;
	padding:5px 0px 5px 5px;
}
td.blueform{
	width:190px;
}


/*========================================
  layout
-----------------------------------------*/

body {
	background-color: #EAEBEC;
	text-align:center;
}
img,object {
	border: 0px;
	vertical-align:bottom;
}

#base {
	width: 838px;
	padding: 20px;
	background-color: #FFF;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
/* for win IE */
/* Hides from IE-mac \*/
*html body #base {
	width: 878px;
	padding-bottom:0px;
}
/* End for win IE */


/*========================================
  header
-----------------------------------------*/
#header {
	text-align: left;
	margin-bottom: 15px;
}
h1#headlogo {
	float:left;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width:207px;
	height:49px;
	text-indent: -9999px;
}
h1#headlogo a{
	width:207px;
	height:49px;
	display:block;
/* Hides from IE-mac \*/
	overflow: hidden;
/* End hide from IE-mac */
}

h3#head_txt {
	float: right;
	text-indent: -9999px;
	background-image: url(../img/addr.gif);
	background-repeat: no-repeat;
	width:304px;
	height:51px;
}


/*========================================
  menu
-----------------------------------------*/
#menu{
	float:left;
	width:136px;
}

#menu ul{
	width: 136px;
	display: block;
}

#menu li {
	width: 136px;
	height: 40px;
	margin-bottom:6px;
}
#menu li a{
	width: 136px;
	height: 40px;
	display:block;
	text-indent:-9999px;
}
a:focus{
/**/
	overflow: hidden;
/**/
}

/* 以下、メニュー画像指定 */

#menu li.menu1 a{
	background-image: url(../img/menu_01.gif);
}
#menu li.menu2 a{
	background-image: url(../img/menu_02.gif);
}
#menu li.menu3 a{
	background-image: url(../img/menu_03.gif);
}
#menu li.menu4 a{
	background-image: url(../img/menu_04.gif);
}
#menu li.menu5 a{
	background-image: url(../img/menu_05.gif);
}
#menu li.menu6 a{
	background-image: url(../img/menu_06.gif);
}
#menu li.menu7 a{
	background-image: url(../img/menu_07.gif);
}
#menu li.menu8 a{
	background-image: url(../img/menu_08.gif);
}
#menu li.menu1 a:hover,
#menu li.menu2 a:hover,
#menu li.menu3 a:hover,
#menu li.menu4 a:hover,
#menu li.menu5 a:hover,
#menu li.menu6 a:hover,
#menu li.menu7 a:hover,
#menu li.menu8 a:hover{
	background-position: 272px 0px;
}
#menu li.menu1in {
	background:url(../img/menu_01.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu2in {
	background:url(../img/menu_02.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu3in {
	background:url(../img/menu_03.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu4in {
	background:url(../img/menu_04.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu5in {
	background:url(../img/menu_05.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu6in {
	background:url(../img/menu_06.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu7in {
	background:url(../img/menu_07.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}
#menu li.menu8in {
	background:url(../img/menu_08.gif) 136px 0px;
	display:block;
	text-indent:-9999px;
}

/*========================================
  mainbody,news
-----------------------------------------*/

#mainbody {
	width: 682px;
	float:right;
	margin-left: 20px;
	text-align: left;
}

h4#newstitle{
	width: 682px;
	height: 12px;
	background:url(../img/top_news.gif) no-repeat 0 0;
	margin:6px 0px 6px 0px;
	text-indent:-9999px;
}
dl#news{
}
dl#news dt{
	float:left;
	width:65px;
	margin-left:6px;
}
dl#news dd{
	width:611px;
	float:left;
	margin-bottom:6px;
	margin-left:6px;
}
/* for win IE */
/* Hides from IE-mac \*/
*html body h4#newstitle{margin:6px 0px 0px 0px;}
*html body dl#news dt{margin-left:3px;}
/* End for win IE */

/*========================================
  footer
-----------------------------------------*/
h4#footer {
	margin-right: auto;
	margin-left: auto;
	width: 878px;
	height:30px;
	background:url(../img/footer.gif) no-repeat 670px 5px;
	text-indent:-9999px;
}

/*========================================
  page-title
-----------------------------------------*/

h2#top_txt{
	width: 682px;
	height: 271px;
	background:url(../img/top_main1.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
h2.title{
	width: 682px;
	height: 97px;
	text-indent:-9999px;
}
.about h2{background:url(../img/title_about.jpg) no-repeat 0 0;}
.equip h2{background:url(../img/title_equip.jpg) no-repeat 0 0;}
.works h2{background:url(../img/title_works.jpg) no-repeat 0 0;}
.links h2{background:url(../img/title_links.jpg) no-repeat 0 0;}
.contact h2{background:url(../img/title_contact.jpg) no-repeat 0 0;}
.staff h2{background:url(../img/title_staff.jpg) no-repeat 0 0;}
.voice h2{background:url(../img/title_voice.jpg) no-repeat 0 0;}


/*========================================
  pageback
-----------------------------------------*/

ul.pageback li{
	float:left;
	margin-top:10px;
}
li.toindex a{
	background:url(../img/toindex.gif) no-repeat 0 0;
	width:60px;
	height:15px;
	text-indent:-9999px;
	display:block;
	margin-left:280px;
}
li.topagetop a{
	background:url(../img/totop.gif) no-repeat 0 0;
	width:96px;
	height:15px;
	text-indent:-9999px;
	display:block;
	margin-left:230px;
}
li.toindex a:hover,
li.topagetop a:hover{
	background-position: 0px -15px;
}



/*========================================
  about
-----------------------------------------*/
div.about{
	background-image:url(../img/about_bgimg.jpg);
	background-repeat:no-repeat;
	background-position:350px 200px;
}

dl#about{
	margin-top:20px;
}
dl#about dt{
	float:left;
	width:100px;
	margin-left:50px;
	border-left:5px solid #81CBCD;
	text-indent:10px;
	font-weight:bold;
	color:#1A8485;
}
dl#about dd{
	width:500px;
	float:left;
	margin-bottom:18px;
}

/* for win IE */
/* Hides from IE-mac \*/
*html body dl#about dt{margin-left:25px;}
/* End for win IE */


/*========================================
 equip
-----------------------------------------*/
div.equip{
	background-image:url(../img/equip_bgimg.jpg);
	background-repeat:no-repeat;
	background-position:350px 400px;
}
.equip h3{
	color:#086287;
	background-image:url(../img/h3_bg.gif);
	border-top: 1px solid #81CBCD;
	margin-top:15px;
	margin-left: 15px;
	padding-bottom:3px;
	padding-top:3px;
	text-indent: 10px;
	width: 400px;
}
.equip dl{
	margin-left: 200px;
}
.equip dt{
	margin-left: 20px;
	width: 80px;
	float: left;
	padding-top:5px;
	padding-bottom:5px;
}
.equip dd{
	margin-left: 20px;
	width: 200px;
	padding-top:5px;
	padding-bottom:5px;
}
.equip p{
	text-indent: 350px;
	margin: 10px 0px;
}

/*========================================
 works
-----------------------------------------*/
div.works{
	background-image:url(../img/works_bgimg.jpg);
	background-repeat:no-repeat;
	background-position:300px bottom;
}
.works h3{
	color:#086287;
	background-image:url(../img/h3_bg.gif);
	border-top: 1px solid #81CBCD;
	margin-top:15px;
	margin-left: 15px;
	padding-bottom:3px;
	padding-top:3px;
	text-indent: 10px;
	width: 450px;
}
ul.works_list,
ul.works_mini{
	margin-left: 25px;
	margin-top:5px;
}
ul.works_list li,
ul.works_mini li{
	margin: 10px;
	border-left: 5px solid #81CBCD;
	line-height: 14px;
	text-indent: 5px;
}


/*========================================
 link
-----------------------------------------*/
ul#linklist{
	width: 600px;
	margin:50px 0px;
}
ul#linklist li{
	width: 250px;
	height: 80px;
	margin-left:50px;
	margin-bottom:30px;
	background-repeat:no-repeat;
	float: left;
}
ul#linklist li a{
	height: 60px;
	display: block;
	padding-left: 130px;
	padding-top: 20px;
}

ul#linklist li.link1{
	background-image:url(../img/ban_wess.gif);
}
ul#linklist li.link2{
	background-image:url(../img/ban_penny.gif);
}
ul#linklist li.link3{
	background-image:url(../img/ban_kraps.gif);
}
ul#linklist li.link4{
	background-image:url(../img/ban_zp.gif);
}
/* for win IE */
/* Hides from IE-mac \*/
*html body ul#linklist li{margin-left:25px;}
/* End for win IE */

/*========================================
 contact
-----------------------------------------*/
#contact_body{
	width: 400px;
	margin-left: 120px;
	margin-top:20px;
	text-align: center;
}
p#contact_logo{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width:207px;
	height:49px;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}

#map_canvas{
	width:400px;
	height:300px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 0px;
	border: 1px #000 solid;
}

p#contact_top{
	margin-top:20px;
}




/*========================================
 staff
-----------------------------------------*/

ul#stafflist{
	margin-top:20px;
}
ul#stafflist li{
	margin-top:20px;
	background-image: url(../img/staff_bg.jpg);
	background-repeat: no-repeat;
	width:227px;
	height:275px;
	float:left
}
ul#stafflist p{
	margin-top:20px;
	margin-left: 30px;
	font-size: 11px;
}
ul#stafflist p span{
	font-size: 12px;
}
ul#stafflist p.staffphoto{
	margin-top: 15px;
	margin-left: 22px;
}

/*========================================
 voice
-----------------------------------------*/
div.voice{
	text-align: center;
}

div#voice_body{
	width: 600px;
	margin-left: 40px;
	margin-top:30px;
	margin-bottom:30px;
}
h3.voice_title{
	color:#086287;
	border-top: 2px solid #81CBCD;
	border-bottom: 1px dotted #81CBCD;
	padding: 3px;
}
h4.voice_date{
	text-align: right;
	color:#086287;
	margin-bottom: 15px;
}
h4.to_list{
	border-top: 1px solid #81CBCD;
	text-align: right;
	color:#086287;
	margin-bottom: 15px;
	margin-top: 15px;
}
h4.to_voice{
	text-align: right;
	color:#086287;
	margin-bottom: 15px;
	margin-top: 15px;
}

div#voice_list{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:30px;
}

div#voice_list li{
	border-left: 5px solid #81CBCD;
	margin-top:15px;
	text-indent: 5px;
	line-height: 14px;
}
div#voice_list li a{
	line-height: 14px;
}

/*========================================
  photo
-----------------------------------------*/

img.img1{
	float: right;
	margin:6px 0px 6px 6px;
}

ul.photo_mini{
	margin:10px 0px;
}
li.img2,li.img3,li.img4{
	float:left;
	margin-right:8px;
}
img.img5{
	float:left;
	margin:0px;
}





/*========================================
  clearfix
-----------------------------------------*/
/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cl{
	clear: both; 
}

