@charset "UTF-8";
/* CSS Document */


/*全ページ共通基本設定（body、フォント、h、aリンク、）-------------------------------*/



/*YUI以下変更不可*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*YUI変更不可終わり*/


*{
	margin: 0;
	padding: 0;
	border: 0;
}


/*★body設定*/
body {
	margin: 0 auto;
	text-align: left;
	width:640px;
}


/*★背景設定*/
body {
	background-color:#070707;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}


/*★メインフォント行間*/
body{
	line-height:150%;
}

/*★メインフォントカラー*/
body{
	color: #ffffff;
}


/*フォントサイズ以下に統一*/
/*
Fontsizenote:Adjustment
			77% = 10px	|	122% = 16px	|	167% = 22px	
			85% = 11px	|	129% = 17px	|	174% = 23px 
			92% = 12px	|	136% = 18px	|	182% = 24px 
			100% = 13px	|	144% = 19px	|	189% = 25px 
			107% = 14px	|	152% = 20px	|	197% = 26px 
			114% = 15px	|	159% = 21px	| 
*/




/*h1見出し-*/
h1{
	font-size:114%;
	color:#ffffff;
	margin:0 0 0 0;
}


/*h2見出し*/
h2{
	font-size:107%;
	color:#ffffff;
	margin:0 0 0 0;
	letter-spacing:1px;
}

/*h3見出し*/
h3{
	font-size:92%;
	color:#ffffff;
	margin:0 0 0 0;
	letter-spacing:1px;
}

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




/*★リンク系--------------------------------------------------------------*/

a:link {
	color: #c1eaff;
	text-decoration: none;
}
a:visited {
	color: #c1eaff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}


/*画像表示*/
img{
	vertical-align:top;
}
