@charset "utf-8";
@import "reset.css";
@import "index_base.css";
@import "common.css";


/*			share
--------------------------------------------------------------------------------------------*/
div#content img.main_image {
	margin:0 0 10px 0;
}
div#content h2 {
	background:url(../images/h2_bg.jpg) left top no-repeat;
	padding:5px 0 0 14px;
	width:566px;
	height:25px;
	font-size:1.6em;
	color:#FFF;
	font-weight:bold;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}


/*			greeting
--------------------------------------------------------------------------------------------*/
div#content div#greeting {
	margin:10px 0 21px 0;
	width:576px;
}
div#content div#greeting div.g {
	float:left;
	width:237px;
	padding:0 0 0 10px;
}
div#content div#greeting div.g dl dt {
	line-height:1.4em;
	font-size:1.2em;
}
div#content div#greeting div.g dl dd {
	margin:30px 0 0 0;
}
div#content div#greeting div.douga {
	float:right;
	width:320px;
	height:300px;
}

/*			prof
--------------------------------------------------------------------------------------------*/
div#content div#prof {
	margin:0 0 45px 8px;
	width:568px;
}
div#content div#prof p.prof_p {
	margin:12px 0 7px 120px;
	font-size:1.2em;
}
div#content div#prof div.cms div.left {
	float:left;
	width:100px;
}
div#content div#prof div.cms div.left dl dd {
	width:100px;
	height:75px;
}
div#content div#prof div.cms div.left dl dd p {
	width:100px;
	height:75px;
	overflow:hidden;
}
div#content div#prof div.cms div.left dl dt {
	text-align:center;
	font-size:1.2em;
	padding:1px 0 0 0;
}
div#content div#prof div.cms table {
	float:right;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}
div#content div#prof div.cms table tr th {
	padding:6px 0 7px 7px;
	width:101px;
	background:#F3FEE0;
	font-weight:normal;
	text-align:left;
	font-size:1.2em;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	vertical-align:top;
}
div#content div#prof div.cms table tr td {
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	width:341px;
	padding:6px 0 7px 7px;
	font-size:1.2em;
}


