/* 全体設定 ==========================*/
* {
    margin: 0;
    padding: 0;
}

/* HTML ----- */
html {
    height: 100%;
}

/* BODY ----- */
body {
    background: #C2D194;
    margin: 0;
    padding: 0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 75%;
    line-height: 1.5;
    color: #666666;
    list-style: none;
    text-align: center;
}

/* IMAGE ----- */
img {
    border: none;
    vertical-align: middle;
}

/* LINK ----- */
a:link, a:visited, a:active {
    color: #2A9107;
    text-decoration: none;
}

a:hover {
    color: #FF6633;
    text-decoration: underline;
}

/* TABLE ----- */
table {
    margin: 0 0 0 0px;
    font-size: 12px;
    color: #999999;
}

td {
    padding: 1px;
}

/* QUOTE ----- */
blockquote {
    width: 400px;
    height: 200px;
    overflow: auto;
    border: 1px solid #CCCCCC;
    scrollbar-face-color: #DCEBF0;
    margin: 10px 20px 10px 20px;
    padding: 5px;
    text-align: left;
}



/* 詳細設定 ==========================*/
#base {
    width: 840px;
    margin: 0 auto;
    background: url("http://m-method.com/img/base_back.gif") repeat-y;
    text-align: center;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    background: #FFFFFF url("http://m-method.com/img/header.gif") no-repeat;
    position: relative;
}

/* ヘッダ ----- */
#header {
    height: 200px;
    margin: 0;
    color: #666666;
}

#header h1 {
    margin : 0;
    padding: 0;
    float: left;
    text-indent: -2000px;
}

#header h1 a {
    width:400px;
    height:150px;
    background: #FFFFFF url("http://m-method.com/img/header.gif") no-repeat;
    display: block;
}

/* ヘッダナビ */
#header .navi {
    position: absolute;
    top: 0;
    right: 10px;
}

/* ヘッドライン */
#header .headline {
    position: absolute;
    top: 125px;
    left: 40px;
    text-align: left;
    color: #FFFFFF;
}

#header .head-title {
    font-size: 150%;
}

#header .head-body {
    font-size: 120%;
}

#header .headline a:link, #header .headline a:visited, #header .headline a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#header .headline a:hover {
    color: #FF6633;
}


/* サイドメニュー ----- */
#left {
    float: left;
    width: 265px;
    margin: 0;
    background: #FFFFFF;
    overflow: hidden;
}

#left h2 {
    margin: 5px 5px 0 10px;
    border: 1px solid #555555;
    background: #306400;
    font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #FFFFFF;
    text-align: left;
    text-indent: 5px;
}

/* カテゴリリスト */
#left .cat {
    margin: 0;
}

#left .cat h2 {
    margin: 5px 5px 0 10px;
    border: 1px solid #555555;
    background: #306400;
    font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #FFFFFF;
    text-align: left;
    text-indent: 5px;
}

#left ul.menu {
    margin: 0 5px 0 10px;
    padding: 0;
    list-style-type: none;
}

#left ul.menu li {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#left ul.menu li.tc1 a {
    display: block;
    margin: 0;
    padding: 5px 0px 5px 20px;
    background: #f5f5f5 url("http://m-method.com/img/menu01.gif") no-repeat;
    color: #666666;
    font-size: 100%;
    text-decoration: none;
    text-align: left;
}

#left ul.menu li.tc1 a .des {
    padding: 5px;
    background: #f5f5f;
    color: #739900;
    font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
}

#left ul.menu li.tc1 a:hover {
    background: #FFF url("http://m-method.com/img/menu02.gif") no-repeat;
    color: #333333;
}

#left ul.menu li a {
    display: block;
    margin: 0;
    padding: 5px 0px 5px 30px;
    background: #f5f5f5 url("http://m-method.com/img/menu03.gif") no-repeat;
    color: #666666;
    font-size: 100%;
    text-decoration: none;
    text-align: left;
}

#left ul.menu li a .des {
    padding: 5px;
    background: #f5f5f5;
    color: #739900;
    font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
}

#left ul.menu li a:hover {
    background: #FFF url("http://m-method.com/img/menu04.gif") no-repeat;
    color: #333333;
}

#left ul.menu li a:hover .des {
    background: #FFFFFF;
}

/* 検索 */
#left .search {
    margin: 0 5px 0 10px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#left .search div {
    padding: 10px;
    text-align: left;
}

/* 運営者 */
#left .comp {
    padding: 5px 0 0 0;
    margin: 0 0px 0 10px;
}

/*　バナー */
#left .sin {
    padding: 5px 0 0 0;
    margin: 0 5px 0 10px;
}


/* CALENDAR ----- */
#calendar {
    margin: 5px 0 10px;
}

#calendar table {
    padding: 0;
    border-collapse: collapse;
}

#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
    width: 30px;
    color: #000000;
}

#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
}

#calendar .today {
    display: block;
    border: 1px solid #444444;
}

#calendar .sunday, #calendar .holiday, #calendar .holiday a:link, #calendar .holiday a:visited, #calendar .holiday a:active {
    color: #E50003;
}

#calendar .saturday, #calendar .saturday a:link, #calendar .saturday a:visited, #calendar .saturday a:active {
    color: #0000FF;
}

#calendar td a:link, #calendar td a:visited, #calendar td a:active, #calendar td a:hover {
    display: block;
    border: 2px solid #FF0000;
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
    background-color: #99CC99;
}

/* 記事 ----- */
#right {
    float: right;
    width: 535px;	
    margin: 5px 0;
    background: #FFFFFF;
    overflow-x: hidden;	
}

#right h2 {
    margin: 0 10px 0px 5px;
    border: 1px solid #DDDDDD;
    border-left: 5px double #306400;
    background: #669966;
    color: #FFF;
    font: bold 117%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    text-align: left;
    text-indent: 5px;
}

#right h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

#right h2 a:hover {
    color: #FF0000;
}

#right h3 {
    padding: 0 10px;
    border-bottom: 1px solid #0F6B8A;
    color: #666666;
    font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    text-align: left;
}

#right h4 {
    padding: 0 10px;
    border-bottom: 1px solid #DDDDDD;
    color: #669966;
    font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    text-align: left;
}

#right h5 {
    padding: 0 10px;
    color: #666666;
    font: normal 85%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    text-align: left;
}

#right .cont {
    margin: 0px 10px 20px 5px;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 0 1px 1px 1px;
}

#right .cont .doc {
    padding: 10px;
    text-align: left;
    font:normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#right ol {
    margin: 5px 0px 5px 30px;
}

#right ul {
    margin: 5px 0px 5px 30px;
}

#right .cform {
    margin: 0;
}

/* インフォメーション */
#right .info {
    width: 520px;
    height: 305px;
    margin: 0px 10px 20px 5px;
    text-align: left;
    background: url("http://m-method.com/img/info.gif") no-repeat;
}

/* パンくず */
#right .breadcrumbs {
    margin :0px;
    width: 100%;
    font-size: 85%;
    padding: 0 5px;
    text-align: left;
}

#right .breadcrumbs a {
    color: #669966;
    text-decoration: none;
}

#right .breadcrumbs a:hover {
    color: #FF6633;
    text-decoration: underline;
}

/* 試験日程カレンダー */
#testScheduleLeft {
    float: left;
}

#testScheduleRight {
    float: right;
}

#testSchedule table {
    color: #000000;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 230px;
}

.testCalendar th {
    border: solid 1px #999999;
    background-color: #CCCC99;
    text-align: center;
    width: 32px;
}

.testCalendar td {
    border: solid 1px #999999;
    text-align: center;
    width: 32px;
}

.testCalendar .sat {
    background-color: #99FFFF;
}

.testCalendar .sun {
    background-color: #FF9999;
}

.testCalendar .note {
    height: 45px;
}

.testCalendar .mark-top {
    border: solid 2px #FF0000;
    border-bottom: solid 1px #999999;
}

.testCalendar .mark-bottom {
    border: solid 2px #FF0000;
    border-top: solid 1px #999999;
}

.testCalendar .both {
    color: #FF0000;
}

/* トラックバック＆コメント */
#right #trackbackdata, #right #commentdata {
    font-size: 12px;
    color: #888888;
    margin: 10px 0 10px 10px;
}

#right #trackbackdata .post1 {
    font-size: 10px;
    color: #888888;
    margin: 0;
    border-bottom: 1px solid #888888;
}

#right #commentdata .post2 {
    margin-bottom: 10px;
    font-size:10px;
    text-align: right;
}

#right .error {
    font-size : 14px;
    color: red;
    border: 1px solid red;
    padding: 5px;
    text-align: center;
}

/* 料金体系 */
#right .fees {
    border-collapse: collapse;
    margin: 0;
    color: #666666;
    width: 100%;
}

#right .fees .col1 {
    width: 150px;
}

#right .fees .col2 {
    width: 180px;
}

#right .fees .col3 {
    width: *%;
}

/* Q&A */
#right .qa {
    border-collapse: separate;
    border-spacing: 3px;
    margin: 0;
    color: #666666;
    width: 100%;
}

#right .qa .col1 {
    width: 30px;
    text-align: center;
    background: #99CC99;
}

#right .qa .col2 {
    width: *%;
}

#right .col-right {
    text-align: right;
}

/* 会社概要 */
#right .contact {
    border-collapse: separate;
    border-spacing: 5px 5px;
    margin: 0;
    color: #666666;
    width: 100%;
    vertical-align: top;
}

#right .contact .col1 {
    width: 120px;
    background-color: #CCFFCC;
}

#right .contact .col2 {
    width: *%;
}

/* 続きを読む */
.next {
    margin : 10px 0;
}

.next a {
    float: right;
    width: 80px;
    height:20px;
    display: block;
    background: url("http://m-method.com/img/more01.gif") no-repeat;
    text-decoration: none;
    text-align: center;
    color: #666666;
}

.next a:hover {
    width: 80px;
    height:20px;
    display: block;
    background: url("http://m-method.com/img/more02.gif") no-repeat;
    color: #FF0000;
}


/* メールフォーム ----- */
.comments-head {
    margin: 10px 10px 10px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4A4A97;
}

.comment-content {
    margin: 10px 0px 10px 10px;
    font-size: 12px;
    color: #666666;
    line-height: 155%;
}

.comment-view {
    margin: 0px 0px 10px 10px;
    font-size: 12px;
    color:  #3399CC;
    line-height: 155%;
}


/* フッタ ----- */
#footer {
    clear: both;
    width: auto;
    height: 55px;
    background: #306400;
    margin: 0;
}

#footer div {
    float: right;
    margin: 0;
    padding: 5px 10px 0 0;
    color: #999999;
    font-size: 85%;
    line-height: 1.0;
    text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color : #FF6060;
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
    float: left;
}

#footer li {
    list-style: none;
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
}

#footer ul li a {
    color: #666666;
    text-decoration: none;
}

/* フッタナビ */
#f_navi {
    clear: both;
    text-align: right;
    margin: 0px;
    padding: 15px 5px 5px 5px;
    font-size: 85%;
}

#f_navi img {
    margin: 0 5px;
    border-style: none;
    vertical-align: middle;
}

/* 著作権表記 */
.powered {
    margin: 10px 0;
    text-align: center;
}
