@import url(common.css);
@import url(page01.css);

/*------▼ページ全体------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	margin: 0; 
	padding: 0;
	background: url(../images/header_top_line.gif) repeat-x #ff6633;
	height: 100%;
	font-size: 12px;
}
img {
	margin: 0; 
	padding: 0;
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

ul,dl,ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color:#000;
}
a:active, a:visited { 
	text-decoration: none;
	color:#000;
} 
a:hover { 
	color: #000; 
	text-decoration: underline;
}

.clear {
	clear: both;
}
