@charset "UTF-8";
/* -----------------------------------------------------------

CSS Information

 File name:      default.css

 Style Info:     タグ初期化用

----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}
body {
	background: #FFFFFF url(../images/share/bg.gif) center top repeat-x;
	font-family:Verdana, "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:80%;
	text-align:center;
	color:#333333;
	position: relative;
}
*:first-child + html body {
	font-family:Verdana, "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
	overflow-y:scroll;
}

/* IE7でpadding指定 背景1pxズレ回避*/
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 背景1pxズレ回避 */
*html body {
padding-left: 1px;
}

/* IE6 PNG透過処理 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.4;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}

.clear {
	clear:both;
}

/* Link Color-------------------------------------- */
a:link {

}
a:visited {

}
a:hover {

}
a:active {

}


