@charset "utf-8";


body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
}

* {
	margin:0;
	padding:0;
	font-style:nomal;
}

.clear {
	clear:both;
}

/*　レイアウト　*/


#header {
	width:650px;
}

#header h1 {
	float:left;
	font-size:1em;
	font-weight:normal;
}

#header p {
	float:right;
}


#header p.kamon_link a {
	height:0;
	color:#fff;
	font-size:0.1em;
	text-decoration:none;
}


#limited_button {
	height:0;
}


#limited_button button {
	height:0;
}


#box {
	width:650px;
}

#box h2 {
	color:#990000;
	font-size:small;
	font-weight:normal;
}

#left_box {
	width:280px;
	float:left;
/*	background:#FFCCFF;*/
	font-size:0.6em;
}

#left_box table tr td span.top {
	font-size:0.8em;
	vertical-align:top;
	padding-left:1px;
}

#left_box table tr td span.bottom {
	font-size:0.75em;
	padding-left:1px;
}

#right_box {
	width:350px;
	float:right;
/*	background:#CCFFFF;*/
	font-size:0.7em;
}

table {
	border-collapse:collapse;
	border:2px solid #ccc;
}

table tr td {
	border:1px solid #ccc;
	padding:2px 5px 0 5px;
	vertical-align:top;
}

.width1 {
	width:60px;
}

.right {
	text-align:right;
}

.bg1 {
	background:#EFECC0;
}

.bg2 {
	background:#DDE8FF;
}

.hight {
	line-height:1.4em;
}

.fontsize {
	font-size:1.1em;
}

#close p a {
	height:0;
	color:#fff;
	font-size:0.1em;
/*
	background:url(../../images/new/new_close.gif) no-repeat;
	display:block;
	width:72px;
	height:27px;
	text-indent:-9999px;
	margin:20px auto;
*/
}













