/*--------------------------
　ブラウザの初期設定解除
---------------------------*/

/*◆全ての要素に対する初期値設定*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:small;/*IEの文字サイズ「小」に該当するサイズです*/
}

/*◆デフォルト文字設定 */
h1,h2,h3,span,p,th,td,dt,dd,li,
select,textarea,input{
	font-size:small;
	color:#333333;
	line-height:1.4;
}

/*◆画像の枠線を非表示*/
img{
	border:0;
}

/*◆リストマーカーを非表示*/
ul,
ol{
	list-style-type:none;
}

/*◆デフォルトリンク色の設定*/
a:link{
	color:#0000ff;
}
a:visited{
	color:#0000ff;
}
a:hover{
	color:#ff6347;
}
a:active{
	color:#ff0000;
}

/*◆背景設定*/

body {
	background-color: transparent;
}




/*◆ボックス設定*/

h3{
font-size:12px;
font-weight:normal;
padding:7px 0 0 13px;
}


h3 a:link{
color:#E6E6FA;
text-decoration:underline;
}

h3 a:visited {
color:#E6E6FA;
text-decoration:underline;
}

h3 a:hover {
color:#ffffcc;
text-decoration:none;
}

h3 a:active{
	color:#E6E6FA;
text-decoration:underline;
}

/*◆table設定*/
/*--------------------------
　
---------------------------*/

