?@charset "UTF-8";

/*======================================================================

    01.Yahoo UI Library Reset CSS
    Copyright (c) 2010, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.com/yui/license.html
    version: 2.8.1

======================================================================*/

* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,ins {
    text-decoration: none;
}

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;
}

legend {
    color: #000;
}

*legend {
    margin-left: -1ex;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,button,textarea,select {
    *font-size: 100%;
}

body {
    font:13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size:small; 
    *font:x-small; 
}

select,input,button,textarea,button {
    font:99% arial,helvetica,clean,sans-serif;
}

table {
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt {
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}

/*======================================================================

    02.Yahoo UI Library Fonts CSS
    Copyright (c) 2010, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.com/yui/license.html
    version: 2.8.1

    Font-size Adjustment

    77%   =  10px    |    123.1%  =  16px    |    167%  =  22px 
    85%   =  11px    |    131%    =  17px    |    174%  =  23px
    93%   =  12px    |    138.5%  =  18px    |    182%  =  24px
    100%  =  13px    |    146.5%  =  19px    |    189%  =  25px
    108%  =  14px    |    153.9%  =  20px    |    197%  =  26px
    116%  =  15px    |    161.6%  =  21px    |

======================================================================*/

.clear{clear: both;}

select,input,button,textarea,button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: inherit;
    font:100%;
}

a {
    color: #0088CC;
    /* text-decoration: none; */
    outline: none;
}

a:hover {
    /* color: #fff; */
    /* background-color: #248fb3; */
}

body {
    color: #555555;
    font: 14px/140% 'ヒラギノ角ゴ ProN W3',' 'Hiragino Kaku Gothic ProN'',' 'ヒラギノ角ゴ Pro W3'',' 'Hiragino Kaku Gothic Pro'',' 'メイリオ'',' Meiryo',' Osaka',' 'ＭＳ Ｐゴシック'',' 'MS P Gothic'',' sans-serif';
    margin: 0;
    padding: 0;
    background-image: url('bg1.jpg');
    background-repeat: repeat;
}

#main{
margin-right: auto;
margin-left: auto;
padding-right: 40px;
padding-bottom: 100px;
padding-left: 40px;
border-width: 3px;
border-color: #eeeeee;
border-style: solid;
width: 700px;
background-color: #FFFFFF;
}

#head{
padding-top: 20px;
border-bottom: 1px dashed #aaa;
}

form{
line-height: 200%;
margin: 40px auto;
padding: 10px;
border: 1px solid #66CCFF;
width: 400px;
}

table{
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
border: 1px solid #FFCC00;
}

table td{
padding-left: 10px;
}

.right{
text-align: right;
}

.month{
padding-right: 10px;
width: 60px;
background-color: #FCFCFC;
}

.big{
font-size: 200%;
*color: #FF3300;
display: inline;
}

.center{
text-align: center;
}

.ad{
text-align: center;
}

.ad table{
margin: 0;
padding: 0;
border: 1px solid ##FFCCCC;
}

.ad table td{
padding: 7px;
}