/*------基本部分------*/
a:link {
	color: #0000FF;
	text-decoration: underline;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
body {
	text-align:leftr;
	background-color: #ffce9d;
	margin: 5px;
	/*background: url("http://1hikikomori.com/seminar/back.gif");*/
	color:#666;
	font-size: 10px;
}	
#base {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;
}

h1 {
	padding: 0px;
	margin: 0px;

}

h2 {
	font-size: 16px;
	margin: 0px;
}

/*------基本部分終了------*/

/*------ヘッダー部分------*/
#header {
	background-color: #D3D3D3;
	background-repeat: no-repeat;
	height: 70px;
	width: 750px;
}

#intro {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
}
#title {
　margin-top: 10px;
	padding-left: 10px;
}

#header a:link {
	color: #ff0000;
	text-decoration: none;
}
#header a:visited {
	color: #ff0000;
	text-decoration: none;
}
#header a:hover {
	color: #ff0000;
	text-decoration: none;
}
#header a:active {
	color: #ff0000;
	text-decoration: none;
}
.subtitle {
	padding-left: 15px;
	padding-right: 15px;
}

/*------ヘッダー部分終了------*/

/*------メイン部分------*/
/*------全体部分------*/

#center {
	width: 700px;
　align:center;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
　　　　　　　

}
#center .info {
	margin: 0px 0px 0px 15px;
	padding: 5px;
	float: center;
	text-align: left;
	font-size: 12px;
	color: #666;
	width: 700px;
	border: 1px solid #CCC;
}
/*------全体部分ここまで------*/


/*------フッター部分------*/
#footer {
	font-size: 10px;
	background-color: #FFA500;
	text-align: center;
	margin: 0px;
	padding: 1px;
	display: block;
	color:#fff;
	text-decoration: none;
	clear: both;
}
/*------フッター部分終了------*/
