@charset "utf-8";

/*循環型社会研究室　HP用設定ファイル*/
/*印刷用*/
@media print {
  body {background-image: none;}
}



/*表示用*/
@media screen {
  body      {background: url("../img/body.png") repeat center top;}
}

body {
    margin: 0;
    font-size: 90%;
    font-family: helvetica,sans-serif;
    /*background: url("../img/body.png") repeat center top;*/
}


/*外枠*/
.outbox {
    width: 940px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #ffffff;
}


/*リンク*/
a {
    color:#0092E4;
}
a:hover {
    text-decoration: none;
    color:#272727;
}


/*見出し*/
h1 {
    font-size:1.6em;
}

h2 {
    font-size:1.4em;
    clear: both;
    border-left: 5px #0092E4 solid;
    padding-left: 10px;
}

h2~h2 {
    margin-top: 30px;
}

h3 {
    font-size:1.3em;
    clear: both;
    background: url("../img/h3.gif") no-repeat left center;
    background-color: #f2f2f2;
    padding: 4px 30px;
    border:1px #eee solid;
}

h3~h3 {
    margin-top: 30px;
}

h4 {
    font-size:1.2em;
    clear: both;
}

h4 span {
    font-size:1.3em;
    background-color:#0092E4;
    border-radius: 6px;
    color: #fff;
    padding: 6px 20px;
}

h4~h4 {
    margin-top: 30px;
}

form {
    margin: 0;
}

img {
    border-width:0;
}

/********************/
/*ヘッダー
/********************/
#header {
    position:relative;
    width: 940px;
    height: 135px;
}

#header img.logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index:1;
}

#header div#main-menu {
    position: absolute;
    top: 85px;
    left: 0;
    width: 940px;
    height: 50px;
    background: url("../img/menu_a.jpg") no-repeat left top;
    z-index:2;
}

#header div#main-menu:lang(en) {
    background: url("../img/eng/menu_a.jpg") no-repeat left top;
}


#header div.language {
    position: absolute;
    /*
    top: 55px;
    left: 662px;
    */
    top: 42px;
    left: 600px;
    z-index:3;
}
#header .language img {
    border:1px #ddd solid;
    margin:0 3px;
}


#header div.language .fblogo {
    margin-left: 5px;
}
#header div.language .fblogo img {
    border-width:0;
}
  
    
/***************************/
/*メインメニュー
/***************************/
/*一階層目*/
ul.menu_a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    zoom: 1;
}

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

ul.menu_a > li {
    position: relative;
    width: 155px;
    height: 55px;
    display: inline;
    float: left;
}

ul.menu_a > li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.menu_a > li a:hover {
    background:url("../img/menu_b.jpg") no-repeat;
}

ul.menu_a > li a:hover:lang(en) {
    background:url("../img/eng/menu_b.jpg") no-repeat;
}

ul.menu_a li.bt01 {margin: 0 0 0 9px;}
ul.menu_a li.bt02 {margin: 0 0 0 0px;}
ul.menu_a li.bt03 {margin: 0 0 0 0px;}
ul.menu_a li.bt04 {margin: 0 0 0 0px;}
ul.menu_a li.bt05 {margin: 0 0 0 0px;}
ul.menu_a li.bt06 {margin: 0 0 0 0px;}

ul.menu_a li.bt01 a:hover {background-position: -9px 0;}
ul.menu_a li.bt02 a:hover {background-position: -164px 0;}
ul.menu_a li.bt03 a:hover {background-position: -319px 0;}
ul.menu_a li.bt04 a:hover {background-position: -474px 0;}
ul.menu_a li.bt05 a:hover {background-position: -629px 0;}
ul.menu_a li.bt06 a:hover {background-position: -784px 0;}


ul.menu_a span {
    display:none;
}


/*二階層目*/
ul.menu_b {
    position: absolute;
    left: 0px;
    top: 45px;
    margin: 0;
    padding: 15px 15px 10px 15px;
    -moz-box-shadow: 1px 1px 10px #666666;
    -webkit-box-shadow: 1px 1px 10px #666666;
    -ms-box-shadow: 1px 1px 10px #666666;
    box-shadow: 1px 1px 10px #666666;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    background-color: #0092E4;
    color: #f5f5f5;
    list-style-type: none;
}

ul.menu_b li {
    /*width: 200px;*/
    width: 230px;
    /*height: 20px;*/
    padding: 2px 0 0 12px;
    background:url("../img/mk_menu2.png") no-repeat left center;
}

ul.menu_b li a {
    color: #fff;
    text-decoration: none;
    
    padding:3px 0;
}

ul.menu_b li a:hover {
    background-image: none;
    text-decoration: underline;
}

ul.menu_b li a:hover:lang(en) {
    background-image: none;
    text-decoration: underline;
}
ul.menu_b li.menuttl {
    margin-top: 10px;
    text-align: right;
    font-size: 90%;
    font-style: italic;
    background-image: none;
    border-top: 1px #f5f5f5 dotted;
    padding-top: 3px;
    padding-right: 5px;
}



/*IE6,7のバグ回避用*/
ul.menu_b           {display: none;}
* html ul.menu_a li {display: inline; zoom: 1;}
*+html ul.menu_a li {display: inline; zoom: 1;}
* html ul.menu_b    {zoom: 1; position: relative;}
*+html ul.menu_b    {zoom: 1; position: relative;}



/********************/
/*フッター
/********************/
#footer {
    position: relative;
    clear: both;
    font-size:12px;
    background:url("../img/footer.gif") no-repeat left top;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer ul.menu {
    margin-left: 2px;
}

#footer ul.menu li {
    margin:0 8px 0 5px;
    padding:0 0 0 8px;
    display:inline;
    background:url("../img/mk_menu.gif") no-repeat left center;
}

#footer ul.menu li a {
    color: #272727;
    text-decoration: none;
}

#footer ul.menu li a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 5px;
    margin-left: 6px;
}

.topbtn {
    display:block;
    position: absolute;
    top: 0;
    left: 795px;
    z-index: 1;
} 

#footer ul.menu:lang(en) {
    margin-top:20px;
}



/********************/
/*コンテンツ
/********************/
#contents {
    width: 860px;
    margin: 10px auto 0;
    /*background:url("../img/contents.gif") no-repeat center bottom;*/
    /*padding-bottom: 100px;*/
    padding-bottom: 50px;
}

#contents p {
    line-height: 160%;
    text-indent: 1em;
    margin-left: 3px;
    margin-right: 3px;
}

#contents img.subttl {
    display: block;
    margin: 0 auto 20px;
}



/**********************************/
/*部品
/**********************************/
/*テキストメニュー（横並）*/
.menu {
    margin:0;
    padding:0;
    list-style-type:none;
}

.menu li {
    margin:0;
    padding:0 5px 0 2px;
    text-align:center;
    display:inline;
    background:url("../img/menu_line.gif") no-repeat right center;
}

.menu li.last {
    background-image:none;
}
.menu li:last-child {
    background-image:none;
}

.menu:after   {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

.menu{
	zoom:1;
}


/*「TOPへ戻る」リンク*/
.pagetop {
    clear: both;
    width: 850px;
    margin: 0 auto;
    text-align: right;
    font-size: 10px;
}

.pagetop a {
    color: #0092E4;
}

.pagetop a:hover {
    color:#272727;
}

/*パンくずリスト*/
#navi {
    /*overflow: auto;*/
    margin: 0 auto 5px;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

#navi li {
    color:#b8b8b8;
    font-size:90%;
    display:inline;
    margin-right:1px;
    background:url("../img/mk_navi.gif") no-repeat right center;
    padding: 1px 10px 1px 5px; 
    font-size: 12px;
}

#navi a {
    color:#b8b8b8;
    text-decoration:none;
}

#navi a:hover {
    text-decoration:underline;
    color:#b8b8b8;
}
/*
#navi li.check {
    background-image: none;
}
*/

#navi li:last-child {
    background-image: none;
}

#navi:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}

#navi {
    zoom:1;
}


/*回り込み解除*/
.floatc {clear: both;}
.imgl   {float:left; margin-right:30px;}
.imgr   {float:right; margin-left:10px;}

/*テキスト装飾*/
.textr   {text-align:right;}
.textc   {text-align:center;}

/*リンク装飾*/
.mklink    {
    background: url("../img/mk_menu.gif") no-repeat left center;
    padding-left: 10px;
}

/*ページ移動用リンク*/
.next         {margin: 10px 0 0 0; padding:0; list-style-type:none; text-align: right;}
.next li      {margin:0; padding:0 5px; text-align:right; display:inline; background:url("../img/menu_line.gif") no-repeat right center;}
.next li.last {background-image:none;}

/*ADD 2023.5.9*/
.next2 {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* column-count: 6; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.next2 li {
    border-right: 1px #ddd solid;
    text-align: center;
    margin-bottom: 5px;
}


/*マーカー装飾*/
.marker {
    display:inline-block;
    padding:0 0.3em;
    background: linear-gradient(transparent 40%, #ffff00 60%); 
}

/*ページトップ（ページ内）*/
.guide {
    text-align: right;
}
.guide a {
    background: url("../img/mk_top.gif") no-repeat left center;
    padding-left:15px;
    font-size: 90%;
}


/*************************/
/* 年別カラー設定
/* 2013.6.14
/*************************/

/*2011年*/
.year2011 h3 {
    background: url("../img/h3_red.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2011 div.title {         /*活動報告タイトル*/
    border-left-color:#e60012;
}
h3.year2011 {
    background: url("../img/h3_red.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2011 div.voice dl {
    border-left: 5px #e60012 solid;
}


/*2012年*/
.year2012 h3 {
    background: url("../img/h3_orange.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2012 div.title {
    border-left-color:#f39800;
}
h3.year2012 {
    background: url("../img/h3_orange.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2012 div.voice dl {
    border-left: 5px #f39800 solid;
}

/*2013年*/
.year2013 h3 {
    background: url("../img/h3_yellow.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2013 div.title {
    border-left-color:#fff100;
}
h3.year2013 {
    background: url("../img/h3_yellow.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2013 div.voice dl {
    border-left: 5px #fff100 solid;
}
/*短期留学*/
.year2013 div.study dl {
    border-left: 5px #fff100 solid;
}

/*2014年*/
.year2014 h3 {
    background: url("../img/h3_green_ye.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2014 div.title {
    border-left-color:#8fc31f;
}
h3.year2014 {
    background: url("../img/h3_green_ye.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2014 div.voice dl {
    border-left: 5px #8fc31f solid;
}
/*短期留学*/
.year2014 div.study dl {
    border-left: 5px #8fc31f solid;
}


/*2015年*/
.year2015 h3 {
    background: url("../img/h3_greenblue_ye.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2015 div.title {
    border-left-color:#0DCCBC;
}
h3.year2015 {
    background: url("../img/h3_greenblue_ye.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2015 div.voice dl {
    border-left: 5px #0DCCBC solid;
}
/*短期留学*/
.year2015 div.study dl {
    border-left: 5px #0DCCBC solid;
}


/*2016年*/
.year2016 h3 {
    background: url("../img/h3_purple.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2016 div.title {
    border-left-color:#6066E2;
}
h3.year2016 {
    background: url("../img/h3_purple.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2016 div.voice dl {
    border-left: 5px #6066E2 solid;
}
/*短期留学*/
.year2016 div.study dl {
    border-left: 5px #6066E2 solid;
}

/*2017年*/
.year2017 h3 {
    background: url("../img/h3_pink.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2017 div.title {
    border-left-color:#E860E0;
}
h3.year2017 {
    background: url("../img/h3_pink.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2017 div.voice dl {
    border-left: 5px #E860E0 solid;
}
/*短期留学*/
.year2017 div.study dl {
    border-left: 5px #E860E0 solid;
}



/*2018年*/
.year2018 h3 {
    background: url("../img/h3_green.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2018 div.title {
    border-left-color:#42880A;
}
h3.year2018 {
    background: url("../img/h3_green.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2018 div.voice dl {
    border-left: 5px #42880A solid;
}
/*短期留学*/
.year2018 div.study dl {
    border-left: 5px #42880A solid;
}

/*2019年*/
.year2019 h3 {
    background: url("../img/h3_pink3.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2019 div.title {
    border-left-color:#E90089;
}
h3.year2019 {
    background: url("../img/h3_pink3.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2019 div.voice dl {
    border-left: 5px #E90089 solid;
}
/*短期留学*/
.year2019 div.study dl {
    border-left: 5px #E90089 solid;
}



/*2020年*/
.year2020 h3 {
    background: url("../img/h3_yellow2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2020 div.title {
    border-left-color:#FBD500;
}
h3.year2020 {
    background: url("../img/h3_yellow2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2020 div.voice dl {
    border-left: 5px #FBD500 solid;
}
/*短期留学*/
.year2020 div.study dl {
    border-left: 5px #FBD500 solid;
}

/*2021年*/
.year2021 h3 {
    background: url("../img/h3_blue.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2021 div.title {
    border-left-color:#176fb2;
}
h3.year2021 {
    background: url("../img/h3_blue.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2021 div.voice dl {
    border-left: 5px #176fb2 solid;
}
/*短期留学*/
.year2021 div.study dl {
    border-left: 5px #176fb2 solid;
}


/*2022年*/
.year2022 h3 {
    background: url("../img/h3_pink2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2022 div.title {
    border-left-color:#ff98e6;
}
h3.year2022 {
    background: url("../img/h3_pink2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2022 div.voice dl {
    border-left: 5px #ff98e6 solid;
}
/*短期留学*/
.year2022 div.study dl {
    border-left: 5px #ff98e6 solid;
}


/*2023年*/
.year2023 h3 {
    background: url("../img/h3_green_ye2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2023 div.title {
    border-left-color:#63e146;
}
h3.year2023 {
    background: url("../img/h3_green_ye2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2023 div.voice dl {
    border-left: 5px #63e146 solid;
}
/*短期留学*/
.year2023 div.study dl {
    border-left: 5px #63e146 solid;
}

/*2024年*/
.year2024 h3 {
    background: url("../img/h3_red2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2024 div.title {
    border-left-color:#df5547;
}
h3.year2024 {
    background: url("../img/h3_red2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2024 div.voice dl {
    border-left: 5px #df5547 solid;
}
/*短期留学*/
.year2024 div.study dl {
    border-left: 5px #df5547 solid;
}

/*2025年*/
.year2025 h3 {
    background: url("../img/h3_purple2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
.year2025 div.title {
    border-left-color:#8f00d7;
}
h3.year2025 {
    background: url("../img/h3_purple2.gif") no-repeat left center;
    background-color: #f2f2f2;
}
/*学生の声*/
.year2025 div.voice dl {
    border-left: 5px #8f00d7 solid;
}
/*短期留学*/
.year2025 div.study dl {
    border-left: 5px #8f00d7 solid;
}



