@charset "utf-8";

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1pxdotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.5em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
*{margin:0;padding:0;}a{text-decoration:none;}ul,ol{list-style:none;}img{vertical-align:middle;}

/* ================================================================================= */
/*  Common                                                                           */
/* ================================================================================= */
html{overflow-y:scroll;color:#333333;font-size:14px;}
body{background-color:#ffffff;font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS P Gothic',Verdana,Arial,Helvetica,sans-serif;}
a{color:#ed1e79;text-decoration:none;}
a:hover{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
a.BtnImg img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
a.BtnImg:hover img{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
p{
	line-height:180%; 
	text-indent:1em
	}
div:after{content:"";clear:both;display:block;}
.clearfix:after{content:"";clear:both;display:block;}
.BtnAnchor{cursor:pointer;}
.BtnTop{cursor:pointer;}
.BtnTop:hover{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}


/* ================================================================================= */
/*  Styles                                                                           */
/* ================================================================================= */
.cBlue{ color: #0096b4; }
.cRed { color: #ed1e79; }
.cGreen{ color: #1a7a7a; }
.cGreen2{ font-size: 18px; font-weight: bold; color: #1a7a7a; }

.caption{
	padding: 5px 0;
	font-size: 12px;
	color: #808080;
	line-height:120%;
}


h1{
	font-size: 40px;
	font-weight: normal;
	margin-top: 100px;
}
h1:nth-of-type(1){ margin-top:0; }

h2{
	font-size: 20px;
	color: #197979;
}

.strH1{
	font-size: 28px;
	font-weight: bold;
}

/* ================================================================================= */
/*  Contents                                                                         */
/* ================================================================================= */
#mainArea{
}
#mainContainer{
	width: 900px;
	margin: 0 auto;
}

.newsIcon{
	display: block;
	width: 90px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background-color:#656565;
	border-radius: 20px;
}
.newsIconG{
	display: block;
	width: 90px;
	height: 20px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background-color:#197979;
	border-radius: 20px;
}
.anchorBoxT1{
	display: table;
	width: 290px;
	height: 120px;
	border: 1px #197979 solid;
	background-image: url(../img/anchorbox_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.anchorBoxT1 p{
	color: #197979;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.anchorBoxT2{
	float: left;
	height: 26px;
	color: #333333;
	font-size: 20px;
	padding-left: 30px;
	background-image: url(../img/anchor_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.anchorBoxT3{
	float: left;
	height: 26px;
	color: #333333;
	font-size: 20px;
	padding-left: 30px;
	background-image: url(../img/anchor_arrow_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}





.cTitleStr1{
	height: 40px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-top: 100px;
	margin-right: 10px;
	background-color: #1a7a7a;
	border-radius: 40px;
}

.listLine01{ margin-bottom:10px; }
.listLine01 p{ float:left; }
.listLine01 p:nth-of-type(1){ width:70px; font-weight:bold; }
.listLine01 p:nth-of-type(2){ width:520px; }




/* -------------------------------------------------------------------------- about */
.memberBtn{
	margin-top: 50px;
}
.memberBtn p{
	width: 164px;
	height: 55px;
	float: left;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	margin-left: 20px;
	background-color: #1a7a7a;
	background-image: url(../../about/img/member_btnarrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.memberBtn p:nth-of-type(1){ margin-left:0px; }
.memberBtn p:hover{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.memberCatT{
	color: #1a7a7a;
	font-size: 28px;
	font-weight: bold;
	margin-top: 100px;
}
.memberListHead{
	margin-top: 5px;
	background-color: #1a7a7a;
}
.memberListHead p{
	float: left;
	color: #ffffff;
	padding:5px 0px;
}
.memberListHead p:nth-of-type(1){ width:520px; }
.memberListHead p:nth-of-type(2){ width:110px; }
.memberListHead p:nth-of-type(3){ width:180px; }
.memberListHead p:nth-of-type(4){ width:90px; }
.memberList{
	border-bottom: 1px #000000 solid;
}
.memberList p{
	float: left;
	font-size: 13px;
	padding:5px 0px;
}
.memberList p:nth-of-type(1){ width:260px;font-size:14px; }
.memberList p:nth-of-type(2){ width:260px; }
.memberList p:nth-of-type(3){ width:110px; }
.memberList p:nth-of-type(4){ width:180px; }
.memberList p:nth-of-type(5){ width:90px; }

/* ----------------------------------------------------------------------- research */
.researchBox01{
	margin-top: 30px;
	border-top: 1px #000000 dotted;
}
.researchBox01l{
	float: left;
	width: 310px;
	margin-top: 20px;
}
.researchBox01r{
	float: left;
	width: 590px;
	margin-top: 20px;
}

.researchStr01{
	font-size: 26px;
	font-weight: bold;
	line-height:100%;
}
.researchStr02{
	color: #1a7a7a;
	font-size: 13px;
	padding-bottom: 10px;
}
.researchStr02sub{
	margin-top:10px;
	font-size:22px;
	font-weight:bold;
}
.researchStr03{
	font-size: 28px;
	color: #1a7a7a;
	font-weight: bold;
	line-height:100%;
	margin-top: 50px;
	padding-bottom: 10px;
}





/* --------------------------------------------------------------------------- news */

.NewsBox{
	border-top: 1px #989898 dotted;
	border-bottom: 1px #989898 dotted;
	padding-top: 20px;
}
.NewsBox a{
	color: #333333;
}
.NewsBox a:hover{
	color:#ff8c5a;
	text-decoration:underline;
}
.News{
	margin-bottom: 20px;
}
.News p{
	float: left;
}
.News p:nth-of-type(1){
	width: 100px;
}
.News p:nth-of-type(2){
	width: 100px;
	padding-top: 3px;
}
.News p:nth-of-type(3){
	width: 700px;
}

.NewsDetailTitle{
	padding: 20px;
	background-color: #d1e4e4;
}
.NewsDetailTitle p:nth-of-type(1){
	float: left;
	width: 120px;
	margin-top: 5px;
}
.NewsDetailTitle p:nth-of-type(2){
	float: left;
	width: 720px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.NewsDetailContents{
	margin-top: 30px;

}



/* ================================================================================= */
/*  Header                                                                           */
/* ================================================================================= */
#fixHeaderArea{
	height: 260px;
	width: 100%;
	position: fixed;
}
#fixHeaderAreaNp1A{
	height: 80px;
	width: 100%;
	position: fixed;
}
#fixHeaderShadow{
	height: 70px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#fixHeaderSpacer{
	height: 260px;
	width: 100%;
}
#headerArea{
	height: 80px;
	background-color: #197979;
}
#headerContainer{
	width: 900px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.headerLogo{
	width: 450px;
	height: 80px;
	position:absolute;
	top: 0;
	left: 0;
}
.headerSiteMap{
	width: 84px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 570px;
}
.headerSiteMap a{
	color: #ffffff;
}
.headerGCE{
	width: 250px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 664px;
}
.headerLangSW{
	width: 31px;
	height: 31px;
	position: absolute;
	top: 24px;
	left: 520px;
}

#headNaviArea{
	height: 110px;
	background-image: url(../img/headnavi_bg.gif);
	background-repeat: repeat-x;
}
.headNaviBoxU{
	width: 900px;
	height: 70px;
	margin: 0 auto;
}
.headNaviBoxU a{
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	height: 70px;
	float: left;
}
.headNaviBoxU a:hover{
	color: #1a7a7a;
}
.headNaviBoxU a:nth-of-type(1){
	width: 40px;
	text-align: left;
}
.headNaviBoxU a:nth-of-type(2){
	width: 160px;
}
.headNaviBoxU a:nth-of-type(3){
	width: 130px;
}
.headNaviBoxU a:nth-of-type(4){
	width: 130px;
}
.headNaviBoxU a:nth-of-type(5){
	width: 180px;
}
.headNaviBoxU a:nth-of-type(6){
	width: 240px;
}
.cNow{
	background-image: url(../img/headnavi_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.headNaviBoxB{
	width: 900px;
	height: 40px;
	margin: 0 auto;
}
.contentsBtn{
	height: 26px;
	color: #1a7a7a;
	font-size: 14px;
	padding: 3px 20px;
	margin-top: 7px;
	margin-right: 7px;
	background-color: #ffffff;
	border-radius: 13px;
	border-style: none;
}
.contentsBtn:hover{
	color: #ffffff;
	background-color:#1a7a7a;
}
.pNow{
	color: #ffffff;
	background-color:#1a7a7a;
}


/* ================================================================================= */
/*  Footer                                                                           */
/* ================================================================================= */
#footerBtnTop{
	clear:both;
	height: 125px;
}
#footerBtnTop img{
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 65px;
	margin-left: auto;
	margin-right: auto;
}
#footerBtnTopNp1A img{
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 65px;
	margin-left: auto;
	margin-right: auto;
}
#footerArea{
	clear:both;
	height: 100px;
	background-color: #197979;
}
#footerContainer{
	width: 900px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#footerCopyright{
	width: 900px;
	height: 50px;
	margin: 0 auto;
}
#footerCopyright p{
	font-size: 12px;
}
.footerLogo{
	width: 390px;
	height: 65px;
	position:absolute;
	top: 0;
	left: 0;
}
.footerLink1{
	width: 150px;
	height: 25px;
	position:absolute;
	top: 12px;
	left: 670px;
}
.footerLink1 a{
	font-size: 12px;
	color: #ffffff;
}
.footerLink2{
	width: 75px;
	height: 25px;
	position:absolute;
	top: 12px;
	left: 825px;
}
.footerLink2 a{
	font-size: 12px;
	color: #ffffff;
}
.footerStr{
	width: 300px;
	height: 20px;
	position:absolute;
	top: 65px;
	left: 65px;
}
.footerStr p{
	font-size: 12px;
	color: #ffffff;
}
.footerOsakaUnuv{
	width: 160px;
	height: 35px;
	position:absolute;
	top: 65px;
	left: 740px;
}


/* ================================================================================= */
/*  Home                                                                             */
/* ================================================================================= */
.homeSlideArea{
	width: 900px;
	height: 330px;
	margin: 0 auto;
	position: relative;
}
.homeSlideBox{
	width: 900px;
	height: 330px;
	position:absolute;
	top: 0;
	left: 0;
}
.homeSlideBox img{
	width: 900px;
	height: 330px;
	position:absolute;
	top: 0;
	left: 0;
}
.homeSlideStr{
	width: 525px;
	height: 170px;
	padding-left:20px;
	padding-top:90px;
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../../img/home_slide_bg.png);
}
.homeSlideStr1{
	color: #ffffff;
	font-size: 18px;
	line-height: 130%;
	font-weight:bold;
}
.homeSlideStr2{
	color: #ffffff;
	padding-top: 10px;
	font-size:13px;
	line-height: 160%;
}
.homeSlideMenu{
	width: 900px;
	height: 70px;
	position:absolute;
	top: 260px;
	left: 0;
	background-color: rgba(255,255,255,0.8);
}
.homeSlideMenu a{
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	height: 70px;
	float: left;
	position:absolute;
	top: 0;
}
.homeSlideMenu a:hover{
	color: #ffffff;
	background-color: #197979;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.homeSlideMenu a:nth-of-type(1){
	width: 160px;
	left: 30px;
}
.homeSlideMenu a:nth-of-type(2){
	width: 130px;
	left: 190px;
}
.homeSlideMenu a:nth-of-type(3){
	width: 130px;
	left: 320px;
}
.homeSlideMenu a:nth-of-type(4){
	width: 180px;
	left: 450px;
}
.homeSlideMenu a:nth-of-type(5){
	width: 240px;
	left: 630px;
}

.homeMainContainer{
	margin-top: 30px;
}
.homeNewsArea{
	width: 650px;
	float: left;
}
.homeBannerArea{
	width: 240px;
	float: left;
	margin-left: 10px;
}
.homeBannerArea div{
	text-align: center;
	margin-bottom: 30px;
}

.homeNewsBox{
	border-top: 1px #989898 dotted;
	border-bottom: 1px #989898 dotted;
	padding-top: 20px;
}
.homeNewsBox a{
	color: #333333;
}
.homeNewsBox a:hover{
	color:#ff8c5a;
	text-decoration:underline;
}
.homeNews{
	margin-bottom: 20px;
}
.homeNews p{
	float: left;
}
.homeNews p:nth-of-type(1){
	width: 100px;
}
.homeNews p:nth-of-type(2){
	width: 100px;
	padding-top: 3px;
}
.homeNews p:nth-of-type(3){
	width: 450px;
}
/* ================================================================================= */
/*  aoi                                                                      */
/* ================================================================================= */

tr.zebraa{
    background:#dedede;
}

tr.zebra:nth-child(even){
    background:#F8FcF8;
}
tr.zebra:nth-child(odd){
    background:#F0F4F0;
}

