<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* body
----------------------------------------------------------- */
body {
	font-size: 16px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Verdana", sans-serif;
	background: url(/c-selection/common/img/body_bg.png);
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ヘッダ
----------------------------------------------------------- */
#header {
	height: 117px;
	margin: 0 0 40px;
	background: url(/c-selection/common/img/header_bg.png) repeat-x 0 0;
}

#header div {
	width: 960px;
	margin: 0 auto;
}

#header h1,
#header p {
	position: relative;
	left: -7px;
	float: left;
}

#header ul {
	float: right;
}

#header li {
	float: left;
}


/* コンテナ
----------------------------------------------------------- */
#container {
	width: 960px;
	overflow: hidden;
	line-height: 1.7;
	margin: 0 auto;
}

#container a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* メイン
----------------------------------------------------------- */
#main {
	float: left;
	width: 738px;
	margin: 0 0 30px;
}


/* サイド
----------------------------------------------------------- */
#side {
	float: right;
	width: 172px;
	margin: 0 0 30px;
	background: url(/c-selection/common/img/side_bg_02.png) repeat-y 0 0;
}

#side h2 {
	height: 48px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(/c-selection/common/img/side_bg_04.png) no-repeat 0 0;
}

#side ul {
	height: 1%;
	padding: 25px 0 0;
	background: url(/c-selection/common/img/side_bg_01.png) no-repeat 0 0;
}

#side li {
	margin: 0 0 15px;
	padding: 0 25px 15px;
	border-bottom: 1px dashed #dbdad4;
	font-size: 14px;
}

#side li.lastChild {
	margin: 0;
	padding: 0 25px;
	border: none;
}

#side li p {
	margin: 5px 0 0;
}

#side li span {
	font-size: 12px;
}

#side .-ar {
	height: 1%;
	padding: 15px 12px 15px 0;
	font-size: 11px;
	background: url(/c-selection/common/img/side_bg_03.png) no-repeat left bottom;
}

#side .-ar p {
	height: 1%;
	padding: 0 20px 5px 0;
	letter-spacing: -1px;
	background: url(/c-selection/common/img/side_icon.png) no-repeat right 2px;
}


/* フッタ
----------------------------------------------------------- */
#footer {
	height: 81px;
	padding: 70px 0 0;
	font-size: 12px;
	background: url(/c-selection/common/img/footer_bg.png) repeat-x 50% 0;
}

#footer div {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.footer-logo {
	float: left;
	margin: 0 20px 0 0;
}

.footer-impress {
	float: right;
}

.footer-link {
	margin: 0 0 15px;
	padding: 10px 0 0;
}

#footer a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}</pre></body></html>