@charset "utf-8";

/*--------------------------------------
  Default Reset & Base Style Sheet
  Last Update 2007-01-17

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

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}

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

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

/*--------------------------------------
	1-2.Universal selector
	margin: 0; 
	padding: 0;
	line-height: 1.6;
---------------------------------------*/

* {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
}


/*--------------------------------------
	1-3.Structure Module
---------------------------------------*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------------
	1-4.Text Module
---------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 20px; 
}

h1 {
	font-size: 160%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}



/*--------------------------------------
	1-5.Hypertext Module
---------------------------------------*/

a:link {
	color: #005585;
}

a:visited {
	color: #485270;
}

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


/*--------------------------------------
	1-6.List Module
---------------------------------------*/
/*--------------------------------------
ul,
ol,
dl {
	margin: 1em 20px;
	padding: 1px 10px;
	list-style-position: inside;
}

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

dt {

}

dd {
	color: #666666;
}

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 10px;
}


	
---------------------------------------*/

b,
strong {
	font-weight: bold;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
td {
	vertical-align: top;
}.subs {
	vertical-align: text-botom;
	font-size: 80%;
	color: #000000;
}

.clearfloat { /*フロートクリア このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
border: none;
}