@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: #fff;
	background:#0e0905 url(../images/background.jpg) repeat-x top 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;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

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

table {
	border-collapse: collapse;
	border-spacing: 1px;
	border:none;
}

th,
td {
	border:none;
}
th {

}
td {
	border:none;
}

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

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

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

#wrapper {
	width:800px;
	margin:0 auto;
	position:relative;
}
h1 {
	color:#493e2a;
	line-height:1.2;
	position:relative;
	z-index:5;
}

#mainContents {
	width:800px;
	text-align:center;
	padding-top:35px;
}
h2 {
	padding-left:30px;
}
#mainContents div {
	margin-top:-10px;
	position:relative;
	z-index:3;
}
#mainContents p{
	margin-top:-10px;
	position:relative;
	line-height:1.2;
	z-index:5;
}
#mainContents ul{
	padding-top:10px;
	padding-bottom:40px;
}
#mainContents li {
	display:inline;
	padding:14px;
}
#site {
	border:1px solid #333333;
	width:655px;
	height:206px;
	margin:0 auto;
	font-size:12px;
}
#site ul {
	padding-left:97px;
}
#site ul li {
	display:inline;
	padding-right:54px;

}
#site img {
	border:1px solid #af9c7c;
	margin-bottom:18px;
}
#site p{
	width:655px;
	text-align:center;
	padding-top:14px;
	padding-bottom:14px;
}
#others {
	width:684px;
	margin:0 auto;
	padding-top:5px;
}
#others li {
	float:left;
	padding:8px 14px;
}
#others2 {
	width:684px;
	margin:0 auto;
	padding-top:5px;
}
#others2 li {
	float:left;
	padding:8px 13px;
}
#footer {
	color:#493e2a;
	font-size:12px;
	clear:both;
	text-align:center;
	margin:0 auto;
	width:765px;
	padding-top:50px;
}

#footer a:link {
	color:#493e2a;
	cursor:text;
}

#footer a:visited {
	color:#493e2a;
	cursor:text;
}

#footer a:hover {
	color:#493e2a;
	cursor:text;
}
#copy {
	width:765px;
	border-bottom:1px solid #493e2a;
	padding-top:10px;
}
#footer p {
	padding-bottom:5px;
	margin-bottom:5px;
}

#bookmark {
	cursor:pointer;
}
