/* bace ----------------------------------------------------------  */
body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	color: #505050;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*html .clearfix {
	height: 1px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	empty-cells: show;
}
th {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* maintenance ---------------------------------------------------------- */
.maintenance {
	margin: 0 auto;
	text-align: center;
}
.maintenance h1 {
	margin: 150px 0 10px;
}

/* page ---------------------------------------------------------- */
#select_bg {
	background: url() top left no-repeat;
}
#page {
	width: 1000px;
	background: url(../images/bg_body.gif) 249px top repeat-y;
}
#index {
	width: 1000px;
	background: url(../images/bg_index_body.gif) 249px top repeat-y;
}
/* leftmenu ---------------------------------------------------------- */
#leftmenu {
	width: 250px;
	float: left;
}
#leftmenu .inner {
	padding: 10px 0 0;
	background: url(../images/bg_menu.gif) right top no-repeat;
}
#leftmenu h1 {
	margin: 0 0 24px 107px;
	padding: 8px 0 2px 13px;
	/*border-left: 4px solid #000;*/
}
#leftmenu h1.current {
	margin: 0 0 24px 107px;
	padding: 8px 0 2px 9px;
	border-left: 4px solid #000;
}

/* selected */
#leftmenu #selected {
	width:105px;
	margin: 0;
	padding: 0;
	float: left;
}
#leftmenu #selected p {
	line-height: normal;
}
.lang {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
}
.lang li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

/* selectimg */
#leftmenu #selectimg {
	width:105px;
	margin: 220px 0 0;
	padding: 0;
	background: #d3d3d3;
}
#leftmenu #selectimg:after {
	content: "";
	clear: both;
	display: block;
}
#leftmenu #selectimg ul {
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
}
#leftmenu #selectimg li {
	margin: 0;
	padding: 0 3px 3px 0;
	float: left;
}
#leftmenu #selectimg li img {
	vertical-align: top;
}
#leftmenu #selectimg p {
	clear: both;
	margin: 0 0 0;
	padding: 0 0 5px;
	font-size: 10px;
	line-height: normal;
}
#leftmenu #selectimg p.comment {
	margin: 0 8px 0;
}

/* menu */
#leftmenu #globalmenu {
	width: 143px;
	margin: 0;
	padding: 0 0 10px 2px;
	float: left;
}
#leftmenu #globalmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftmenu #globalmenu li img {
	vertical-align: bottom;
}
#leftmenu #globalmenu li {
	margin: 0 0 1px;
	padding: 0 0 0 4px;
	cursor: pointer;
	/*border-left: 4px solid #000;*/
	background: url(../images/dotline_menu.gif) 4px bottom no-repeat;
	/*position: relative;*/
}
#leftmenu #globalmenu li.current {
	margin: 0 0 1px;
	padding: 0 0 0 0;
	border-left: 4px solid #000;
}
#leftmenu #globalmenu #sb_team{
	position: absolute;
	top: 308px;
	left: 249px;
	z-index: 10;
}
#leftmenu #globalmenu #sb_face{
	position: absolute;
	top: 550px;
	left: 249px;
	z-index: 10;
}
#leftmenu #globalmenu #sb_more{
	position: absolute;
	top: 855px;
	left: 249px;
	z-index: 10;
}
#leftmenu #globalmenu #sb_podcast{
	position: absolute;
	top: 750px;
	left: 249px;
	z-index: 10;
}
#leftmenu #globalmenu .sb {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-top: 1px solid #ff4462;
	visibility: hidden;
}
#leftmenu #globalmenu .sb li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #e22443;
}
#leftmenu #globalmenu .sb li.current {
	margin: 0;
	padding: 0;
	border-left: 4px solid #e71a21;
}

/* banner */
#leftmenu #banner {
	clear: both;
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}
#leftmenu #banner li {
	margin: 0 0 8px;
	padding: 0;
}
#leftmenu #mini_banner {
	clear: both;
	margin: 0 0 8px;
	padding: 0 0 0 7px;
	list-style: none;
}
#leftmenu #mini_banner li {
	margin: 0;
	padding: 0 2px 2px 0;
	float: left;
}
#leftmenu #banner img,
#leftmenu #mini_banner li img {
	vertical-align: top;
}


#leftmenu #banner2 {
	clear: both;
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}
#leftmenu #banner2 li {
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}


/* content ---------------------------------------------------------- */
#content {
	width: 750px;
	float: left;
	position: relative;
}
#content #insidebanner {
	width: 468px;
	height: 60px;
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
#content #insidebanner img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#content #summary {
	width: 540px;
	margin: 0;
	padding: 0;
}
#content #rightarea {
	width: 209px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 80px;
}
#content #googleadd_2 {
	clear: both;
	text-align: center;
	margin-right: 1px;
	padding: 20px 0;
	background: #fff;
	border-top: 1px solid #efefef;
}
#content #detail {
	margin: 80px 0 0 0;
	padding: 0;
}
/* chapter title */
#content #detail .chapter_title {
	width: 520px;
	height: 31px;
	float: left;
	padding: 17px 0 20px 20px;
	background: url(../images/chapter_title_line.gif) left top repeat-x;
}
#content #detail .chapter_title h2 {
	float: left;
	padding: 0 20px 0 0;
	background: url(../images/dotline_category_title.gif) right center
no-repeat;
}
#content #detail .chapter_title p {
	float: left;
	padding: 8px 0 0 19px;
}

/* category tab */
.category {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 0;
	list-style: none;
	background: url(../images/bg_category.gif) left top repeat-x;
}
.category li {
	margin: 0;
	padding: 0;
	float: left;
}
.category li img {
	vertical-align: top;
}

/* category tab */
.more .category {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 0;
	list-style: none;
	background: url(../images/bg_more_category.gif) left top repeat-x;
}
.more .category li {
	margin: 0;
	padding: 0;
	float: left;
}
.more .category li img {
	vertical-align: top;
}


/* search */
#content #detail #search,
#content #rightarea #search {
	width: 189px;
	margin: 0;
	padding: 10px 0 10px 19px;
	float: left;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
/*#content #detail #search form,
#content #rightarea #search form {
	margin: 0;
	padding: 0;
}*/
#content #detail #search input.text,
#content #rightarea #search input.text {
	width: 102px;
	height: 20px;
	margin: 0 1px 0 0;
	padding: 3px 5px 0;
	border: 1px solid #dedede;
	background: #efefef;
	float: left;
}
#content #detail #search input.img,
#content #rightarea #search input.img {
	margin: 0;
	vertical-align: top;
	float: left;
}

/* pankuzu */
#content #detail #pagereturn{
	clear: both;
	margin: 0;
	padding: 0;
}
#content #detail #pagehistory {
	margin: 0;
	padding: 0 20px 30px 20px;
	list-style: none;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	color: #757575;
	text-justify:distribute;
}
#content #detail .column #pagehistory {
	float: left;
	width: 497px;
	margin: 0;
	padding: 0 20px 30px 20px;
	list-style: none;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	color: #757575;
	text-justify:distribute;
}
#content #detail #pagehistory li,
#content #detail .column #pagehistory li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
	line-height: 1.8em;
	/*background: url(../images/arrow_pagehis.gif) left center no-repeat;*/
}
#content #detail #pagehistory li a,
#content #detail .column #pagehistory li a {
	color: #9a4646;
}
#content #detail .re{
	padding: 0 0 0 20px;
	float: left;
}

/* explanation */
#content #detail .explanation {
	margin: 0;
	padding: 0 20px 30px;
}
/* bace */
.red {
	color: #e71a21;
}
strong.red {
	color: #e71a21;
}
.notice {
	font-size: 10px;
	line-height: 1.5em;
}
.center {
	text-align: center;
}

/* operator */
.operator {
	margin:20px 20px 30px;
	padding: 5px 15px;
	background: #6d6d6d;
	border: 3px solid #909090;
}
.operator dt {
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
	color: #faf110;
}
.operator dd {
	width: 520px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #e2e2e2;
	float: right;
	border-left: 1px solid #909090;
}
.operator dd.paddingtop {
	padding-top: 20px;
}
.operator dd span {
	font-weight: bold;
	color: #fff;
}
.operator dd ul {
	margin: 5px 0 10px;
	padding: 5px 0 0;
}
.operator dd li {
	margin: 0;
	padding: 0 15px 0 0;
	display: inline;
	font-weight: bold;
	color: #fff;
}


/* pagechoice */
#content #detail #pagechoice {
	clear: both;
	margin: 0 20px 0;
	padding: 15px 6px;
	border-top: 1px solid #cdcbcb;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#content #detail .pagemargin {
	margin-top: 30px;
}
#content #detail #pagechoice li {
	margin: 0;
	padding: 0 12px 0 12px;
	display: inline;
}
#content #detail #pagechoice li.current {
	margin: 0 5px 0;
	padding: 3px 5px 3px 5px;
	border: 3px solid #646464;
	background: #000;
	color: #ffffff;
}
#content #detail #pagechoice li.current a {
	color: #ffffff;
}
#content #detail #pagechoice li.next {
	margin: 0 0 0 5px;
	padding: 0 15px 0 15px;
	border-left: 1px solid #cdcbcb;
	background: url(../images/arrow_pagenext.gif) right center no-repeat;
}
#content #detail #pagechoice li.back {
	margin: 0 5px 0 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #cdcbcb;
	background: url(../images/arrow_pagenavi.gif) left center no-repeat;
}

/* clause */
#content #detail #clauseback {
	clear: both;
	margin: 0 20px 25px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cdcbcb;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}
#content #detail #clauseback li {
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	float: left;
	line-height: normal;
	background: url(../images/arrow_pagenavi.gif) left center no-repeat;
}

/* pagenavi */
#content #detail #pagenavi {
	clear: both;
	margin: 0 20px 0;
	padding: 15px 0 30px 0;
	border-top: 1px solid #cdcbcb;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}
#content #detail #pagenavi li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/arrow_pagenavi.gif) left center no-repeat;
}

/* whole ---------------------------------------------------------- */
#whole {
	width: 100%;
	clear: both;
	background: #a91117 url(../images/bg_whole.gif) left top no-repeat;
	font-size: 10px;
	line-height: 1.2em;
}
#whole .inner {
	width: 999px;
}
#whole #sponser {
	width: 242px;
	float: left;
	margin: 10px 0 0;
	padding: 9px 0 0 7px;
	background: url(../images/bg_sponser_top.gif) 7px top no-repeat;
}
#whole #sponser .sponser_bg {
	margin: 0 0 8px;
	padding: 0 0 15px 0;
	list-style: none;
	background: url(../images/bg_sponser_bottom.gif) left bottom no-repeat;
}
#whole #sponser .sponser_bg ul {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	background: url(../images/bg_sponser_bg.gif) left top repeat-y;
	/*background: url(../images/bg_sponser_bottom.gif) left bottom
no-repeat;*/
}
#whole #sponser .sponser_bg li {
	margin: 0;
	padding: 6px 2px 0 3px;
	float: left;
}
#whole #pagelist {
	width: 749px;
	margin: 0;
	padding: 10px 0 3px;
	float: left;
	border-left: 1px solid #e10000;
	position: relative;
	list-style: none;
}
#whole #pagelist .chapter {
	margin: 0;
	padding: 0 0 0 29px;
	list-style: none;
}
#whole #pagelist .chapter li {
	margin: 0 0 5px;
	padding: 0;
}
#whole #pagelist .chapter li p {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	color: #ff3d3d;
}
#whole #pagelist .clause {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#whole #pagelist .clause li {
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	float: left;
	border-left: 1px solid #ff3c3c;
}
#whole #pagelist .chapter li a {
	color: #ff3d3d;
	font-weight: bold;
}
#whole #pagelist .clause li a {
	color: #ff3d3d;
	font-weight: normal;
}
#whole #pagelist #pagetop {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* fooder ---------------------------------------------------------- */
#fooder {
	clear: both;
	margin: 0;
	padding: 15px 0 15px;
	line-height: 1.2em;
	background: url(../images/bg_fooder.gif) left 2px repeat-x;
}
#fooder .inner {
	width: 1000px;
}
#fooder .margin {
	margin: 0 0 10px;
	padding: 0;
}
#fooder #text {
	width: 483px;
	margin: 0;
	padding: 0 0 0 17px;
	float: left;
	font-size: 10px;
}
#fooder #corporation {
	width: 490px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	list-style: none;
	border-right: 1px solid #888686;
}
#fooder #corporation li {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	display: inline;
	border-left: 1px solid #888686;
}
#fooder .copy {
	color: #888686;
}
#fooder a {
	color: #888686;
}
