@charset "utf-8";


/* CSS INFORMATION -====================================================
File name : default.css
Description : Style rest & Basic settings 
Date : 2009.02.25
Index :
*
*	1. Yahoo UI Library Reset CSS
*	2. Basic Setting
*	3. Yahoo UI Library Fonts CSS
*	4. Basic Format Of Hyperlink
*
===================================================================== */

/* =====================================================================
*
*    1. Yahoo UI Library Reset CSS
*    Copyright (c) 2009, Yahoo! Inc. All rights reserved.
*    Code licensed under the BSD License:
*    http://developer.yahoo.net/yui/license.txt
*    version: 2.7.0
*
* =================================================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* =====================================================================
*
*    2. Basic Setting
*
* =================================================================== */


html,body { height: 100%; }

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	width: 100%;
	background: #fff;
	color: #000;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

hr {
	display: none;
}

img {
	vertical-align: bottom;
	
}

p {
	line-height: 1.8;
}


/* =====================================================================
*
*    3. Yahoo UI Library Fonts CSS
*    http://developer.yahoo.com/yui/fonts/
*    *Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*    *http://developer.yahoo.com/yui/license.txt
*    
*    Font-size 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		|
*
* =================================================================== */


body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 99%;
}


/* =====================================================================
*
*    4. Basic Format Of Hyperlink
*
* =================================================================== */

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
}

div#container {
	margin: 0 auto;
	clear: both; 
	position: relative;
	border: 1px solid #dfdfdf;
	width: 1024px;
	height: 768px;
}