@charset "utf-8";

/*第二階層ページ共通
--------------------------------------------------*/

#pan{
	text-align:right;
	margin:-10px 10px 10px;
	font-size:0.9em;
	letter-spacing:0.2em;
}
#pan li{
	display:inline;
}

.topContents {
	margin:30px 0;
	padding-right: 15px;
	padding-left: 15px;
}

h2,h3 {
	margin-bottom:30px;
}

.h2Text{
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:1em;
	text-indent:1em;
	color:#666;
}
.h3Text{
	line-height:1.5em;
	margin-bottom:1em;
	text-indent:1em;
	color:#666;
}
.secondContents {
	margin-bottom:30px;
}
.secondContents .article {
	margin:0 15px;
}
.pageTop{
	text-align:right;
	text-decoration:underline;
}
.centerText{
	margin:0 auto;
	text-align:center;
	margin:50px;
}

/*build.htmlに関すること
--------------------------------------------------*/

#pageBuild .topContents .article01 .left {
	width: 316px;
	margin-bottom:30px;
}
#pageBuild .topContents .article01 .right {
	width: 354px;
}
#pageBuild .topContents .article01 h2 {
	margin-top:20px;
}
#pageBuild .topContents .article02 .left {
	width: 338px;
	margin-bottom:30px;
}
#pageBuild .topContents .article02 .right {
	width: 332px;
}
#pageBuild .secondContents .article .left {
	width: 220px;
	margin-bottom:30px;
}
#pageBuild .secondContents .article .right {
	width: 450px;
}


/*reuse.htmlに関すること
--------------------------------------------------*/

#pageReuse dl {
	padding:0 20px;
}

#pageReuse dl dt {
	float:left;
	width:340px;
	padding-left:30px;
	background:url(../images/sankaku.gif) left no-repeat;
	line-height:1.5em;
	border-bottom:#666 dotted 1px;
	margin-bottom:10px;
}
#pageReuse dl dd {
	float:right;
	text-align:right;
	width:275px;
	border-bottom:#666 dotted 1px;
	line-height:1.5em;
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing:0.3em;
}
.smallTitle{
	margin:20px 20px 20px;
}
#pageReuse .article01,#pageReuse .article{
	margin-bottom:30px;
}
#pageReuse h4{
	color:#1F731B;
	margin:2em 0;
	padding:0 0 0.5em;
	border-bottom:#1F731B dotted 1px;
		
}
#pageReuse .secondContents .article .left {
	width: 220px;
	margin-bottom:30px;
}
#pageReuse .secondContents .article .right {
	width: 370px;
}
.rH4Catch{
	margin-bottom:20px;
}

/*material.htmlに関すること
--------------------------------------------------*/

#pageMaterial .article,#pageMaterial .article01{
	margin:0 30px;
	width:655px;
}
#pageMaterial .topContents .article01 .left {
	width: 340px;
	margin-bottom:30px;
}
#pageMaterial .topContents .article01 .right {
	width: 260px;
}
#pageMaterial .article .left {
	width: 350px;
	margin-bottom:30px;
}
#pageMaterial .article .right {
	width: 220px;
}
.maker {
	width:300px;

}
.maker li{
	float:left;
	width:146px;
	text-align:center;
	line-height:2em;
	height:2em;
	border:1px solid #ccc;
}
.glay{
	background-color:#eee;
}
.hosoku{
	margin:15px;
	text-align:right;
}

/*profile.htmlに関すること
--------------------------------------------------*/
#pageProfile h2{
	margin:0 auto;
	width:636px;
}
#pageProfile .secondContents .article{
	width:655px;
	margin:0 30px 30px;
}
#pageProfile .secondContents dl{
	width:615px;
	border-bottom:1px dotted #ccc;
	margin:0 20px;
}
#pageProfile .secondContents dt{
	width:120px;
	clear:left;
	float:left;
	border-top:1px dotted #ccc;
	padding-left:20px;
	background:url(../images/sankaku.gif) left no-repeat;
	font-weight:bold;
	color:#1F731B;
}
#pageProfile .secondContents dd{
	width:450px;
	border-top:1px dotted #ccc;
	margin-left:140px;
}
#pageProfile dt,#pageProfile dd{
	padding:8px;
	line-height:20px;
}
.green{
	background-color:#1F731B;
	color:#FFFFFF;
	padding:2px;
	width:100px;
	text-align:center;
}
.subList li{
	margin-bottom:3px;
}
.map{
	width:317px;
	margin:0 auto;
	margin-top:20px;
}
#pageProfile .secondContents dl.koken dt{
	color:#1C518F;
}
/*form/index.htmlに関すること
--------------------------------------------------*/
#pageForm .article{
	width:625px;
	margin:0 auto;
}

