/********************************************************************/
/*全体ﾌｫﾝﾄ設定                                                      */
/********************************************************************/
body,table,TR,TD,TH {
font-size:11pt;
/*font-family: 'ＭＳ ゴシック';*/
 }
/********************************************************************/
/*全体ﾌｫﾝﾄ設定                                                      */
/********************************************************************/
input,textarea,select{
border-left:1px solid Dimgray;
border-right:1px solid Dimgray;
border-top:1px solid Dimgray;
border-bottom:1px solid Dimgray;
font-size:13px;
color:Dimgray;
}
/********************************************************************/
/* BODY 背景設定                                                    */
/********************************************************************/
body {
/* 全体設定 */
background-color: #ffffff;
background-position: center center; 
background-repeat: no-repeat;
background-attachment: fixed;
}
/********************************************************************/
/* ｱﾝｶｰ設定                                                         */
/********************************************************************/
A { 
text-decoration: none;
}
A:hover { color: red; }
 
A:link,A:visited,A:active {font-size:11pt; text-decoration:none;color: #000000;}
A:hover {font-size:10  pt; position:relative; top:1; left:2;}
/********************************************************************/
/* H1 font設定                                                      */
/********************************************************************/
H1 {
color: #339966;
background: FFFF00;
}
/********************************************************************/
/* H2 font設定                                                      */
/********************************************************************/
H2 {
color: #339966;
background: FFFF00;
}
/********************************************************************/
/* menu.htmﾎﾞﾀﾝ設定                                                 */
/********************************************************************/
a:link {background-color : #ffffff; }
a:visited {background-color : #ffffff; }
a:active {background-color : #ffffff;}
a:hover {
	position:relative;
	top:2px;
	left:2px;
	background-color: #FFCC33;
}

