/* CSS Document */
html,body {
	height: 100%;
}

*  { 
	padding : 0px ; margin : 0px ; 
}

body {
	background: #efe8cf;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px/22px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

h1 {
	font-size: 11px;
}
h2 {
	font-size: 10px;
}
h3 {
	font-size: 10px;
}

img{
	border: 0px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style-type: none;
}



/****** コンテナ ******/

/****** ラッパー ******/

/****** ヘッダ ******/

/****** コンテンツ ******/

/****** フッタ ******/

