@charset "utf-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-color: #333333;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
--------------------------*/

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	height: auto;
}
#header {
	width: 900px;
	display: block;
	height: 85px;
}
#sidebar {
	width: 274px;
	height: auto;
	float: left;
	margin-right: 7px;
	display: block;
}

#main {
	height: auto;
	width: 610px;
	float: left;
}
#footer {
	width: 100%;
	height: 180px;
	background-color: #484848;
	position: relative;
}

/* header layout
---------------------------*/

h1 {
	text-align: right;
	display: block;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 16px;
}

/* sidebar layout
---------------------------*/

#sidebar h2 {
	margin-bottom: 10px;
	height: 178px;
	width: 238px;
}
#featureBackTitle {
	display: block;
	height: 64px;
	width: 189px;
}
.featureBackVol {
	border: 1px solid #999999;
	width: 238px;
	height: 248px;
	padding: 10px 10px 14px;
	margin-left: 14px;
	margin-bottom: 2px;
}
#backNumber {
	margin-left: 14px;
	margin-bottom: 13px;
}
#sidebar h3 {
	margin-left: 14px;
	margin-bottom: 5px;
}
#seminerBanner {
	padding-bottom: 8px;
}


/* main layout
---------------------------*/

#main h4 {
	margin-bottom: 17px;
	height: 295px;
	width: 610px;
	display: block;
}

/* seminar banner layout
---------------------------*/

#wrapper .seminar {
	background-image: url(../images/common/Seminar_image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height: 121px;
	width: 877px;
	margin-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
}
#oner {
	text-align: right;
	margin-right: 18px;
	padding-top: 9px;
}
#beginner {
	text-align: right;
	margin-right: 18px;
	margin-top: 8px;
}


#footer .footerBox {
	height: 180px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul#footerList {
	padding-top: 20px;
	margin-bottom: 35px;
}
#footer #footerList li {
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}
#footer #footerList li a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer #footerList li a:hover {
	color: #CCCCCC;
}
#footer #footerList #company {
	border-left-style: none;
}
#footer .footerTxt {
	color: #CCCCCC;
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
	padding-left: 15px;
}



/* footer layout
---------------------------*/

#footer address {
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	padding-top: 15px;
	display: block;
}
#footer .footerLeftBox {
	width: 530px;
	height: 180px;
	display: block;
	float: left;
}
#footer .footerLightBox {
	float: right;
	height: 180px;
	width: 300px;
}
#footer .contactBtn {
	background-image: url(../images/common/contact_btn.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 263px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .contactBtn a {
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 263px;
}
#footer .telBtn {
	background-image: url(../images/common/tel_btn.jpg);
	height: 65px;
	width: 231px;
	display: block;
	text-indent: -9999px;
	margin-left: 45px;
}

* html .featureBackVol {
	padding-bottom: 10px;
}
