@charset "utf-8";
	
/*
 :title "Base Style";
 :created "2009-01-07";
 :release [:revision "1.00"; :created "2009-01-07"];
 :author [:name "K.Kimura"; :homepage <>; :address ""];
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Universal selector. 
		1-3.Structure Module. 
		1-4.Text Module. 
		1-5.Hypertext Module. 
		1-6.List Module. 
		1-7.Forms Module. 
		1-8.Tables Module. 
		1-9.Image Module. 
 	User Set - 
		2-1.DefultWrap. 
 	option Set -
		3-1.BackgroundPng. 
		3-2.ClearFix. 
		";
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.5.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.html>;
	:note "
		Font-size Adjustment.
			77%  = 10px		|	123.1% = 16px	|	167% = 22px		
			85%  = 11px		|	131%   = 17px	|	174% = 23px		
			93%  = 12px		|	138.5% = 18px	|	182% = 24px		
			100% = 13px		|	146.5% = 19px	|	189% = 25px		
			108% = 14px		|	153.9% = 20px	|	197% = 26px		
			116% = 15px		|	161.6% = 21px	|	
			"
	] 
*/

/*====================================
	1-1.YUI Fonts CSS
=====================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*====================================
	1-2.Universal selector
=====================================*/

* {
	margin:0;
	padding:0;
}

/*====================================
	1-3.Structure Module
=====================================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.4;
	color: #000;
	background: url(../images/index/background.jpg) center top;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
/*====================================
	1-4.Text Module
=====================================*/

h1,h2,h3,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

strong {
	color: #cc0000;
}


/*====================================
	1-5.Hypertext Module
=====================================*/

a:link {
	color: #0000ff;
	text-decoration:none;
}

a:visited {
	color: #0000ff;
	text-decoration:none;
}

a:hover {
	color: #ff0000;
	text-decoration:underline;
}

/*====================================
	1-6.List Module
=====================================*/

ul {
	list-style:none;
}


/*====================================
	1-8.Tables Module
=====================================*/

table {
	margin-left:20px;
	margin-right:20px;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #d0b156;
}

th,
td {
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #d0b156;
}
th {
	color: #000;
}
td {
	border: 1px solid #d0b156;
}

/*====================================
	1-9.Image Module
=====================================*/

img {
	border:0;
	vertical-align:bottom;
}

/*====================================
	2-1.DefultWrap
=====================================*/

#wrapper {

}
h1 {
	color:#fff;
	font-size:12px;
	padding-top:40px;
	height:20px;
}
h2 {
	padding-top:56px;
	padding-left:28px;
	padding-bottom:24px;
}
#mainContents {
	background:#fff url(../images/index/main_back.jpg) no-repeat;
	width:750px;
	height:480px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#mainContents ul {
	padding-left:179px;
	padding-bottom:12px;
}
#mainContents ul li{
	padding-bottom:12px;
}
#mainContents dl {
	padding-left:92px;
}
#mainContents dl dt{
	float:left;
}
#mainContents dl dd {
	font-size:14px;
	font-weight:bold;
}
#mainContents p {
	clear:left;
	padding-left:46px;
}
address {
	padding-left:46px;
}
#copy {
	font-weight:bold;
	font-size:12px;
}
#lisence {
	font-weight:bold;
}
#index_character {
	position:absolute;
	top:56px;
	left:430px;
}
* html #index_character img {
	display:none;
}

