
a#com_home{
    width:120px;
    height:auto;
    padding:0.5em 1em;
    border:1px solid #482c2c;
    border-radius:8px;
    margin:3em auto;
    text-decoration:none;
    color:#482c2c;
    text-align:center;
}

#com_h1a{
    display:none;
}

#comData .chData{
    width:900px;
    height:170px;
    padding:1em 0;
    border-style:solid;
    border-width:6px;
    border-color:#ffffff;
    border-radius:16px;
    margin-bottom:1em;
    box-shadow:0 0 3px #746969;
    color:#482c2c;
}

#comData .col1{
    width:300px;
    float:left;
    padding:0 16px;
}

#comData .col2{
    width:260px;
    float:left;    
    padding:32px 16px;
}

#comData .col2 p{
    font-size:180%;
    line-height:1;
    margin:0;
    text-align:center;
}

#comData .col2 table{
    font-size:16px;
    margin:16px auto;
}

#comData .col2 td{
    padding:0;
}

#comData .col3{
    width:260px;
    padding:56px 0 0 0;
    float:left;
    font-size:200%;
    text-align:center;
}

#comBody{
    width:100%;
}

#comList{
    width:660px;
}

#comList h1{
    display:inline;
    margin:0;
    font-size:150%;   
    font-weight:normal; 
}

#comList h2{
    display:inline;
    font-size:85%;
    font-weight:normal;
}

#comList .line{
    width:100%;
    height:2px;
    background:#482c2c;
}

#comList td{
    padding:0.5em;
}

#comList .voteDate{
    font-size:12px;
    line-height:1;
}

#comList .voteImg{
	display:block;
	float: left;
	margin-top:0em;
	margin-right:1em;
}

#comList .voteComment{
    font-size:150%;
    line-height:1.2;
}

#comSide a{
    font-size:18px;
    line-height:1;
    padding:0.3em 1em;
    border:1px solid rgb(72, 44, 44);
    border-radius:4px;
    margin:0.2em 0;
    text-align:center;
    text-decoration:none;
    color:#482c2c;
}

#comSide .current{
    background:rgb(72, 44, 44);
    color:white;
}

#comSide .archive{
    background:white;
}


#pageList{
    width:660px;
    text-align:center;
}

#pageList a{
    display:inline;
    padding:0.2em 1em;
    background:white;
    border:1px solid #482C2C;
    border-radius:4px;
    text-decoration:none;
    text-align:center;
    color:#482C2C;
    font-size:13px;
    line-height:1;
}

#pageList a.opacity{
    opacity:0.5;
    
}






