@charset "UTF-8";

/* set
------------------------------------------------------------ */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #4D4D4D;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,table,th,td,form {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,em,address,th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
hr {
	display: none;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}
table th {
	text-align: left;
}
em {
	font-weight: bold;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mini {
	font-size: 11px;
	line-height: 140%;
}
.link {
	font-size: 13px;
	line-height: normal;
	text-align: right;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.cr {
	text-align: center;
}
.rt {
	text-align: right;
}
.tm20 {
	margin-top: 20px;
}
.bm10 {
	margin-bottom: 10px;
}
.bm30 {
	margin-bottom: 30px;
}
.bm50 {
	margin-bottom: 50px;
}
.rm25 {
	margin-right: 25px;
}
.red {
	color: #E00;
}
.pho {
	padding: 20px;
}
.pho_l {
	padding: 0px 20px 20px 30px;
	float: left;
	display: inline;
	clear: both;
}
.pho_r {
	padding: 0px 30px 20px 20px;
	float: right;
	display: inline;
	clear: both;
}
.pho img,.pho_l img,.pho_r img {
	color: #FFF;
	padding: 4px;
	border: 1px solid #BBB;
}

/* link
------------------------------------------------------------ */
a {
	color: #009;
	text-decoration: underline;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a.al50:hover {
	filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;
	zoom: 1;
}
a.al80:hover {
	filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	zoom: 1;
}
#menu a:hover {
	filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	zoom: 1;
}
#side_bn a:hover {
	filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	zoom: 1;
}
#foot div a,#navi p a {
	color: #FFF;
	text-decoration: none;
}
#foot div a:hover,#navi p a:hover {
	color: #FFF;
	text-decoration: underline;
}