@charset "shift-jis";
/* CSS setting date:08/12/2009 */

/*
bag hack
*/
/* winIE6 */
* html #contents2 #left {
	margin: 124px 0 0 52px;
}
* html #contents3 #skilink {
	margin: 0 20px 0 45px;
}
* html #contents3 #burtontop {
	margin: 51px 0 0 35px;
}
* html #contents3 ul {
	margin: 20px 0 0 0;
}
* html #contents3 ul li {
	height: 12px;
	margin: 0 0 6px 0;
}

/* winIE7 */
*+html #contents3 ul {
	margin: 20px 0 0 0;
}
*+html #contents3 ul li {
	height: 12px;
	margin: 0 0 6px 0;
}

/*
basic setting
*/
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
}
body {
	background: url(../img/bg.gif) #FFFFFF;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "MS PGothic", Osaka, Arial, Helvetica;
	line-height: 1.2em;
}
a {
	overflow:hidden;
	outline:none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1 {
	text-indent: -9999px;
}
h2 {
	text-indent: -9999px;
}

h3 {
	text-indent: -9999px;
}
h4 {
	text-indent: -9999px;
}

.clear {
	clear: both;
}


/*
page setting
*/
#wrapper {
	width: 783px;
	margin: 0 auto;
	padding: 29px 0 29px 0;
	text-align: center
}
/* txt setting */
.cap10 {
	color: #555;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.0em;
}
/* main contents */
#contents1 {
	background: url(../img/title.jpg);
	width: 783px;
	height: 414px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#contents2 {
	background: url(../img/contents2BG.jpg) no-repeat 0px 29px;
	width: 783px;
	height: 600px;
	margin: 0 auto;
	padding: 29px 0 0 0;
	text-align: left;
}
#contents2 #top p {
	width: 240px;
	margin: 124px 0 0 174px;
	padding: 0;
	font-size: 10px;
	line-height: 1.2em;
}
#contents2 #left {
	width: 156px;
	margin: 124px 0 0 105px;
	float: left;
}
#contents2 #left p {
	font-size: 10px;
	line-height: 1.2em;
	margin: 80px 0 0 0;
}
#contents2 #right {
	width: 210px;
	margin: 124px 0 0 252px;
	float: left;
}
#contents2 #right p {
	font-size: 10px;
	line-height: 1.2em;
	margin: 54px 0 0 0;
}
#contents3 {
	background: url(../img/contents3BG.jpg) no-repeat 0px 29px;
	width: 783px;
	height: 1080px;
	margin: 0 auto;
	padding: 29px 0 0 0;
	text-align: left;
}
#contents3 ul {
	margin: 24px 0 0 0;
	padding: 0;
}
#contents3 ul li {
	height: 12px;
	margin: 0 0 8px 0;
	padding: 0;
}
#contents3 #skilink {
	width: 150px;
	margin: 0 20px 0 90px;
	float: left;
}
#contents3 #skiadd {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}
#contents3 #skitel {
	width: 130px;
	float: left;
}
#contents3 #burtontop {
	text-indent: -9999px;
	width: 284px;
	height: 42px;
	margin: 51px 0 0 70px;
	float: left;
}
#contents3 #burtontop a {
	text-indent: -9999px;
	width: 284px;
	height: 42px;
	display: block;
}
#contents3 #burtontop a:hover {
	text-indent: -9999px;
	width: 284px;
	height: 42px;
	display: block;
}
#contents3 #burtonadd {
	width: 330px;
	margin: 38px 0 0 40px;
	float: left;
}
/*
footer setting
*/
address {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	color: #222;
}
#footer {
	width: 783px;
	margin: 0 auto;
}
/*
close button setting
*/
#footer #close {
	width: 73px;
	margin: 0 auto;
}
#footer #close ul {
	width: auto;
	height: auto;
}
#footer #close li {
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
}
.close a {
	background: url(../img/close_off.gif) no-repeat;
	width: 72px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}

.close a:hover {
	background: url(../img/close_on.gif) no-repeat;
	width: 72px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}