@charset "UTF-8";



/* ver. 2008/06/17 */

body {
margin: 0; padding: 0;
line-height: 1.7em;
font:12px "Osaka", "ＭＳ ゴシック", Arial, sans-serif;
color: #333;
}




/*____________________ class ____________________*/

img {
border: none; vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
margin: 0; padding: 0;line-height: 1.1; font-weight: bold; font-size: 100%;
font-family: "ＭＳ Ｐゴシック", Georgia, "Times New Roman", Times, serif;
}
div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,blockquote {
margin: 0; padding: 0;
}

p {
font-size: 12px; line-height: 1.7; margin: 7px 0;
}


ul li {
list-style: none;
}
ol {
margin: 1em 0;
}
ol li {
margin: 7px 0 7px 2em; line-height: 1.5;
}
dl dt {
font-size: 110%; font-weight: normal; line-height: 1.2;
margin: 1.5em 0 7px 0;
}
dl dd {
margin: 7px 0 7px 2.5em; display: list-item; list-style: circle; line-height: 1.5;
}




caption,th {
text-align:left;
}
table {
border-collapse:collapse;border-spacing:0;
} 


a,
a:link,
a:visited,
a:active {
font: normal; text-decoration: underline; color: #3366CC;
}
a:hover {
color: #FF3300;
}

a:hover img {
opacity: 0.7; filter: alpha(opacity=70);
background: #fff;
}


strong {
font: bold;
}

sup,
sub {font-size: 70%; line-height: 100%}
sup {vertical-align: 0.6em;}
sub {vertical-align: -0.3em;}



/*____________________ original-class ____________________*/




/*fix-font-size*/
.fix10 {font-size: 10px; !important}
.fix12 {font-size: 12px; !important}
.fix14 {font-size: 14px; !important}
.fix16 {font-size: 16px; !important}
.fix18 {font-size: 18px; !important}
.fix24 {font-size: 24px; !important}
.fix32 {font-size: 32px; !important}

.fix-bold {font-weight: bold !important}
.fix-italic {font-style: italic !important}
.fix-normal {font-style: normal !important}

.al-left {text-align: left !important}
.al-right {text-align: right !important}
.al-center {text-align: center !important}


.no-padding {padding: 0 !important}
.no-margin {margin: 0  !important}
.no-border {border: none !important}


.clear {
height: 1px; clear: both; overflow: hidden;
}
.pagebreak {
page-break-after: always;
}


/*____________________ column ____________________*/

.column:after {
content: "."; display: block; visibility: hidden; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.column {display: inline-table;}
/* Hides from IE-mac \*/
* html .column {height: 1%;}
.column {display: block; min-height: 0.1em;}
/* End hide from IE-mac */

.column .left {float: left;}
.column .right {float:right}





/*____________________ tables ____________________*/

/*tbl-1*/
#main table {
clear: both; width: 100%;margin: 1px 0;
}
#main table td,
#main table th {
border: 1px solid #ccc;
padding: 8px 10px;
}
#main table td {
color: #555; 
}
#main table th {
color: #333; font-weight: normal; text-align: left;
}
#main table caption {
padding: 5px 0 5px 7px; border-left: 5px solid #ddd;
font-size: 12px; text-align: left; color:#333; background: #f7f7f7;
}



#main table ul li {
list-style: square;
margin: 7px 0 7px 25px;
}


/*____________________ form ____________________*/

form {
padding: 0; margin: 0;
}

form table {
margin-top: 15px;
}

input,
select,
textarea {
margin: 3px 5px;
}
label {
margin: 0 7px 0 0;
}

form .break {
display: block; margin: 5px 0;
}
form .soushin {
text-align: right; padding: 3px 10px; border-top: 1px solid #bbb;
}





/*top*/

.top {
text-align: center;
}


