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

html{
height:100%;
}

body {
	color:#666; /* 基本の行間 */
	font: 0.9em/1.5em "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-image:url(../images/bg.gif);
	background-color:#000000;
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	height: 100%;
}

a:link {
	text-decoration: none;
	color:#FF6699;
}

a:visited {
	text-decoration: none;
	color:#CC3366;
}

a:hover,a:active {
	text-decoration: underline;
	color:#FF00FF;
}


.bg_l {
	background-image:url(../images/bg_l.gif);
	background-repeat:repeat-y;
	background-position:top;
}

.bg_r {
	background-image:url(../images/bg_r.gif);
	background-repeat:repeat-y;
	background-position:top;
}

/*************TEXT*****************/
.text_s {
	font-size: 0.7em;
	line-height: 1.2em;
}

.text_m {
	font-size: 0.8em;
	line-height: 1.4em;
}

.hissu {
	font-size: 0.8em;
	line-height: 1.4em;
	color:#CC0000;
}

h1 {
	font-size: 1em;
	line-height: 1.4em;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	border-bottom:solid 2px #ff6699;
}

.text_soroe {
	vertical-align: middle;
}

table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
table.type03 th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.type03 td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.text_aka {
	font-weight: bold;
	color: #C00;
}

.waku{
	padding: 3%;
	width: 94%;
	border: 1px solid #F00;
	margin-bottom: 10px;
	margin-top: 5px;
}

.text_l{
	font-size: 120%;
	line-height: 160%;
}

.text_ml{
	font-size: 120%;
	line-height: 140%;
}