@charset "utf-8";

/*-------------------------------------------------------------------------------*/
/* Clearfix */
/*-------------------------------------------------------------------------------*/
.clr {
	min-height: 1%;
}
	/* Hack IE6 below */
	.clr {
		height: 1%;
	}

.clr:after {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
	display: block;
	content: "";
}



/*--------------------------------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align: center;
	line-height: 1.4;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","sans-serif","Osaka" ,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color:#333333;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:950px;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------*/
#header {
	margin: 0;
}


/* Content
--------------------------------------------------------------------------*/
#content {
	margin: 10px 0 0 0;
}


/* Content > Main Column
--------------------------------------------------------------------------*/
#content #main {
	position: relative;
	width: 680px;
	overflow: hidden;
	float: left;
}


/* Content > Sub Column
--------------------------------------------------------------------------*/
#content #sub {
	width: 240px;
	float: right;
}


/* Footer
--------------------------------------------------------------------------*/
#footer {
	margin: 10px 0 0 0;
}


/*-------------------------------------------------------------------------------*/
/* Tag */
/*-------------------------------------------------------------------------------*/
hr {
	display: none;
}

/* Link
--------------------------------------------------------------------------*/
a ,
a p {
	display: inline;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#main .quest-cat-list a span {
	*display: inline;
	*text-decoration: none;
	*border-bottom-width: 1px;
	*border-bottom-style: dotted;
}

a img {
	vertical-align: bottom;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333 !important;
	background-color: #EEEEEE;
}

#header a:hover ,
#head-gnavi a:hover { /*header*/
	background-color: #FFFFFF !important;
}

a:active {
	color: #002B69;
}

a img {
	border: 0 !important;
}

a p ,
#head-logo a ,
#sub #sub-promo a ,
#sub-mailmag a ,
#sub-banner a ,
.parag-img a ,
.column-item > a ,
a.pp_close ,
#sub #sub-promo a {
	border-bottom: none !important;
}

#sub #sub-promo ul li a {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}



