@charset "utf-8";

/* --------------------------------------------------
 Font
-------------------------------------------------- */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
*/

body {
font:13px/1.231 sans-serif;
*font-size:small;
*font:x-small;/* x-small is for IE6/7 quirks mode. */
}
table {
font-size:inherit;
font:100%;
}

/* --------------------------------------------------
 JP
-------------------------------------------------- */
body {
color:#454545;
font-family:"ＭＳ Ｐゴシック", sans-serif;

}

div#container {
font-size:93%;/*default 12px*/
line-height:1.6;
}
.fontSmall {
font-size:93%;/*12px*/
}
.fontMedium {
font-size:108%;/*14px*/
}
.fontLarge {
font-size:123.1%;/*16px*/
}
.fontXLarge {
font-size:131%;/*16px*/
}
.fontXXLarge {
font-size:161.6%;
}

/* color
-------------------------------------------------- */
.colorRed {
color:#e70101;
}



/* Line Height
-------------------------------------------------- */
.lineHeight12 {
line-height:1.2;
}

.lineHeight13 {
line-height:1.3;
}

.lineHeight14 {
line-height:1.4;
}


/* Bold
-------------------------------------------------- */
.subHeading {
font-weight:bold;
}
strong {
font-weight:bold;
}
em {
font-weight:bold;
}




/* Notice Text
-------------------------------------------------- */
.noticeText {
color:#646464;
}