/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

body {
 background-color : #E5E5E5 ;
 font-family : "MS PGothic", Osaka;
 font-size   : 13px ;
 margin      : 0px ;
 padding     : 0px ;
}

td {
 font-family: "MS PGothic", Osaka;
 font-size: 13px ;
}

td#menu_title {
 font-size: 13px ;
 font-weight: bold ;
 color:#FFFFFF ;
}

.main_title {
	color : #FF0000;
	font-size : 14px;
	font-weight: bold;
}


/***********************************************/
/* ŠTŠÏ                                        */
/***********************************************/
#outline {
/* position : static ;
position :relative ;*/
 background-color : #FFFFFF ;
 width  : 800px ;
 margin : 0px auto ;
 border-top : 0px;
}

#header_area {
 position  : fixed ;
 background-color : #FFFFFF ;
 color     : #999999 ;
 font-size : 11px  ;
 width     : 800px ;
 height    : 105px ;
 top       : 0px ;
 margin    : 0px ;
 padding   : 0px ;
 z-index   : 1000 ;
}

#menu_area {
 position : fixed ;
 float    : left ;
 display  : inline ;
 background-color : #FFFFFF ;
 top      : 105px ;
 width    : 160px ;
 margin   : 0px ;
 padding  : 0px ;
}

#contents_area {
 position      : static ;
 float         : right ;
 background-color : #FFFFFF ;
 margin-top    : 105px ;
 margin-bottom : 100px ;
 width         : 640px ;
 overflow      : hidden ;
 z-index       : 100 ;
}

#footer_area {
 position         : relative ;
 clear            : both ;
 background-color : #FFFFFF ;
 color            : #FFFFFF ;
 font-size        : 11px ;
 width            : 800px ;
 height           : 15px ;
 padding-top      : 30px ;
 text-align       : right ;
}


/***********************************************/
/* back image                                  */
/***********************************************/
td.back_red {
 font-size: 13px ;
 font-weight: bold ;
 color: #FFFFFF ;
 background-image : url("image/menu/back_red.gif") ;
 background-repeat : repeat-x ;
}

td.back_green {
 font-size: 13px ;
 font-weight: bold ;
 color: #FFFFFF ;
 background-image : url("image/menu/back_green.gif") ;
 background-repeat : repeat-x ;
}

td.back_blue {
 font-size: 13px ;
 font-weight: bold ;
 color: #FFFFFF ;
 background-image : url("image/menu/back_blue.gif") ;
 background-repeat : repeat-x ;
}

td.back_orange {
 font-size: 13px ;
 font-weight: bold ;
 color: #FFFFFF ;
 background-image : url("image/main/back_orange.gif") ;
 background-repeat : repeat-x ;
}

/***********************************************/
/* border                                      */
/***********************************************/

.border_blue {
 border : solid 1px #3F4CCB ;
}

.border_green {
 border : solid 1px #77B23A ;
}

.border_red {
 border : solid 1px #FF0033 ;
}

.border_orange {
 border : solid 1px #FF9900 ;
}

.border_black {
 border : 1px solid #000000 ;
}
