/***********************************************/
/* position                                    */
/***********************************************/
#contents_left {
 position : static ;
 float    : left ;
 top      : 0px ;
 width    : 416px ;
}

#contents_right {
 position     : static ;
 float        : right ;
 top          : 0px ;
 width        : 224px ;
/* text-align   : center ;*/
}


/***********************************************/
/* ボーダーと区切り線                          */
/***********************************************/
div.outline_border {
 margin-bottom : 10px ;
}

div.outline_side {
 width         : 204px ;
 margin-bottom : 10px ;
}

.outline_border {
 border         : solid 1px #86D6FF ;
 border-top     : 0px ;
 padding : 5px ;
}

.split_border {
 border-top-style : dotted ;
 border-width     : 1px ;
 border-color     : #86D6FF ;
 font-size        : 1px ;
 margin-top       : 5px ;
 margin-bottom    : 5px ;
 width            : 100% ;
 height           : 1px ;
}


/***********************************************/
/* 文字関係                                    */
/***********************************************/
.service {
 font-weight : bold ;
}

.sentence {
 font-family  : "MS PGothic", Osaka;
 font-size    : 13px ;
 line-height  : 1.4em ;
 margin-left  : 10px ;
 margin-right : 5px ;
}

div.outline_side .sentence {
 font-size   : 12px ;
 line-height : 1.2em ;
}

div.outline_side .sentence_azn {
 font-size   : 11px ;
/* line-height : 1.1em ;*/
 padding-left : 5px ;
 padding-right : 5px ;
}

div.outline_side .sentence_azn a {
/* color           : #0000FF ;*/
 text-decoration : none ;
}

.title {
 color       : #333333 ;
 font-family : "MS PGothic", Osaka;
 font-size   : 14px ;
 font-weight : bold ;
/* line-height : 1.4em;*/
 margin-left : 5px ;
 margin-top  : 5px ;
}

.title_style {
 border        : solid 1px #86D6FF ;
 border-bottom : 0px ;
 height        : 25px ;
 background-image  : url( "../image/main/back_light_blue.gif" ) ;
 background-repeat : repeat-x ;
}

.title img {
 width        : 6px ;
 height       : 14px ;
 border       : 0px ;
 margin-right : 3px ;
 vertical-align   : text-bottom ;
 background-color : #333333 ;
}

