﻿@charset "utf-8";
/* ================================================
基本共通css
================================================ */

*{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2;
	color: #000;
}

body {
	text-align:center;
	background-image: url(../imgs/bg.gif);	
}

/* 
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-style: normal;
}
 */

img{margin: 0;border: none; }

.clear {
	clear: both; text-align: center
}

.center{text-align:center;}
.left{text-align:left;}
.line{border:1px solid #fff;}


#left_sec li{ list-style:none; }
#header li{ list-style:none; }

.alart{ color:#F00; font-size:90%;}






