body {
	font-size: 0.9em;
	line-height: 1.8em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFF;
	background-attachment: fixed;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* 標準可変メディア*/
img,
object,
embed,
video {
	max-width: 100%;
	height: auto;
}

section{
	padding-bottom:20px;
}
ul {
	list-style-type: square;
}

li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
font-size: 17px;
font-weight: bold;
color: #111;
letter-spacing: 0;
border: none;
border-radius: 6px;
text-decoration: none;
padding: 10px 20px;
font-family: Open Sans, Arial, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #cce04d), color-stop(0.00, #75b503));
background: -webkit-linear-gradient(top, #FFA476 0%, #ffffff 99%);
background: -moz-linear-gradient(top, #FFA476 0%, #ffffff 99%);
background: -o-linear-gradient(top, #FFA476 0%, #ffffff 99%);
background: -ms-linear-gradient(top, #FFA476 0%, #ffffff 99%);
background: linear-gradient(to bottom, #FFA476 0%, #ffffff 99%);


}




h2 {
	border-width:0px 0px 1px 10px;
	border-style: solid;
	border-color: #FFA476;
	font-size: 1em;
	color: #111;
	padding:3px 10px 3px 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h3 {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFA476;
	font-size: 1em;
	color: #000000;
	padding:3px 10px 3px 15px;
	margin: 0px 0px 0px 20px;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

h3.data{
	border-color: #FFA64D;	
	background-color: #FFEBD7;
}

h3.language{
	border-color: #1D9783;
	background-color: #99ECDD;
}

h3.media{
	border-color: #DA508D;
	background-color: #F5D3E2;
}

h3.communication{
	border-color: #1C96D5;	
	background-color: #A7D9F3;
}

p{
	padding:10px;
}

section{
	display:block;
}

.textbox{
	margin:0px 20px 30px 20px;
}

#container{
	margin:0 auto;
	padding:0px;
	background-color:#FFFFFF;
	width: 800px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;/* Firefox */
	-webkit-box-shadow: 1px 1px 3px #ccc;　/* Safari,Google Chrome */
}


#main {
	padding: 10px 40px 10px 40px;
	text-align:left;
	background-color:#FFFFFF;
}

header{
	width:100%;
	padding: 0px;
	margin:0;
	background-image:url(../img/title_back.jpg);
}

#title_container {
	padding:0px;
	margin:0px;

}

#title_container .title_text{
	float:left;
	overflow: hidden;
	padding:0px;
	margin:0px;
	width:54.38%;
}

#title_container .title_day{
	float:right;
	overflow: hidden;
	padding:23px 25px 17px 0px;
	margin:0px;
	width:40%;
}


footer {
	width:100%;
	padding: 0px;
	margin:0;
	text-align:right;
	background-color:#EC6C00;
	color: #FFFFFF;
}

footer a{
	color: #FFFFFF;
}

footer p{
	margin:0px;
	padding:10px;
}



#topPhoto li{
	float:left;
	width:155px;
	height:104px;
	border:#ccc 1px solid;
	margin:5px 5px 0 0;
	z-index:0;
	position:relative;
	list-style:none;
}
#topPhoto li img {
	width:155px;
	height:104px;
}


#topPhoto li img {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	z-index:0;
	position:relative;
}


.invite{
	background-image:url(../img/invite_back.jpg);
	background-position:
	background-color:#FFDFBF;
	padding:30px;
	margin:10px 10px 30px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.talk{
	list-style:none;

}

.research_talk li{
	border-bottom:dotted 1px #FFA476;
	padding-bottom:10px;
}
.research_talk li:last-child{
	border-bottom:none;
}

.talkTitle{
font-size:1.2em;
}

.ex li{ 
	border-bottom:dotted 1px #FFA476;
	padding-bottom:10px;
}
.ex li:last-child{ 
		border-bottom:none;
}
/*---------------------*/
/*
#title_container:after,
ul.photo:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#title_container,
ul.photo{
	display: inline-block;
	min-height: 1%;
}

#title_container,
ul.photo{
	height:1%;
}

#title_container,
ul.photo{
	display:block;
}
*/


/* Clear fix
----------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after,
#language:before,
#language:after,
#title_container:before,
#title_container:after,
ul.photo:before,
ul.photo:after
 {
    content:"";
    display:table;
}
 

.clearfix:after,
#language:after,
#title_container:after,
ul.photo:after
{
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix,
#language,
#title_container,
ul.photo
{
    zoom:1;
}





#language{
	font-size:12px;
	margin:0px;
	position:relative;
	padding:5px 20px 5px 20px;
	overflow:hidden;
	width:90%;
}



#language #ja a,
#language #en a{
	display:block;
	padding: 2px 8px;
	float:right;
	margin:0 0 0 5px;
	background-color:#ffffff;
}

#language.japanese #ja a{
	background-color:#EC6C00;
	color:#FFFFFF;
}

#language.english #en a{
	background-color:#EC6C00;
	color:#FFFFFF;
}
.radiusBorder{
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------*/

@media screen and (max-width:400px)
 and (orientation: portrait) {
	#container{
		width: 320px;
	}
	#language{
			width:80%;
	}

	#main {
		padding: 5px 20px 10px 20px;
		text-align:left;
		background-color:#FFFFFF;
	}
	
	.textbox{
		margin:0px 10px 30px 10px;
	}
	
	#title_container .title_text{
		margin: 0 auto 0;
		width:90%;
	}

	#title_container .title_day{
		margin: 0 auto 0;
		width:90%;
	}

}


.link_button {
    float: left;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 20px;
    margin: 10px;
    text-decoration: none;
}

.bus_button {
    width: 240px;
    text-align: center;
    background-color: #DC5B00;
    color: #fff;
}
a {
    color: #00e;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
