@charset "utf-8";
/* CSS Document */


/*===============================================================================
	リセットCSS
===============================================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}

ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}

li  {
	list-style-type: none;

}

li img,dt img,dd img{
	vertical-align:bottom;
}

table , img {
	border: none;
}

em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
	clear: both;
}

br.cl{ clear:both;}


.clearfix {width:100%;}

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}



/*===============================================================================
	全体設定
===============================================================================*/

* {
    margin: 0;
    padding: 0;
}

html{overflow-y:scroll;}

body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/bg01.gif) repeat;
}

/* リンクカラー */
a:link,
a:visited,
a:active {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #4c8396;
	text-decoration: none;
}


