﻿.news_frame_dotted
{
    width: 317px; 
    min-height: 126px;
    margin:10px 20px 10px 0px; 
    padding:5px; 
    border: 1px dotted #cccccc; 
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    font-size:11px; 
    float:left;
    position: relative;
}
.news_frame_dotted #title, .news_frame_dotted #title a
{
    width: 100%;
    min-height: 22px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.news_frame_dotted #image
{
    width: 35%;
    min-height: 22px;
    float: left;
}
.news_frame_dotted #image img
{
    border: 1px solid #ccc;
    margin: 5px;
}
.news_frame_dotted #intro
{
    width: 65%;
    min-height: 22px;
    line-height: 20px;
    text-align: left;
    float: left;
}
.news_frame_dotted #button
{
    width: 100%;
    min-height: 12px;
    text-align: right;
    font-weight: bold;
    margin-top: 3px;
    float: left;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.photo_gallery_01
{
    width: 142px; 
    min-height: 106px;
    margin:0px 20px 20px 0px; 
    padding:5px; 
    border: 1px solid #afab8e;
    background-color: #f0eee0;
    float:left;
}
.photo_gallery_01 img
{
    width: 138px; 
    height: 102px;
    border: 2px solid #afab8e;
    background-color: #f0eee0;
}

.photo_gallery_02
{
    width: 154px; 
    min-height: 118px;
    margin:0px 20px 20px 0px; 
    float:left;
}
.photo_gallery_02 img
{
    width: 154px; 
    height: 118px;
}