*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	font-size:13px;
	color:#000;
}

body{
	/*background-image:url("../image/bg.gif");*/
	background-repeat: repeat-x;
}

a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }

ul li{ list-style: none; }

img{
	border:none;
}

/*------------------------------
#wrapper
------------------------------*/
#wrapper{
	margin:0px auto;
	width:960px;
}

/*------------------------------
#header
------------------------------*/
#header{
	height:55px;
	width:100%;
	position:relative;
}
/*------------------------------
#logo
------------------------------*/
#logo{
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
}
#logo img{
	width:160px;
	height:50px;
}
/*------------------------------
#hnavi
------------------------------*/
#hnavi{
	position:absolute;
	top:0px;
	right:0px;
	padding-top:10px;
	text-align:right;
}

#hnavi a{
	color:#555;
	border-top:solid 2px #555;
	font-size:11px;
	margin-left:5px;	
}

#hnavi a:hover{
	border-top:solid 2px #FFBF00;
}


/*------------------------------
#topimage
------------------------------*/
#topimage{
	width:100%;
	height: 267px;
	position: relative;
	margin-top:50px;
	z-index:0;
}

#topimage_logo{
	position:absolute;
	top:15px;
	right:15px;
	width:75px;
	height:20px;
}

#topimage_logo img{
	width:75px;
	height:20px;
}

#topimage_title{
	position:absolute;
	bottom:0px;
	left:0px;
	height:40px;
	width:960px;
	background-color:rgba(0,0,0,0.5);
}

#topimage_title h1{
	font-size:20px;
	line-height:40px;
	color:#fff;
	margin:auto 15px;
}

/*------------------------------
#main
------------------------------*/

#main{
	border-bottom:solid 1px #444;
	padding-bottom:15px;
	overflow:hidden;
}


/*------------------------------
#footer
------------------------------*/
#footer{
	margin:0px auto;
	padding:auto;
	width:960px;
	clear:both;
}




/*------------------------------
#fnavi
------------------------------*/
#fnavi{
	text-align:right;
	margin-top:40px;
	
}

#fnavi a{
	color:#333;
	border-top:solid 2px #555;
	font-size:12px;
	margin-left:15px;
	
}

#fnavi a:hover{
	border-top:solid 2px #1D5F1B;
}



/*------------------------------
#copy
------------------------------*/
#copy{
	height:80px;
	padding:10px 15px;
	text-align:center;
	line-height:80px;
	background-image:url("/image/bg/foot.gif");
	background-repeat: repeat-x;
	color:#fff;
}

/*------------------------------
#contact
------------------------------*/
#contact{	
	overflow:hidden;
}
#contact>div{
	display:inline;
	float:left;
	width:194px;
	height:60px;
	border:solid 3px #999;
	padding:10px;
	text-align:center;
	margin:5px;	
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
