html { background-color:#FFFFFF; }

body {
	line-height:1.5em;
	margin:0px auto;
	padding:0px auto;
	background-color:#FFFFFF;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
	text-align:center;
	min-width:1010px;
}

ul {
	list-style:none; margin:0; padding:0;
}

/*----------------------------------------------------------------------------------
div,img,h1,h2,h3,h4,h5,h6,p,form,input
----------------------------------------------------------------------------------*/
img,h1,h2,h3,h4,h5,h6,p {
	display:block;
	vertical-align:baseline;
	margin:0px;
	padding:0px;
	border:0px none;
	font-size:100%;
}

table {
	width:930px;
	line-height:1.7em;
	margin:20px auto;
	color:rgb(51, 51, 51);
	font-size:12px;
	background:#FFFFFF;
}
td {
	padding:10px;
	border:solid 1px #dddddd;
}
.td_title {
	width:130px;
	color:#ff3b51;
	font-weight:bold;
	text-align:center;
}
.td_text{
	background:#E8E8E8;
}

/*----------------------------------------------------------------------------------
リンク関連
----------------------------------------------------------------------------------*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#00A77B;
	text-decoration:none;
}
a:hover {
	color:#00A77B;
	text-decoration:none;
}
a:active {
	color:#FF6600;
	text-decoration:none;
}


/*----------------------------------------------------------------------------------  
全体をセンタリングにデザイン 
----------------------------------------------------------------------------------*/
.wrap {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
}
	
/*---------------------------------------------------------------------------------- 
見出し
----------------------------------------------------------------------------------*/
.header_top {
	width:960px;
	margin:0 auto;
}
h1#header {
    background-color: #ffffff;
    background-image: url("images/top.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 210px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
div.out {
	position:relative;
	margin:0;
}
div.section {
	margin: 0 auto;
	height: auto;
	clear: both;
}
div#menu{
	padding: 0 0 25px 0;
	width: 1000px;
	margin: 0 auto;
}
div#menu ul{
	margin: 20px 0 10px;
}
div#menu li{
	float: left;
	margin: 0 1em;
}
div.programs{
	margin: 0 auto;
	width: 1000px;
}
div.icon{
	margin: 50 auto 20px;
	height:  260px;
}
div.icon img{
	border-style: solid;
	border-width: 1px;
	border-color: #666
}
div.icon dl{
	width: 220px;
	float: left;
	margin: 0 15px;
}
div.icon dd{
	text-align: right;
	margin: 5px 0;
}
.icon dd a{
	background-image:url("images/right.png");
	background-repeat:no-repeat;
}
div.space{
	height: 280px;
}
/*---------------------------------------------------------------------------------- 
よくある質問
----------------------------------------------------------------------------------*/
div#q_bg{
	background-image: url("images/q_bg.jpg");
	background-position: center center;
    	background-repeat: no-repeat;
   	display: block;
	height: 420px;
	background-color: #fff;
	margin: 50px auto 0;
	padding-top: 50px;
}
div#question{
	clear: both;
	width: 1000px;
	margin: 20px auto;
	/*border-style: solid;
	border-radius: 20px;
	border-width: 1px;*/
}
div#question h4{
	text-align:left;
	text-decoration: underline;
	padding: 10px 0 1em;
	
}
div#q_left{
	width: 490px;
	font-size: 15px;
	margin-right: 10px;
	float: left;
}
div#q_left dt{
	text-align: left;
}
div#q_left dd{
	text-align: left;
	padding-left: 1em;
	margin-bottom: 0.5em; 
}
div#q_right{
	width: 490px;
	font-size: 15px;
	margin-left: 10px;
	float: right;
}
div#q_right dt{
	text-align: left;
}
div#q_right dd{
	text-align: left;
	padding-left: 1em;
	margin-bottom: 0.5em; 
}
.clear {clear:both;}

/*---------------------------------------------------------------------------------- 
フッター
----------------------------------------------------------------------------------*/
#footer{
	clear:both;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	padding:8px;
	background-color:#000;
}