/* Reset a default css - begin */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{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;}
/* Reset a default css - end */

body{
    background: #ddddff;
    text-align: center;
    font-size: 100%;
    font-style:normal;
    font-weight:normal;
    font-family: "Osaka-Mono", "IPAƒSƒVƒbƒN", "Osaka-“™•", "‚l‚r ƒSƒVƒbƒN" monospace;
}



#wrapper{
    padding: 4px;
    background: #ffffff;
    position: relative;
    margin: 0px auto;
    min-width: 850px;
}


/*****  header start  *****/


#header{
    position: relative;
    height: 200px;
    text-align: left;
    color: #ffffff;
    background: #3476cb;
    background-image: url(./image/top_img.gif);
    background-repeat: no-repeat;
}

#header a:link{
    color: #ffffff; text-decoration: none;
}
#header a:visited{
    color: #ffffff; text-decoration: none;
}
#header a:hover{
    color: #ffffff; text-decoration: none;
}

#header h1{
    padding: 8px 0px 0px 12px;
    text-align: left;
    font-size: 300%;
}
#header h2{
    padding: 0px 0px 0px 15px;
    text-align: left;
    font-size: 100%;
}

#address{
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    color: #ffffff;
    font-size: 175%;
    font-weight: bold;
    margin: 0px 12px 7px 0px;
}


/*****  menu start  *****/


#menu{
    position: relative;
    float: left;
    width: 180px;
}

.menu_01 ul{
    position:relative;
    list-style-type: none;
    width: 180px;
}
.menu_01 li{
    position: relative;
    font-weight: bold;
}
.menu_01 a{
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    border: 1px solid #666666;
    background-color: #0000ff;
    color: #ffffff;
    font-size: 125%;
    text-decoration: none;
    text-align: center;
}
.menu_01 a:hover{
    background-color: #cccc99;
}

#menu_02 ul{
    list-style-type: none;
    width: 180px;
}
#menu_02 li{
    position:relative;
    font-weight: bold;
}
#menu_02 a{
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 12px 0px 12px 0px;
    border: 1px solid #666666;
    background-color: #d1cd1b;
    color: #cc3333;
    font-size: 125%;
    text-decoration: none;
    text-align: center;
}
#menu_02 a:hover{
    background-color: #E6E22A;
}


/*****  content start  *****/


#content{
    text-align: left;
    position: relative;
    margin-left: 180px;
}

#content_01{
    margin: 15px 10px 15px 15px;
    padding: 5px;
    border: 1px solid #999999;
}
#content_02{
    margin: 5px 10px 15px 15px;
    padding: 5px;
    border: 1px solid #999999;
}

.line_height{
    line-height: 140%;
}

#content_01 table{
    margin: 7px;
}
#content_01 td{
    padding: 1px 3px 1px 3px;
}
#content_02 table{
    margin: 7px;
}
#content_02 td{
    padding: 1px 3px 1px 3px;
}
/*****  footer start  *****/


#footer{
    position: relative;
    clear: both;
    border-top: 1px solid #999999;
    text-align: center;
}

/*****  ‹¤’Ê•”•ª start  *****/

#title{
    font-size: 16px;
    font-family: Arial,Verdana,sans-serif;
    font-weight: bold;
    letter-spacing: 0.4em;
    color: #FFFFFF;
    background-color: #0000FF;
    padding: 2px 1px 0px 4px;
    border-left: solid 3px #DADADD;
}

#form_submit{
    background-color: #FFCCFF;
}



