@charset "utf-8";
	
/* 
*
*
*	Reset and Base Style Sheet
*	Last Update 2008-01-12
*
*	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.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*	1-12.Font-family Module
*	1-13.Clearfix
*
*/

/*======================================

	1-1.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%;
}

/*======================================

	1-2.Universal selector

=======================================*/

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

/*======================================

	1-3.Structure Module

=======================================*/

body {
	margin:0;
	color: #4e3c37;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	overflow: hidden;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 159%;
}

h4 {
	font-size: 107%;
}

h5 {
	font-size: 92%;
}

h6 {
	font-size: 92%;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: #000;
	background-color: #fff;
}

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	/*color: #ff4500;*/
}

code {
	
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	
	text-transform: uppercase;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #5f5b1b;
	text-decoration:none;
	outline:none;
}

a:visited {
	color: #5f5b1b;
	text-decoration:none;
}

a:hover {
	color: #651f17;
	text-decoration: underline;
}
a {
	outline: none;
}


/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

li,
dt,
dd {
	margin: 0;
}

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

/*======================================

	1-7.Edit Module

=======================================*/

del {
	color: #999;
	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-8.Forms Module

=======================================*/

form {
	margin: 0;
	padding: 0; 
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: inline;
	margin: 0;
	padding: 0; 
	border: none;
}

input {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

/*input:hover,
textarea:hover {
	border: 1px solid #aaa;
}*/

textarea {
	
}

/*======================================

	1-9.Tables Module

=======================================*/

table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	margin: 0;
	padding: 0;
	text-align: left;
}
th,
td {
	
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	
}

/*======================================

	1-10.Image Module

=======================================*/

img {
	vertical-align: bottom;
}

a img {
	border:0;
}

a:hover img {

}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	margin: 0;
	outline: none;
}

/*======================================

	1-12.Font-family Module

=======================================*/

* html body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
} /* for lte ie6 */

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
} /* for modern browser not ie8 */

/*======================================

	1-13.Clearfix

=======================================*/
.clearfix { display:inline-block; zoom:100%;}
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE*/