@charset "utf-8";

/*
===== 1: body and base setting =====
*/
html {
	height:100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;/* box centering */
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: repeat-y;
	line-height: 1.5em;
}

/* general params */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	zoom: 1;/*for IE 5.5-7*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
fieldset,img {
	border: none;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: none;
}


/*
===== 3:link setting =====
*/
/* text-decoration: none;color: #; */
a:link {
	color: #646464;
	text-decoration:underline;
}
a:visited {
	color: #646464;
	text-decoration:underline;
}
a:hover {
	color:#CB0101;
	text-decoration:underline;
}
a:active {
	color:#CB0101;
	text-decoration:underline;
}
a:focus {
	color:#CB0101;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------------------------------------
 new design style
--------------------------------------------------------------------------------------------------------------------------*/
/*clearfix*/
.at_CF {
	/zoom:1;
}
.at_CF:before, .at_CF:after {
  content: "";
  display: table;
}
.at_CF:after {
  clear: both;
  height: 1px\9;
  margin-bottom: -1px \9;
}

/*layout*/
.at_LyWrapper{
	position:relative;
	width:100%;
	height:auto !important;
	min-height: 100%;
	background:url(../images/at_head_bg.png) repeat-x 0 0;
}
.at_LyWrapper a:hover .at_CmOv {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	/zoom:1;
}
.at_LyContent {
	/*position:relative;*/
	width:984px;
	margin:0 auto;
	z-index:2;
}
.at_LyContent a {
	vertical-align:baseline;
}
.at_LyMain {
	float:left;
	width:762px;
	margin-bottom:30px;
}

/*at_CmTopicpath*/
.at_CmTopicpath {
	margin:10px 13px 15px;
	font-size:84%;
}

/*at_CmPagetop*/
.at_CmPagetop {
	position:relative;
	clear:both;
	z-index:3;
	width:984px;
	margin:0 auto;
}
.at_CmPagetop a {
	display:block;
	width:110px;
	height:136px;
	margin-left:auto;
	background:url(../../common/images/at_pagetop.png) no-repeat 100% 0;
}
.at_CmPagetop a:hover {
	background-position:0 -136px;
}
.at_CmPagetop span {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

/*noscript*/
.at_noscript {
    background:#8ec200;
    height: 1.9em;
    position: absolute;
    top: 0;
    width: 100%;
}
.at_noscript p {
    color: #FFFFFF;
    padding: 3px 0;
    text-align: center;
}

/*------------------------------------------------
 common Sub Navigation style
------------------------------------------------*/
/*layout Sub Navigation*/
.at_LySub {
	float:right;
	width:205px;
	margin-bottom:30px;
}
.at_CmAboutBlock {
	position:relative;
	margin-bottom:16px;
}
.at_CmAboutBlock h3 {
	cursor:pointer;
	margin-left:7px;
	background: url(../images/at_ttl_about_off.png) no-repeat top left;
}
.at_CmAboutBlock h3 img {
	visibility:hidden;
}
.at_CmAboutBlock.at_CmAboutBlockClose h3 img {
	visibility:visible;
}
.at_CmAboutBlock.at_CmAboutBlockClose p {
	display:none;
}
.at_CmAboutBlock.at_CmAboutBlockClose .at_CmAboutImg {
	display:none;
}
.at_CmAboutImg {
	display:block;
	position:absolute;
	left:0;
	bottom:-7px;
}
.at_CmBnrBlock li{
	margin-bottom:6px;
	text-align:center;
}
.at_CmBnrBlockInner01 {
	margin-bottom:9px;
	padding-bottom:2px;
	background:url(../images/at_bnr_bg_01_bottom.png) no-repeat 50% 100%;
}
.at_CmBnrBlockInner01 ul {
	padding-top:7px;
	background:url(../images/at_bnr_bg_01_top.png) no-repeat 50% 0;
}
.at_CmBnrBlockInner02 {
	margin-bottom:9px;
	padding-bottom:2px;
	background:url(../images/at_bnr_bg_02_bottom.png) no-repeat 50% 100%;
}
.at_CmBnrBlockInner02 ul {
	padding-top:7px;
	background:url(../images/at_bnr_bg_02_top.png) no-repeat 50% 0;
}
.at_CmBnrBlockInner01 li {
	margin:0 auto 5px;
	width:175px;
	background:url(../images/at_bnr_bg_01_img.png) no-repeat;
}
.at_CmBnrBlockInner02 li {
	margin:0 auto 5px;
	width:175px;
	background:url(../images/at_bnr_bg_02_img.png) no-repeat;
}
.at_CmBnrBlockInner03 {
	margin-left:10px;
}

/*layout about netclub*/
.at_ExAboutNetClub01 {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index:10001;
	width: 600px;
	height: 360px;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Stage01 {
	position: relative;
	width: 600px;
	height: 360px;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Stage01 li {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	border:#FFF 5px solid;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Stage01 li.at_ExAboutNetClub01First {
	display:block;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Controller01 .prev {
	position: absolute;
	display: none;
	top: 287px;
	left: 252px;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Controller01 .next {
	position: absolute;
	top: 280px;
	left: 343px;
}
.at_ExAboutNetClub01 .at_ExAboutNetClub01Controller01 .close {
	position: absolute;
	top: -22px;
	left: 584px;
}
