@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: サムライファクトリー - Top　（トップページ独自）
	Created: 2009-01-05
	Copyright: (C) Samurai Factory Inc. 
	Note :
		Outline - 
				1: Structure
					1-1. Base			--- ベーススタイル
					1-2. Hypertext		--- リンクカラーの設定
					1-3. Layout			--- 基本構造
					1-4. Information			--- お知らせ
					1-5. footer			--- フッター
------------------------------------------------------------------------------*/

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

	1-1. Base
	
=============================================================================*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
	}

html {
	height: 100%;
	overflow-y: scroll;
	background: #FFFFFF;
	color: #000000;
	}

body {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	min-width: 1000px; 
	min-height: 558px;
	text-align: center;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
	font-size: 12px;
	}
	
	/* for IE7 */
	*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 75%;
	}

	/* for IE6 */
	* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 75%;
	}

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

	1-2. Hypertext
	
=============================================================================*/

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #000000;
	}

a img {
	border: none;
	}

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

	1-3. Layout
	
=============================================================================*/

div#document {
	margin: -279px 0 0 -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 558px;
	overflow: visible;
	background: url(../media/img/top_bg.gif) 645px 194px no-repeat;
	text-align: center;
	}

h1, h2 {
	margin: 0;
	padding: 0;
	}
	
h1 {
	margin: 139px 0 20px 130px;
	float: left;
	display: inline;
	width: 214px;
	}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#utilityNavi {
	margin: 139px 130px 0 0;
	padding: 2px 0px 0px 0px;
	float: right;
	position: relative;
	top: 15px;
	display: inline;
	}

ul#utilityNavi li {
	margin-left: 20px;
	padding-left: 20px;
	display: inline;
	background: url(../media/img/u_navi_ico.gif) left center no-repeat;
	}

	ul#utilityNavi li a:link,
	ul#utilityNavi li a:visited {
		text-decoration: none;
		}
	
	ul#utilityNavi li a:hover,
	ul#utilityNavi li a:active {
		text-decoration: underline;
		}

ul#globalNavi {
	margin: 0 auto 140px;
	clear: both;
	width: 750px;
	height: 64px;
	background: url(../media/img/g_navi_bg.gif) no-repeat;
	}

ul#globalNavi li {
	float: left;
	}

ul#globalNavi li.first {
	margin-left: 80px;
	display: inline;
	}	
		
address {
	clear: both;
	font-style: normal;
	font-weight: normal;
	}


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

	Information

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

.infoNavi {
 width: 600px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 50px;
}

.infoInner {
 text-align: left;
 line-height: 150%;
}

.infoInner h2 {
 font-size: 120%;
 margin-bottom: 10px;
}

.infoInner h2, .infoInner h3 {
 font-weight: bold;
}

.infoInner ul {
 margin-top: 10px;
 margin-bottom: 10px;
}

.infoInner li {
 margin-left: 25px;
 list-style-type: disc;
}

.infoInner li.none {
 margin-left: 25px;
 list-style-type: none;
}

.infoInner h2, .infoInner h3, .infoInner li, .infoInner p {
 line-height: 130%;
}


/*---------------------------------------------------------------------

	1-5. footer
	
----------------------------------------------------------------------*/

address {
	color: #999;
	font-size: 90%;
}

address a:link,
address a:visited,
address a:hover,
address a:active {
	color: #999;
}

