@charset "utf-8";

/*
*	Title: Vicuna: Vega Skin [Eye Catch Head Module]
*	URI: http://vicuna.jp/
*	Last Modified: 2007-06-19
*	Author: wu
*
*	Hint:
*	ページ最上部に画像を表示させる事ができます。
*	読み込まれる画像はimages/eyeCatch/内にあります。
*
*/

/*======================================

	Eye Catch [Header] image Module
	
=======================================*/

/*--------------------------------------
	1-1.全てのページへ影響
---------------------------------------*/

body {
	margin: 0 10px;
}

div#header,
div#content,
div#footer {
	width: 760px;
}

div#header {
	position: relative;
	background: #ffffff url(../images/free.gif) no-repeat right;
}

/* タイトルの位置 */

div#header p.siteName {
	position: absolute;
	top: 20px;
	left: 0;
}

/* 概要の位置 */

div#header p.description {
	position: absolute;
	top: 40px;
	left: 0;
	color: #999; /* 概要の文字色 */
}

/*--------------------------------------
	2-1.グローバルナビへの処理
---------------------------------------*/

div#header ul#globalNavi {
	margin-top: 0;
}

