/***** Tag *****/
/* basic */
body{
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #34323b;
	line-height: 150%;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* block */
h1{
	margin: 0px;
}
h2{
	font-size: 180%;
	color: #425b85;
	line-height: 120%;
}
h2, p{
	margin: 14px 0px;
}
h3{
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 110%;
	margin: 10px 0px;
	padding: 0px 0px 1px 19px;
	height: 1.1em;
	border-bottom: 1px dashed #a5b1c7;
	background: url("../image/ico_h3.gif") no-repeat left top;
}
h4{
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
address{
	color: #fff;
	font-size: 90%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 6px;
	background-color: #EA5F00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EA5F00;
}

/* list */
/*  <ul>  */
ul{
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
dl.program {
	margin: 0 0 20px 0;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
}	
dl.program dt {
	margin: 0 0 0 0;
	padding: 2px 10px;
	border-top: none;
	border-bottom: none;
	color: #369;
	font-weight: bold;
}
dl.program dd{
	margin: 0 0 10px 50px;
	line-height: 140%;
}


/* table */
th, td{
	font-size: 90%;
	line-height: 130%;
	padding: 3px 4px;
}
th{
	color: #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background: #4d70ab;
}
.tbl1 th{
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/* inline */
img, table{
	border: 0px none transparent;
}
br.clear{
	clear: both;
}

/* link */
a:link{
	color: #EA5F00;
}
a:visited{
	color: #993481;
}
a:active{
	color: #f50;
	background-color: #fff8e0;
}
a:hover{
	color: #f50;
	background-color: #fff8e0;
}





/***** Page *****/
#container{
	background: #fff;
}
#header{
	background: url("../image/head_bg.gif");
}
#contents{
	margin-left: 5px;
}
#body{
	margin: 10px 4px 0px 6px;
	padding: 0px 10px 10px 0px;
}
#btm-shadow{
	display: none;
}





/* <Contents Area> */
.column{
	margin-bottom: 30px;
}
.pagetop{
	display: none;
}
.sign{
	text-align: right;
}

/*  em,strong  */
em{
	font-style: normal;
	border-bottom: 1px dashed #34323b;
}
.point{
	color: #c00;
}
.note{
	font-size: 80%;
}





/* <Menu Area> */
#menu{
	display: none;
}
