@CHARSET "UTF-8";

/* standard elements */
html {min-height: 100%;}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #963;
    text-decoration: none;
}

a:hover {
    color: #C60;
}


/*スクロールバーずれ補正*/
*html body {  /*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {/*IE7だけに適用*/
   overflow-y:auto;
}

body {
    overflow-y:scroll;
    background: #CCD8E0 url(../img/bg.jpg) repeat-x left bottom;
    color: #444;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-weight: normal;
    font-size:62.5%;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
    font: normal 30px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
    margin-bottom: 4px;
}

code {
    background: #FFF;
    border: 1px solid #EEE;
    border-left: 6px solid #C1CAD3;
    color: #666;
    display: block;
    font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
    line-height: 1.6em;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

blockquote {
    display: block;
    font-weight: bold;
    padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}


table {
    border-collapse:collapse;
    margin:auto;
}

th, td {
    border:1px solid #999;
    padding:3px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
#container {
    background: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 7px 7px;
    width: 780px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

/* header */
#top {
    background: url(../img/clouds.gif) repeat-x;
    padding: 0 10px 0;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
}

/* title */
#header {
    background: #FFF;
    font-size: 1.2em;
    /*height: 150px;*/
    height: 110px;
    margin: 0 auto;
    padding: 7px 7px 7px;
    width: 780px;
}
#header .left, #header .right {
    background-color:#4D3132;
    color: #FFF;
    /*height: 150px;    */
    height: 110px;
}
#header .left {
    /*background: #B3C2C7 url(../img/header.jpg) no-repeat;*/
    background-color:#B3C2C7;
    font: normal 200% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
    color:#fff;
    text-align: center;
    width: 564px;
}

#header .left h1{
    margin-top:20px;
    line-height: 30px;
}

#header .right {
    overflow: auto;
    width: 212px;
}

#header .right p {
    font-size:13px;
    line-height: 15px;
    padding: 20px 0px 0px 5px;
}

/* LOGIN STATUS */
#loginStatus {
    padding: 3px 0;
    text-align: right;
    font-size: 11px;
}

#loginStatus a {
    text-decoration: none;
    font-weight: bold;
}

/* navigation */
.navigation {
    background: #D9E1E5 url(../img/nav.gif);
    border: 1px solid #DFEEF7;
    border-color: #DFEEF7 #CFDEE7;
    height: 41px;
}

ul.navigation {
    margin:0;
    padding:0;
}

ul.navigation li{
    list-style:none;
    margin:0;
    padding:0;
    display:inline;
}

ul.navigation img{
    border:0;
    margin:0;
}


.navigation a {
    background: #D9E1E5 url(../img/nav.gif);
    border-right: 1px solid #AFBEC7;
    color: #456;
    display: block;
    float: left;
    font: bold 1.1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";;
    line-height: 41px;
    padding: 0 20px;
    text-decoration: none;
    selector-dummy: expression(this.hideFocus=true);
}
.navigation a:hover {
    background-position: left bottom;
    color: #234;
}


.navigation .active a{
    background-position: left bottom;
    color: #234;
}

/* main */
#mainFrame {
    border-top: 5px solid #FFF;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafafa;
    min-height:700px;
    height: auto !important;
    height: 700px;
}

/* content */
#content {
    margin: 10px 0;
    padding: 0 16px;
    width: 741px;
    margin:auto;
    font-size: 100%;
    line-height:1.6;
}

#content .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}

#content li {
    list-style: url(../img/li.gif);
    margin-left: 18px;
    letter-spacing: 0.1em;
}
#content p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    letter-spacing: 0.1em;
}

/* footer */
#footer {
    clear:both;
    background: url(../img/bgfooter.gif) repeat-x;
    color: #FFF;
    font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height: 39px;
    text-align: center;
}
#footer a,#footer a:hover {
    color: #FFF;
    text-decoration:none;
}

/************************************************
* Pagination
************************************************/
.paging {
    text-align:center;
}

.paging div{
    display:inline;
}

/************************************************
* Table
************************************************/
td.center {
    text-align: center;
}
td.left {
    text-align: left;
}
td.right {
    text-align: right;
}


/************************************************
* 外部リンク
************************************************/
.linkBlank {
  padding-right: 13px;
  background: url(../img/icon/icon_linkblank.gif) no-repeat right center;
}

#flashMessage {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 550px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    font-family: "Courier New", Courier, mono;
}
