body{
	text-align:left;
margin:10px 15px 1.5em 15px;
padding:0px;
font-size:12px;
font-family: verdana, "ＭＳ Ｐゴシック", Osaka,sans-serif;
font-style: normal;
color:#00637f;
line-height:140%;
line-break:strict;
@charset "sift_JIS";
}

#header{position:relative}
margin:0;
padding-left:0px;
background-color:#cccccc;
clear:both;
}

#container{
	width:100%;
	margin:0 auto;
	text-align:left;
background-color:#7aa3cc;
clear:both;
}

#inner{
	width:100%;
	margin:5px 5px 0px 0px;
clear:both;
}



.clear{
	
	line-height:0;
	height:0;
}

img {
	border:0px;
}

address {
font-style:normal;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#00c7ff;
	text-decoration:underline;
}
a:visited {
	color:#a0d6e5;
	text-decoration:none;
}
a:hover {
	color:#a0d6e5;
	text-decoration:underline;
}
a:active {
	color:#00b3e5;
	text-decoration:underline;
}


/* 削除・改変不可 */
/* ただし、フォントサイズ・色、1行の高さ等デザインに関する変更可能です */
#CSSCopyright{
	font-size:10px;
}

/* font */

h1{
font-size:140%;
color:#f5f5dc;
background:#004c99; 
margin:3px;
padding:6px 6px 6px 6px; 
font-weight:bold; 
border-right:solid 1px #0066cc;
border-bottom:solid 0px #0066cc;
border-left:solid 27px #0066cc;

}



h2{
font-size:120%;
color:#0094b2;
background:#cee0e5;
margin:3px;
padding:6px 6px 6px 6px;
font-weight:bold; 
border-right:solid 0px #FFF; 
border-bottom:solid 2px #6699cc;
border-left:solid 0px #6699cc;
}

h3{font-size:110%;
/*
background:#FFFFE0;
*/

font-style: normal;
}

h4{font-size:90%;
font-style: normal;
}

h5{font-size:80%;
font-style: normal;
}

h6{font-size:60%;
font-style: normal;
}


/*menu*/

#globalnavi{  
  margin: 0;  
  padding: 0;  
  width: ***;  
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li{  
  float: left;  
  width: 100px;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi a{  
  text-align: center;  
  display:block;  
  padding: 0.5em 0;  
  width: 100%;  
  background-color: black;  
  color: white;  

}  
  
#globalnavi a:hover{  
  background-color:#00aacc;  
  color: #cee0e5;  
}  

table
{
font-size: 100%;
color: #0094b2;
margin: 10px;
border: 1px dotted;
padding:5px;
border-color: #6d6200;
border-collapse: collapse;
border-spacing: 1px;
}

th{
border: 1px dotted;
border-color: #6d6200;
}

td{
border: 1px dotted;
border-color: #6d6200;
}

p.small{
font-size:100%;
font-family: verdana, "ＭＳ Ｐゴシック", Osaka,sans-serif;
font-style: normal;
color: #6d6200;
line-height:100%;
line-break:strict;
}
