/* 
    Document   : top.css
    Created on : 2011/02/06, 18:27:16
    Author     : shigihara
    Description:
    Purpose of the stylesheet follows.
*/

*{
    padding:0;
    margin:0;
}

body {
    background-color: #FAF0F4;
    font-size: 12px;
    color: #4F5155;
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
    font-size:12px;
    line-height:1.5;

}

a {
 color: red;
 background-color: transparent;
 font-weight: normal;
 font-size:90%;
 line-height: 130%;
}

/*
#infomation{
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 14px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 10px 0;
 padding: 5px 10px;
 line-height: 1.7;
}
*/

#header{
	margin:0 0 15px 0;
}

#infomation{
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 14px;
 
 border: 1px solid #E536FC;
 color: #000000;
 display: block;
 margin: 25px 0;
 line-height: 1.7;
}

#infomation .item{
 background-color: #FAC8DC;
 border-bottom: 1px solid #E536FC;
 color: #000000;
 display: block;
 line-height: 1.7;
 padding:3px 20px;
 font-weight: bold;
}

#infomation .data{
padding: 15px 20px;
background-color: #FAFAF5;
}


#infomation .strng{
    font-weight: bold;
    text-decoration: underline;
    
}
#infomation .blog{
    color:blue;
    font-weight: bold;
    text-decoration: underline;
    font-size: 100%;
}

#contact{
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 14px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 
 padding: 5px 10px;
 line-height: 1.7;
}
#contact .title{
    font-weight: bold;
}

#contact .data{
    line-height: 1.3;
    font-size:90%;
}


#wrapper{
    background-color:#FFFFFF;
    margin:0 auto;
    min-width:950px;
    position:relative;
    width:74.2em;
}



#body {
    width:950px;
    margin:0 auto;
    background-color: #FFFFFF;
    padding:0 10px;
}

#main {
    width:730px;
    float:left;
}

#header h1{
 color: #339999;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 12pt;
 font-weight: bold;
 margin: 0px 0 2px 0;
 padding: 5px 0 6px 0;
}

#header .updated{
    text-align: right;
    font-size:100%;
    float:right;
}

#header .title{
    font-size:24pt;
    padding:0px 0 0;
    float:left;
}

#header .data{
    clear:both;
    font-size:130%;
    line-height:1.3;
}

#kyositsu table.time{
    border-collapse:collapse;
    border:1px solid #CCCCCC;
}
#kyositsu table.time td{
    padding:3px;
    background-color: #FAFCB2;
    border:1px solid #CCCCCC;
}

#kyositsu table.time .data{
    padding:2px 5px;
    background-color: #FFFFCC;
    text-align: center;
}

#kyositsu table.time .dayofweek{
    padding:2px 10px;
    background-color: #FFFF99;
}

#kyositsu .kushibiki table td
,#kyositsu .sakuragi  table td
,#kyositsu .urasando  table td
,#kyositsu .topic  table td{
    vertical-align: top;
}


#kyositsu .topic table{
    border-collapse:collapse;
    border:1px solid #CCCCCC;
}

#kyositsu .topic table td{
    border:2px solid #FAF0F4;
    padding: 10px;
    margin:0px 0 10px;
}

.kushibiki,.sakuragi,.urasando{
    border:2px solid #FAF0F4;
    padding: 10px;
    margin:0px 0 10px;
}
#kyositsu .topic {
    margin:0px 0 10px;
}

#kyositsu .youbi {
    width:4em;
}

#kyositsu .dayoff {
    background-color: #f9f9f9!important;
}

/*
sub
*/
#sub {
    width:200px;
    float:left;
    padding:0 10px 0 0;
}
#sub li {
    list-style: none outside none;
    font-style:  italic;
    color:#CCCCCC;
}

#sub .title {
    font-size:120%;
}

/*
footer
*/
#copyright {
    border-top:1px solid #D0D0D0;
    padding:0 0 50px;
}