/* -------------------------------------------- *
 * タグの初期化                                 *
 * -------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
body {
	color: #585858;
	font-size: 12px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
	font-size: 100%;
}

img {
	vertical-align: top;
	border: none 0px;
}

a {
	text-decoration: none;
}

ul,ol,li,dl,dt,dd {
	list-style-type: none;
}
.tx_center {
	text-align: center;
}
.mb_25px {
	margin-bottom: 25px;
}
.color_pink {
	color: #eb80b3;
}.color_darkblue {
	color: #265174;
}

.mb5px {
	margin-bottom: 5px!important;
}