@charset "Shift_JIS";
/* CSS Document */

.ca_page_header {
	padding-bottom: 120px;
	background: url(../img/h1_title_profile.jpg) no-repeat 0 bottom;
}


/*=================================================================
 column
=================================================================*/
.content .column {
	clear: both;
	width: 689px;
	margin-bottom: 26px;
	padding-left: 20px;
}

.content .column .inner {
	overflow: hidden;
	margin: 14px 0 0 40px;
}

.content .column .inner p {
	margin-bottom: 20px;
}

.content .column .inner ul {
	overflow: hidden;
}

.content .column .inner li {
	float: left;
	width: 27%;
	margin: 0 20px 5px 0;
}

/* ひとまず、このページのみに適用（後々、全体に適用する予定）*/
.content .column .inner li a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../../commons/images/link_arrow_gray.png) no-repeat 5px 6px;
}

.content .column .inner li a:hover,
.content .column .inner li a:focus {
	background-color: #195ebd;
	color: #fff;
	text-decoration: none;
}


/* other -------------------------------------- */
.content .column .inner p.other {
	text-align: right;
	margin: 0;
}

/* h2 -------------------------------------- */
.content .column h2{
	display: block;
	padding: 0;
	background: #eef0ef url(../../commons/images/link_arrow_h.png) no-repeat 12px center;
}

.content .column h2 a {
	display: block;
	text-decoration: none;
	padding: 8px 15px 8px 35px;
	border: solid 3px #eef0ef;
}

.content .column h2 a:hover,
.content .column h2 a:focus {
	border-color: #a4acb6;
}

/* h1 -------------------------------------- */
.content h1{
	background: url(/img/home/arrow4.png) no-repeat left;
	padding: 10px 5px 10px 35px;
	margin: -10px 15px 15px 15px;
	font-size: 1.8em;
	color: #4E616C;
	letter-spacing: 0.3em;
}


