戻る

見出し(h1~h3)のマージンとパディングを調整する

CSS

ファイル名:hollywood_cafe/4t/style.css

@charset "utf-8";

/* 基本設定 ここから */

body{
	color:#555555;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color:#999999;
}

a:link{
	color:#55555;
	text-decoration:none;
}

a:visited{
	color:#888888;
	text-decoration:none;
}

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

a:active{
	color:#000000;
	text-decoration:none;
}

h1,h2,h3{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
/* 基本設定 ここまで */

inserted by FC2 system