@charset "UTF-8";

/* ===================================================================
 File Name  : style.css
 Author     : designUNLIMITED
 Style Info : 基本設定とfontstyle
=================================================================== */

/*********** body **********/

body {
    background:#FFFFFF url(../img/bg/bg_body.png) repeat-x scroll;
    color:#575759; 
    font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    font-style:normal;
    font-variant:normal;
    line-height:1.5em;
}

html>/**/body {  
    font-size: 12px;  
}

/********** a **********/
a, a:link {
color:#575759;
text-decoration:underline;
}

a:visited {
color:#575759;
text-decoration:underline;
}

a:hover {
color:#191970;
text-decoration:none;
}

a:active {
color:#191970;
text-decoration:underline;
}

/********** style **********/

.lh_n {
    line-height:normal;
}

.lh_150 {
	line-height:1.5em;
}

.lh_180 {
    line-height:1.8em;
}

.lh_210 {
	line-height:2.1em;
}

.f_weight200 {
    font-weight:200;
}

.f_weight400 {
    font-weight:400;
}

.f_weight500 {
    font-weight:500;
}

.f_weight600 {
    font-weight:600;
}

.font10 {
    font-size:10px;
}

.font12 {
    font-size:12px;
}

.font14 {
    font-size:14px;
}

.font16 {
    font-size:16px;
}

.font18 {
    font-size:18px;
}

.font20 {
    font-size:20px;
}

.font22 {
    font-size:22px;
}

.font24 {
    font-size:24px;
}

/********** color **********/

.emphasis {
    color:#191970;
}

/***** monotone *****/
.black {
	color:#2F2F2F;
}

.white {
    color:#F0FFFF;
}

.gray {
    color:#595757;
}

.black_light {
	color:#434343;
}

.gray_light {
	color:#999999;
}

/***** warm *****/
.red {
	color:#FF0000;
}

.orange {
	color:#FF6600;
}

.crimson {
    color:#DC143C;
}

.tomato {
    color:#FF6347;
}

.maroon {
    color:#800000;
}

/***** cold *****/
.blue {
    /**color:#00A0E9;**/
	color:#000293;
}

.green {
    color:#506F00;
}

.seagreen {
    color:#2E8B57;
}

.forestgreen {
    color:#228B22;
}

.darkgreen {
    color:#006400;
}

/********** background **********/
