@charset "UTF-8";

/*
*	Title: Original Skin
*	URI: none
*	Last Modified: 2007-06-19
*	Author: S
*
*	Description:
*	デフォルトスタイルのリセットとベーススタイルの定義
*	
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Settings
*	1-3.Universal selector
*	1-4.Structure Module
*	1-5.Text Module
*	1-6.Hypertext Module
*	1-7.List Module
*	1-8.Edit Module
*	1-9.Forms Module
*	1-10.Tables Module
*	1-11.Image Module
*	1-12.Object Module
*
*/

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	*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	|

=======================================*/
/*　content↓にしてた*/
body {
	font-size: 13px;/*　基本文字サイズ　*/
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
	*font-size: small;/*　ＩＥ７およびＩＥ６標準準拠モードに適用　*/
	*font: x-small;/*　ＩＥ６互換交互モードに適用　*/
	line-height: 150%;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

table {
	font-size: inherit;
	font: 100%;
}

select,
textarea {
	font-size: 99%;
}


/*======================================

	1-2. Font size setting

=======================================*/

a,
p,
pre,
cite,
blockquote {
	/*font-size: 110%;*/
	line-height: 150%;
}

li,dt,dd {
	font-size: 107%;
	line-height: 170%;
}

/*======================================

	1-3.Universal selector

=======================================*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	font-style normal;
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	color:#555;
}

/*======================================

	1-4.Structure Module

=======================================*/

body {
	color: #000000; /* 文字色 */
	/*background: #EAEAEA; /* 背景色 */
}


/*======================================

	1-5.Text Module

=======================================*/

p,
pre,
address,
cite {

	}
/* 114%でした　↓ */
h1 {
	font-weight: bold;
	font-size: 210%;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 180%;
}

h3 {
	font-weight: bold;
	font-size: 107%;
}

p {
	text-align: left;
	font-size: 107%;
	line-height: 160%;
}




address {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

blockquote {
	border: 3px solid #eee;
	color: #666;
	background-color: #f5f5f5;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
}

/*======================================

	1-6.Hypertext Module

=======================================*/

a:link {
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover {
	color: #C60000;
}

a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/*======================================

	1-7.List Module

=======================================*/


ul,
dl {
	list-style-type: none;
}

li,
dt,
dd {

}

dt {
	
}

dd {
	
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {

}

/*======================================

	1-8.Edit Module

=======================================*/

del {
	color: #ccc;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}



/*======================================

	1-10.Tables Module

=======================================*/

table {
	border-collapse: collapse;
}

th,
td {
	padding: 5px;
}

caption {

}

th {

}

td {

}

/*======================================

	1-11.Image Module

=======================================*/

img {
	font-size: 0; /* 画像だった場合のバグ回避法 */
	line-height: 0; /* 画像だった場合のバグ回避法 */
	vertical-align: bottom; /* 画像だった場合のバグ回避法 */
}

/*======================================

	1-12.Object Module

=======================================*/

object,
embed {

}

/*======================================

	hr

=======================================*/
hr{
	visibility: hidden;
}

