/*------------------ボディー要素------------------*/
body {
margin: 0px 5px 6px 5px;
padding: 0px;
text-align: center;
font-size: 12px;
background: #FFFFFF;
color: #333;
font-family: 'Times New Roman', Times, serif;
}
/*------------------リンク要素------------------*/
a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}
a:active {color: #666; text-decoration: underline;}

/*------------------ボード全体を囲む部分------------------*/
#block_all {
width: 900px;
margin: 0px auto 0px auto;
background: #FFFFFF;
text-align: left;
}
/*------------------ボードヘッダー部分------------------*/
#block_header {
clear: both;
margin: 0;
margin-bottom: 20px;
padding: 0;
height: 200px;
text-indent: -9999px;
overflow: hidden;
background: url(http://www.bigcosmic.com/board/s/data_web/intruth/1238497867.jpg) no-repeat left top;
}
#block_header a {text-decoration: none;}


/*------------------ボードタイトル部分------------------*/
#boardtitle {
font-size: 18px;
font-weight: bolder;
color: #333;
padding: 10px 0px 5px 0px;
}

a.title_link:link { color: #333; text-decoration: none; }
a.title_link:visited { color: #333; text-decoration: none; }
a.title_link:hover { color: #666; text-decoration: none; }
a.title_link:active { color: #666; text-decoration: none; }

#subtitle {
font-size: 10px;
color: #333;
text-shadow: none;
}
/*------------------ボードメイン部分(左側)------------------*/
#block_main {
width: 570px;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 15px;
float: left;
}
/*------------------記事全体を囲む部分------------------*/
.com_all {
margin: 0px 0px 20px 0px;
padding: 10px 10px 10px 10px;
}
/*------------------親記事ヘッダー部分------------------*/
.com_head {
margin: 0px 0px 5px 0px;
padding: 1px 0px 5px 3px;
font-size: 12px;
font-weight: bolder;
color: #333;
text-align: left;
border-bottom: 1px solid #999;
}

.com_head2 {
margin: 0px 0px 20px 0px;
font-size: 10px;
color: #333;
text-align: right;
}
.com_head2 a:link {text-decoration: underline;}
.com_head2 a:hover {color: #FF1D64; text-decoration: underline;}
/*------------------親記事メイン部分------------------*/
.com {
margin: 0px 0px 0px 10px;
}

blockquote {
padding: 8px;
clear: both;
border-left: 1px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
}

.upfile_pict {
padding: 4px;
margin: 4px;
background-color:#FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}
/*------------------親記事フッター部分------------------*/
.com_foot {
font-size: 10px;
margin: 5px 0px 0px 0px;
text-align: right;
}


/*------------------レス全体を囲む部分------------------*/
.res_all {
padding: 0px 0px 0px 10px;
}
/*------------------レスメイン部分------------------*/
.res {
color: #666666;
border-top:1px dotted #999999;
margin: 10px 0px 0px 0px;
padding: 10px 2px 0px 5px;
}
/*------------------レスフッター部分------------------*/
.res_foot {
font-size: 10px;
color: #333;
text-align: right;
padding: 5px 2px 0px 0px;
}
/*------------------レスフォーム部分------------------*/
.res_form {
text-align: right;
border-top:1px dotted #999999;
margin: 10px 0px 0px 0px;
padding: 10px 2px 0px 0px;
}
/*------------------左ブロック------------------*/
#block_left {
width: 150px;
padding: 10px 0 0;
float: left;
}

#block_left ul {
margin: 0px 0px 20px 10px;
padding: 0px;
list-style-type: none;
}
/*------------------右ブロック------------------*/
#block_right {
width: 150px;
padding: 10px 0 0;
float: right;
}

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

#block_right table {
margin: 0px 0px 20px 0px;
}
/*------------------左右ブロック共通------------------*/

.menu_title {
font-size: 12px;
font-weight: normal;
color: #333;
margin: 0px 0px 5px 0px;
padding: 1px 0px 5px 0px;
text-align: left;
border-bottom: 1px solid #ccc;
}

.menu_title2 {
font-size: 12px;
font-weight: normal;
color: #333;
margin: 20px 0px 10px 0px;
padding: 1px 0px 5px 0px;
text-align: left;
border-bottom: 1px solid #ccc;
}
/*------------------カレンダー部分------------------*/
.cal_month {
font-size: 10px;
text-align: center;
}

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

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

.cal_today {
text-align: center;
font-size: 10px;
width: 16px;
height: 12px;
text-decoration: underline;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
.cal_today a:link {color: #999; text-decoration: underline;}
.cal_today a:hover {color: #999; text-decoration: none;}

/*------------------フッターライン------------------*/
#footerline {
width: auto;
height: 16px;
padding: 0px;
margin: 0px 0px 0px 10px;
border-top: 1px solid #ccc;
clear: both;
}
/*------------------ボードフッター部分------------------*/
#block_footer {
margin: 0px;
padding: 0 0px 30px 0;
text-align: right;
clear: both;
}
/*------------------新規投稿フォーム部分------------------*/
form {
margin: 0px;
}

#form_all {
width: 490px;
margin: 10px auto 0px auto;
padding: 0px 0px 10px 0px;
background: #FFFFFF;
text-align: left;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
}

#form_title {
font-size: 16px;
font-weight: bolder;
color: #333;
margin: 0px 0px 20px 0px;
padding: 10px 0px 10px 20px;
}

.forms {
font-size: 12px;
font-weight: bolder;
color: #333;
margin: 10px 0px 5px 20px;
}

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




/*------------------プロフ部分------------------*/

.prof_pict {
margin: 4px;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
}

.prof_com {
margin: 0px 5px 20px 5px;
padding: 0px;
}
