/**************************************************
    lib/css/common.css
    file created in 2008/03/11 18:04:07.
    LastUpdated :2010/06/05 21:10:30.
    author iNo
**************************************************/

html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;line-height:normal;}table{border-collapse:collapse;border-spacing:0;}img,fieldset{border:0;}ul{list-style-type:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'&quot;';}

p {
    line-height: 1.4em;
}

.clear {
    border: 0;
    width: 0;
    clear: both;
}

a.out {
    background: transparent url(../image/icons.png) no-repeat right 1px;
    padding: 0 16px 0 0;
}

.title-rc {
    padding: 3px 10px;
    font-weight: bold;
    font-size: 110%;
    margin: 3px 0;
}

.breadcrumbs {
    /*
    padding: 0px 5px;
    border-left: 5px solid #456546;
    border-bottom: 1px solid #456546;
    */
}

.rc10,
.qalayer {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rc5,
.title-rc {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ad {
    width: 100%;
    background: #fff;
    margin: 3px 0;
    padding: 5px;
    text-align: center;
    border: 1px dotted #999;
}
.ad-amazlet {
    font-size: 8pt;
    width: 100%;
    background: #fff;
    margin: 3px 0;
    padding: 5px;
    text-align: left;
    border: 1px dotted #999;
}

html, body {
    height: 100%;
}

body {
    text-align: center;
    background: #fff url(../image/bg.gif);
}

#shadow-layer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* for modern browser */
html>body>#shadow-layer {
    background: transparent url(../image/bg_shadow.png) repeat-y top left;
}
/* for ie6 */
*html body #shadow-layer {
    background: transparent url(../image/bg_shadow.gif) repeat-y top left;
    /*
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./lib/image/bg_shadow.png', sizingMethod='scale');
    */
}

#content-layer {
    width: 950px;
    margin: 0 20px;
    text-align: left;
}

#head {
    position: relative;
    /*
    background: #fff url(../image/bg_headline.png) repeat-x top left;
    */
    background: #fff url(../image/kodomo_images.jpg) repeat-x left -290px;
    height: 85px;
    text-align: right;
}

#head-container {
    position: relative;
    top: 5px;
    background: transparent url(../image/kodomo_images.jpg) no-repeat right top;
    width: 950px;
    height: 80px;
}

#logo {
    /*
    outline: 1px solid red;
    */
    position: absolute;
    top: -80px;
    left: 5px;
    clip: rect(83px 88px 156px 4px);
    z-index: 2;
}

#body {
    position: relative;
    color: #000;
    background: #fff;
    font-size: 90%;
    padding-bottom: 60px;
}

#foot {
    position: absolute;
    color: #fff;
    /*
    background: #4f7c50 url(../image/bg_foot.png) repeat-x top left;
    */
    background: #4f7c50 url(../image/kodomo_images.jpg) repeat-x left -200px;
    text-align: center;
    font-size: 80%;
    bottom: 0 !important;
    bottom: -1px;
    height: 60px;
    width: 950px;
}

#foot p {
    margin-top: 20px;
    font-style: italic;
}

#foot #serendip {
    position: absolute;
    display: block;
    top: 30px;
    left: 830px;
    font-size: 80%;
    font-family: Georgia, serif;
    font-style: italic;
    color: #9c9;
    text-decoration: none;
}

/****** Navigation Style {{{ *****/

ul#nav {
    position: relative;
    color: #fff;
    /*
    background: #4f7c50 url(../image/bg_nav.png) repeat-x top left;
    */
    background: #4f7c50 url(../image/kodomo_images.jpg) repeat-x left -260px;
    height: 30px;
    border-top: 1px solid #263a26;
    border-bottom: 1px solid #263a26;
}

ul#nav li {
    position: relative;
    float: left;
    height: 30px;
    /*
    width: 110px;
    background: transparent url(../image/bg_nav_split.png) repeat-y top left;
    */
}

ul#nav li.nav_start {
    margin-left: 15px;
}

ul#nav li.nav_end {
    /*
    background: transparent url(../image/bg_nav_split.png) repeat-y top left;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -92px -80px;
    width: 2px;
    height: 30px;
}

ul#nav li a {
    overflow: hidden;
}

/*** navigation home ***/
ul#nav li#nav_home,
ul#nav li#nav_home_c {
    width: 67px;
}

ul#nav li#nav_home a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat 0px -30px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -92px -80px;
    width: 67px;
    height: 30px;
}

ul#nav li#nav_home_c a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat 0px -60px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -92px -110px;
    width: 67px;
    height: 30px;
}

ul#nav li#nav_home a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -92px -140px;
}

ul#nav li#nav_home_c a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -92px -170px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat 0px 0px;
    */
}

/*** navigation taikai ***/
ul#nav li#nav_taikai,
ul#nav li#nav_taikai_c {
    width: 74px;
}

ul#nav li#nav_taikai a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -70px -30px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -159px -80px;
    width: 74px;
    height: 30px;
}

ul#nav li#nav_taikai_c a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -70px -60px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -159px -110px;
    width: 74px;
    height: 30px;
}

ul#nav li#nav_taikai a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -159px -140px;
}
ul#nav li#nav_taikai_c a:hover {
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -70px 0px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -159px -170px;
}

/*** navigation faq ***/
ul#nav li#nav_faq,
ul#nav li#nav_faq_c {
    width: 53px;
}
ul#nav li#nav_faq a {
    position: absolute;
    text-indent: -9000px;
    background: transparent url(../image/kodomo_images.jpg) no-repeat -233px -80px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -140px -30px;
    */
    width: 53px;
    height: 30px;
}

ul#nav li#nav_faq_c a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -140px -60px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -233px -110px;
    width: 53px;
    height: 30px;
}

ul#nav li#nav_faq a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -233px -140px;
}
ul#nav li#nav_faq_c a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -233px -170px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -140px 0px;
    */
}

/*** navigation inquiry ***/
ul#nav li#nav_inquiry,
ul#nav li#nav_inquiry_c {
    width: 105px;
}
ul#nav li#nav_inquiry a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px -30px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -286px -80px;
    width: 105px;
    height: 30px;
}

ul#nav li#nav_inquiry_c a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px -60px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -286px -110px;
    width: 105px;
    height: 30px;
}

ul#nav li#nav_inquiry a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -286px -140px;
}
ul#nav li#nav_inquiry_c a:hover {
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px 0px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -286px -170px;
}

/*** navigation term ***/
ul#nav li#nav_term,
ul#nav li#nav_term_c {
    width: 47px;
}

ul#nav li#nav_term a {
    position: absolute;
    text-indent: -9000px;
    background: transparent url(../image/kodomo_images.jpg) no-repeat -391px -80px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px -30px;
    */
    width: 47px;
    height: 30px;
}

ul#nav li#nav_term_c a {
    position: absolute;
    text-indent: -9000px;
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px -60px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -391px -110px;
    width: 47px;
    height: 30px;
}

ul#nav li#nav_term a:hover {
    background: transparent url(../image/kodomo_images.jpg) no-repeat -391px -140px;
}
ul#nav li#nav_term_c a:hover {
    /*
    background: transparent url(../image/kodomo_nav.gif) no-repeat -210px 0px;
    */
    background: transparent url(../image/kodomo_images.jpg) no-repeat -391px -170px;
}


/***** }}} *****/


/****** Content Area Style ******/

#content {
    padding: 1.0em 80px;
    line-height: 1.4em;
}

.desc {
    background: #bbda7a;
    padding: 1.0em 2.0em;
}
.sitedesc {
    background: #bbda7a;
    padding: 1.0em 2.0em;
    margin: 1.0em 0;
}

/***** HOME NOTICE *****/
.home-info-notice {
    background: #ebb url(../image/notice_bg.png) no-repeat 5px 5px;
    padding: 1.5em 1em 2em 60px;
}

/***** TAIKAI INFORMATION (HOME) *****/
.info {
    position: relative;
    /*
    background: #bc9e8c url(../image/bg_info.png) repeat-y top left;
    */
    background: #ecdecc url(../image/bg_info.png) repeat-y top left;
    padding: 1.0em 2.0em;
    margin: 1.0em 0;
}

.info h2 {
    color: #971712;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, .3);
}

.info #taikai-title {
    font-size: 250%;
}

.info .items-list > dt {
    border-top: 1px solid #966;
    border-left: 8px solid #966;
    padding-top: 2px;
    padding-left: 3px;
}
.info .items-list dt {
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, .3);
}
.info .items-list > dt {
    color: #000;
    font-size: 110%;
    /*
    clear: both;
    float: left;
    */
}
.info .items-list dd {
    margin: 0 0 1em 5em;
    line-height: 1.4em;
}
.info blockquote {
    background: #cfcfaf;
    padding: 1.0em 2.0em;
    margin: 1.0em 4em 1.0em 3em;
    border: 1px dashed gray;
    line-height: 1.4em;
}
.info .image-layer {
    text-align: center;
    letter-spacing: 100px;
}

.info .items-list li {
    line-height: 1.4em;
}

.info .items-list dd dl dd {
    margin: 0 0 1em 2em;
}

.marked-list {
    list-style-type: disc;
    margin-left: 1em;
}

.info dd .lecture-title {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.6em;
    color: #911;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, .3);
}
.info dd .lecturer-name {
    font-size: 160%;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.6em;
    margin-left: 170px;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, .3);
}

/* application button style */
#application-button {
    display: block;
    width: 207px; height: 65px;
    text-indent: -9999px;
    margin: 10px 0;
    background: transparent url(../image/application_button_green.png) scroll no-repeat left top;
    outline: none;
}
#application-button:hover {
    background-position: left -65px;
}
#application-button:active {
    background-position: left -130px;
}
/* for ie6 */
*html #application-button {
    background-image: url(../image/application_button_green_ie6.png);
}
/* application check button style */
#application-check-button {
    display: block;
    width: 256px; height: 50px;
    text-indent: -9999px;
    margin: 10px 0;
    background: transparent url(../image/application_check_button.png) scroll no-repeat left top;
    outline: none;
}
#application-check-button:hover {
    background-position: left -50px;
}
#application-check-button:active {
    background-position: left -100px;
}
/* for ie6 */
*html #application-check-button {
    background-image: url(../image/application_check_button_ie6.png);
}

/***** TAIKAI CONTENT STYLE *****/
#taikai-home-img-layer {
    text-align: center;
    margin: 20px;
}
#taikai-home-img1 {
    margin-right: 50px;
}
#taikai-nav {
    position: relative;
    float: left;
    width: 12em;
    margin: 1.0em 0 0 -20px;
    /*
    outline: 1px solid red;
    */
}
#taikai-contents {
    position: relative;
    margin: 1.0em 0 1.0em 12.5em;
}

#taikai-nav .taikai-nav {
    background: #fff url(../image/icons.png) no-repeat left -197px;
    margin: 5px 0;
    padding: 0 0 0 22px;
    font-weight: bold;
    line-height: 1.6em;
}
#taikai-nav .taikai-nav-c {
    background: #fff url(../image/icons.png) no-repeat left -97px;
    margin: 5px 0;
    padding: 0 0 0 22px;
    font-weight: bold;
    line-height: 1.6em;
}

#taikai-nav .taikai-nav-c a {
    color: #e74c00;
    text-decoration: none;
}
#taikai-contents h2#taikai-shushi-header {
    color: #000;
    background: transparent;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    border: none;
    margin: 0;
}
#taikai-contents p {
    margin: 5px 20px;
}

#taikai-contents h1 {
    color: #fff;
    background: #0041ab url(../image/taikai_h1_bg.png) repeat-x left top;
    border: 1px solid #0041ab;
}
#taikai-contents h2 {
    color: #fff;
    background: #2270ef url(../image/taikai_h2_bg.png) repeat-x left top;
    border: 1px solid #2270ef;
    margin: 20px 0 5px 0;
}

#taikai-contents h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 20px 5px 20px;
    padding: 3px 5px;
    color: #911;
    background: transparent url(../image/kouen_title_bg.png) no-repeat left top;
}
#taikai-contents h3.kouen_title {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.6em;
    color: #911;
}
#taikai-contents h4 {
    margin: 5px 20px 5px 40px;
}
.about_taikai {
    margin: 15px 20px 0 20px;
}
.about_taikai dt {
    font-weight: bold;
}
.about_taikai dd {
    margin: 0 20px;
}
.koushi_name {
    margin: 0 40px;
}
.koushi_name dd {
    margin: 0 20px;
}
.koushi_name dd .name {
    font-size: 110%;
    font-weight: bold;
}
.about_taikai img.section_image,
.koushi_name img.section_image {
    margin: 10px 20px 10px 0;
}
.sections-desc {
    padding: 0 40px 0 60px;
    line-height: 1.4em;
}
.about_taikai dt,
.about_taikai dd,
.koushi_name dt,
.koushi_name dd {
    line-height: 1.4em;
}

/***** Q AND A STYLE *****/
#q-and-a-title {
    color: #fff;
    background: #0dab00 url(../image/qanda_title_bg.png) repeat-x left top;
    border: 1px solid #0dab00;
}
#q-and-a-container {
    position: relative;
    margin: 20px;
}

.togglebutton {
    position: absolute;
    top: 0;
    clip: rect(0px 61px 16px 0px);
    cursor: pointer;
}

.qalayer {
    position: relative;
    background: #f0f0f0 url(../image/qalayer_bg.png) repeat-x left top;
    margin: 0 2em 10px 1.5em;
    padding: 0.5em 1em;
    line-height: 1.4em;
    z-index: 2;
}

#q-and-a-container .q {
    position: relative;
    margin: 20px 0 0 0;
    color: green;
    font-weight: bold;
}


#q-and-a-container .a {
    position: relative;
    color: red;
    font-weight: bold;
}

#q-and-a-container .a .a-intro {
    color: #000;
    font-weight: normal;
    margin-left: 1em;
}

#q-and-a-inquiry {
    margin: 20px 0 0 0;
    line-height: 1.4em;
}

/***** KIYAKU *****/
#kiyaku-title {
    color: #fff;
    background: #e55103 url(../image/kiyaku_title_bg.png) repeat-x left top;
    border: 1px solid #e55103;
}

#kiyaku-subtitle {
    color: #fff;
    background: #e58a03 url(../image/kiyaku_subtitle_bg.png) repeat-x left top;
    border: 1px solid #e58a03;
    margin: 20px 0 0 0;
}

#kiyaku-container {
    margin: 5px 30px;
}
#kiyaku-container dt {
    font-weight: bold;
}
#kiyaku-container dd {
    margin: 0 20px 10px 20px;
}
#kiyaku-container dd ol {
    margin: 0 20px;
}

#yakuin_name {
    margin: 10px 30px;
}
#yakuin_name,
#yakuin_name th,
#yakuin_name td {
    border-collapse: collapse;
    border: 1px solid #999;
}

#yakuin_name th,
#yakuin_name td {
    padding: 5px;
}
#yakuin_name th {
    font-weight: bold;
    text-align: right;
    background-color: #f8e59c;
}
#yakuin_name th#yakuin_tiku_header {
    text-align: left;
}

/* */
.report {
    position: relative;
    background: transparent url(../../gallery/lavender.jpg) no-repeat left bottom;
    margin: 30px 0 20px;
    padding: 1em 0;
}
.report h2 {
    color: #333;
    font-size: 200%;
    font-weight: bold;
    margin: 0;
}
.report h2 span {
    color: #fff;
    background: #393;
    padding: 1.5em 0.3em 0.3em 1.5em;
}
.report .subtitle {
    color: #666;
    margin: 0 0 0 20em;
}
.report h3 {
    color: #333;
    font-weight: bold;
    margin: 1em 3em 0.5em 3em;
    padding: 2px 4px;
    border-left: 10px solid #666;
    border-bottom: 1px solid #666;
}
.report .lecturer {
    color: #333;
    font-weight: bold;
    margin: 1em 4em 0.5em 4em;
}
.report p {
    position: relative;
    margin: 0.5em 5em 1em 5em;
    line-height: 1.6em;
}
.report p img {
    position: relative;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #ccc;
}

.info-style-small {
}


/*
vim:fdl=0 fdm=marker:ts=4 sw=4 sts=0:
*/
