﻿@charset "utf-8";
/* CSS Document */

#wrapper{
	height: auto;
	width: 960px;
	margin: 3px auto;
	border: solid 1px #69F;
}


/* headerの内容 */

#header{
	height: 31px;
	border-bottom: solid 10px #6699FF;
	background-image: url(../img/global/header_backimg.gif);
	background-repeat: repeat-x;
}


#logo{
	float: left;
	width: 76px;
}

#header_navi{
	float: right;
	width: auto;
	padding: 6px 0 0 0;
}


#header_navi ul li{
	display: inline;
}

#header_navi ul li a{
	margin: 0px 15px;
}


/* footerの内容 */

#pagetop{
	clear:both;
	padding: 3px;
	text-align: right;
	background-color: #E7F0FE;
}

	
#sitenavi{
	height: 2em;
	padding: 0 3px;
	line-height: 2em;
	background-color: #69F;
	color:#FFF;
}


#sitenavi p{
	float: left;
	width: auto;
}


#sitenavi ul{
	float: right;
	width: auto;
}


#sitenavi li{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	display: inline;
	background-image: url(../img/global/sankakulogo.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#sitenavi li a{
	color:#FFF;
}

#sitenavi li a:hover{
	color:#F33;
}

#footer{
	height: 48px;
	padding: 0 3px 0 0;
	background-image: url(../img/global/footer_backimg.gif);
	background-repeat: repeat-x;
}


#footer_logo{
	float: left;
	clear: both;
	width: 81px;
}


#footer_address{
	float: left;
	width:auto;
	padding: 6px 0 0 20px;
	color: #FFF;
}


#footer_address address{
	height: 18px;
	line-height: 18px;
}


#footer_address address a{
	color: #FFF;
}

#footer_address address a:hover{
		color:#F33;
}

#footer_navi{
	float: right;
	width:auto;
	height: 48px;
}



#footer_navi ul li{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 48px;
	display: inline;
	background-image: url(../img/global/sankakulogo.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	font-weight:bold;
}


#footer_navi ul li a{
	color: #ffcc66;
}

#footer_navi ul li a:hover{
	color:#F33;
}

#copyright{
	text-align:center;
}

/* IE6hack用 */
* html #footer_address{
	width:330px;
}

* html #footer_navi{
	width:460px;
}


