@charset "UTF-8";

/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.system .img_left{float:left;margin-right:20px;margin-bottom:10px;}
.system .img_right{float:right;margin-left:20px;margin-bottom:10px;}
.system .img_center{display:block;margin:0 auto;clear:both;}

/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.system .txt_bold{font-weight:bold;}
.system .txt_red{color:#cc0000;}

/*------------------------------------------
■ 主要コンテンツエリアのタイトル下テキスト
------------------------------------------*/
.system .sub_txt_area{
margin: 12px;
}

/*------------------------------------------
■ コンテンツ left 内
------------------------------------------*/
.system .system_con_set{
margin:20px auto;
width:680px;
}

.system .con_box{
border: 1px solid #D3CBAA;
margin: 10px auto 0;
padding-bottom: 10px;
padding-top: 10px;
}

.system .con_title_01,.con_title_02,.con_title_03,.con_title_04{
height:62px;
margin:10 auto;	
}
.system .con_title_01{background:url("../img/con_title_01.gif") no-repeat scroll center top transparent;}
.system .con_title_02{background:url("../img/con_title_02.gif") no-repeat scroll center top transparent;}
.system .con_title_03{background:url("../img/con_title_03.gif") no-repeat scroll center top transparent;}
.system .con_title_04{background:url("../img/con_title_04.gif") no-repeat scroll center top transparent;}

.system .con_right{
float: right;
width: 440px;
}

.system .komi{
    border-bottom: 1px dotted #AA0000;
    border-left: 10px solid #AA0000;
    color: #333333;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 8px;
}

.system .message{
background:#F9E6C5;
border-radius: 10px 10px 10px 10px;
font-size: 21px;
line-height: 130%;
margin: 0 10px;
padding: 10px;
text-align: center;
}

