@charset "utf-8";
/* top elements */

* { padding: 0; margin: 0; }




body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #666666;
	background: #A9BAC3 url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */

h1 { 
	font-size: 1.3em; 
	color: #568EB6; 
	margin: 5px 0 0 0;
	text-align: center;
	padding: 5px;
	border-bottom: solid 2px #9EC630;
	
} 

h2 { 
	font-size: 1.1em; 
	color: #658216;
	margin:10px;
}
h3 { 
	font-size: 1em; 
	color: #568EB6; 
	margin:10px;
	
}

.title { 
	font-size: 1em; 
	color: #666666; 
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	line-height:150%;
	margin: 10px;
}

.close {
	margin: 0px;
}

ul, ol{
	line-height:150%;
	margin: 15px;
	padding: 0 15px;
}

dl{
	line-height:150%;
	margin: 15px;
	padding: 0 15px;
	
}

ul.none {
	list-style-type: none;
}
ul.nospace {
	padding: 4px;
	margin: 0px;
}

dl.blueD dt{
	margin: 3px 0;
	color: #568EB6; 
	background-color: #E3E3E3;
	text-indent: 0.5em;

}
dl.blu dt{
	color: #568EB6;
	font-weight:bold; 

}

.intro {
	margin-left: 0px;
	padding-left: 5px;
	list-style: none;
	line-height:140%;
}

.intro li {
	padding-left: 20px;
	color: #666666; 
	background: url(../images/blacksquares.gif) no-repeat left center;
}

.pagetop {
	text-align:right;
	padding:10px 0px 0px 0px;
}



.block{
	display:block;
}

.sml {
	font-size: 10px;
	color: #747474;
}
.under { 
	text-decoration:underline;
}

.norm {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

.bold {
	font-weight: bold;
	
}


/* images */
img.border{
	border: 1px solid #CCC;
}
img.noborder {
	border: none;
}
img.right {
	float: right;
 	margin: 10px 0px 10px 15px;  
}
img.left {
	float:left;
 	margin: 10px 15px 10px 0px;
}
img.uniglobe {
	position: relative;
	top: 10px;
	left: 0px;
	
}


img.leftA {
	position: absolute;	
 	left:20px;
}
img.arrow {
	margin: 0 0 0 25px;
}


.page {
	padding-left: 20px;
	background: url(../images/page.gif) no-repeat left center;
}
.comment {
	padding-left: 20px;
	background: url(../images/comment.gif) no-repeat left center;
}

.flower {
	padding-left: 22px;
	background: url(../images/navi.gif) no-repeat left center;
	
}
.dollar {
	padding-left: 24px;
	background: url(../images/dollar.gif) no-repeat left center;
}
.tick li{
	padding-left: 14px;
	background: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;

	
}

.mail {
	padding-left: 20px;
	background: url(../images/email.gif) no-repeat left center;
}
.pdf{
	padding-left: 22px;
	background: url(../images/pdf.gif) no-repeat left center;
}
.pdf2 li{
	padding-left: 22px;
	background: url(../images/pdf.gif) no-repeat left center;
}


code {
  padding: 8px;
  text-align: left;
  display: block;
  overflow: auto;  
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #E3E3E3;  

}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em; 
	font-family: "ＭＳ Ｐゴシック";
}

.line {
	margin: 10px 0;	
	border-top: 1px solid #658216; 
	border-bottom: 1px solid #658216; 
}
.line_blue {
	margin: 10px 0;	
	border-top: 1px solid #568EB6; 
	border-bottom: 1px solid #568EB6; 

	
}


.dotted {
	padding: 8px; 
	border: 2px dotted #999999;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 20px 0;
	border: 1px solid #f2f2f2;

}

.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* table */

table.full caption{
	font-weight: bold;
	caption-side: top;
	color: #658216;
}

table.full {
    width: 100%;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #7A9218; 
	color: #FFFFFF;
}

table.full th {
    padding: 5px;
    border: #FFFFFF solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: left;
    white-space: normal; 
}
table.full td {
    padding: 5px;
    border: 1px #FFFFFF solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: normal;
	
}


table.feesQ {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	
}

table.feesQ th {
    padding: 4px;
    background: #F5F5F5;
    font-weight: bold;
	text-align: center;
    white-space: normal; 
}
table.feesQ td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	text-align: left;
    white-space: normal;
}


table.fess caption{
	font-weight: bold;
	caption-side: top;

}

table.fees {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.fees th {
    padding: 4px;
	background: #F5F5F5;
    border: 1px #FFFFFF solid;
	border-width: 0 0 0 1px;
    font-weight: bold;
	text-align: center;
    white-space: normal; 
}
table.fees td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	text-align: center;
    white-space: normal;
}

table.form {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.blockF {
	margin: 0 0 0 20px;
}

table.form th {
    padding: 4px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 1px 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    white-space: normal; 
	text-align: center;
	
}
table.form td {
    padding: 5px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    white-space: normal;
	line-height: 140%;
}


.col_narrow {width: 8%;
}
.col {width: 35%;
}
.col0 {width: 10%;
}
.col1 {width: 15%;
}
.col2 {width: 20%;
}	
.col3 {width: 30%;
}
.col4 {width: 40%;
}
.col5 {width: 50%;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; 
	padding: 0;	
	background: #FFF;
}

/* header */

#title {
	position: relative;
	height: 54px;	
	background: #FF;	
}

#title p#logo {
	position: relative;
	top: -42px;
	left: 90px;
	font: bolder 1.4em "ＭＳ Ｐゴシック";
	color: #6297BC;
	
}

#title p#unicare {
	position: relative;
	top: -48px;
	left: 110px;
	color: #666666;
	font: bold 15px arial; 
	
}


#header {
	position: relative;
	height: 31px;	
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;	
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px "ＭＳ Ｐゴシック";	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}



/* end menu tabs */



#top {
	clear: both;
	margin: 17px;
	width: 95%;		
	
}

/* main */
#main_right {
	float: right;
	margin: 16px 20px 16px auto;
	padding: 0;
	width: 46%;
	
}

#main_left {
	float: left;
	width: 46%;
	margin: 16px auto 16px 20px;	
	padding: 0; 
	display: inline;		
}

#main {
	float: right;
	margin: 16px 16px 16px auto;
	padding: 0;
	width: 70%;		
}

#bottom {
	clear: both;
	margin: 17px;
	width: 95%;		
}


/* sidebar */


#sidebar {
	float: left;
	width: 23%;
	margin: 16px auto 16px 16px;	
	padding: 0; 
	display: inline;		
}
#sidebar p{
	margin: 2px 0 20px 0;
	line-height:120%;
}
#sidebar p dd{
	line-height:120%;
}
#sidebar img{
	margin:10px 0;
	
}

#sidebar ul{
	margin: 2px 0 20px 0;
	padding: 0px;
	line-height:120%;
}


* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 60px;	
	 
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer p { 
	margin: 4px 0px;
	line-height: 120%
}


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #658216; }
.gray  {	color: #BFBFBF; }
.red { color: #FF0000 ; }
.blue{
	color: #568EB6; 
}
