@charset "shift_jis";

/*------------------- page id tag -------------------*/

#wrapper {
        width: 970px;
        margin: 0px auto;
        padding: 0px 5px 5px 5px;
        background-color: #222222;
        background-image: url(../image/backg.gif);
        background-repeat: repeat;
        border-top: silver 0px solid;
        border-left: silver 1px solid;
        border-right: silver 1px solid;
        border-bottom: silver 1px solid;
}

#header {
        width: 100%;
        height: 118px;
        text-align: left;
        border: silver 1px solid;
        margin: 0px 0px 8px 0px;
        padding: 0px;
        background-image: url(../image/hbg01.gif);
        background-repeat: repeat-x;
        overflow: hidden;
}

#hdleft{
        float: left;
        height: 100px;
}

#hdright{
        float: right;
        text-align: right;
        height: 100px;
        margin: 0px;
        padding: 14px 20px 0px 5px;
}

#hdright img{
        margin: 0px 3px;
}

#contents {
        float: right;
        width: 754px;
        text-align: left;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        border-left: 0px solid silver;
        display:inline;
}

#sidebar {
        float: left;
        width: 210px;
        text-align: left;
        line-height:18px;
        margin: 0px;
        padding: 0px;
        display:inline;
}

#footer {
        clear: both;
        width: 100%;
        background-color: #002059;
        border: #330066 1px solid;
        padding: 0px 0px 4px 0px;
}

#footer p {
        color: #e9967a;
        text-align: center;
}

#hrf {
        clear: both;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #222222;
        background-color: #ffffff;
        margin: 0px;
        padding: 3px 0px;
        border-top: #B6B6B6 1px solid;
        border-left: #B6B6B6 1px solid;
        border-right: #B6B6B6 1px solid;
}

#bpocn{
        width: 390px;
        margin: 0px 0px 0px 12px;
        padding: 0px;
}

#bpleft{
        float: left;
}

#bpright{
        float: right;
        margin: 0px 5px;
}

.infocon{
        color: #ffffff;
        width: 670px;
        margin: 0px 0px 0px 8px;
        padding: 4px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

.contrbs{
        color: #ffffff;
        width:580px;
        margin: 2px 0px 0px 14px;
        padding: 8px 8px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

.shcon{
        color: #ffffff;
        width: 510px;
        margin: 0px 0px 6px 8px;
        padding: 2px 0px 0px 0px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

body {
        font-family: Helvetica, 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, Arial, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
        color: #ffffff;
        background-color: #eeeeee;
        background-image: url(../image/bkpurple.gif);
        background-repeat: repeat;
        background-attachment: fixed;
        text-align: center;
        font-size: 12px;
        line-height: 1.6;
        padding: 0;
        margin: 0;
}

.list li {
        margin: 0px 0px 5px 0px;
}

.codjacket {
        float: left;
        margin: 0px 0px 0px 8px;
        padding: 0px;
}

.side p {
        color: #222222;
        margin: 0;
        padding: 0;
        font-weight: normal;
}

.comb p {
        color: #ffffff;
        margin: 0;
        padding: 3px 0px 0px 12px;
        font-weight: normal;
}

.comb ul {
        font-size: 13px;
        padding: 0px;
        margin: 6px 0px 10px 25px;
        list-style-type: disc;
        list-style-position: outside;
}

.comb ol {
        font-size: 13px;
        padding: 0px;
        margin: 6px 0px 10px 30px;
        list-style-position: outside;
}

ol li{
        margin-bottom: 6px;
}

.comb li a {
        font-weight: bold;
}

span {
        margin: 0px 0px 0px 7px;
        font-weight: normal;
}

img {
        border: none;

}

.ttable {
        color: #ffffff;
        background-color: #000000;
        border: gray 1px solid;
        margin: 0;
        padding:0px 4px;
}

.timg {
        display:block;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
}

.bgc {
        background-color: #ffffff;
}

.hr {
        border-bottom: #B6B6B6 1px solid;
}

.hhr {
        border-style:dashed;
        border-width:1px;
        border-color:#3366FF;
}

.titlefont {
        text-align: left;
        font-size: 28px;
        line-height: 1.5;
        padding: 0;
        margin: 0;
}

.opeta {
        font-size: 12px;
}

.fmaru01 {
        font-size: 12px;
        color: #ff0000;
}

.fmaru02 {
        font-size: 12px;
        color: #0000ff;
}

.entry {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.goad {
        margin: 18px 0px 0px 0px;
        padding: 0;
}

.pagebn {
        text-align: left;
        height: 18px;
        margin: 0px 0px 6px 10px;
        padding: 0px;
}

.tspe {
        margin: 0px 0px 0px 8px;
        padding: 0px;
}

/*-------------------- link --------------------*/

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

a:visited {
        text-decoration: none;
}

a:active {
        color: #ff0000;
        text-decoration: none;
        border-bottom: 1px dashed red;
}

a:hover {
        color: #ff0099;
        text-decoration: none;
        border-bottom: 1px dashed #ff0099;
}

.imglink a {
        text-decoration: none;
        border-bottom: 0px solid;
}

.infolink a:link {
        color: #bdb76b;
        text-decoration: none;
}

.infolink a:hover {
        color: #ff0099;
        text-decoration: none;
        border-bottom: 1px dashed #ff0099;
}

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

#hrf a:visited {
        text-decoration: none;
}

#hrf a:active {
        color: #ff0000;
        text-decoration: none;
        border-bottom: 1px dashed red;
}

#hrf a:hover {
        color: #ff0099;
        text-decoration: none;
        border-bottom: 1px dashed #ff0099;
}

a img {
        border: none;
        border-bottom: 0px;
}

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

/*------------------- table tag -------------------*/

.menu_c {
        color:#cccccc;
        background:#83AAF2;
        border-top: #5555ff 1px solid;
        border-left: #5555ff 1px solid;
        border-right: #5555ff 1px solid;
        border-bottom: #5555ff 1px solid;
}

.menu_c {
        text-align: center;
        font-size:12px;
        color:#cccccc;
        background:#83AAF2;
        border-top: #5555ff 1px solid;
        border-left: #5555ff 1px solid;
        border-right: #5555ff 1px solid;
        border-bottom: #5555ff 1px solid;
}

.menu_c a {
        color:#ffffff;
        text-decoration: none;
}

h1 {
        font-size:18px;
        color: #000000;
        margin: 0px 0px 0px 8px;
        padding: 14px 8px 2px 8px;
}

h2 {
        font-size:12px;
        color:#cccccc;
        margin: 0px 0px 4px 0px;
        padding: 2px 0px 2px 0px;
}

h3 {
        color: #ffffff;
        text-align: left;
        font-size:15px;
        height: 26px;
        margin:0px 0px 0px 0px;
        padding:3px 8px 1px 22px;
        background-color: #222222;
        background-image: url(../image/tbar02.gif);
        background-repeat: repeat-x;
        border-top: gray 1px solid;
        border-left: gray 1px solid;
        border-right: gray 1px solid;
        border-bottom: gray 1px solid;
}

h4 {
        color: #ffa500;
        font-size:12px;
        height: 21px;
        margin:0px;
        padding:4px 8px 0px 18px;
        background-color: #222222;
        background-image: url(../image/tbar01.gif);
        background-repeat: repeat-x;
        border-top: gray 1px solid;
        border-left: gray 1px solid;
        border-right: gray 1px solid;
        border-bottom: gray 2px solid;
}

.com {
        overflow: hidden;
        background:#ffffff;
        margin:0px 0px 20px 5px;
        padding:5px 10px 10px 3px;
}

.comb {
        height: 100%;
        font-size: 13px;
        color: #ffffff;
        line-height: 1.7;
        overflow: hidden;
        background: #222222;
        margin:0px 0px 15px 0px;
        padding:10px 20px 10px 14px;
        border-left: gray 1px solid;
        border-right: gray 1px solid;
        border-bottom: gray 1px solid;
}

.comb img {
        border: none;
}

.side {
        font-size:13px;
        margin: 0px 0px 5px 0px;
        padding: 7px 8px 8px 8px;
        line-height: 1.7;
        border-left: gray 1px solid;
        border-right: gray 1px solid;
        border-bottom: gray 1px solid;
        overflow: hidden;
        background: #26292e;
}

.side img {
        border: none;
        margin: 1px 0px 1px 1px;
        vertical-align: middle;
}

.stitle {
	font-size: 14px;
        font-weight:bold;
        color: #222222;
        padding: 4px 0px 4px 21px;
        margin: 0px 0px 10px 0px;
        background-repeat: no-repeat;
        background-image: url(../image/stitle01.gif);
}

.smi01 {
        color: #ffa500;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 0px 3px;
}

.smi02 {
        color: #cd853f;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 0px 3px;
}

table.tms01{
        margin: 0px 0px 0px 8px;
        padding: 0px;
        border:1px solid gray;
        border-collapse:collapse;
        border-spacing:0;
        background-color: #000000;
        empty-cells:show;
}
.tms01 th{
        padding: 3px 5px;
        border:1px solid gray;
}
.tms01 td{
        padding: 3px 5px;
        border:1px solid gray;
}

.sidega {
        font-size:13px;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 1.7;
        border-left: gray 1px solid;
        border-right: gray 1px solid;
        border-bottom: gray 1px solid;
        overflow: hidden;
        background: #26292e;
}

div#fc2_bottom_bnr{position:static!important;}