@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

/* --------------------------------------------------

aboutBox

-------------------------------------------------- */
#aboutBox {
	margin: 10px auto 20px auto;
	width: 960px;
	text-align: left;
}

#aboutBox h2{
	margin-bottom: 15px;
}

#aboutBox h3{
	margin: 15px 0 5px 0;
}

#aboutBox h4{
	margin: 30px 0 15px 0;
}

#aboutBox p{
	line-height: 1.6;
}

#aboutBox .clearfix p{
	width: 816px;
	float: right;
}



/* --------------------------------------------------

anotherInfo

-------------------------------------------------- */
.anotherInfo{
	margin-top: 10px;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.anotherInfo li{
	border-bottom: 1px solid #E0DCB4;
	padding: 7px 0 22px 40px;
	text-align: left;
	margin-bottom: 10px;
}

.anotherInfo li.pdf{
	background: url(img/pdf.gif) no-repeat left top;
}

.anotherInfo li.pdf a:link{
	color: #E86902;
}

.anotherInfo li.pdf a:visited{
	color: #E86902;
}

.anotherInfo li.pdf a:hover{
	color: #FD8B2F;
}

.anotherInfo li.ai{
	background: url(img/ai.gif) no-repeat left top;
}

.anotherInfo li.ai a:link{
	color: #623C6F;
}

.anotherInfo li.ai a:visited{
	color: #623C6F;
}

.anotherInfo li.ai a:hover{
	color: #824F93;
}


