@charset "utf-8";
/* 
    Document   : style
    Created on : 2010/04/13
    Author     : nishiaki
*/

/* @group library */

/* reset-min.css */
@import url(reset-min.css);

/* fonts-min.css */
@import url(fonts-min.css);
/*
If you want this size in pixels (px), Declare this percent (%).

 10px - 77%
 11px - 85%
 12px - 93%
 13px - 100%
 14px - 108%
 15px - 116%
 16px - 123.1%
 17px - 131%
 18px - 138.5%
 19px - 146.5%
 20px - 153.9%
 21px - 161.6%
 22px - 167%
 23px - 174%
 24px - 182%
 25px - 189%
 26px - 197%

*/
/* @end */

/* @group structure */

html {
    color: #333;
    background-color: #9DCE00;
}

body {
    font-size: 14px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;	
}

*:first-child+html body {
    position: relative;
}

* html body {
    text-align: center;
}

hr {
    display: none;
}


#header,
#content,
#footer {
    position: relative;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    text-align: justify;
    background-color: #fff;
}



/* @end */

/* @group elements */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

em {
}

strong {
}

a {
    color: #106927;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input {
    line-height: 1;
    vertical-align: middle;
}

legend {
    position: absolute;
    top: 0;
    left: -1000em;
    width: 900em;
}

img {
    vertical-align: bottom;
}


/* @end */

/* @group module */

.Guidance {
    position: absolute;
    top: 0;
    left: -1000em;
    width: 900em;
}



/* @end */

/* @group header */

#header {
    height: 328px;
    margin-top: 48px;
    overflow: visible;
    background: #fff url(../img/bg_cnr_top.png) no-repeat left top;
}

#header #siteId {
    padding-top: 64px;
    padding-left: 71px;
}

#header #siteId h1 {
    margin-top: 15px;
}

#header p.Bg {
    position: absolute;
    top: 46px;
    left: 584px;
}

#header #siteId #balloon img {
    position: absolute;
    top: 70px;
    left: -50px;
    z-index: 100;
}

/* @end */

/* @group content */

#content {
    line-height: 1.6;
    width: 840px;
    padding: 0 60px;
    background: #fff url(../img/bg_cnr_btm.png) no-repeat left bottom;
}

#content h2 {
    margin-bottom: 20px;
    font-size: 189%;
    color: #369;
}

#content p,
#content ul {
    margin-bottom: 1em;
}

#content ul li {
    list-style-type: disc;
    margin-left: 1.5em;
}



/* detail */

#detail {
    margin-top: 30px;
}

#detail h3 {
    position: relative;
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center;
    background-color: #E0DFE3;
}

#detail dl {
    overflow: hidden;
}

#detail dl dt,
#detail dl dd {
    padding: 10px 0;
    border-top: 1px dotted #333;
}

#detail dl dt {
    float: left;
    width: 8em;
    text-align: right;
    padding-top: 1.2em;
}

#detail dl dt.Entry {
    padding-top: 10px;
}

#detail dl dt span {
    padding: 0 .8em 0 .5em;
}

#detail dl dd span,
#detail dl dd dt.Ttl {
    font-weight: bold;
    font-size: 153.9%;
    padding-right: .5em;
}

#detail dl dd dt {
    float: none;
    width: auto;
    text-align: justify;
}

#detail dl dd {
    margin-left: 8em;
}

#detail dl dd dd {
    margin-left: 0;
}

#detail dl dd dt,
#detail dl dd dd {
    padding: 0;
    border: 0;
}


#detail dl dd ul dl {
    overflow: hidden;
    height: 1%;
}

#detail dl dd ul dt,
#detail dl dd ul dd {
    float: left;
}

#detail dl dd ul dd {
    margin-right: 1em;
}

#detail dl dd ul dd a {
    padding: 0 .5em;
}

#detail dl dd.Instructor dl {
    position: relative;
    min-height: 150px;
    height: 150px;
}

#detail dl dd.Instructor dl img {
    position: absolute;
    top: 0;
    right: 10px;
}

/* apply */

#apply {
    width: 780px;
    margin: 30px auto 60px;
}

#apply h3 {
    position: relative;
    color: #fff;
    background-color: #9c0;
    padding: 3px 15px 3px 50px;
    font-size: 138.5%;
    font-weight: normal;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;	
}

#apply h3 img {
    position: absolute;
    top: -15px;
    left: 10px;
    _left: -40px;
}

#apply .Wrap {
    overflow: hidden;
    padding: 15px 20px;
    border: 1px solid #9c0;
    border-top: 0;
    background-color: #E0F0B2;
    font-size: 108%;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#apply .Wrap .PData {
    float: left;
    width: 334px;
}

#apply .Wrap .PData input {
    padding: 3px;
    font-size: 123.1%;
    margin-bottom: 20px;
    width: 334px;
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

#apply .Wrap .Message {
    float: right;
    width: 360px;
}

#apply .Wrap .Message textarea {
    padding: 3px;
    height: 250px;
    width: 350px;
    border: 2px solid #ccc;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

#apply .Wrap label {
    display: block;
}

#apply .Wrap label span {
    font-size: 85%;
    color: #f00;
    padding-left: .5em;
}

#apply .Wrap .Btn {
    padding-top: 0;
    padding-bottom: 15px;
    clear: both;
    text-align: center;
}

/* @end */

/* @group footer */

#footer {
    background: none;
    padding: 34px 0 0 0;
    text-align: center;
    font-size: 85%;
    color: #fff;	
}

#footer a {
    color: #fff;
}

#footer a:active {
    color: #06c;
}

#footer a:hover {
    text-decoration: none;
}

#footer dl {
    padding-bottom: 47px;
}

#footer dd {
    overflow: hidden;
    text-align: center;
}

#footer dd.Privacy {
    padding-top: 18px;
}

#footer dd.Privacy a {
    display: block;
    width: 71px;
    height: 77px;
    margin: 0 auto;
    background: url(../img/mark_privacy_css.png) no-repeat center top;
}


#footer dd ul li {
    display: inline;
    margin-right: 5px;
}

#footer p {
    margin: 14px 0 7px;
}

#footer address {
    margin-bottom: 10px;
}

#footer img.LogoNonCss {
    display: none;
    visibility: hidden;
}

#footer dl dt a {
    display: block;
    margin: 0 auto;
    width: 134px;
    height: 36px;
    background: url(../img/logo_nulab_css.png) no-repeat center top;
}


/* @end */




