@charset "utf-8";
	
/* 
*	Reset and Base Style Sheet
*
*	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-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	|

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

html{
	overflow-y: scroll;
}

body {
	font-size: 13px;
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	line-height:1.5;
}

table {
	font-size: inherit;
	font: 100%;
}

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

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

	1-2.Universal selector

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

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

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

	1-3.Structure Module

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

body {
	margin:0;
	padding:0;
	color: #444;
    font-family: "Hiragino Maru Gothic Pro", meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, Verdana, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;

}

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

	1-4.Text Module

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

pre,
address,
cite {
	margin-top: 5px;
	margin-right: 31px;
	margin-bottom: 5px;
	margin-left: 5px;
	clip: rect(auto,auto,auto,auto);
}

p {
	font-size: 100%;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

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

	1-5.Hypertext Module

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

a:link,a:visited {
	color:#1D7FB3;
	text-decoration:none;
}

a:hover,a:active {
	color:#1C4F8C;
	text-decoration: underline;
}

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

	1-6.List Module

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

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
	padding: 0;
}

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

	1-7.Edit Module

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

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

	1-8.Forms Module

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



form dl,
form p {
	margin: 0.5em 10px;
}


input {
	height: 15px;
	vertical-align: middle;
	line-height: 1;
}




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

	1-9.Tables Module

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

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

	1-10.Image Module

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

img {
	padding: 0;
	border: 0;
}

a img {
	border:0;
}

a:hover img {

}

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

	1-11.Object Module

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

/*object,
embed {
	margin: 1em 20px;
}*/
