/** 未訪問リンク **/
A:link{ 
color : #356AA0; 
text-decoration :  underline;
/* background-color : #CADCEE;  */
}
/** 訪問済みリンク **/
A:visited{ 
color : #AC5E8E; 
text-decoration :  underline;
background-color : #F1E4ED; 
}
/** アクティブリンク **/
A:active{ 
color : #35898E; 
text-decoration :  underline;
background-color : #CDECED; 
}
/** ホバー **/
A:hover{ 
color : #814749; 
text-decoration :  underline;
background-color : #ECDDDD; 
position : relative; 
bottom : 1pt; 
right : 1pt; 
}
/** カーソル形状 **/
A{ 
cursor : help; 
}
/** TR,TD **/
tr,td{ 
font-family : MS UI Gothic; 
font-size : 0.95em; 
color : #3F4C6B; 
line-height : 1.5em; 
letter-spacing : 1pt; 
}
/** Table **/
table{ 
border-color : #63915F; 
border-width : 2pt; 
border-style : dotted; 
margin : 10pt; 
background-color : #D1EAD0; 
}
/** TD **/
td{ 
border-color : #63915F; 
border-width : 1pt; 
border-style : solid; 
padding : 4pt; 
background-color : #D1EAD0; 
}
/** 本文 **/
body{ 
font-family : MS UI Gothic; 
font-size : 1em; 
color : #2F4641; 
background-color : #E0F0DF; 
line-height : 1.3em; 
letter-spacing : 1pt; 
cursor : default; 
padding : 4pt; 
}
/** 見出し H1 **/
h1 {
	clear:both;
	margin-bottom:10px;
	padding:10px 10px;
	background:url(/image/h01_marine.png) repeat-x;
	font-size:130%;
	letter-spacing:.1.8em;
	text-transform:uppercase;
}
/** 見出し H2 **/
h2 {
	clear:both;
	margin-bottom:5px;
	padding:10px 15px;
	background:url(/image/h01_yellow.png) repeat-x;
	font-size:110%;
	letter-spacing:.1.8em;
	text-transform:uppercase;
}
