/*背景のセンター固定*/
body {
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}

/*スタイルシート文字　START*/
body{ font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
body,td{font-size:12px;color:#333333;line-height: 17px }
a:link,a:visited{text-decoration:none; font-size:12px; color:#CC0066;line-height: 19px }
a:hover,a:active{text-decoration:underline; font-size:12px; color:#cc0066;line-height: 19px }

IMG.letter{
	vertical-align: middle;
}

/*　画像オンマウス時の発光　*/
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/*　基本指定　*/
body{
	font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/*
body{
	background-repeat: repeat;background-attachment: fixed;background-position: center;
	}
*/
body,td{
	font-size:11px;line-height: 15px;color:#333333;
}
a:link,a:visited{
	font-size:12px; line-height: 15px; color:#A2384F; text-decoration:none;
}
a:hover,a:active{
	font-size:12px; line-height: 15px; color:#A2384F; text-decoration:underline;
}
/*　画像オンマウス時の発光　*/
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}






















/*スタイルシートフォーム　START*/
SELECT, TEXTAREA { 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
border-style: solid; 
 } 

.st02{
	border-top:solid 2px #FFFFF8;
	border-left:solid 2px #FFFFF8;
	border-right:solid 2px #D8D8D8;
	border-bottom:solid 2px #D8D8D8;
	background-color:#FFFEF4;
	font-size:10pt;
	font-weight:normal;
	margin:0 0 0 0;
}

small{
	font-family: Times New Roman;
	font-weight: bold;
	font-size:10pt;
}

/* パンくず */
ul {
margin: 0 0 0 1em;
padding: 0;
}
/* リスト項目 */
li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
color: #CC9999;
}
/* リンクエリア */
li a {
padding-right: 10px; /* 右パディング */
color: #CC0066;
}
/* リンク色（マウスオーバー） */
li a:hover {
color: #CC0066;
}