/* @override http://www.cozy-h.com/blog/wp-content/themes/wp.vicuna.ext/style-origin/module/mod_eyeCatch-header.css */

@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna - Eye Catch Header Module";
 :created "2008-01-03";
 :release [:revision "1.0"; :created "2008-01-04"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/by/3.0/>;
 :description "ページの上部に任意の画像を読み込むモジュール";
 :note "
	読み込まれる画像は style-xxx/images/eyeCatch/header.png です。
 	このモジュールが有効の時、ページの表示幅は800pxの固定幅になります。
	" .
*/

/*======================================

	Eye Catch [Header] image Module
	
=======================================*/

/*--------------------------------------
	1-1.Style for All
---------------------------------------*/

body {
	margin: 0 10px;
}

div#header,
div#content,
div#footer {
	width: 900px;
	/

* Do not edit this line */
	min-width: none;
	max-width: none;
}

div#header {
	
	/*padding-top: 84px;

img height - 26px(div#header padding bottom) */
	_height: 188px;
	/*fo

r IE (img height + border-width) */
	border-bottom: none;
	position: relative;
	background-image: url(../images/eyeCatch/header.png);
	background-repeat: no-repeat;
}

/* title */

div#header p.siteName {
	position: absolute;
	top: 30px;
	left: 20px;
}

div#header p.siteName a:link,
div#header p.siteName a:visited {
	color: #fff;
/

* Set Title Color */
}

/* Description */

div#header p.description {
	position: absolute;
	top: 80px;
	left: 20px;
	color: #fff;
/*

Set Description Color */
}

/*--------------------------------------
	Others
---------------------------------------*/

div#header ul#globalNavi {
	margin-top: 0;
}

div#utilities ul.thumb li {
	width: 100px;
}

/*--------------------------------------
	Edits
---------------------------------------*/

div.topmenu {
	float: right;
	height: 154px;
}

br.clear {
	clear: both;
}

ul#tb {
	float: right;
	margin: 0;
	padding: 0;
	clear: both;
}

#tb00 {
	background: url(../images/common/topbtn00.png) no-repeat;
	width: 209px;
	height: 30px;
	list-style-type: none;
	display: block;
	text-indent: -3000px;
	float: right;
		margin: 0;
	padding: 0 0 10px;
	clear: right;
}

#tb01 {
	background: url(../images/common/topbtn01.png) no-repeat;
	width: 94px;
	height: 30px;
	list-style-type: none;
	display: block;
	text-indent: -3000px;
	float: right;
	margin: 0;
	padding: 0 ;
}

#tb02 {
	background: url(../images/common/topbtn02.png) no-repeat;
	width: 115px;
	height: 30px;
	list-style-type: none;
	display: block;
	float: right;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
}
