/* allBase */
*{
margin:0;
padding:0;
color:#000;
font-size:100%;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

body{
background-color:#D5E9BE;
text-align:center;
font-size:small;
}

img{
vertical-align:bottom;
border:0;
}

a{
color:#00F;
text-decoration:underline;
}

a:hover{
color:#FF0000;
text-decoration:underline;
}

a:visited {
 color: purple; }


.fLeft{
float:left;
}

.fRight{
float:right;
}

.cBoth{
clear:both;
height:1%;
}

/* base */
#base{
width:750px;
background-color:#FFF;
margin:0px auto;
border-left:1px solid #346700;
border-right:1px solid #346700;
}

#header{
	border-top:5px solid #346700;
	background-image : url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:75px;
}

#header a{
color:#360;
}

#subMenu{
float:right;
padding-right:10px;
text-align:left;
}
.subMenu {
	font-size: 103%;
}


#logo{
float:left;
}

.b1s{
margin:0px 5px 10px 0px;
}

.footer{
clear:both;
text-align:left;
}

#add{
clear:both;
}

#add p{
display:inline;
margin-left:10px;
margin-bottom:20px;
}

.addTel{
	background-image : url(../img/icon_tel.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
}

.addMail{
background-image : url(../img/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
}

#footerLink{
	text-align:center;
	background-image : url(../img/bg_foote.gif);
	background-repeat: repeat-x;
	padding: 10px 0px;
	background-position: bottom;
}

#footerLink a{
color:#390;
}

#copy{
padding:10px;
text-align:right;
}.tAc {
	text-align: center;
}

