* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

img {
	border: none; 
	vertical-align: middle;
}

a:link, a:visited, a:active {color: #1C1C1C;text-decoration: none;}
a:hover{color : #FF6633;text-decoration: underline;}

.boxs5   { display: block; margin: 0px; padding: 0px; height: 5px;  width: 200px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: relative; }
.boxs10  { display: block; margin: 0px; padding: 0px; height: 10px; width: 200px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: relative; }
.boxs20  { display: block; margin: 0px; padding: 0px; height: 20px; width: 200px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: relative; }
.boxs30  { display: block; margin: 0px; padding: 0px; height: 30px; width: 200px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; position: relative; }

body {
	background: #F8F8EF;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family:"ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height:1.5;
	color: #1C1C1C;
	list-style: none;
	text-align: center;
}

#header-color {
	clear: both;
	width: auto;
	height: 10px;
	background: url(img/bg.gif) top repeat-x;
	margin: 0;
}

#header {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	height:75px;
	margin: 0;
	color: #000000;
}

#header h1{
	margin: 5px 0px 0px 5px;
	padding: 0;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

#header h2{
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

#menu{
	margin: 0 auto;
	height:42px;
}

#base{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
	background: #FFF;
}

#left {
	float: left;
	width: 220px;
	overflow: hidden;
	text-align: left;
}

#semina {
	width: 200px;
	border: 1px solid #ccc;
	text-align: center;
}

.blog {
	border: 2px solid #ccc;
	padding:5px;
}

#taio {
	width: 200px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 90%;
}

#taio p {
	margin:5px 0px 0px 10px;
}


#right {
	float: right;
	width: 580px;
	overflow: hidden;
	text-align: left;
}

#footer {
	clear: both;
	width: auto;
	height: 60px;
	background: url(img/bg.gif);
	margin: 0;
}

.pan{
	text-align: left;
	font-size: 90%;
}

.block-center {
	text-align: center;
}

.img-left{
	float:left;
	padding:0px 10px 10px 0px;
}

.img-right{
	float:right;
	padding:0px 10px 10px 0px;
}

h3 {
	font-weight: normal;
}

