@charset "utf-8";

/*
 1. outline
---------------------------------*/

body {
    background: url(/img/common/bcg_header.gif) repeat-x;
}

div.container {
    background: no-repeat center 0;
}

div.backphoto1 {
    background-image: url(/img/common/header_photo/bcg_photo_header_1.png);
}

div.backphoto2 {
    background-image: url(/img/common/header_photo/bcg_photo_header_2.png);
}

div.backphoto3 {
    background-image: url(/img/common/header_photo/bcg_photo_header_3.png);
}

div.backphoto4 {
    background-image: url(/img/common/header_photo/bcg_photo_header_4.png);
}

div.backphoto5 {
    background-image: url(/img/common/header_photo/bcg_photo_header_5.png);
}

div.backphoto6 {
    background-image: url(/img/common/header_photo/bcg_photo_header_6.png);
}

div.contents {
    width: 805px;
    padding: 10px 20px 40px;
    margin: 0 auto;
}

div.contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

div.main {
    float: right;
    width: 565px;
}

div.sub {
    float: left;
    width: 220px;
}

/*
 2. header
---------------------------------*/

div.header {
    position: relative;
    width: 845px;
    height: 236px;
    margin: 0 auto;
}

div.header h1 {
    position: absolute;
    top: 40px;
}

div.header p.guide {
    position: absolute;
    top: 0;
    right: 20px;
}

div.header ul.gnavi {
    position: absolute;
    bottom: 0;
    right: 20px;
}

div.header ul.gnavi li {
    float: left;
    margin-left: 6px;
}


/*
 3. footer
---------------------------------*/

div.footer {
    padding-bottom: 10px;
    background: url(/img/common/bcg_footer.gif) repeat-x 0 bottom;
}

div.footer p.copyright {
    width: 845px;
    margin: 0 auto;
    text-align: right;
}


/*
 4. main
---------------------------------*/

/* 4-1. common */

ul.thumbBlogList {
    margin-right: -10px;
    font-size: 84%;
}

ul.thumbBlogList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

ul.thumbBlogList li {
    float: left;
    width: 105px;
    margin: 0 10px 15px 0;
}


/* 4-2. top */

body.top div.recentEntris {
    position: relative;
    padding-top: 4px;
}

body.top div.recentEntris h2 {
    margin-bottom: 5px;
}

body.top ul.rssList {
    position: absolute;
    right: 10px;
    top: 13px;
}

* html body.top ul.rssList {
    position: static;
    width: 100%;
    text-align: right;
    margin-bottom: -20px;
}

body.top ul.rssList li {
    float: left;
    margin-left: 5px;
}

* html body.top ul.rssList li {
    display: inline;
    float: none;
    position: relative;
    top: -30px;
    right: 10px;
}
 
body.top div.entries {
    width: 280px;
    background: url(/img/common/bcg_stripe_1.gif);
}

body.top div#studentEntries {
    background-position: -1px 0;
}

body.top div#staffEntries {
    float: left;
}

body.top div#studentEntries {
    float: right;
}

body.top div.entries div.entryItem {
    margin: 4px 3px 9px;
    padding: 3px 10px 0;
    position: relative;
    background: url(/img/top/bcg_entry_item_top_s.png) no-repeat;
}

body.top div.entries div.entryItem div.bottom {
    background: url(/img/top/bcg_entry_item_bottom_s.png) no-repeat 0 bottom;
    width: 274px;
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

body.top div.entryItem h4 {
    font-size: 84%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background: url(/img/common/bcg_dotline_1.gif) repeat-x 0 bottom;
}

body.top div.entryItem h4 span.date {
    color: #FFC904;
    position: absolute;
}

body.top div.entryItem h4 a {
    display: block;
    padding-left: 80px;
}

body.top div.entryItem p.entryTitle {
     font-size: 117%;
}

/* 4-3. blog_list */

body.blogList div.main h2 {
    margin: 7px 0 20px;
}

body.blogList div.main div#president {
    margin-bottom: 30px;
    /margin-bottom: 0;
}


body.blogList div.main div#president:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

body.blogList div.main div#president p.photo {
    width: 220px;
    float: left;
}

body.blogList div.main div#president div.section {
    width: 335px;
    float: right;
}

body.blogList div.main div#president div.section h3 {
    color: #004895;
    font-size: 142%;
    margin-bottom: 5px;
}

/* 4-4. join */

body.join div.main div.section {
    margin-bottom: 30px;
}

body.join div.main div.section h2 {
    margin: 4px 0 20px;
}

body.join div.main span.require {
    color: #C00;
}

body.join div.main table.formTable {
    margin: 15px 0;
    width: 100%;
    color: #004896;
}

body.join div.main table.formTable td,
body.join div.main table.formTable th {
    border: none;
    border-bottom: 5px solid #FFF;
    background: #F2F2F2;
    text-align: left;
    padding: 10px 5px;
}

body.join div.main table.formTable ul.radioList {
    display: inline;
}

body.join div.main table.formTable ul.radioList li {
    display: inline;
    zoom: normal;
}

body.join div.main table.formTable input.inputText {
    width: 200px;
    border: 1px solid #004896;
    padding: 2px;
}

body.join div.main table.formTable textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #004896;
}

body.join div.main table.formTable input#inputFirstName, 
body.join div.main table.formTable input#inputLastName {
    width: 100px;
}

body.join div.main p.alert {
    color: #C00;
}

body.join div#flashMessage {
    margin-top: 10px;
    color: #C00;
}

body.join div.main p.submitBtn {
    text-align: center;
}

body.join div.sub div#aboutJoin li {
    margin: 10px 0;
}

body.join p.goBack {
    margin-top: 20px;
}

/* 4-5 about */

body.about div.main {
    margin-top: 7px;
}

body.about div.main div.section {
    margin-bottom: 20px;
}

body.about div.main h2 {
    margin-bottom: 20px;
}

body.about div.authorUnit {
    margin-bottom: 30px;
}

body.about div.authorUnit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

body.about div.authorUnit h3 {
    width: 120px;
    float: left;
}

body.about div.authorUnit div.authorDetail {
    width: 445px;
    float: right;
}

body.about div.authorUnit div.authorDetail h4 {
    font-size: 142%; 
}

/*
 5. sub
---------------------------------*/

div.sub div.section {
    margin-bottom: 15px;
}

div.sub h2 {
    margin-bottom: 10px;
}

div.sub div.blogList h2 {
    position: relative;
}

div.sub div.blogList h2 a {
    position: absolute;
    top: 12px;
    right: 5px;
}

div.sub div.blogList li {
    margin: 5px 0;
}

div.sub p#otherBlogList {
    text-align: right;
}

/*
 6. error
---------------------------------*/

body.error div.errorMsg {
    color: #000;
    padding: 10px;
}

body.error div.errorMsg h2 {
    font-weight: bold;
    font-size: 167%;
    margin-bottom: 20px;
}

body.error div.errorMsg p {
    font-size: 117%;
}


/* 
 7. new 
---------------------------------*/
