@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #000;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img,img a {
	border: 0;
}

h1,h2,h3,h4,h5 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

ul,ol{
	line-height: 150%;
}
p{
	padding: 6px 0;
}
table{
	border-collapse: collapse;
}

.red{
	color: #FF0000;
}

.bold{
	font-weight: bold;
}

.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.clear{
	clear: both;
}
.small{
	font-size: 12px;
}
.border_bottom{
	border-bottom: solid 2px #000;
}
blockquote{
	padding: 8px;
	color: #000;
	border: #CCC;
	background:#E6E6E6;
}