* {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

strong {
	color: red;
	font-style: italic;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted blue;
}

a:visited {
	color: purple;
	border-bottom: 1px solid purple;
}

a:hover, a:active{
	color: blue;
	border-bottom: 2px solid blue;
}

body{
	font-size: 95%;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFAFA;
}

p {
	text-indent: 1em;
}

img {
	margin: 5px 0 5px 0.5em;
	padding: 0;
}

div#wrapper{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	background-color: white;
}

div#main{
	width:75%;
	float:left;
	margin-bottom: 10px;
}

div#sidebar{
	width: 25%;
	float:right;
}

div#footer{
	clear:both;
	width:100%;
}

div#titleupper{
	width: 100%;
	height: 100px;
	padding-top: 10px;
	/*border-bottom: 1px solid black;*/
	background: transparent url("../images/banner/banner_upper4.png") no-repeat scroll right bottom;
}

img#title{
	margin: 0px;	
	padding: 45px 0px 0px 10px;
	border: none;
	float: none;
}

img#subtitle{
	margin: 0px;	
	padding: 0px 0px 0px 20px;
	border: none;
	float: none;
}

img#slogan{
	margin: 0px;	
	padding: 20px 0px 0px 40px;
	border: none;
	float: none;
}


div#subtitle{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;	
	padding: 0px;
	background: transparent url("../images/banner/banner_lower3.png") no-repeat scroll right top;
}


h1{
	font-family:'MS PMincho', 'MS Mincho', serif;
	text-shadow: 2px 2px 3px #505050;
	font-size: 250%;
	font-weight: 900;
	padding: 27px 0px 0px 20px;
}

h2{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #999;
	font-size: 130%;
}

h3{
	border-left: 10px solid #FFE4E1;
	border-bottom: 1px dotted #999;
	padding: 3px;
	margin-top: 20px;
	font-size: 110%;
}

dt{
	font-weight: bold;
}

div#mininavi{
	margin: 0 0 20px 0;
	font-size: 90%;
}

ul {
	list-style: square inside;
	margin: 0;
	padding: 0;	
}

li {
	margin: 5px 0 5px 1em;	
}

dl#navi{
	list-style: none;
	margin-left: 13px;
	margin-bottom: 20px;
	width: 200px;
	/*border: 1px solid #999;*/
}

dl#navi dd{
	margin: 0;
	padding: 0px;
	height: 35px;
	/*border-top: 1px dotted #999;*/
	background: transparent url("../images/banner/sideback.png");
}

dl#navi dd:hover{
	font-weight: bold;
	background: transparent url("../images/banner/sidebackhover2.png");
}

dl#navi dt {
	height: 40px;
	border: none;
	color: #ff6b6b;
	background: transparent url("../images/banner/sidenaviback.png") no-repeat;
	/*background-color: #ffd1d1;*/
	font-size: 120%;
}

img.mininavi {
	margin: 0;
	padding: 0;
	border: none;
}

img#navigation {
	margin: 0;
	padding-top: 4px;
	padding-left: 0px;
	border: none;
	float: none;
}

dl#navi a{
	text-decoration: none;
	border: none;
}

dl#navi a:visited{	
	text-decoration: none;
	color: black;
	border: none;
}

dl#navi a:hover, dl#navi a:active{
	font-weight: bold;
	color: black;
	/*border-bottom: 4px solid blue;*/
}

ul#univlink{
	/*background-color: #FFAAAA;*/
	margin-left: 13px;
	margin-bottom: 20px;
	padding: 0px; 
	/*border: 1px solid #999;*/
	list-style: none;
	font-size: 85%;
}

ul#univlink li{
	height: 40px;
	padding: 0px;
	margin: 2px 0 0 0;
	background: transparent url("../images/banner/handailogobackground4.png") no-repeat;
}

ul#univlink li.ipbs{
	height: 40px;
	padding: 0px;
	margin: 2px 0 0 0;
	background: transparent url("../images/banner/IPBSlogobackground1.png") no-repeat;
}

ul#univlink li.common{
	height: 40px;
	padding: 0px;
	margin: 2px 0 0 0;
	background: transparent url("../images/banner/logobackground1.png") no-repeat;
}

ul#univlink img{
	margin: 0px;
	padding: 0px;
	border: none;
}

ul#univlink a{
	border: none;
}

ul#univlink li:hover{
	background: transparent url("../images/banner/handailogobackground3.png") no-repeat;
}

ul#univlink li.ipbs:hover{
	background: transparent url("../images/banner/IPBSlogobackground2.png") no-repeat;
}

ul#univlink li.common:hover{
	background: transparent url("../images/banner/logobackground2.png") no-repeat;
}

address{
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	border-top: 1px dotted black;
	font-style: normal;
}

address pre{
	margin: 0px;
}

@media screen and (max-device-width: 480px) {
	body {padding: 0!important;}
	div#wrapper{width: 320px!important; margin: 0;padding: 0; border: none;}
	div#main {width: 100%!important; }
	div#sidebar {width: 100%!important; }
	div#footer{width: 100%!important;}
	dl#navi , ul#univlink { margin-left: 0px;}
	address{width: 100%!important; display:none!important;}
}

div#language{
	width: 18%;
	float:right;
	margin-top: 0px;
}

div#language a:hover{
	font-size: 110%;
	font-weight: bold;
}

div#language p{
	margin-left: 0em;
	text-indent: 1em;
}

