@charset "Shift_JIS";


/* title */
#main-contents h1 {
    display : block;
    width:821px; height : 96px;
    margin: 0 auto;
}
#main-contents h1#cat-4 {
    display : block;
    width:821px; height : 258px;
    margin: 0 auto;
}
#main-contents h1#cat-3,#cat-4,#cat-5,#cat-6{ 
    text-indent : -9999px;
}

/* --------------------------------------------------

投稿

-------------------------------------------------- */

.textBody p {
    margin-bottom: 16px;
}

img.left {
    float: left;
}
img.right {
    float: right;
}
img.center {
    margin: 0px auto;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* 投稿タイトル一覧 */
#contributionIndex{
    margin-top: 20px;
}

#contributionIndex h2{
	padding: 5px 2px 3px 10px;
	margin-bottom: 15px;
	border-left: 5px solid #FF6666;
	border-bottom: 1px dashed #ffcfcd;
	font-size: 84%;
}

#contributionIndex h2 span{
	padding-left: 16px;
	font-weight: normal;
}

/* 投稿単ページ */
#contribution{
    /*margin-top: 20px;*/
	font-size: 84%;
}

#contribution h2{
	color: #605856;
	font-size: 114%;
	text-align: left;
	padding: 7px 2px 9px 26px;
	clear: both;
	margin-bottom: 5px;
}

.textBody {
    margin-top: 15px;
	padding: 0;
}

.contribution-Right01 {
   float: right;
   width: 200px;
}
.contribution-Left01 {
   float: left;
   width: 580px;
}

.contribution-Right02 {
   float: right;
   width: 580px;
}
.contribution-Left02 {
   float: left;
   width: 200px;
}

