@charset "UTF-8";


/********** 基本 **********/
#contentsArea{
width:740px;
}

/********** 記事 **********/


/*#mainContainer{
	width:740px;
}
#mainContainer{
width:740px;
margin:10px 0 0 0;
padding: 0 0 25px 0;
}
*/


/*----- プロフィール部分 -----*/
#profSection{
	margin-top:3em;
	margin-bottom:3em;
	border:3px solid #ccc;
	padding:10px;
	background-image:url(../images/kaisha/2011/event/profile_bg.gif);
	width:714px;
}
#profSection .profImage{
	width:32%;
	text-align:center;
	vertical-align:middle;
}
#profSection .profTxt{
	width:66%;
	vertical-align:middle;
}

#profSection .title{
	margin-bottom:10px;
}

#profSection .profile{
	line-height:1.7;
	color:#555;
	font-size:110%;
	
}
#profSection .profile dt{
	margin:0;
	font-size:110%;
	margin-bottom:0.3em;
}
#profSection .profile dd{
	
	margin:0;
}
#profSection .msg{
	background-color:#fff;
	padding:15px;
	line-height:1.7;
	font-size:110%;
	margin:5px 0;
}
#profSection .msg dt{
	margin:0;
}
#profSection .msg dd{
	margin:0;
}


/*----- 本文 -----*/
div.readSection{
	margin:25px 15px;

}
div.readSection p{
	margin:0.5em 0 1em 0;
	line-height:1.7;
	text-indent:1em;
}
div.readSection .title{
	margin:3em 0 2em 0;
}
div.readSection img.leftPhoto{
	float:left;
	margin:0 1em 1em 0;
}
div.readSection img.rightPhoto{
	float:right;
	margin:0 0 1em 1em;
}

.topimg {

}

/*----- その他 -----*/


.totop{
	text-align:right;
	margin-top:10px;
	padding-right:10px;
	font-size:12px;
	clear:both;
}

.comment{
	display:none;
}
