@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    word-break: break-all;
}

html {
    margin-bottom: 1px;
    height: 100%;
}

body {
    width: 100%;
    background:  url(../data/img/bg_header.gif) repeat-x;
    font-size: 12px;
    font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #2F2F2F;
    text-align: center;
    line-height: 1.6; 
    _behavior: url("./files/csshover.htc");
}

/* for IE6～8 */
body {
	font-size/*\**/: 75%\9;
}

div,table {
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,ol {
    list-style-type: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

form label{
    cursor: pointer;
}

select {
    font-family: verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

select option { 
    padding: 0 5px;
}

form label {
    cursor: pointer;
}

input,
textarea{
    padding: 0 5px;
    font-family: verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* for IE6～8 */
input {
	padding/*\**/: 3px 5px 0\9;
}

textarea {
    font-size: 100%;
}

q: before,q: after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

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

br {
    letter-spacing: 0;
}

p {
    margin: 10px;
}

a:link { /* 未訪問のリンク */
    text-decoration: underline;
    color: #0D3384;
}

a:visited { /* 訪問済みのリンク */
    text-decoration: underline;
    color: #0D3384;
}

a:active { /* ポイント時のリンク */
    text-decoration: none;
    color: ;
}

a:hover { /* 選択中のリンク */
    text-decoration: none;
    color: ;
}

a:hover img { /* 選択中の画像透過 */
    filter: alpha(opacity=70);
    opacity: 0.7;
}

* html .iepngfix { /* IE6 PNG読み込み */
    behavior: expression(IEPNGFIX.fix(this));
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mlr5 {
    margin: 0 5px;
}

.mlr10 {
    margin: 0 10px;
}

.mlr20 {
    margin: 0 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

.clear {
    clear: both;
}

.pageTop {
    padding: 10px;
    text-align: right !important;
}

.pageTop a {
	color: ;
}

.pageTop a:visited {
	color: ;
}

