/*-------------------------------------*/
/* body                                */
/*-------------------------------------*/
* {
margin : 0;
padding : 0;
}
body {
text-align : justify;
background : url(image/bg.jpg) repeat center top;
background-attachment : fixed;
color : #000000;
}
div#container {
width : 960px;
margin : 0 auto;
}
div#inner {
padding : 0 5px;
background : url(image/inner.gif) repeat-y center top;
}
/*-------------------------------------*/
/* link                                */
/*-------------------------------------*/
a:link {
color : #B00000;
}
a:visited {
color : #B00000;
}
a:active {
color : #ff0000;
text-decoration : underline;
}
a:hover {
color : #ff0000;
text-decoration : underline;
}
a {
text-decoration : none;
}
/*-------------------------------------*/
/* img                                 */
/*-------------------------------------*/
a img {
border : none;
}
div img {
vertical-align : text-bottom;
}
.center {
text-align : center;
}
.right {
text-align : right;
}
.img {
border : 0;
}
/*-------------------------------------*/
/* header                              */
/*-------------------------------------*/
div#header {
height : 200px;
background : url(image/management/bana.jpg) no-repeat top center;
}
div#header h1 {
font-size : 15px;
color : #ffcc00;
font-weight : normal;
padding : 10px 15px 0 0;
text-align : right;
}
div#header h2 {
font-size : 15px;
color : #ffcc00;
font-weight : normal;
padding : 7px 15px 0 0;
text-align : right;
}
/*-------------------------------------*/
/* contents                            */
/*-------------------------------------*/
div#contents {
float : left;
width : 690px;
font-size : 15px;
padding : 10px 0 0 0;
}
div#breadcrumb {
font-size : 15px;
padding : 0 10px 5px 10px;
}
div#infomation{
border:0px;
}
div.step {
margin : 0 0 15px 5px;
width : 675px;
}
div.textbox {
margin : 0 0 15px 5px;
width : 675px;
border-width : 1px;
border-style : solid;
border-color : #006B8A;
}
div.textbox h1 {
font-size : 30px;
color : #006B8A;
font-weight : normal;
padding : 30px 0 20px 0;
text-align : center;
}
div.textbox h2 {
font-size : 18px;
color : #B00000;
font-weight : normal;
padding : 20px 0 0 0;
text-align : center;
}
div.textbox p {
margin : 10px;
font-size : 15px;
}
div#list dl {
list-style : none;
padding : 10px ;
line-height : 120%;
}
div#list dt {
background : url(image/list2.gif) no-repeat left center;
padding : 8px 8px 8px 25px ;
}
div#list dd {
padding : 8px 8px 8px 0px;
}
/*-------------------------------------*/
/* sidebar                             */
/*-------------------------------------*/
div#sidebar {
float : right;
width : 250px;
margin : 0 0 30px 0;
padding : 10px 5px 0 0;
}
div#sidebar p {
line-height : 135%;
padding : 8px;
}
div.box_01 {
margin : 0 0 15px 0;
border-width : 1px;
border-style : solid;
border-color : #006B8A;
}
div.box_02 {
margin : 0 0 15px 0;
}
/*-------------------------------------*/
/* footer                              */
/*-------------------------------------*/
div#footer {
clear : both;
width : 100%;
color : #ffcc00;
text-align : center;
height : 80px;
background : url(image/footer.jpg) no-repeat left center;
}
div#footer h3 {
font-size : 14px;
font-weight : normal;
padding : 15px 0 0 0;
}
address {
font-size : 15px;
font-style : normal;
padding : 15px 0 0 0;
line-height : 135%;
}
div#footer a, div#footer a:visited, div#footer a:hover {
color : #FFFFFF;
text-decoration : underline;
}
/*-------------------------------------*/
/* table                               */
/*-------------------------------------*/
table.type_01 {
border : 0;
border-collapse : collapse;
width : 675px;
margin : 0 0 10px 5px;
}
table.type_01 td {
border : 1px solid #006B8A;
}
table.type_01 p {
margin : 7px 10px 7px 10px;
font-size : 14px;
}
table.type_02 {
border : 0;
border-collapse : collapse;
width : 100%;
margin : 0;
}
table.type_02 td {
border : 0;
}
table.type_02 p {
margin : 7px;
font-size : 14px;
}
/*-------------------------------------*/
/* textarea                            */
/*-------------------------------------*/
textarea.type_01 {
width: 665px;
height: 150px;
border : 1px solid #006B8A;
margin : 5px;
padding : 5px;
font-size : 12px;
}
/*-------------------------------------*/
/* width                               */
/*-------------------------------------*/
.w3 {
width : 3%;
}
.w8 {
width : 8%;
}
.w14 {
width : 14%;
}
.w16 {
width : 16%;
}
.w18 {
width : 18%;
}
.w25 {
width : 25%;
}
.w30 {
width : 30%;
}
/*-------------------------------------*/
/* color                               */
/*-------------------------------------*/
.red{
color: #B00000;
}
.white{
color: #FFFFFF;
font-weight:bold;
}
.blue{
color: #003366;
}
.bg_table_01{
background : url(image/bg_table_01.gif) repeat center top;
}
.bg_table_02{
background : url(image/bg_table_02.gif) repeat center top;
}
