﻿@charset "UTF-8";
/* CSS Document */

/* ブラウザ設定クリア-- Yui Reset CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img{
	margin:0; padding:0;
}
table{
	border-collapse:collapse; border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}
ol, ul{
	list-style:none;
}
ol {
list-style-type:decimal;
padding-left:30px;
}

caption, th{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}
q:before, q:after{
	content:”;
}
abbr, acronym{
	border:0;
}


/* 設計 */

body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: #0068b7; /* Old browsers */
background: -moz-linear-gradient(left, #0068b7 0%, #54c3f1 25%, #54c3f1 75%, #0068b7 100%, #0068b7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0068b7), color-stop(25%,#54c3f1), color-stop(75%,#54c3f1), color-stop(100%,#0068b7), color-stop(100%,#0068b7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #0068b7 0%,#54c3f1 25%,#54c3f1 75%,#0068b7 100%,#0068b7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #0068b7 0%,#54c3f1 25%,#54c3f1 75%,#0068b7 100%,#0068b7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #0068b7 0%,#54c3f1 25%,#54c3f1 75%,#0068b7 100%,#0068b7 100%); /* IE10+ */
background: linear-gradient(to right, #0068b7 0%,#54c3f1 25%,#54c3f1 75%,#0068b7 100%,#0068b7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#0068b7',GradientType=1 ); /* IE6-9 */
}

#container{
	background:#fff;
	width:940px;
	margin:0 auto;
	padding:20px 40px;
}


#content{
	width:100%;
}

.top-img{
	margin:20px 0;
}

#main{
	float:left;
	width:600px;
	min-height:600px;
}

#sidebar{
	float:right;
	width:290px;
}

#footer{
	clear:both;
}

/* navi */

#navcon{
	margin:20px 0;
	width:100%;
	height:56px;
	border-radius:2px;
	background: #0068b7; /* Old browsers */
background: -moz-linear-gradient(top,  #0068b7 0%, #DF3AB0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068b7), color-stop(100%,#3897de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0068b7 0%,#3897de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0068b7 0%,#3897de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0068b7 0%,#3897de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0068b7 0%,#3897de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#3897de',GradientType=0 ); /* IE6-9 */	
}

#g-navi{
	width:98%;
	position:relative;
	color:#999;
	margin:0 auto;
	font-size:.9em;
	
}

#g-navi ul{
	list-style-type:none;
}
#g-navi li{
	float:left;
	position:relative;

	
}
#g-navi li a{
	line-height:1;
	font-size:16px;
	padding:20px;
	border-right:1px solid #e9e9e9;
	display:block;
	color:#fff;
	text-decoration:none;
}
#g-navi ul li a:hover{
	background: #f7c43b; /* Old browsers */
background: -moz-linear-gradient(top,  #f7c43b 0%, #fde338 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c43b), color-stop(100%,#fde338)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7c43b 0%,#fde338 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c43b', endColorstr='#fde338',GradientType=0 ); /* IE6-9 */
	color:#333;
}
#g-navi ul li ul{
	display:none;
}
#g-navi ul li:hover ul{
	display:block;
	position:absolute;
}

#g-navi ul li:hover li a{
	color:#666;
	padding:15px;
	display:block;
	border-bottom:1px slid #f2f2f2;
	border-right:none;
	width:130px;
	background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(100%,rgba(229,235,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#e5ebee',GradientType=0 ); /* IE6-9 */


}
#g-navi ul li:hover li a:hover{
	color:#333;
	background: #f7c43b; /* Old browsers */
background: -moz-linear-gradient(top,  #f7c43b 0%, #fde338 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c43b), color-stop(100%,#fde338)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7c43b 0%,#fde338 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7c43b 0%,#fde338 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c43b', endColorstr='#fde338',GradientType=0 ); /* IE6-9 */
}

/* sidebar */
#sidebar ul li{
	margin-bottom:10px;
}


#go-top{
	width:100%;
	clear:both;
}

#go-top img{
	float:right;
}
/* footer */
#footer{
	clear:both;
	height:130px;
}


#footer-menu{
	border-top:1px solid #ccc;
	padding:10px 0;
	margin:10px 0 30px;
}
#footer-menu-logo{
	width:280px;
	float:left;
}
#footer-menu-logo p{
	margin:5px 0;
	paddng:0;
	font-size:60%;
}

#footer-menu-one{
	width:120px;
	padding-left:10px;
	float:left;
}
	
#footer-menu-two{
	width:120px;
	padding-left:10px;
	float:left;
}

#footer-menu-three{
	width:120px;
	padding-left:10px;
	float:left;
}
#footer-menu-four{
	width:120px;
	padding-left:10px;
	float:left;
}


#footer-menu-one ul, #footer-menu-two ul, #footer-menu-three ul, #footer-menu-four ul{
	margin:0 0 30px 0;

}

#footer-menu-one ul li, #footer-menu-two ul li, #footer-menu-three ul li, #footer-menu-four ul li{
	font-size:70%;
	line-height:1.6;
	margin:0;
	padding:0;
}

#footer-menu-one ul li a, #footer-menu-two ul li a, #footer-menu-three ul li a, #footer-menu-four ul li a{
	color:#666;
}

#footer-menu-one ul li a:hover, #footer-menu-two ul li a:hover, #footer-menu-three ul li a:hover, #footer-menu-four ul li a:hover{
	color:#F06;
}



/* main */
h1{
	font-size:150%;
	margin-bottom:30px;

}

h2{
	clear:both;
	font-size:120%;
	border-radius:2px;
	width:580px;
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
	letter-spacing:1px;
background: #f7c43b; /* Old browsers */
background: -moz-linear-gradient(top, #f7c43b 0%, #fde338 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c43b), color-stop(98%,#fde338)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* IE10+ */
background: linear-gradient(to bottom, #f7c43b 0%,#fde338 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c43b', endColorstr='#fde338',GradientType=0 ); /* IE6-9 */ 
}

h3{
	border-bottom:1px solid #fde338;
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:5px;
	font-weight:bold;
	letter-spacing:1px;
	font-size:120%;
}
h4{
	font-weight:bold;
	border-bottom:1px solid #fde338;
	font-size:95%;
	letter-spacing:1.5px;
	margin:20px 0 10px 0;
	padding-bottom:10px;
}

h5{
	font-weight:bold;
	font-size:90%;
	letter-spacing:1.5px;
	padding:5px 10px;
	background:#FFC;
	border-radius:2px;
	margin:10px 0;
}

p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:15px 0 0 10px;
	line-height:1.8;
	font-size:90%;
}

p.emp{
	font-size:110%;
	line-height:1.7;
}

a:link{
	text-decoration:none;
	color:#F06;
}

a:visited{
	color:#F06;
}
a:hover{
	color:#c33;
}

dt,dd{
	font-size:90%;
	line-height:1.8;
}

ol{
	margin:20px 10px 0 10px;
	
}
ol li{
	line-height:1.8;
		font-size:90%;
}

#main ul{
	margin:20px 10px 0 40px;
	list-style-image:url(../img/marker2.png)
}
#main ul li{
	padding-left:0px;
	line-height:1.8;
			font-size:90%;
}

.item{
margin-bottom:30px;
clear:both;
display:block;
}
.item2{
	padding:20px;
	background:#faf0e6;
	border-radius:2px;
margin-bottom:30px;
clear:both;
display:block;
}


.item2 h2{
	clear:both;
	font-size:120%;
	border-radius:2px;
	width:540px;
	padding:5px 10px 5px 10px;
	margin:0 0 10px 0;
	letter-spacing:1px;
background: #f7c43b; /* Old browsers */
background: -moz-linear-gradient(top, #f7c43b 0%, #fde338 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7c43b), color-stop(98%,#fde338)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7c43b 0%,#fde338 98%); /* IE10+ */
background: linear-gradient(to bottom, #f7c43b 0%,#fde338 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c43b', endColorstr='#fde338',GradientType=0 ); /* IE6-9 */ 
}


.item img{
	margin: 10px 20px 10px 0px;
}



/* HOME  */
.categories{
	font-size:60%;
	border-radius:2px;
	background:#fff;
	padding:4px 5px 3px 5px;
	margin:0 10px 0 0;
	vertical-align:12%;
}

#main img.home-img{
	margin-bottom:30px;
}

#main .sub-navi{
	margin-bottom:20px;
}

#main .sub-navi h3{
	border-top:1px solid #ccc;
	border-bottom:none;
	padding-top:3px;
	margin-bottom:0px;
	font-size:70%;
	font-weight:nomal;
}

#main .sub-navi ul{
	margin:0px;
}

#main .sub-navi ul li{
	border-left:1px solid #ccc;
	padding:0 10px;
	display:inline;
	font-size:80%;
}


/* profile */
.staff-list{
width:33%;
float:left;
margin-bottom:20px;
}
.profile h2{
font-size:120%;
margin:0;
padding:0;
background:none;
}

.profileRight dt{
  border-radius:2px;
font-size:80%;
color:#666;
border:none;
margin:6px 0 10px 0 ;
padding:4px 10px;;
background: #bae3f9; /* Old browsers */
background: -moz-linear-gradient(top, #bae3f9 0%, #dff2fc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bae3f9), color-stop(100%,#dff2fc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bae3f9 0%,#dff2fc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bae3f9 0%,#dff2fc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bae3f9 0%,#dff2fc 100%); /* IE10+ */
background: linear-gradient(to bottom, #bae3f9 0%,#dff2fc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bae3f9', endColorstr='#dff2fc',GradientType=0 ); /* IE6-9 */
}

.profileRight dd{
margin:0 0 20px 0;
}
.profile{
	width:100%;
	clear:both;
	border-top:1px solid #6CF;
	padding-top:10px;
}

.profileLeft{
	width:150px;
	float:left;
}

.profileRight{
	width:430px;
	float:right;
	margin:0 0 30px 0;

}



/* 論系室案内 */
.item dl{
	clear:both;
	display:block;
	margin-left:10px;
}

.item dt{
	border-top:1px solid #ccc;
	width:25%;
	float:left;
	padding:5px 0;
	margin:0 0 30px 0;
}

.item dd{
	line-height:1.8;
	border-top:1px solid #ccc;
	width:75%;
	float:right;
	padding:5px 0;
	margin:0 0 30px 0;

}


/* 学会 */
.gakkai-item{
	padding-left:50px;
	margin-bottom:30px;
}

.gakkai-item .item img{
margin:10px 0 0 10px;
}




/* program  */
#main.jikanwari{
width:100%;
}

#main.jikanwari table{
	margin:20px 0;
	border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:80%;
	width:100%;
}

#main.jikanwari table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: center;}
	
#main.jikanwari table th.jigen {
	width:9%;
}
	
#main.jikanwari table td {
	width:14%;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
}

#main.jikanwari table td.jikanwari-enshu_2{
	background-color:#a8c97f;
}
#main.jikanwari table td.jikanwari-enshu_3{
	background-color:#f8b862;
}

#main.jikanwari table td.jikanwari-zemi{
	background-color:#ffc0cb;
}
#main.jikanwari table td.jikanwari-kougi_1{
	background-color:#a0d8ef;
}
#main.jikanwari table td.jikanwari-kougi_2{
	background-color:#f0e68c;
}
#main.jikanwari table td.jikanwari-kougi_3{
	background-color:#CC66FF;
}

.jikanwari-senmon{
	font-size:80%;
	font-weight:bolder;
}

table.jikanwari-guide{
border:none;

}


#main.jikanwari table.jikanwari-guide{
	margin:20px 0;
    border:2px solid #FFF;
	border-collapse:collapse
	font-size:90%;
	width:250px
}

	
#main.jikanwari table.jikanwari-guide td{
    border:2px solid #FFF;
	width:200px;
}

#main.jikanwari table.jikanwari-guide td.color-guide{
	width:5px;
    border:2px solid #FFF;
}
