/*------------------ボディー要素------------------*/
body {
margin: 0px;
padding: 0px;
font-size: 11px;
color: #999999;
text-align: center;
line-height: 150%;
background: url(http://puffpuff.jp/hories/html/img/common/body_bg.jpg);
background-repeat: repeat;
background-color: #FF9966;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}


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


/*------------------ボード全体を囲む部分------------------*/
#block_all {
width: 779px;
margin: 0px auto 0px auto;
padding: 0px;
text-align: left;
background: #000000;
background: url(http://puffpuff.jp/hories/html/img/common/stage_bg.jpg);
background-repeat: repeat;

}


/*------------------ボードヘッダー部分------------------*/
#block_header {
clear: both;
width: 740px;
height: 137px;
margin-right: auto;
margin-left: auto;
padding: 10px 0px 10px 0px;
background: url(http://puffpuff.jp/hories/html/img/common/header_blog.jpg);
background-repeat: no-repeat;
}
#block_header a {text-decoration: none;}


/*------------------サイトタイトル部分------------------*/
.site_title {
font-size: 25px;
font-weight: bolder;
padding: 30px 0px 0px 40px;
}

a.site_title_link:hover { color: #F5F5F5 }

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

.sub_title {
font-size: 15px;
color: #F5F5F5 ;
margin: 3px 0px 10px 40px;
}


/*------------------ボードメイン部分(右側)------------------*/
#block_main {
width: 525px;
float: left;
margin: 0px;
padding: 5px 20px 40px 25px;
}


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


/*------------------親記事ヘッダー部分------------------*/
.com_head {
margin: 5px 0px 0px 0px;
padding: 0px 0px 5px 0px;
font-size: 12px;
color: #CCCCCC;
font-weight: bolder;
}

.com_head2 {
padding: 0px 0px 5px 0px;
font-size: 9px;
color: #CCCCCC;
border-bottom: 1px dotted #666666;
}

.com_head2 a:link {color: #CCCCCC; text-decoration: none;}
.com_head2 a:visited {color: #CCCCCC; text-decoration: none;}
.com_head2 a:hover {color: #FF9966; text-decoration: none;}
.com_head2 a:active {color: #FF9966; text-decoration: none;}


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

blockquote {
width: 300px;
padding: 8px;
clear: both;
font-size: 9px;
color: #d3d3d3;
border-left: 1px solid #FFCC99;
border-right: 1px solid #FF9966;
border-top: 1px solid #FFCC99;
border-bottom: 1px solid #FF9966;
}

.upfile_pict {
margin: 6px;
border-width: 1px;
border-style: solid;
text-decoration: none;
border-color: #999999 #666666 #666666 #999999;
}


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


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


/*------------------レスメイン部分------------------*/
.res {
margin: 10px 0px 0px 0px;
padding: 10px 10px 0px 10px;
font-size: 10px; 
color: #FF9966;
border-top:1px dotted #666666;
}


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


/*------------------レスフォーム部分------------------*/
.res_form {
margin: 10px 0px 0px 0px;
padding: 10px 0px 0px 0px;
font-size: 10px;
text-align: right;
border-top:1px dotted #666666;
}


/*------------------ボードメニュー部分(左側)------------------*/
#block_left {
width: 140px;
float: left;
margin: 5px 0px 10px 0px;
padding: 5px 0px 10px 40px;
}

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

#block_left table {
margin: 0px 0px 5px 0px;
}

.menu_title {
margin: 0px 0px 5px 0px;
padding: 1px;
font-size: 10px;
color: #999999;
text-align: center;
border-left: 1px dotted #666666;
border-right: 1px dotted #666666;
border-top: 1px dotted #666666;
border-bottom: 1px dotted #666666;
}

.menu_title2 {
padding: 0px 0px 0px 15px;
}

/*------------------カレンダー部分------------------*/
.cal_month {
font-size: 9px;
text-align: center;
}

.cal_week {
width: 14px;
height: 12px;
font-size: 9px;
text-align: center;
}

.cal_day {
width: 14px;
height: 12px;
font-size: 9px;
text-align: center;
a:link text-decoration: none;
}
.cal_day a:link {text-decoration: underline;}
.cal_day a:hover {color: #FF9966; text-decoration: none;}

.cal_today {
width: 14px;
height: 12px;
font-size: 9px;
text-align: center;
text-decoration: underline;
border-left: 1px solid #FFCC99;
border-right: 1px solid #FFCC99;
border-top: 1px solid #FFCC99;
border-bottom: 1px solid #FFCC99;
}



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

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


/*------------------ボードフッター部分------------------*/
#block_footer {
clear: both;
text-align: right;
margin: 0px;
padding: 20px 25px 20px 0px;
font-size: 10px; 
color: #CCCCCC;
}

#block_footer a:link {color: #CCCCCC; text-decoration: none;}
#block_footer a:visited {color: #CCCCCC; text-decoration: none;}
#block_footer a:hover {color: #FF9966; text-decoration: none;}
#block_footer a:active {color: #FF9966; text-decoration: none;}


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

#form_all {
width: 540px;
margin: 0px auto 0px auto;
padding: 0px 0px 20px 0px;
color: #CCCCCC;
text-align: left;
background: #000000;
}

#form_title {
margin: 0px 0px 20px 0px;
padding: 10px 0px 10px 20px;
font-size: 14px;
color: #FF9966;
font-weight: bolder;
border-bottom:1px dotted #666666;
}

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

input,textarea,select{
padding: 2px;
font-size :10px;
border: 1px solid #999999;
font-family: "Verdana","Osaka","sans-serif";
}
