@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

body {
background: white url(../images/common/cmn_bg_all.gif) repeat-y center top;
background-repeat:repeat-y;

/*font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;*/

font-family:Arial,simsun,Helvetica,sans-serif;

font-size:13px;
color: #808080;
}

img, a img {
border: medium none;
}

hr { display:none; }
li { list-style-type:none }

a {
color:#3399FF;
}

a:visited {
color:#3333FF;
}

a:hover {
color:#FF0000;
}

/* ラッパー(脇のグラデーション) */
#wrapper{
width:981px;
margin:0 auto;
position:relative;
/*
width:980px;
padding:0 0 0 30px;
margin:0 auto;
text-align:left;
background:url(../images/common/cmn_bg_out_ar.jpg) left top repeat-y;
*/
}

#wrapperb{
/*
width:980px;
padding:0 30px 0 0;
background:url(../images/common/cmn_bg_out_al.jpg) right top repeat-y;
*/
}

#wrapper_bg {
position: relative;
left:1px;
/*
background-image: url(../images/common/cmn_bg_hatched.gif);
background-repeat:repeat;
position:relative;
*/
}

/* ヘッダー(上のタブっぽい所) */
#tab{
width:980px;
height:79px;
position:relative;
}

#tab .konami {
position:absolute;
left:6px;
top:8px;
}

#tab .help {
position:absolute;
top:8px;
left:918px;
}

/* added for Asia version */
#tab .country_select{position:absolute;left:830px;top:8px;}

#tab .tab_top, #tab .tab_service, #tab .tab_beginner, #tab .tab_faq, #tab .tab_login, 
#tab .tab_l, #tab .tab_r {
  height:32px;
  position:absolute;
  text-indent:-9999px;
  top:33px;
  width:144px;
}

/*#tab .tab_top {
	background-image: url(../../cn-s/images/common/cmn_topmenu_top.gif);
	left:224px;
}

#tab .tab_service {
	background-image: url(../../cn-s/images/common/cmn_topmenu_servis.gif);
	left:368px;
}

#tab .tab_beginner {
	background-image: url(../../cn-s/images/common/cmn_topmenu_beginner.gif);
	left:512px;
}

#tab .tab_faq {
	background-image: url(../../cn-s/images/common/cmn_topmenu_faq.gif);
	left:656px;
}

#tab .tab_login {
	background-image: url(../../cn-s/images/common/cmn_topmenu_login.gif);
	left:800px;
	width:137px;
}*/

#tab .tab_l {
	background-image: url(../images/common/cmn_topmenu_side_l.gif);
	left:191px;
	width:34px;
}

#tab .tab_r {
	background-image: url(../images/common/cmn_topmenu_side_r.gif);
	left:937px;
	width:39px;
}

#tab A:hover, #tab .ac {
  background-position: left bottom;
}

/* コンテンツメイン */
#main_wrapper {
padding: 16px 20px 0;
width:940px;
}

#main_wrapper_2pane {
background-image: url(../images/common/cmn_bg_2pane.gif);
}

#main {
background-image:none;
background-color:white;
}

#main .caption_bg1 {
background-image: url(../images/top_footer_link/footerlink_subtitle_a.gif);
height: 22px;
padding: 6px 20px;
}

.caption {
font-size:14px;
}

#main_text {
border:1px solid #c0c0c0;
border-top-style:none;
padding: 8px 16px;
}

#main_text2_1 {
/*
border:1px solid #c0c0c0;
border-top-style:none;
*/
padding: 8px 16px;
width:681px;
}

#main_text2_2 {
/*
border:1px solid #c0c0c0;
border-top-style:none;
*/
padding: 8px 8px 32px 32px;
width:157px;
}

#main2_1 {
/*
background-image:none;
background-color:white;
*/
width:715px;
height:auto;
}

#main2_1 .caption_bg2 {
/*background-image: url(../../cn-s/images/beginner/beginner_subtitle_am.gif);*/
height: 22px;
padding: 6px 20px;
}

#main2_2 {
/*
background-image:none;
background-color:white;
*/
position:absolute;
left: 761px;
top: 16px;
width:199px;
}

#main2_2 .caption_bg3 {
/*background-image: url(../../cn-s/images/beginner/beginner_subtitle_as.gif);*/
height: 22px;
padding: 6px 20px;
}

.menu_list {
list-style-image:url(../images/icon_yajirusi_gray.gif);
list-style-position:outside;
line-height:1.2;
/*display:list-item;*/
}

.menu_list LI {
padding:0 0 16px 0;
}

/* トピック */
.h4_type1 {
background-color:#e0e0e0;
padding:5px 4px 3px;
font-size:12px;
border-bottom-style:solid;
border-bottom-width:2px;
}

.h4_type2 {
background-image: url(../images/common/cmn_bg_dot.gif);
padding:5px 4px 5px;
font-size:12px;
}

/* コンテンツメイン最後の余白 */
#main_end {
height:32px;
border-bottom:1px solid #c0c0c0;
}

#main_end_2pane {
background-image: url(../images/common/cmn_bg_2pane_btm.gif);
height:1px;
}

/* フッタ */
#footer {
text-align:right;
padding:8px 0px 48px;
}

#footer .footer_link {
  list-style-type:none;
	display:inline;
  /*line-height: 150%;*/
}

#footer .maru_c {
  color: #404040;
  font-size:11px;
	padding: 0 8px 0 8px;
	text-align:right;
}

#footer .copyright {
padding: 16px 0;
}


