@charset "utf-8";

/* CSS Document */

* {

	font-family: Arial, "微軟正黑體";

}

body,html{

    width:622px;

    height: 647px;

}

#wrapper{

    width:622px;

    height: 647px;
	position:relative;

}

#conbody{

    width: 622px;

    background: #F0EDDF;

    -webkit-border-radius: 8px;

-moz-border-radius: 8px;

border-radius: 8px;

    padding: 25px;

    padding-bottom: 40px;

    -webkit-box-sizing: border-box;

   -moz-box-sizing: border-box;

        box-sizing: border-box;

    font-size:14px;

    color: #855F46;

}

.conbody_title{

    font-size: 20px;

    font-weight: bold;

    color: #855F46;

    line-height: 20px;

    padding-bottom: 15px;

    background: url(../images/list2.jpg)bottom repeat-x;

    margin-bottom: 30px;

}

.conbody_title:before{

    content: '';

    width: 32px;

    height: 31px;

    display: inline-block;

    background: url(../images/bulletins/icon.jpg)no-repeat;

    vertical-align:middle;

    margin-right: 15px;

}

.close{

    width: 31px;

    height: 32px;

    display: block;

    background: url(../images/bulletins/close.jpg)no-repeat;

    float: right;

}