@charset "utf-8";
/* CSS Document */

/*initialize*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	font-size:13px;
}
html{
	height:100%;
}
html>/**/body{
	overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
ul{
	list-style:none;
}
em,address,dfn{
  font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
} 
fieldset,img{
	border:0;
}
img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}
object,embed{
  vertical-align:top;
}
hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
  display: none;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Trebuchet MS",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:
}
a {
	text-decoration: none;
}
a:link { 
	color: #FF4393;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #3399FF;
}
a:active {
	color: #FF8724;
}

img {
	border: 0;
	vertical-align: top;
}

/*clearfix*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


