@charset "UTF-8";
@import "footer.css";

/* CSS Hacks
--------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	overflow: hidden; /* modified */
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for benefit of IE5 Mac */
	
}

/* Common Tags
----------------------------------------------------- */

body {
	background-color: #fff;
	margin: 5px;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",　Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-size: small;
}

section, hgroup, nav, article, aside, header, footer {
	display: block;
}

#top {
	margin: 0 auto;
	max-width: 760px;
	padding:0;
}

a {
	color: #36c;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

em {
	font-weight:bold;
	font-style:normal;
}

hr {
	display: none;
}
h1 {
	margin: 0;
	padding:0;
	font-size: xx-small;
	overflow: hidden;
	height: 15px;
}

h1.right {
	position:absolute;
	top:0;
	left:20px;
}
h2 {
	color:#c42;
	margin: 0 0 0.5em 0;
	line-height:1.3;
	font-size: large;
}

h2.bBottom {
	padding-bottom:2px;
	border-bottom:solid 1px #ddd
}
h3 {
	font-size: 115%;
	margin:2em 0 0.75em 0;
}
h4 {
	font-size: 100%;
	margin:1em 0 1em 0;
}

address {
	font-style:normal;
}



article {
	display: block;
	position: relative;
	margin: 2px 0;
	border: solid 1px #ddd;
	padding: 20px;
	min-width:488px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}





/* Footer
----------------------------------------------------- */


footer {
	position: relative;
	clear: both;
	padding: 10px 0 0 0;
	color:#333;
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: auto;
	line-height: 1.3;
	font-size: x-small;
}

footer #links {
	position: relative;
	float: left;
	width: 65%;
}

footer #copyright {
	position: relative;
	float: right;
	width: 30%;
	text-align:right;
	margin-top:2.0em;
	font-size:10px;
}


footer #copyright p {
	margin:0 0 12px 0;
}

footer #links address,
footer #links p {
	font-style: normal;
	margin:0 0 1em 0;
	line-height:13px;
}

footer #links a:hover {
	text-decoration: underline;
}


ul.nav_links {
	border-top:solid 1px #ddd;
	padding: 1em 0 0 0;
	margin:1em 0 -0.25em 0;

	list-style-type:none;
}


ul.nav_links li {
	list-style-type:none;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}


ul.nav_links li a {
	display: block;
	*display: inline-block;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 16px;
	margin: 0 0 5px 0;
}


ul.nav_links .fwd a { background-image: url("../img/arrow_14_right.gif"); }
ul.nav_links .up a { background-image: url("../img/arrow_14_up.gif"); }
ul.nav_links .back a { background-image: url("../img/arrow_14_left.gif"); }
ul.nav_links .close a { background-image: url("../img/arrow_14_close.gif"); }





/* Common Classes */
/* ----------------------------------------------------- */
.small { font-size: 85%; }

/* float Clear Patch */
.floatCLR {
	overflow:hidden;
	height:0;
	clear: both;
}
.em {color: #c42; }
.none { display: none; }
.floatL { float: left }
.floatR { float: right }
.imgL {
	 float: left;
	 margin:0 5px 5px 0;
}
.imgR {
	 float: right;
	 margin:0 0 5px 5px;
}
h3.temp {
	font-size: 108%;
	margin:2em 0 2px 0;
}
h4.page {
	font-size:100%;
	margin:1em 0 0 0;
}
p.author { margin:0 }

li h3 {
	margin: 0 0 0.5em 0;
	font-size: 108%;
}

li p {
	line-height:150%;
	margin:0.75em 0;
}

ul {
	margin: 1em 0;
	padding-left: 1.5em;
}
ol {
	margin: 1em 0;
	padding-left: 2em;
}
li {
	margin: 0 0 2em 0;
	padding: 0;
	line-height: 150%;
}


ul.spec li,
li li {
	margin: 0 0 0.5em 0;
}
ul.recruit li {
	margin: 0 0 2em 0;
}

ul.recruit li h4 {
	margin:0;
}



.center { display: block; margin-left: auto; margin-right: auto; text-align:center }


.closeBox {
	padding: 1em 0 0 0;
}

/* Button Box */
.bBox {
	margin: 20px 0 20px 0;
}

/* Arrow */
.subdir { top:-5px; }
.arrowLeft, .arrowUp, .arrowBack, .arrowClose {
	display: block;
	position: relative;
	clear: both;
	height:16px;
	padding: 5px 0 0 0;
	margin:0;
	line-height:16px;
	font-weight: bold;
}

.arrowRaquo {
	display: inline;
	line-height:16px;
	height: 16px;
	font-weight: bold;
	background-color: white;
}

.arrowLeft a, .arrowUp a, .arrowBack a, .arrowClose a {
	display:block;
	float:left;
	line-height:16px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left;
	
}

.arrowRaquo a {
	display:inline-block;
	line-height:16px;
	padding-left: 16px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/arrow_14_right.gif");
}

.arrowRaquo.top a {
	margin-left: 0;
}


.arrowLeft a { background-image: url("../img/arrow_14_right.gif"); }
.arrowUp a { background-image: url("../img/arrow_14_up.gif"); }
.arrowBack a { background-image: url("../img/arrow_14_left.gif"); }
.arrowClose a { background-image: url("../img/arrow_14_close.gif"); }

.arrowLeft span.div {
	display:block;
	float:left;
	padding: 0 5px;
	color: #36c;
	
}
.arrowLeft a.second {
	background-image: none;
	padding-left:0;
}

pre {
	margin-top:5px;
	padding:10px;
	border: solid 1px #ccc;
	font-size:92%;
}

/* Column Box with Border */
/* ----------------------------------------------------- */

.terms {
	position:relative;
	border: solid 1px #ddd;
	padding: 12px 12px 0 12px;
	margin:1.5em 0 1.5em 0;
}

.terms code {
	display:block;
}
.terms ul, .terms code {
	font-size: 85%;
	margin: 0 0 1.5em 0;
}
.terms li {
	margin-bottom: 0.75em;
}
.terms h3 {
	margin:0 0 0.5em 0;
	font-weight: bold;
	font-size: 92%;
	color:black;
}
.terms p {
	font-size: 85%;
	margin:0 0 1.5em 0;
}
.terms form {
	display:block;
	position: relative;
	margin:0 0 1em 0;
	text-align:center;
}
.terms form input.text {
	width: 140px;
	
}

.tbox {
	position:relative;
	border: solid 1px #ddd;
	padding: 12px 12px 0 12px;
	margin:1.5em 0 1.5em 0;
}
.tbox h4 {
	margin:0 0 0.5em 0;
	font-weight: bold;
	font-size: 100%;
	color:black;
}

.tbox p {
	margin:0 0 1.5em 0;
}


.cBox {
	border-top: solid 1px #ddd;
	margin: 0px 0 20px 0;
	clear:both;
	width:100%;
}

.dBox {
	margin: 0px 0 20px 0;
	clear:both;
	width:100%;
}


/* Button Box */
.bBox {
	margin: 20px 0 20px 0;
}
.bTop {
	border-top: solid 1px #ddd;
}
/* OTHERS */
/* ----------------------------------------------------- */
.sample {
	margin-top:-5px;
	position: relative;
	padding: 0;

}
ul.sample {
	display: block;
	list-style-type:none;
}
ul.sample li {
	display: block;
	list-style-type:none;
}
.sample2 {
	margin-top:1em;
	position: relative;
	padding: 0;

}
.follow {
	margin-top:1em;
	position: relative;
	padding: 0;

}
.privacy_ref {
	margin:0 0 1em 0;
	position: relative;
	padding: 0;
}
.floatR { float: right }

.pageCapture2 {
	margin:10px 0 10px 0;
	border:solid 1px #ccc;
}

.pageCaptureSub {
	float: right;
	margin:0 0 10px 10px;
	border:solid 1px #ddd;
	position:relative;
	display:block;
}

.pageCaptureSub2 {
	margin:1em 0 5px 0;
	border:solid 1px #ddd;
}

h2.subscribe {
	margin-top:1.5em;
	border-top:solid 1px #ddd;
	padding-top:1em;
}
ul.subscribe_term {
	margin-top:2em;
	margin-bottom: 2em;
	border-top:solid 1px #ddd;
	padding-top:1.5em;
	padding-bottom:1.5em;
	border-bottom:solid 1px #ddd;
}
ul.subscribe_term li {
	margin:0;
	
}

/* Table List */
/* ----------------------------------------------------- */
.table th {
	background-color: #ddd;
	text-align:left;
}
.table td {
	border-bottom:solid 1px #ddd;
	white-space:nowrap;
}
.table td a {
	background-image: url("../img/arrow_14_right.gif");
	line-height:16px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0.5px;
	display:block;
	float:left;
}


/* body bg */
.bg0508 {
	background-image: url(../backnumber/img/200508_img9.gif);
	background-repeat: no-repeat;
	background-position: top right
}

.bg0509 {
	background-image: url(../backnumber/img/200509_img9.gif);
	background-repeat: repeat-x;
}

/* Website Front */
/* ----------------------------------------------------- */
.websitefront {
	background-image: url(../img/websitefront_bg.gif);
	background-repeat: no-repeat;
	background-position: top right

}
.websitefront h2 {
	margin-bottom:2em;
}
.websitefront #wanted ul {
	margin-top: 0.5em;
}
.websitefront #wanted ul li {
	margin: 0 0 0.5em 0;
}
.websitefront ul.uris li {
	margin: 0 0 1em 0;
	padding:0;
	line-height: 130%;
}
.websitefront .box {
	border-top: solid 1px #ddd;
	margin-top:2em;
}

/* Individual */
/* ----------------------------------------------------- */

#sub200608feature1 ul.linklist {
	list-style-type: none;
	list-style-position: default;
	padding-left:0;
}

#sub200608feature1 h3#p060 {
	color:#ea5404;
}
#sub200608feature1 h3#p066 {
	color:#008cb4;
}
#sub200608feature1 h3#p072 {
	color:#6b1685;
}
#sub200608feature1 h3#p076 {
	color:#dfa658;
}
.genericlinks h3 {
	padding-top:0;
	margin-top:1.5em;
	/*border-top:solid 1px #ddd;*/
}
.genericlinks ul.linklist {
	list-style-type: none;
	list-style-position: default;
	padding-left:0;
	border-bottom:solid 1px #ddd;
}
.genericlinks ul.linklist h3 {
	margin: 0 0 -0.5em 0;
	border: 0;
}
.genericlinks ul.linklist li ul {
	list-style-type: disc;
}


/* 200704 */
ul.linklist_2,
ul.linklist_2 ul,
ul.linklist_2 li {
	list-style-type: none;
	padding:0;
	margin:0;
}


ul.linklist_2 {
	margin-bottom:2em;
}
ul.linklist_2 p {
	margin:0;
}
ul.linklist_3 li {
	margin-bottom:1em;
}
.genericlinks ul.linklist_2 h3 {
	border:0;
	margin:1.5em 0 0em 0;
}

ul.linklist_4,
ul.linklist_4 ul,
ul.linklist_4 li {
}
ul.linklist_4 li ul,
ul.linklist_4 li ul li {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.linklist_4.kt ul li {
	margin:0 0 1.5em 0;
}

ul.linklist_4.kt ul li ul {
	margin-top: 2em;
}
ul.linklist_4 {
	margin-bottom:2em;
}

ul.linklist_4.nolink ul {
	margin-top: 0.5em;
}
ul.linklist_4.nolink li ul li {
	list-style-type: circle;
	margin-left: 1.25em;
}

ul.linklist_4 p {
	margin:0;
}

ul.linklist_4 p.other {
	margin:1em 0 0 0;
}

ul.linklist_4 span.cap {
	display: block;
	margin:0 0 0 16px;
	font-size: smaller;
}

ul.linklist_4 img.qr {
	display: block;
	border: solid 1px #ddd;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: 3px 0 10px 0;
}

ul.linklist_5 {
	padding-left: 0;
	list-style-type: none;
}

ul.linklist_5 h3 {
	color:#c42;
	font-size: 112%;
}

ul.linklist_5 h4 {
	margin: 2em 0 0 0;
} 

ul.linklist_5 li {
	clear: both;
	margin: 0;
	
	
}
ul.linklist_5 dl {
	position: relative;
	line-height: 1.6;
	padding: 0 0 1em 1em;
	zoom: 1;
}

ul.linklist_5 dl dt {
	display: block;
	clear: both;
	font-weight: bold;
	margin: 0 0 -1.6em 0;
	padding: 0;
	width: 4em;
	line-height: 1.6;
	zoom: 1;
}

ul.linklist_5 dl dd {
	display: block;

	padding:0;
	margin: 0 0 0.75em 4em;
	line-height: 1.6;
}

* html ul.linklist_5 dl dd {
	margin: 0 0 1em 4em;
}


ul.linklist_6 {
	padding-left: 0;
	list-style-type: none;
}

ul.linklist_6 .normal {
	font-weight: normal;
}

ul.linklist_6 h3 {
	color:#c42;
	font-size: 120%;
	margin: 2em 0 0 0 !important;
}

ul.linklist_6 h4 {
	margin: 0;
}
ul.linklist_6 ul li {
	list-style-type: disc;
}

ul.linklist_6 ul li ul {
	padding: 0;
	margin: 0 0 2em 0;
}

ul.linklist_6 ul li ul li {
	list-style-type: none;
	margin: 0;
}
ul.linklist_6 ul p {
	margin:0.5em 0 2em 0;
}

ul.linklist_6 ul p img {
	margin-bottom: 2px;
} 

p strong.new {
 	color: #c42;
 	font-size: 110%;
 }

.genericlinks ul.linklist_4 h3 {
	border:0;
	font-size: 100%;
	margin:1em 0 0em 0;
}

ul.ref_links {
	margin:2em 0 1em 1.5em;
	padding: 0;
}

ul.ref_links li {
	margin:0.25em 0;
}

ul.ref_links li a {
	font-weight: bold;
}

ul.ref_links li span.cap {
	display: block;
	font-size: smaller;
}

ul.ref_links ul {
	margin:0.25em 0;
}

/* WD's CHOICE 
----------------------------------------------------- */
.wdschoice article {
	background-image: url(../img/wdschoice_bg.gif);
	background-repeat: no-repeat;
	background-position: 685px 8px;
	position:relative;
	padding: 50px;


}

ul.wdschoice_banners {
	list-style-type: none;
	margin:0 0 0 0;
	padding:0;
}

ul.wdschoice_banners li {
	display:block;
	float:left;
	width:160px;
	font-size: 92%;
	text-align: center;
	margin:0;
	padding:0 0 2em 0;
}

ul.wdschoice_banners li img {
	display: block;
	margin:0 auto 2px auto;

}

#wdschoice_round_a,
#wdschoice_round_b,
#wdschoice_round_c,
#wdschoice_round_d,
#wdschoice_round_k,
#wdschoice_round_w,
#wdschoice_square_a,
#wdschoice_square_k {
	display: block;
	margin:0 auto 2px auto;
	cursor : pointer;
}
#wdschoice_round_a,
#wdschoice_round_b,
#wdschoice_round_c,
#wdschoice_round_d,
#wdschoice_round_k,
#wdschoice_round_w {
	width: 64px;
	height: 64px;
}
#wdschoice_square_a,
#wdschoice_square_k {
	width: 88px;
	height: 31px;
}
#wdschoice_round_a {
	background-image: url(../img/wdschoice_round_a.png);
}
#wdschoice_round_b {
	background-image: url(../img/wdschoice_round_b.png);
}
#wdschoice_round_c {
	background-image: url(../img/wdschoice_round_c.png);
}
#wdschoice_round_d {
	background-image: url(../img/wdschoice_round_d.png);
}
#wdschoice_round_k {
	background-image: url(../img/wdschoice_round_k.png);
}
#wdschoice_round_w {
	background-image: url(../img/wdschoice_round_w.png);
}

#wdschoice_square_a {
	background-image: url(../img/wdschoice_square_a.png);
}
#wdschoice_square_k {
	background-image: url(../img/wdschoice_square_k.png);
}

* html #wdschoice_round_a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_a.png', sizingMethod='scale');	
}
* html #wdschoice_round_b {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_b.png', sizingMethod='scale');
}
* html #wdschoice_round_c {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_c.png', sizingMethod='scale');
}
* html #wdschoice_round_d {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_d.png', sizingMethod='scale');
}
* html #wdschoice_round_k {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_k.png', sizingMethod='scale');
}
* html #wdschoice_round_w {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wdschoice_round_w.png', sizingMethod='scale');
}

#wdchoice_sample {
	 float:right;
	 margin: 0 0 10px 10px;
	 padding:0;
}

* html #wdchoice_sample {
	margin: 10px 0 10px 10px;
}


