﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          header.css
 Summary :            independence styles
 Created :            2010-01-19
 Last Update :        2010-01-19
 Author:              wan55 aono
===================================================================*/
/*===================================================================
------------------
Table Of Contents
------------------
 00) #header
 99) clearfix

===================================================================*/
/* prefix = #rs_co_Head */

#rs_co_Head {}


/*-------------------------------------------------------------------
 00)  #header
-------------------------------------------------------------------*/
#rs_co_Head #headerArea {
	position: relative;
	margin:0 auto;
	width: 950px;
	height: 78px;
	text-align: left;
}

#rs_co_Head #headerArea h1,
#rs_co_Head #headerArea #siteId {
	width: 260px;
	height: 70px;
	margin: 8px 0 0 2px;
}

#rs_co_Head #headerArea ul.siteInfo {
	position: absolute;
	top: 15px;
	left: 627px;
}

#rs_co_Head #headerArea ul.siteInfo li { float: left;}
#rs_co_Head #headerArea ul.siteInfo li a { display: block;}


#rs_co_Head #headerArea ul.siteInfo li.info1 {
	margin-right: 18px;
	width: 86px;
	height: 13px;
}

#rs_co_Head #headerArea ul.siteInfo li.info2 {
	margin-right: 18px;
	width: 86px;
	height: 13px;
}

#rs_co_Head #headerArea ul.siteInfo li.info3 {
	margin-right: 0px;
	width: 105px;
	height: 17px;
}

#rs_co_Head #headerArea #suumoKun { display: none;}


#rs_co_Head #headerArea #favorite,
#rs_co_Head #headerArea #favoriteBack {
	position: absolute;
	bottom: -39px;
	right: 0;
}


/*-------------------------------------------------------------------
 01) #topicPath
-------------------------------------------------------------------*/
#rs_co_Head #topicPath {
	padding: 20px 220px 30px 45px;
	margin: 0 auto;
	background: transparent url(../img/rs_icon_home.gif) left top no-repeat;
	width: 685px;
}


/*-------------------------------------------------------------------
 99) clearfix
-------------------------------------------------------------------*/
#rs_co_Head #headerArea ul.siteInfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#rs_co_Head #headerArea ul.siteInfo { display: inline-block;}

/* MacIE5 \*/
* html #rs_co_Head #headerArea ul.siteInfo { height: 1%;}
#rs_co_Head #headerArea ul.siteInfo { display: block;}
/* MacIE5 */
