/*********************
** Default Settings **
*********************/

*
{
    font-size: 12px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(images/bg.jpg);  /* HERE */
    background-position: center; 
    background-repeat: repeat-y; 
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
    text-align: center;  /* Centering for IE5 using its bug */}


/****************
** Page Layout **
****************/

#container
{
    width: 750px;
    height: auto;
    margin: 0 auto;  /* Centering by Right Way */
    text-align: left;  /* Canceling IE5 centering effect */
    background-color: #CCCCCC;
}

#banner
{
    width: 750px;
    height: 60px;
    background-color: #CC6600;
    margin-bottom: 10px;
}

#pagebody
{
    width: 750px;
    height: auto;
}

#main
{
    float: right;
    width: 550px;
    height: auto;
    background-color: #99FFFF;
}

#side
{
    float: left;
    width: 190px;
    height: auto;
}

#foot
{
    clear: both;
/*    padding-top: 30px;*/
    margin-top: 30px;
    width: 750px;
    height: 120px;
    background-color: #FF3366;
}


/***************************
** Detail Layout (Common) **
***************************/

#banner-header
{
   color: #000000;
   font-size: 10px;
   font-weight: normal;
}

#banner-description
{
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}

h1
{
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

#cont
{
    width: 750px;
    height: auto;
    margin: 0 auto;  /* Centering by Right Way */
    text-align: left;  /* Canceling IE5 centering effect */
    background-color: #CCCCCC;
}

div.cont-body
{
    width: 190px;
    height: 30px;
/*    line-height: 30px;*/
    background-color: #660099;
    border-bottom: #E8BF84 1px dashed; 
}


#menu
{
    width: 190px;
    height: auto;
    background-color: #FAEFDC;
}

h2.menu-header
{
    width: 190px;
    height: 30px;
    color: #FFFFFF;
    line-height: 30px;
    background-color: #0000FF;
}

div.menu-item
{
    width: 190px;
    height: 30px;
/*    line-height: 30px;*/
    background-color: #660099;
    border-bottom: #E8BF84 1px dashed; 
}

div.menu-item-inner
{
    width: 180px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
    background-color: #EEEEEE;
}

div.daily-title
{
    width: 550px;
    height: 30px;
    background-color: #0000FF;
}

div.daily-title h2
{
    float: left;
    color: #FFFFFF;
    line-height: 30px;
}

div.daily-title p
{
    float: right;
    color: #FFFFFF;
    line-height: 30px;
}

div.entry-item
{
    width: 550px;
    height: 20px;
    border-bottom: #E8BF84 1px dashed;
}

div.entry-item-time
{
    float: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
}

div.entry-item-title
{
    float: left;
    width: 500px;
    height: 20px;
    line-height: 20px;
}

#foot-copy
{
    text-align: center;
    padding: 15px 0 5px 0;
}

#foot-logo
{
    padding-left: 200px;
    float: left;

}

#foot-corp
{
    padding-left: 250px;
    float: left;
}

#foot-corp p
{
    font-size: 11px;
    line-height: 16px;
    text-align: left;
}


/*********************************
** Table Layout **
*********************************/

table th
{
    font-size: 12px;

}

table td
{
    font-size: 12px;
    color: #666666;
}


/****************************************
** Detail Layout (for the other Pages) **
*****************************************/

.tv {
	font-size: 12px;
	line-height: 22px;
}
.service_tit {
	font-size: 14px;
	font-weight: bold;
	color: #494521;
}
