/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
table th{
background:#e3e9ec;
font-weight:bold;
}

fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	padding:0;
	margin:0;
	line-height:1
    
}
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{font-family:inherit;font-size:inherit;font-weight:inherit;
}
input,textarea,select{*font-size:100%;
}
legend{color:#000;
}

/*======================================
    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;
}

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

body {
color: #555;
background: url(/images/base/bg_sidetab.jpg) repeat-x;
background-color:#F3F3F3;
font-family: Verdana, Geneva, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

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

p{
margin:0px;
padding:5px 0;
font-size: 100%;
}

strong{
    font-weight: bold;
    }

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

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

a:link{
color: #155eda;
}
a:visited{
color: #155eda;
}
a:hover{
color: #66CCFF;
}
a{
cursor: pointer;
text-decoration:none;
}
a:focus{
outline:none;
}/*画像クリック時の点線消去　(IE無効)*/


/*=====================================
　1-8.Forms Module
=======================================*/

input,
textarea {
　padding: 0.1em 5px;
}

input {
　line-height: 1.2;
}

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

input:focus,
textarea:focus {
　border: 1px solid #000;
}

textarea {
　padding: 0.4em 8px;
}
