@charset "UTF-8";

/* Default Typography(Change font-family basing on the page design!)  */

body {
	line-height:1.65;
	color:#333333;
	font-family: Helvetica, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:0.8em;
}
input,textarea{
	font-size:1em;
	color:#333333;
	font-family: Helvetica, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
    font-weight:normal;
    font-style:normal;
    line-height: 1.2;
}


/* Text elements */

p {
	margin-bottom:1.5em;
}
p:last-child {
    margin-bottom:0;
}

/* Link(Change colors basing on the page design!) */

a:link, a:visited  {
    color: #00224A;
    text-decoration: underline;
}
a:active, a:hover {
    color: #5F7C9C;
    text-decoration: underline;
}


pre {
	line-height:1.65;
	color:#333333;
	font-family: Helvetica, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:13px;

    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}