﻿/* タグスタイル */
body
{
    margin: 0;
    font-family: "メイリオ", Arial, Sans-Serif;
    font-size: 81.25%;
    line-height: 1.5;
    background-image: url('../images/body_bg.png');
    background-repeat: repeat;
}
h1
{
    margin: 0;
    padding: 3px 10px;
    background-color: #d5f2ff;
    font-size: 100%;
    color: #2b5ea1;
    font-weight: normal;
}
h2
{
    margin: 0 0 0.4em 0;
}
h3
{
    margin: 0 0 1em 0;
    font-size: 110%;
}
h4, h5, h6
{
    margin: 0 0 1em 0;
    font-size: 100%;
}
p
{
    margin: 0 0 1em 0;
}
a:link, a:visited, a:active
{
    color: #0000cd;
}
a:hover
{
    color: #ff0000;
}
ul, ol
{
    margin: 0 0 1em 0;
    padding-left: 2em;
}
dl
{
    margin: 0 0 1em 0;
}
dt
{
    font-weight: bold;
    margin-bottom: 0.5em;
}
dd
{
    margin: 0 0 1em 2em;
}
hr
{
}
img
{
    border: 0;
    vertical-align: bottom;
}
table
{
    font-size: 100%;
}
iframe
{
    border: 0;
}
form /* ie6-7 */
{
    margin: 0;
}
input, textarea, select
{
    font-family: "メイリオ", Arial, Sans-Serif;
    font-size: 100%;
}

/* 汎用クラス */
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.clear
{
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix
{
    zoom: 1; /* ie5.5-7 */
}
.font_large
{
    font-size: 120%;
}
.font_small
{
    font-size: 86%;
}
.font_bold
{
    font-weight: bold;
}
.color_red
{
    color: #ff3333;
}
.color_blue
{
    color: #3333cc;
}
.align_center
{
    text-align: center;
}
.align_right
{
    text-align: right;
}
.marginb1
{
    margin-bottom: 1em;
}
.marginb2
{
    margin-bottom: 2em;
}
.marginb10
{
    margin-bottom: 10px;
}
.marginr1
{
    margin-right: 1em;
}
.border_table
{
    border-collapse: collapse;
}
.border_table td, .border_table th
{
    border: solid 1px #666666;
}

/* マスター */
.wrapper
{
    margin: 0 auto;
    width: 800px;
    background-color: #ffffff;
}
.header
{
    background-image: url('../images/header_bg.png');
    background-position: right center;
    background-repeat: no-repeat;
    height: 80px;
}
.logo
{
    float: left;
    margin: 12px 0 0 5px;
}
.mark
{
    float: right;
}
.menu, .submenu
{
    margin: 0 0 10px 0;
    padding: 0;
    height: 40px;
    list-style: none;
}
.menu li, .submenu li
{
    float: left;
    position: relative;
}
.menu li a, .submenu li a
{
    display: block;
    padding-top: 10px;
    height: 30px;
    text-align: center;
    background-image: url('../images/menu_bg.png');
    background-repeat: repeat-x;
    font-size: 110%;
    text-decoration: none;
    color: #1e4f1f;
}
.menu li a:hover, .submenu li a:hover
{
    background-position: 0 -40px;
    color: #f4f7f4;
}
.menu li a.active, .submenu li a.active
{
    background-position: 0 -80px;
    color: #f4f7f4;
}
.menu1 a
{
    width: 130px;
}
.menu2 a, .menu3 a, .menu4 a, .menu5 a, .menu6 a
{
    width: 134px;
}
.timetable_menu li.smenu1 a, .timetable_menu li.smenu2 a, .timetable_menu li.smenu3 a, .timetable_menu li.smenu4 a, .timetable_menu li.smenu5 a
{
    width: 116px;
}
.course_menu li.smenu1 a
{
    width: 194px;
}
.course_menu li.smenu2 a, .course_menu li.smenu3 a
{
    width: 193px;
}
.menu li ul
{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #3f6e3f;
    border-left: solid 1px #1e4f1f;
    border-right: solid 1px #1e4f1f;
    z-index: 1;
}
.menu li ul li
{
    float: none;
    border-bottom: solid 1px #1e4f1f;
}
.menu li ul li a
{
    width: auto;
    padding-top: 5px;
    height: 27px;
    background-image: none;
    background-color: #a9d4a9;
    color: #1e4f1f;
}
.menu li ul li a:hover
{
    background-color: #376838;
    color: #f4f7f4;
}
.sidebar
{
    float: left;
    margin-left: 15px;
    width: 180px;
}
.side_title1
{
    border-top: solid 1px #94a7c8;
    border-left: solid 1px #94a7c8;
    border-right: solid 1px #94a7c8;
    background-image: url('../images/side_title_bg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 5px;
    height: 25px;
    text-align: center;
    font-size: 110%;
    color: #2b85c2;
    font-weight: bold;
}
.side_group1
{
    margin: 0 0 10px 0;
    padding: 5px;
    border: solid 1px #94a7c8;
    background-image: url('../images/side_group_bg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}
.side_inquiry
{
    font-size: 120%;
    color: #3333cc;
    text-align: center;
}
.side_banner1 a, .side_banner2 a
{
    margin-bottom: 10px;
    display: block;
    width: 180px;
    height: 50px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.side_banner1 a
{
    background-image: url('../images/side_exam2012.png');
}
.side_banner2 a
{
    background-image: url('../images/side_result2011.png');
}
.side_banner1 a:hover, .side_banner2 a:hover
{
    background-position: left bottom;
}
.content
{
    float: right;
    margin-right: 15px;
    width: 580px;
}
.footer
{
    clear: both;
    padding: 5px 10px;
    background-color: #d5f2ff;
}
.footer_menu
{
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.footer_menu li
{
    display: inline;
}
#gototop
{
    position:fixed;
    right: 0;
    bottom: 30px;
}
#gototop a
{
    display: block;
    width: 25px;
    height: 120px;
    background-image: url('../images/pagetop.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/* 共通スタイル */
.topic_title1
{
    margin: 0 0 1em 0;
    background-image: url('../images/topic_title1.png');
    background-repeat: repeat-x;
    padding: 5px 0 0 10px;
    height: 25px;
    font-weight: bold;
    font-size: 110%;
    color: #555555;
}
.topic_title2
{
    margin-bottom: 1em;
    padding: 3px 0 3px 5px;
    border-left: solid 3px #555555;
    border-bottom: dotted 1px #555555;
    font-size: 175%;
    font-weight: normal;
}
.topic_title3
{
    margin: 0;
    border-top: solid 1px #94a7c8;
    border-left: solid 1px #94a7c8;
    border-right: solid 1px #94a7c8;
    background: url( '../images/top/news_title_bg.png' ) repeat-x;
    background-position: left bottom;
    padding: 5px 0 0 10px;
    height: 25px;
    font-weight: bold;
    font-size: 110%;
    color: #2d416d;
}
.topic_group1
{
    margin-bottom: 1em;
    border: solid 1px #94a7c8;
    padding: 3px 8px 5px 8px;
    background: url( '../images/top/news_bg.png' ) repeat-x;
    background-position: left bottom;
}

