@charset "UTF-8";

*{
	font-size:12px;
	font-family: 'MS UI Gothic',sans-serif;
	margin:0;
	padding:0;
}

a{color:#0B6CCE; text-decoration: underline;}
a:hover{color:#F90; text-decoration: underline;}

div#pankuzu{width:910px; height:15px; margin:10px 0; padding:3px; line-height:15px; border:solid 1px #ccc; font-size:10px;}
a img{border:none;}

div.footer-link{clear:both; margin:10px; font-size:11px;}
div#footer{margin:10px; text-align:right; border-top:solid 1px #ccc;}

a.out-link{padding-left:13px; line-height:1em; font-size:10px; background:url(/CS/images/icon_arrow.gif) no-repeat 0 0;}
a.out-link-m{padding-left:14px; line-height:1em; font-size:12px; background:url(/CS/images/icon_arrow.gif) no-repeat 0 1px;}

a.help-link{padding-left:13px; line-height:1em; font-size:10px; background:url(/CS/images/icon_help2.gif) no-repeat 0 0;}

a.out-link-right{line-height:1em; font-size:10px; background:url(/CS/images/icon_arrow.gif) no-repeat right 0;}

/* Fixed button(for mailmagazine,inquiry) */
body {background: url(#) fixed;}
div#fixed-box{width:127px; height:38px; position:fixed; top:0; right:0;	z-index:4;}
div#fixed-box a{display:block; width:127px; height:19px; text-indent:-9999px; text-decoration:none;}
div#fixed-box a#mailmaga-btn{background:#f00 url(/cmn/images/mail-maga.gif) no-repeat 0 0;}
div#fixed-box a#toiawase-btn{background:#f00 url(/cmn/images/toiawase.gif) no-repeat 0 0;}


/* clearfix */
div.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.icon{margin:0 6px 0 0; vertical-align:middle;}

a.cmnBlueArrow{padding-left:8px;  background:url(/cmn/images/blueArrow.png) no-repeat 0 2px;}

