/*---アウトライン設定-----*/

body {
	margin-left: 0px;
	margin-top: 0px;

}

.outline {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	font-family:verdana, arial, helvetica, sans-serif, 'ＭＳ Ｐゴシック', Osaka , "メイリオ", "ヒラギノ角ゴ Pro W3", "MS P Gothic",;
	font-size:13px;
	border: 1px solid #336600;
	margin-top: 5px;
}

/*---テキスト設定-------*/


h1,h2,h3,h4,h5,h6,p,ul{
	margin-top:0;
	margin-left:0;
	margin-bottom: 0;
}



h1{
	position: static;
	font-weight: bold;
	display: none;
}

h2{
	display: none;
}

h3{
}



/*----リンク文字設定-----*/

a {
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}

