@charset "utf-8";

/* =======================================

	Browser Reset CSS
	Last Up Date 14/08/27

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,figure {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:13px/1 verdana,Arial,"¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î½Ç¥´ Pro W3",sans-serif;}

* html body {font-size: small;}
*:first-child+html body {font-size: small;}

a {outline:none; color:#333333;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.clear{
clear:both;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* =======================================

	Structure CSS

========================================== */

body {
	/*background: #FFF url();*/
    background-color: #FFF;
	color: #333;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

.boxContentsLeft {
    float: left;
    width: 720px;
}

#wrapper aside {
    float: right;
    width: 200px;
    margin: 0 0 30px 0;
}

#wrapper aside p,
#wrapper aside dl dt {
    background-color: #1f8fc8;
    color: #ffffff;
    line-height: 150%;
    padding: 8px 10px 8px 10px;
}

#wrapper aside dl dd {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #1f8fc8;
    padding: 0 3px 0 3px;
}

#wrapper aside .sideBnr {
	margin-top: 20px;
}

.listLink li {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f0f0f0;
    line-height: 130%;
}

.listLink li:last-child {
    border: 0;
}

.listLink li a {
    display: block;
    padding: 9px 5px 9px 25px;
    color: #1f8fc8;
    background-image: url(/faculty/science/english/common/img/common/ico_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 7px 11px;
}

.listLink ul {
    margin: -9px 0 6px 12px;
    position:relative;
}

.listLink ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px dotted #44545e;
}

.listLink ul li {
    border-width: 0;
    position: relative;
}

.listLink ul li a {
    padding: 9px 5px 3px 18px;
    background-image: none;
}

.listLink ul li:before {
    content:"";
    display:block;
    width:15px;
    height:0;
    border-top:1px dotted #44545e;
    position:absolute;
    top:17px;
    left: 0;
}

.listLink ul li:last-child:before {
    background-color: #fff;
    height: auto;
    top: 17px;
    bottom: 0;
}

#wrapper aside dl dd form {
    padding: 15px 10px 15px 10px;
}

/* =======================================

	Text Decorations CSS

========================================== */

.title01 {
    background-color: #d2e9f4;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 15px 15px 12px 15px;
    font-size: 150%;
}

.title02 {
    background-color: #1f8fc8;
    color: #ffffff;
    font-size: 120%;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 7px 15px 5px 15px;
}

.title02 span {
    float: right;
}

.title02 span a {
    color: #ffffff;
    font-size: 85%;
    background-image: url(/faculty/science/english/common/img/common/ico_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 16px;
}

.title03 {
    font-size: 110%;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 0 0 1px 5px;
/*    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d2e9f4;*/
    border-bottom: 1px solid #d2e9f4;
    border-left: 8px solid #1f8fc8;
}

/*.title03:after,
.title03 span {
    display: block;
    padding: 6px 6px 6px 6px;
    border-width: 0 0 0 8px;
    border-style: solid;
    border-color: #1f8fc8;
}*/

.title04 {
    font-weight: bold;
    font-size: 105%;
    line-height: 180%;
    margin: 0 0 10px 0;
}

.title05 {
    margin: 0 0 20px 0;
    padding: 0 0 0 6px;
    border-width: 0 0 0 8px;
    border-style: solid;
    line-height: 180%;
    font-weight: bold;
    font-size: 115%;
    border-color: #1f8fc8;
}

/* =======================================

	Header CSS

========================================== */

#globalHeader {
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    padding: 5px 0 18px 0;
}

#globalHeader .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/* ¥Ø¥Ã¥À©`ÄÚ¥µ¥Ö
========================================== */
.headerSub {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    height: 33px;
}

.headerSub .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.headerSub .inner ul:first-child {
    position: absolute;
    top: 10px;
    left: 0;
}

.headerSub .inner ul:first-child li {
    float: left;
    margin: 0 20px 0 0;
    font-size: 90%;
}

.headerSub .inner ul:first-child li a {
    text-decoration: none;
    color: #333333;
    background-image: url(/faculty/science/english/common/img/common/ico_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 1px 0 0 16px;
}

.headerSub .inner ul:first-child li a:hover {
    text-decoration: underline;
}

.headerSub .inner ul:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.headerSub .inner ul:last-child li {
    float: left;
}

.headerSub .inner ul:last-child li:first-child a {
    display: block;
    text-indent: -9999px;
    background-image: url(/faculty/science/english/common/img/common/btn_jp.png);
    background-repeat: no-repeat;
	width: 67px;
	height:26px;
}

.headerSub .inner ul:last-child li:last-child a {
    display: block;
    text-indent: -9999px;
    background-image: url(/faculty/science/english/common/img/common/btn_en_on.png);
    background-repeat: no-repeat;
	width: 67px;
	height:26px;
}

/* —ÊË÷
========================================== */
#searchBox {
    margin: 25px 0 0 auto;
    position: relative;
    width: 170px;
    height: 25px;
}

#searchBox div {
    position: absolute;
    width: 170px;
    margin: -58px 0 0 0;
    right: 143px;
}


#searchBox .searchInput {
    background-color: #d2e9f4;
    border-width: 0;
    border-radius: 15px;
    width: 125px;
    height: 25px;
    padding: 0 30px 0 15px;
}

#searchBox .searchSubmit {
    background-color: #1f8fc8;
    border-width: 0;
    border-radius: 15px;
    background-image: url(/faculty/science/english/common/img/common/btn_search.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* Site Title
========================================== */
#globalHeader h1#siteTitle,
#globalHeader div#siteTitle {
    width: 960px;
    margin: -40px auto 0 auto;
}

#globalHeader h1#siteTitle a,
#globalHeader div#siteTitle a {
    text-indent: -9999px;
    background-image: url(/faculty/science/english/common/img/common/tit_logo.png);
    background-repeat: no-repeat;
	width: 370px;
	height:53px;
    display: block;
}


/* =======================================

	Globalnavi CSS

========================================== */

#globalNavi {
    position: absolute;
    top: -5px;
    /*left: 500px;*/
    left: 420px;
    z-index: 10;
}

#globalNavi ul li {
	float: left;
    text-align: center;
}

#globalNavi ul li a {
	display: block;
	height: 52px;
    background-image: url(/faculty/science/english/common/img/common/img_globalNavi.png);
    background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* Default */
#globalNavi ul li#gnavi01 a { width: 88px;}
#globalNavi ul li#gnavi02 a { width: 89px;}
#globalNavi ul li#gnavi03 a { width: 170px;}
#globalNavi ul li#gnavi04 a { width: 119px;}
#globalNavi ul li#gnavi05 a { width: 105px;}
/*#globalNavi ul li#gnavi06 a { width: 97px;}*/

#globalNavi ul li#gnavi01 a {background-position:  0  0;}
#globalNavi ul li#gnavi02 a {background-position: -88px 0;}
#globalNavi ul li#gnavi03 a {background-position: -177px 0;}
#globalNavi ul li#gnavi04 a {background-position: -346px 0;}
#globalNavi ul li#gnavi05 a {background-position: -465px 0;}
/*#globalNavi ul li#gnavi06 a {background-position: -473px 0;}*/

/* When Mouse Over */
/*#globalNavi ul li#gnavi01 a:hover {background-position:  0px -52px;}
#globalNavi ul li#gnavi02 a:hover {background-position: -128px -52px;}
#globalNavi ul li#gnavi03 a:hover {background-position: -227px -52px;}
#globalNavi ul li#gnavi04 a:hover {background-position: -302px -52px;}
#globalNavi ul li#gnavi05 a:hover {background-position: -387px -52px;}*/


/* =======================================

	Footer CSS

========================================== */

footer {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e3e3e3;
}

#boxFooter01 {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 90%;
}

#boxFooter01 a {
    text-decoration: none;
}

#boxFooter01 a:hover {
    text-decoration: underline;
}

#boxFooter01 ul {
    display: inline;
}

#boxFooter01 ul li {
    display: inline-block;
    margin: 0 12px 0 12px;
}

#boxFooter01 p {
    display: block;
    background-color: #d2e9f4;
    margin: 30px 0 0 0;
    padding: 30px 0 30px 0;
}

#boxFooter01 p a span {
    background-image: url(/faculty/science/english/common/img/common/ico_arrow_02.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 18px;
}

#boxFooter01 p a:hover {
    text-decoration: none;
}

#boxFooter02 {
    background-color: #1f8fc8;
    color: #ffffff;
}

#boxFooter02 a {
    background-image: url(/faculty/science/english/common/img/common/ico_arrow_01.png);
    background-repeat: no-repeat;
    background-position: 0 0.1em;
    padding: 0 0 0 18px;
    line-height: 130%;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

#boxFooter02 a:hover {
    text-decoration: underline;
}

#boxFooter02 .inner {
    width: 960px;
    margin: 0 auto;
    padding: 25px 0 55px 0;
}

.boxFooter02Left {
    width: 240px;
    float: left;
    line-height: 150%;
}

.boxFooter02Left figure {
    margin: 0 0 11px 0;
}

.boxFooter02Left a {
    margin: 8px 0 0 0;
    display: block;
}

.boxFooter02Right {
    float: right;
    width: 645px;
}

.boxFooter02Right ul {
    float: left;
    width: 215px;
    line-height: 180%;
}

.boxFooter02Right ul li ul {
    margin: 0 0 0 13px;
    width: 100%;
}
