@charset "UTF-8";
/* CSS Document */

/* formatting style*
------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6;
	background-color:#84CBBF;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}



	
/* line style
------------------------------*/
img{
	border-style:none;
}

/* link style
------------------------------*/
a:link{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:underline;
}

a:visited{
}

a:active{
}

/* basic layout
------------------------------*/
#wrapper{
	width:852px;
	margin:0px auto;
	background-color:#fffeee;
	border:1px solid #333333;
	background-image:url(img/sidebarBack.gif);
	background-repeat:repeat-y;
	background-position:right;
}



#header{
	width:850px;
	height:90px;
	position:relative;
	border-bottom-style: solid;
	border-bottom-color: #f39700;
	background-image: url(img/headerBcck2.jpg);
	margin-bottom:10px;
	}

#main{
	width:660px;
	float:left;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
}

#sidebar{
	width:160px;
	float:right;
	text-align:center;
}

#footer{
	width:682px;
	padding:5px;
	text-align: center;
	clear:both;
	background-image: url(img/footerBack.gif);
}

/* headr layout
------------------------------*/
#headerText{
	position:absolute;
	left:143px;
	top:0px;
}

#logo{
	position:absolute;
	left:143px;
	top:27px;
}

#tel{
	position:absolute;
	left:580px;
	top:10px;
}

/* index（プルダウンメニュー設定ここから）
------------------------------*/




/* index（ロールオーバー設定ここから）
------------------------------*/
ul#dd{
	list-style:none;
	margin-left:15px;
}

ul#dd li{
    list-style:none;
    width:109px;
	float:left;
}

ul#dd a{
    display:block;
    width:109px;
    height:40px;
}

a span{
	display:none;
	}

a.home{
	background-image:url(img/topBtHome.gif);
}

a:hover.home{
    background-position:0px -40px;
}


a.Introduction{
	background-image:url(img/topBtIntroduction.gif);
}

a:hover.Introduction{
    background-position:0px -40px;
}

a.staff{
	background-image:url(img/topBtStaff.gif);
}

a:hover.staff{
    background-position:0px -40px;
}

a.qa{
	background-image:url(img/topBtQa.gif);
}

a:hover.qa{
    background-position:0px -40px;
}


/* mian layout
------------------------------*/
#mainVisual{
	background-image:url(img/topVisual.jpg);
	background-repeat:no-repeat;
	width:656px;
	height:280px;
	position:relative;
}

#topBt1{
	position:absolute;
	top:130px;
	left:20px;
}

#topBt2{
	position:absolute;
	top:175px;
	left:102px;
}

#topBt3{
	position:absolute;
	top:124px;
	left:174px;
}

#topBt4{
	position:absolute;
	top:43px;
	left:244px;
}

#topBt5{
	position:absolute;
	top:11px;
	left:345px;
}

#topBt6{
	position:absolute;
	top:189px;
	left:236px;
}

#topBt7{
	position:absolute;
	top:143px;
	left:326px;
}

#topBt8{
	position:absolute;
	top:71px;
	left:408px;
}

/* newsBox
------------------------------*/
#newsBox{
	width:330px;
	height:120px;
	background-image:url(img/newsBack.jpg);
	background-repeat:no-repeat;
	border:1px solid #b5b5b6;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
}

#newsBox dl#news dt{
	font-weight:bold;
	margin-top:10px;
}

#newsInsidebox{
width:330px;
	margin-top:25px;
	height:75px;
	overflow: auto;

}

/* fckBox
------------------------------*/
#fckBox{
	width:295px;
	height:120px;
	float:left;
	border:1px solid #b5b5b6;
	margin-top:10px;
	margin-bottom:10px;
}

/* mutualLinkBox
------------------------------*/
#mutualLinkBox{
	clear:both;
	margin-bottom:10px;
}

#mutualLinkBox p{
	line-height: 1.2;
}

#icomMail{
	float:left;
}


/* sidebar
------------------------------*/
#sidebar ul{
	list-style:none;
	width:130px;
	margin:10px auto 10px auto;
	text-align:left;
}

#sidebar ul li {
	color: #33a98f;
}

#sidebar ul li a{
	width:120px;
	height:17px;
	background-image:url(img/icomMaru.gif);
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #84cbbf;
	padding-left:20px;
	display:block;
	line-height:17px;
}

#addressBox{
	width:130px;
	margin:15px auto 10px auto;
	text-align:left;
	line-height: 1.2;
}

#blogbotan{
	margin-bottom:5px;
}

#iconLink{
	margin-bottom:5px;
}

#sidebar img{
	border-bottom:3px solid #ffffff;
}


