/*
	TRINITY WORKS,Inc.  http://www.trinity-works.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 180%;
	background-image: url(images/pbg.jpg);
	background-repeat: repeat-x;
	background-color: #F9F3E5;
}
#pwrp {
	background-image: url(images/pbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
#header {
	width: 950px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 80px;
}
#header .h1textbox {
	float: left;
	width: 450px;
	height: 80px;
	background-image: url(images/phd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#faux {
	overflow: auto;
	width: 950px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/fauxbg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#leftcolumn {
	display: inline;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#rightcolumn {
	display: inline;
	width: 720px;
	margin-left: 80px;
	margin-right: 0px;
	float: left;
}

div.topcaption {
	width: 720px;
	margin-bottom: 30px;
}
div.block1 {
	width: 720px;
	margin-bottom: 60px;
}
div.block1 div.blockhd {
	width: 720px;
	margin-bottom: 20px;
}
div.block1 p.blockcaption {
	width: 690px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 160%;
}
div.block1 p.blockcaption img.floatright {
	float: right;
	margin-bottom: 0px;
	margin-left: 20px;
}
div.block1 div.tableblock {
	width: 630px;
	margin-left: 40px;
	margin-bottom: 20px;
}
div.block1 dl {
	width: 690px;
	margin-left: 30px;
	margin-bottom: 20px;
}
div.block1 dl dt {
	float: left;
	clear: left;
	width: 70px;
	margin-bottom: 0px;
}
div.block1 dl dd {
	float: left;
	width: 490px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 140%;
}

div.block1 div.innerleftcolumn {
	float: left;
	width: 530px;
}
div.block1 div.innerleftcolumn div.blockhd {
	width: 530px;
	margin-bottom: 20px;
}
div.block1 div.innerleftcolumn p.blockcaption {
	width: 500px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 160%;
}
div.block1 div.innerleftcolumn dl {
	width: 500px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 160%;
}
div.block1 div.innerleftcolumn dl dt {
	float: left;
	width: 100px;
	margin-right: 30px;
}
div.block1 div.innerleftcolumn dl dd {
	float: left;
	width: 370px;
}
div.block1 div.innerrightcolumn {
	float: left;
	width: 160px;
}


#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(images/ftbg.jpg);
	background-repeat: repeat-x;
	background-color: #F9F3E5;
}
.clear {
	clear: both;
	background: none;
}
