body {
	background-color: #F5FFFF;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75em;
	letter-spacing: 0.05em;
}
dd {
	margin: 0;
}

hr {
	height: 1px;
	border: 0 none;
	border-bottom: 1px solid #000000;
	margin: 19px 0 20px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFF5;
}

#header {
}
#header h1 {
	margin: 0px;
	text-align: center;
}
#header .logo {
	padding-top: 20px;
	padding-right: 55px;
	text-align: right;
}

#yodogawa {
	margin-top: 0;
	padding: 35px 0 35px 185px;
	border-top: 1px solid #000000;
}

#content {
	padding: 15px 20px 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#content .date {
	padding-bottom: 40px;
	font-size: 10px;
	color: #808080;
	text-align: center;
}


#content div {
}
#content div dl {
	margin-top: 0;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
}
	
#content div dt,
#content div dd {
	margin:0;
	padding:0;
	letter-spacing: 0.075em;
}

#content div dt {
	display: inline-block;
	width: 60px;
	vertical-align: top;
	text-align: center;
}

#content div dt img {
}

#content div dd {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #BFBFBF;
}

#content div dd p {
	margin: 0;
	padding: 10px 15px;
}



#pagenavi {
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #000000;
}
#pagenavi ul {
	margin: 0;
	padding: 0;
	letter-spacing: -0.4em;
	list-style-type: none;
}
#pagenavi li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
	height: 23px;
}
#pagenavi li a {
}
#pagenavi li img {
	vertical-align: top;
}
#pagenavi li.prev {
	padding: 0 25px 0 100px;
}
#pagenavi li.next {
	padding: 0 100px 0 25px;
}
#pagenavi li.latest {
	width: 260px;
	padding: 0 25px;
}



.conv {
	
}

.conv h2,
.conv pre {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.conv > img {
	padding-left: 80px;
}

.balloonR {
	position: relative;
}
.balloonR dt {
	float: right;
	padding-left: 12px !important;
}
.balloonR dd {
	float: right;
	background: #FFF5FF URL(../images/gr_balloon2_top.png) repeat-x left top;
}
.balloonR dd div.wrap {
	background: transparent URL(../images/gr_balloon2_btm.png) repeat-x left bottom;
}
.balloonR dd div.balloon {
	position: absolute;
	right: 60px;
	top:0;
}

.balloonL {
	position: relative;
}
.balloonL dt {
	float: left;
	padding-right: 12px !important;
}
.balloonL dd {
	float: left;
	background: #F5FFFF URL(../images/gr_balloon1_top.png) repeat-x left top;
}
.balloonL dd div.wrap {
	background: transparent URL(../images/gr_balloon1_btm.png) repeat-x left bottom;
}
.balloonL dd div.balloon {
	position: absolute;
	left: 60px;
	top:0;
}

/* vertical align middle hack */
/* IE 6 */
* html #content dl dd {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html #content dl dd {
	display: inline;
	zoom: 1;
}


dl.profile {
	position: relative;
	margin: 0;
}
dl.profile dt {
	padding-left: 185px;
	margin-bottom: 14px;
}
dl.profile dd {
	background-color: #F5FFE1;
	border-top: 1px solid #000000;
	padding: 20px 35px;
	margin-top: 14px;
	position: relative;
	width: 630px;
	z-index: 1;
}
dl.profile dd:before {
	content: url(../images/profile_arrow.png);
	position: absolute;
	left: 265px;
	top: -16px;
}
dl.profile dd h2 {
	margin-top:0;
	font-size: 16px;
	font-weight: normal;
}
dl.profile dd h2 .small {
	font-size: 14px;
}
dl.profile dd p {
	font-size: 12px;
	line-height: 22px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
dl.profile dd .photo {
	float: right;
}









#footer {
	padding: 20px 0;
}
#footerNav {
	height: auto;
	overflow:hidden;
}
#footerNav ul {
	list-style-type: none;
	width: 621px;
	margin: 0 auto;
	padding: 0;
}
#footerNav li {
	float: left;
	padding: 0 50px;
}


#copyright {
	margin-top: 35px;
	text-align: center;
}



