@charset "Shift_JIS";
/* ここでは制作物ページのスタイルを設定します */




/* 1. メニュー
-------------------------------------------------------------	*/
/* 3-1.サブメニューライター	*/
.submenu-wr {
	height:53px;
	background:url(/image/writer/wr-back.gif) repeat-y;
}

/* 3-1.サブメニュー雑感	*/
.submenu-nz {
	height:23px;
	background:url(/image/essay/nz-back.gif) repeat-y;
}

/* 3-1.サブメニューコミュニティ	*/
.submenu-sc {
	height:23px;
	background:url(/image/community/sc-back.gif) repeat-y;
}


/* 2. コンテンツ
-------------------------------------------------------------	*/


#title2 {
	width:420px;
	height:auto;
	padding: 0 0 0 0;
	margin:0 0 40px 0;
	float:left;
}

#title-photo {
	width:120px;
	height:120px;
	float:right;
	margin:0 20px 0 0;
}


/* 2-1. 制作コンテンツ（顔写真なし）	*/

.seisaku{
    width: 820px;
	height: 200px;
	border-width: 1px; 
    border-style: solid; 
    border-color: #E5C2DC; 
	margin: 0 0 30px 0;
	padding:10px 10px 5px 10px;
	position:relative;
}

.seisaku-naka{
    width: 730px;
	height: auto;
	position:absolute;
	left:10px;
	padding : 0 0 0 0;	
}

.seisaku-head{
    width: 720px;
	height: auto;
	border-width: 0 0 2px 0; 
    border-style: dotted; 
    border-color: #9F9FA0; 
	margin: 0 0 0 0 ;
	padding:5px 5px 10px 5px;
	float:left;
}


.seisaku-text{
    width: 720px;
	height: auto;
	padding:10px 5px 5px 5px;
	float:left;
}




/* 2-1. 制作コンテンツ（左写真入り）	*/

.seisaku2{
    width: 820px;
	height: 180px;
	border-width: 1px; 
    border-style: solid; 
    border-color: #E5C2DC; 
	margin: 0 0 30px 0;
	padding:10px 10px 5px 10px;
	position:relative;
}

.seisaku-naka2{
    width: 600px;
	height: auto;
	position:absolute;
	left:140px;
	padding : 0 0 0 0;	
}

.seisaku-head3{
    width: 600px;
	height: auto;
	border-width: 0 0 2px 0; 
    border-style: dotted; 
    border-color: #9F9FA0; 
	margin: 0 0 0 0 ;
	padding : 0 0 10px 0;	
}

.seisaku-text3{
    width: 600px;
	height: auto;
	margin: 0 0 0 0 ;
	padding: 10px 0 0 0; 

}

.seisaku-photo2{
    width: 120px;
	height: 170px;
	border-width: 1px; 
	border-color: #9F9FA0;
	margin:0 10px 10px 0;
	position:absolute;
	left:10px;
	float:left;
}

.seisaku-hito2{
    width: 80px;
	height: 80px;
	float:right;
}





/* 2-4. 制作一覧	*/

table.seisaku-i {
 width:600px ;
 height:auto;
 vertical-align: ;
 margin:0 0 20px 0;
 border-color:#BBD5EF;
 border-width: 1px;
 border-style:solid;
 border-collapse: collapse;

}

.seisaku-i td, th{
 width:auto ;
 height:auto;
 vertical-align:middle;
 border-color:#BBD5EF;
 border-width: 1px;
 border-style:solid;
 padding:2px 10px;
}

.seisaku-i th {
	background-color:#BBD5EF;
	text-align:center;
	border-color:#FFF;
	border-bottom-color:#BBD5EF;
	border-right-color:#BBD5EF;
	border-left-color:#BBD5EF;
}

.seisakcolspan{
	background-color:#DFEAF7;
	text-align:center;
	border-color:#E5C2DC;
}



/* 2-4. 日記コンテンツ	*/

.nikki1{
    width: 590px;
	height: auto;
	border-width: 1px; 
    border-style: solid; 
    border-color: #9F9FA0; 
	margin: 30px 0 30px 0;
	padding:5px 5px 5px 5px;
	position:relative;
}


.v-icon{
    width: 30px;
	height: 43px;
	position:relative;
	top:-10px;
	left:10px;
	background:url(../image/v_icon.gif) no-repeat;
}

.t-head{
	width: 540px;
	height: auto;
	position: absolute;
	top:5px;
	left:55px;
	}
	
.t-image{
	width: 580px;
	height: auto;
	border-width: 2px 0 0 0; 
    border-style: dotted; 
    border-color: #9F9FA0; 
	margin: 10px 0 0 0 ;
	padding:10px 5px 5px 5px;
	}	

.t-cap{
	width: 580px;
	height: auto;
	border-width: 2px 0 0 0; 
	padding:0 5px 5px 5px;
	}

	
.t-cap2{ /* イメージ画像がない場合	*/	
	width: 580px;
	height: auto;
	border-width: 2px 0 0 0; 
    border-style: dotted; 
    border-color: #9F9FA0; 
	margin: 10px 0 0 0 ;
	padding:10px 5px 5px 5px;
	}			
	
