@charset "shift_jis";
/*==================================================
	@ Style Name    : /
	@ Create Date   : 2010.08.16
	@ LastUp Date   : 2010.09.01
====================================================
	@ Style Infomation
		01. Header
		
		02. Footer
		
		03. Suumary

		04. Outline
			
		05. Profile
		
		06. Talk
		
		99. Clearfix
==================================================*/

/*==================================================
	03. Suumary
==================================================*/
#summary {
	width:700px;
	background:url(/seimeishi/journal/070/img/common/bg_summary.gif) no-repeat 0 0;
}
#summary2 {
	margin:0 0 20px 0;
	width:700px;
	background:url(/seimeishi/journal/070/img/common/bg_summary.gif) no-repeat 0 bottom;
}
#summary #ttlSummary {
	padding:15px 15px 10px 15px;
	font-size:140%;
	font-weight:bold;
	color:#000;
	letter-spacing:1px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #BFA67A;
}
#summary #descSummary {
	padding:15px;
	border-bottom:1px solid #BFA67A;
}

/*==================================================
	04. Outline
==================================================*/
#outline {
	margin:0 0 20px 0;
	width:700px;
	height:150px;
}
#outline #ttlOutline {
	float:left;
	padding:15px;
}
#outline #navOutline {
	float:right;
	width:610px;
}
#outline #navOutline li {
	float:left;
	width:290px;
}
#outline #navOutline a {
	display:block;
	width:290px;
	padding:5px 0 4px 0;
	border-bottom:1px solid #BFA67A;
	text-decoration:none;
	color:#000;
	letter-spacing:1px;
	text-indent: 6px;
}

/*==================================================
	06. Talk
==================================================*/
.contentsTalk {width:420px;}
.contentsTalk h3 {
	margin:40px 0 10px 0;
	padding:0 0 5px 0;
	width:420px;
	font-size:116%;
	font-weight:bold;
	color:#000;
	border-bottom:2px solid #BFA67A;
	letter-spacing:1px;
	text-indent: 6px;
}
.talktable td { vertical-align:top; padding-bottom:20px;}
.talkoff td { padding:0;}
.talktable td.name1 { width:60px; letter-spacing:8px; font-weight:bold; color:#000;}
.talktable td.name2 { width:60px; letter-spacing:8px; font-weight:bold; color:#BFA67A;}

.contentsTalk .descPhoto150 {
	margin:0 0 10px 15px;
	float:right;
	width:150px;
}
.contentsTalk .descPhoto180 {
	margin:0 0 10px 10px;
	float:right;
	width:180px;
}

.contentsTalk .descPhoto190 img,.contentsTalk .descPhoto180 img {
	margin:0 0 5px 0;
}

.annotationContents2 {
	position:absolute;
	left:420px;
	width:130px;
	font-size:86%;
}

/*==================================================
	99. Clearfix
==================================================*/
#profile:after,
.contentsTalk:after,
.talka:after,
.talkb:after {
	clear:both;
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html #profile,
* html .talka,
* html .talkb {zoom:1;} /* IE6 */	
*:first-child+html #profile,
*:first-child+html .talka,
*:first-child+html .talkb {zoom:1;}  /* IE7 */