@charset "EUC-JP"; /* 文字コード */

/*======================================

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	|

=======================================*/



/* Universal Selector
=======================================*/
* {
line-height: 1.6;
font-weight: normal;
font-style: normal;
}


/* Reset Style
=======================================*/
html {
color: #000000;
/*background: #FFF;*/
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

body {
font-size: 13px;
*font-size: small;
*font: x-small;
font-family: "ＭＳ Ｐゴシック",  "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", sans-serif;
}

dt,dd,li,p {
font-size: 92%;
font: 92%;
}
dd p,
dd li,
dd dt,
dd dd,
li p,
li dt,
li dd,
li li {
font-size: 100%;
font: 100%;
}

table,th,td {
border: none;
border-collapse: collapse;
border-spacing: 0;
font-size: inherit;
font: 100%;
}
th,td {
font-size: 92%;
font: 92%;
}
td li,td p,td dt,td dd {
font-size: 100%;
font: 100%;
}

fieldset,img {
padding: 0;
margin: 0;
border: 0;
}

img {
vertical-align: middle;
border: none;
}

address,caption,cite,code,dfn,em,th,var,b {
padding: 0;
margin: 0;
font-style: normal;
font-weight: normal;
}

strong {
font-weight: bold;
}

li {
list-style: none;
}

caption,th {
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}

q:before,q:after {
content: '';
}

abbr,acronym {
border: 0;
font-variant: normal;
}

sup {
vertical-align: text-top;
}

sub {
vertical-align: text-bottom;
}

input,textarea,select,option {
font-family: inherit;
font-size: 99%;
font-weight: inherit;
}
input:hover,
textarea:hover {
border: 1px solid #999;
}
input:focus,
textarea:focus {
border: 1px solid #999;
}
textarea {
padding: 0.3em;
}


legend {
color: #000;
}

pre,code,kbd,samp,tt {
font-family: monospace;
*font-size: 108%;
line-height: 100%;
}

hr { 
padding: 0;
margin: 0;
margin-top: 1em;
margin-bottom: 1em;
border-style: dotted none none none; 
border-top-width: 1px; 
border-top-color: #796a4d; 
height: 1px; 
} 


/* Hypertext Module
=======================================*/
a:link {
color: #664820;
text-decoration: underline;
}

a:visited {
color: #3e8b8f;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
