@charset "UTF-8";


/* **************************************
Theme Name: JuliaJapan
Theme URI: http://www.JuliaJapan.co.jp/
Description: JuliaJapan
Author: JuliaJapan
Since: 2008-2-20
Modified: 2008-2-20
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	margin:0px auto;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

.clear{
	clear:left !important;
}

.none{
	display:none;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#000;
}

a:hover {	
	text-decoration: nono;
	color:#FF0000;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/


/* institution
---------------------------------------------------------------------------------------- */
#institution{
	margin:10px auto;
	text-align:center;
}
	
#institution table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	margin:0px auto
}

#institution th , #institution td{
	padding:3px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
}

#institution th{
	text-align:center;
}

#institution td.title{
	text-align:center;
	font-weight:bold;
}

#institution td.mark{
	text-align:center;
}

#institution p{
	height:18px;
	text-align:center;
	margin:10px 0px 0px 0px;
}



