/*------------------ボディー要素------------------*/
body {
margin: 0px;
padding: 0px 0px 0px 0px;
text-align: center;
line-height: 170%;
letter-spacing: 1px;
font-size: 11px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
background: #c7d3df;
color: #000000;
}

/*IEバグ対策*/
br {letter-spacing: 0;}



/*------------------リンク要素------------------*/
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color:#666666; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}


/*------------------ボード全体を囲む部分------------------*/
#block_all {
width: 800px;
margin: 20px auto 0px auto;
padding: 0px;
background: #FFFFFF;
text-align: left;
}


/*------------------ボードヘッダー部分------------------*/
#block_header {
clear: both;
margin: 0px 0px 10px 0px;
padding: 10px 0px 10px 0px;
}
#block_header a {text-decoration: none;}


/*------------------サイトタイトル部分------------------*/
.site_title {
font-size: 20px;
font-weight: bolder;
padding: 10px 0px 10px 10px;
}
a.site_title_link:hover { color: #666666 }

a.site_title_link {
color: #3F543F;
text-decoration: none;
}

.sub_title {
font-size: 12px;
color: #546D54;
padding: 3px 0px 0px 10px;
}


/*------------------ボードメイン部分(右側)------------------*/
#block_main {
width: 480px;
padding: 5px 15px 10px 25px;
float: right;
}


/*------------------記事全体を囲む部分------------------*/
.com_all {
margin: 0px 0px 40px 0px;
}


/*------------------親記事ヘッダー部分------------------*/
.com_head {
padding: 5px 0px 5px 0px;
font-size: 14px;
color: #3F543F;
font-weight: bolder;
border-bottom: 1px dashed #333333;
}

.com_head2 {
font-size: 11px;
color: #606E60;
padding: 5px 0px 20px 0px;
}
.com_head2 a:link {color: #666666; text-decoration: none;}
.com_head2 a:visited {color: #666666; text-decoration: none;}
.com_head2 a:hover {color: #546D54; text-decoration: none;}
.com_head2 a:active {color: #546D54; text-decoration: none;}


/*------------------親記事メイン部分------------------*/
.com {
margin: 0px 0px 0px 0px;
}

blockquote {
padding: 8px;
clear: both;
font-size: 11px;
background-color: #F9F9F9;
border-left: 1px dotted #d3d3d3;
border-right: 1px dotted #d3d3d3;
border-top: 1px dotted #d3d3d3;
border-bottom: 1px dotted #d3d3d3;
}

.upfile_pict {
margin: 10px;
border-width: 1px;
border-style: solid;
padding: 8px 8px 50px 8px;
background-color: #F5F3F3;
border-color: #B8B8B8 #848484 #848484 #B8B8B8;
text-decoration: none;
}


/*------------------親記事フッター部分------------------*/
.com_foot {
font-size: 9px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 0px;
text-align: right;
}

.com_foot  a:link {color: #333333; text-decoration: underline;}
.com_foot  a:visited {color: #333333; text-decoration: underline;}
.com_foot a:hover {color: #cccccc; text-decoration: none;}
.com_foot  a:active {color: #cccccc; text-decoration: none;}


/*------------------レス全体を囲む部分------------------*/
.res_all {
margin: 0px 0px 0px 15px;
}


/*------------------レスメイン部分------------------*/
.res {
font-size: 10px;
padding: 15px 10px 10px 10px;
margin: 10px 0px 0px 0px;
background-color: #F4F4F4;
}


*------------------レスフッター部分------------------*/
.res_foot {
font-size: 10px;
text-align: right;
}


/*------------------レスフォーム部分------------------*/
.res_form {
font-size: 10px;
float: right;
margin: 10px 0px 0px 0px;
padding: 10px 90px 0px 0px;
}


/*------------------左ブロック------------------*/

#block_left {
width: 250px;
padding: 10px 20px 0px 0px;
float: left;
}

.menu_title {
font-size: 12px;
color: #3F543F;
font-weight: bolder;
margin: 0px 0px 5px 13px;
}

#block_left ul {
list-style-type: none;
font-size: 10px;
margin: 0px 0px 20px 20px;
padding: 0px;
}

#block_left table {
margin: 0px 0px 20px 10px;
}


/*------------------カレンダー部分------------------*/
.cal_month {
font-size: 9px;
text-align: center;
}
.cal_week {
text-align: center;
font-size: 9px;
width: 16px;
height: 14px;
}
.cal_day {
a:link text-decoration: none;
text-align: center;
font-size: 9px;
width: 16px;
height: 14px;
}
.cal_today {
text-align: center;
font-size: 9px;
width: 16px;
height: 14px;
background-color: #D1DDD1;
}


/*------------------プロフ部分------------------*/
.prof_pict {
padding: 6px;
margin: 6px 6px 6px 20px;
background-color:#FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #999999 #666666 #666666 #999999;
}

.prof_com {
font-size: 10px;
margin: 0px 0px 20px 20px;
padding: 0px;
}


/*------------------ボードフッター部分------------------*/
#block_footer {
clear: both;
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 0px;
text-align: center;
}



/*------------------ネクストバック部分------------------*/
#next_back {
font-size: 12px;
padding: 0px 0px 20px 0px;
text-align: center;
}


/*------------------新規投稿フォーム部分------------------*/
form {
margin: 0px;
}

#form_all {
width: 550px;
margin: 0px auto 0px auto;
padding: 0px 0px 20px 0px;
background: #ffffff;
text-align: left;
}

#form_title {
font-size: 16px;
font-weight: bolder;
color: #3F543F;
margin: 0px 0px 20px 0px;
padding: 10px 0px 10px 20px;
border-bottom: 1px dashed #333333;
}

.forms {
font-size: 11px;
font-weight: bolder;
color: #3F543F;
margin: 10px 0px 2px 20px;
}

input,textarea,select{
font-size :10px;
border: 1px solid #999999;
padding: 2px;
}

