@charset "utf-8";
	
/*
*	※Licence: CC3.0 
*	http://creativecommons.org/licenses/by/3.0/deed.ja
*
*	
*	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.Tables Module
*	1-9.Image Module
*	1-10.Object Module
*
*/

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

	1-1.Yahoo UI Library Fonts CSS ver.2.4.0
	*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	|

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

/* Don't Edit */
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. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

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

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

	1-3.Universal selector
	
=======================================*/

* {
	line-height: 1.5;
	font-style: normal;
}

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

	1-4.Structure Module
	
=======================================*/

body {
	color: #000;
	background: #fffef4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

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

	1-5.Text Module
	
=======================================*/

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

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


em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

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

	1-6.Hypertext Module
	
=======================================*/

a:link {
	color: #00baff;
}

a:visited {
	color: #666;
}

a:hover {
	color: #ff00d8;
}

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

	1-7.List Module
	
=======================================*/

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

ul,
ol,
dl {
	list-style-position: inside;
}

ul {
	list-style: none outside;
}

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 {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
}

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

	1-8.Tables Module
	
=======================================*/
table {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	margin: 0;
	padding: 0;
}
th,td {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 0.2em 0.4em;
}
th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background-color: #f6f6f6;
}


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

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

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

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

	1-10.Object Module
	
=======================================*/

object,
embed {
	margin: 1em 30px;
}
