/*-----  リンク  -----*/
a:link {
	color:#0033FF;
	text-decoration:none;
}
a:visited {
	color:#0033FF;
	text-decoration:none;
}
a:hover {
	color:#325872;
	text-decoration:underline;
}
a:active {
	color:#ff6500;
	text-decoration:none;
}
/*-----  アウトライン  -----*/
div#outline{
	background-image:url(../img/bgAllTop.gif);
	background-repeat:repeat-x;
	background-position:top center top;
	width:auto;
	height:auto;
	margin:0px auto;
	padding:0px;
	clear:both;
	}
/*-----  ヘッダー  -----*/
div#header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
	margin:0px auto;
	width:850px;
	height:140px;
	clear:both;
	}

/*ロゴとメール*/
div#rogoTel{
	margin:0px;
	padding:0px;
	width:850px;
	height:110px;
	clear:both;
}
div#rogoTel p#rogo {
	width:200px;
	height:110px;
	margin:0px;
	padding-right:475px;
	text-indent: -9999px;
	float:left;
}
div#rogoTel p#rogo a {
	display: block;
	width:200px;
	height:110px;
	text-decoration: none;
}
div#rogoTel p#rogo a:hover {
	display: block;
	width:200px;
	height:110px;
	text-decoration: none;
}

div#rogoTel p#mailU {
	width:175px;
	height:35px;
	margin:0px;
	padding-top:40px;
	text-indent: -9999px;
	float:right;
}
div#rogoTel p#mailU a {
	display: block;
	width:175px;
	height:35px;
	text-decoration: none;
}
div#rogoTel p#mailU a:hover {
	display: block;
	width:175px;
	height:35px;
	text-decoration: none;
}

div#rogoTel p#mailN {
	width:175px;
	height:35px;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	float:right;
}
div#rogoTel p#mailN a {
	display: block;
	width:175px;
	height:35px;
	text-decoration: none;
}
div#rogoTel p#mailN a:hover {
	display: block;
	width:175px;
	height:35px;
	text-decoration: none;
}

/*お気に入り*/
div#favorite{
	margin:0px;
	padding-right:760px;
	padding-bottom:8px;
	width:90px;
	height:22px;
	clear:both;
}

div#favorite p {
	width:30px;
	height:22px;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	float:left;
}
div#favorite p a {
	display: block;
	width:30px;
	height:22px;
	text-decoration: none;
}
div#favorite p a:hover {
	display: block;
	width:30px;
	height:22px;
	text-decoration: none;
}
/*-----  左側  -----*/
div#leftSide{
	width:225px;
	height:auto;
	margin:0px;
	float:left;
}

/*-----  メイン  -----*/
div#main{
	width:410px;
	height:auto;
	margin:0px;
	padding:0px 6px 0px 6px;
	float:left;
}

/*-----  右側  -----*/
div#rightSide{
	width:200px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
div#rightSide a{
	color:#ffffff;
}
/*-----  フッター  -----*/
div#footer{
	background-image:url(../img/bgAllBottom.gif);
	background-repeat:repeat-x;
	background-position:top center top;
	width:auto;
	height:145px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	clear:both;
}
/*-----    フッターメニュー  -----*/
div#footMenu{
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:20px;
	margin:0px auto;
	padding-top:5px;
	clear:both;
	}
div#footMenu ul{
	width:850px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:right;
	font-size:11px;
	}
div#footMenu li{
	display:inline;
	}
div#footMenu a:link{
	color:#ffffff;
	text-decoration:none;
	}
div#footMenu a:visited {
	color:#ffffff;
	text-decoration:none;
}
div#footMenu a:hover {
	color:#000000;
	text-decoration:none;
	padding-bottom:1px;
}
div#footMenu a:active {
	color:#ffffff;
	text-decoration:none;
}
div#footMenu a.this{
	font-weight:bold;
	}

