@charset "Shift_JIS";

/*
========================================
共有スタイルシート
========================================*/

html, body, div, span, form, p, table, img, a, ol, ul, button {
	margin:0;
	padding:0;
	border:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li span {
	display:none;
}
body{
	background:#eeeee3;
	color:#666666;
	font: normal 12px/1.6 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', arial, sans-serif;
}
* html body { 
	font-size: 80%; /*for IE 6*/
}


/*■ FRAME
---------------------------------------------------------- */
#wrapper {
	width:780px;
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
}


/*■ HEADER
---------------------------------------------------------- */
#header {
	position:relative;
	height:168px;
}
#header h1{
	background:url(../img/wise_logo.gif) no-repeat top left;
	padding-top:49px;
}
#header h1 span{
	display:none;
}
#header h1 a{
	display:block;
	width:200px;
	height:51px;
}

/*■ CONTENTS
---------------------------------------------------------- */
#LeftCol {
	float:left;
	width:210px;
}
#LeftCol img {
	margin-left:10px;
}

#RightCol {
	float:left;
	width:570px;
	min-height:250px;
	_height:250px;
	margin:0;
	padding:22px 0 50px 0;
	border-top:1px solid #b3b3b3;
}


/*■ FOOTER
---------------------------------------------------------- */
#footer {
	clear:both;
	margin:0;
	padding:8px 0 50px 0;
	border-top:1px solid #b3b3b3;
	text-align:right;
	font-size:10px;
	color:#999999
}


/*■ TEXT
---------------------------------------------------------- */
a { text-decoration:underline; color:#2d74b3;}
a:hover { text-decoration:underline; color:#47bcff;}

h1,h2,h3,h4,h5,h6,h7
{margin:0;padding:0;font-weight:bold;}

strong { font-size:14px;font-weight:bold;}