@charset "utf-8";

/*
*	Title: Vicuna: Vega Skin [Eye Catch Head Module]
*	URI: http://vicuna.jp/
*	Last Modified: 2007-03-19
*	Author: wu
*
*	Hint:
*	ページ最上部に画像を表示させる事ができます。
*	読み込まれる画像: images/eyeCatch/long.png
*
*/

/*======================================

	Eye Catch [Header] image Module
	
=======================================*/

/*--------------------------------------
	1-1.全てのページへ影響
---------------------------------------*/

body {
	margin: 0 10px!important;
}

div#header,
div#content,
div#footer {
	width: 800px!important;
}

div#header {
	padding-top: 180px!important; /*  挿入画像の高さ */
	_height: 180px!important;  /* for IE 挿入画像の高さ */
	position: relative!important;
	background-repeat: no-repeat!important;
}

/* タイトルの位置 */

div#header p.siteName {
	position: absolute!important;
	top: 30px!important;
	left: 20px!important;
}

/* 概要の位置 */

div#header p.description {
	position: absolute!important;
	top: 80px!important;
	left: 20px!important;
}

/*--------------------------------------
	2-1.グローバルナビへの処理
---------------------------------------*/

div#header ul#globalNavi {
	margin-top: 0!important;
}
