/* coordiページメインコンテンツ*/


	
#coordimain	{
	width: 900px;
	height: 750px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
	
	}

.ctextarea	{
	width: 900px;
	height: 250px;
	background: url("../img/COORDINATION_text_03.gif") no-repeat;
	
	}

.ctextarea p	{
	width: 600px;
	font-size: 1em;
	color: grey;
	
	position: relative;
	top: 30px;
	left: 90px;
	text-align: left;
	padding: 50px;
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
	}

.ctextarea p:first-letter	{
	font-size: 3em;
	color: #a9ce14;
	line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
	}




#detail	{
	width: 850px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	}

#detail p.title	{
	text-align: center;
	font-family: メイリオ, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 700px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom; 15px;
	border-top: dotted grey 1px;
	border-bottom: dotted grey 1px;
	}
	
	
.creator	{
	width: 400px;
	height: 120px;
	border: solid grey 1px;
	float: left;
	margin-left:20px;
	padding-left: 10px;
	}

.creator ul li	{
	list-style-type: disc;
	}
	
.location	{
	width: 400px;
	height: 120px;
	border: solid grey 1px;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	}

.location ul li	{
	list-style-type: disc;
	}
	
.model	{
	width: 400px;
	height: 120px;
	border: solid grey 1px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
	padding-left: 10px;
	}

.model ul li	{
	list-style-type: disc;
	}
	
.equipment	{
	width: 400px;
	height: 120px;
	border: solid grey 1px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 10px;
	}

.equipment ul li	{
	list-style-type: disc;
	}


.direction	{
	width: 400px;
	height: 120px;
	border: solid grey 1px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
	padding-left: 10px;
	}

.direction ul li	{
	list-style-type: disc;
	}

#aftercontent	{
	clear: both;
	width: 850px;
	height: 50px;
	padding-top: 10px;
	padding-left: 20px;
	}
