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

/* header section */
#headerInner {
	position: relative;
}
#header h1 {
	position: absolute;
	width: 354px;
	height: 55px;
	top: 0px;
	left: 0px;
	background: url(/common/header_title.jpg) no-repeat;
}
#header h1 a {
	display: block;
	width: 354px;
	height: 55px;
	text-indent: -99999px;
}
#header .siteDesc {
	position: absolute;
	color: #00489D;
	left: 350px;
	top: 38px;
	font-size: 15px;
}
#header .welcome {
	color: #000;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
}
#header .headerNav {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 40px;
}
#header .headerNav ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .headerNav ul li {
	position: absolute;
	top: 0;
	height: 41px;
}
#header .headerNav ul li a {
	display: block;
	height: 41px;
}
#header .headerNav ul li.column1 {
	left: 0;
	width: 139px;
}
#header .headerNav ul li.column1 a {
	background: url(/images/common/navi-a1_02.jpg) no-repeat;
}
#header .headerNav ul li.column1 a.login {
	background: url(/images/common/navi-b1_02.jpg) no-repeat;
}
#header .headerNav ul li.column1 a:hover {
	background: url(/images/common/navi-a2_02.jpg) no-repeat;
}
#header .headerNav ul li.column1 a:hover.login {
	background: url(/images/common/navi-b2_02.jpg) no-repeat;
}

#header .headerNav ul li.column2 {
	left: 139px;
	width: 139px;
}
#header .headerNav ul li.column2 a {
	background: url(/images/common/navi-a1_03.jpg) no-repeat;
}
#header .headerNav ul li.column2 a:hover {
	background: url(/images/common/navi-a2_03.jpg) no-repeat;
}
#header .headerNav ul li.column3 {
	left: 278px;
	width: 139px;
}
#header .headerNav ul li.column3 a {
	background: url(/images/common/navi-a1_04.jpg) no-repeat;
}
#header .headerNav ul li.column3 a:hover {
	background: url(/images/common/navi-a2_04.jpg) no-repeat;
}
#header .headerNav ul li.column4 {
	left: 417px;
	width: 139px;
}
#header .headerNav ul li.column4 a {
	background: url(/images/common/navi-a1_05.jpg) no-repeat;
}
#header .headerNav ul li.column4 a:hover {
	background: url(/images/common/navi-a2_05.jpg) no-repeat;
}
#header .headerNav ul li.column5 {
	left: 556px;
	width: 139px;
}
#header .headerNav ul li.column5 a {
	background: none;
}
#header .headerNav ul li.column5 a.login {
	background: url(/images/common/navi-b1_06.jpg) no-repeat;
}
#header .headerNav ul li.column5 a:hover.login {
	background: url(/images/common/navi-b2_06.jpg) no-repeat;
}
#header .headerNav ul li.column5 a.order {
	background: url(/images/common/navi-b1_09.jpg) no-repeat;
}
#header .headerNav ul li.column5 a:hover.order {
	background: url(/images/common/navi-b2_09.jpg) no-repeat;
}

#header .headerNav ul li.column6 {
	left: 702px;
	width: 139px;
}
#header .headerNav ul li.column6 a {
	background: url(/images/common/navi-a1_07.jpg) no-repeat;
}
#header .headerNav ul li.column6 a.login {
	background: url(/images/common/navi-b1_07.jpg) no-repeat;
}
#header .headerNav ul li.column6 a:hover {
	background: url(/images/common/navi-a2_07.jpg) no-repeat;
}
#header .headerNav ul li.column6 a.login {
	background: url(/images/common/navi-b2_07.jpg) no-repeat;
}

#header .headerNav ul li.column7 {
	left: 843px;
	width: 139px;
}
#header .headerNav ul li.column7 a {
	background: url(/images/common/navi-a1_08.jpg) no-repeat;
}
#header .headerNav ul li.column7 a.login {
	background: url(/images/common/navi-b1_08.jpg) no-repeat;
}
#header .headerNav ul li.column7 a:hover {
	background: url(/images/common/navi-a2_08.jpg) no-repeat;
}
#header .headerNav ul li.column7 a:hover.login {
	background: url(/images/common/navi-b2_08.jpg) no-repeat;
}
.articleInner h2 {
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 8px;
	margin: 5px 0;
	padding: 0 8px;
	font-size: 105%;
	background: none;
	color: #000;
	height: 1.5em;
}
#singleSection .articleInner h2 {
	background: none;
}
h3 {
	color: #00A0EA;
	font-weight: bold;
	font-size: 20px;
	background: url(/images/common/h3_line.jpg) no-repeat left bottom;
	height: 46px;
	padding-left: 30px;
}
h3 .subText {
	color: #0C6EB9;
	font-size: 13px;
	padding-left: 1em;
}
h3.individual {
	background: none;
	padding-left: 0;
	height: 26px;
}
h2 {
	color: #00A0EA;
	font-weight: bold;
	font-size: 20px;
	background: url(/images/common/h3_line.jpg) no-repeat left bottom;
	height: 46px;
	padding-left: 30px;
}
h2 .subText {
	color: #0C6EB9;
	font-size: 13px;
	padding-left: 1em;
}
h2.individual {
	background: none;
	padding-left: 0;
	height: 26px;
}


h4 {
	color: #333;
	font-weight: bold;
	font-size: 105%;
}
#formSection h3 {
	background: url(/images/common/h3_line_one.jpg) no-repeat left bottom;
	padding-left: 60px;
	margin: 0 0 20px -140px;
}
#formSection h2 {
	background: url(/images/common/h3_line_one.jpg) no-repeat left bottom;
	padding-left: 60px;
	margin: 0 0 20px -140px;
}
#formSection .componentForm table {
	width: 100%;
}
#singleSection h3 {
	background: url(/images/common/h3_line_one.jpg) no-repeat left bottom;
	padding-left: 60px;
	margin: 0 0 20px -50px;
}
#singleSection h2 {
	background: url(/images/common/h3_line_one.jpg) no-repeat left bottom;
	padding-left: 60px;
	margin: 0 0 20px -50px;
}
#singleSection h3.individual {
	background: none;
	padding-left: 70px;
	margin: 0 0 0 -50px;
}
#singleSection h2.individual {
	background: none;
	padding-left: 70px;
	margin: 0 0 0 -50px;
}
#singleSection .componentBlog h3 {
	padding-left: 5px;
	margin: 0 0 20px 0;
}
#singleSection .componentBlog h2 {
	padding-left: 5px;
	margin: 0 0 20px 0;
}
#singleSection p {
	padding: 10px 60px;
}
#singleSection h4 {
	border-left: 8px solid #1D2089;
	color: #1D2089;
	font-size: 18px;
	padding: 3px 10px;
	font-weight: bold;
	margin: 40px 20px 5px;
}
#singleSection .bluebox {
	background: url(/images/common/bluebox_back.jpg) no-repeat #E0F2FC;
	border-left: 2px solid #00A0EA;
	border-right: 2px solid #00A0EA;
	border-bottom: 2px solid #00A0EA;
	padding: 40px 20px 20px;
}
#singleSection .bluebox img {
	border: 2px solid #00A0EA;
}

/* TOP PAGE */
#mainWrapper {
	margin: 10px 0;

}
.sideBanners img {
	margin: 10px 0;
}
#mainWrapper #mainContainerInner {
	padding: 0 10px;
}
#topInformation {
	width: 550px;
	float: left;
}
#topInformationInner {
	padding: 10px;
}
#mainWrapper h4 {
	font-size: 22px;
	color: #F39728;
	border-left: 8px solid #727071;
	padding-left: 10px;
	font-weight: normal;
}
#mainWrapper h4 .subText {
	font-size: 60%;
	color: #727071;
	padding: 0 10px;
	font-weight: normal;
}
#topInformation #informationList {
	margin: 20px 20px 0;
	color: #666;
}
#topInformation #informationList .row_odd {
	background-color: #fff;
}
#topInformation #informationList .row_even {
	background-color: #fff;
}
#topInformation #informationList td.content {
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
}
#topInformation .toDetail {
	color: #666;
	text-align: right;
	margin-right: 20px;
	font-size: 80%;
}
#mainWrapper #profileSection {
	padding: 10px;
}

/* �ｽ�ｽ�ｽ�ｽ�ｽN�ｽﾉつゑｿｽ�ｽ�ｽ */
#articleLankTable {
	padding: 10px 40px;
}
#articleLankTable table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
#articleLankTable th {
	font-weight: bold;
	color: #129CD8;
	font-size: 110%;
}
#articleLankTable th .caution {
	font-size: 9px;
	color: #000;
}
#articleLankTable th.col1 {
	text-align: center;
}
#articleLankTable th.col2 {
	text-align: left;
	padding: 0 0 0 20px;
}
#articleLankTable th.col3 {
	text-align: center;
}
#articleLankTable th.col4 {
	font-size: 90%;
	text-align: center;
}
#articleLankTable th.col5 {
	text-align: left;
	padding-left: 20px;
}
#articleLankTable td {
	border: 1px solid #000;
}
#articleLankTable td.col1,#articleLankTable td.col2,#articleLankTable td.col3,#articleLankTable td.col4 {
	font-size: 130%;
	text-align: center;
	height: 70px;
}
#articleLankTable td.col1 {
	width: 170px;
}
#articleLankTable td.col2,#articleLankTable td.col3 {
	width: 90px;
}
#articleLankTable td.col4 {
	width: 100px;
}
#articleLankTable td.col5 {
	font-size: 110%;
	padding-left:10px;
}
#articleLankTable .caption {
	font-size: 90%;
}
#articleLankTable .description {
	margin: 10px 0;
}

/* �ｽ�ｽ�ｽp�ｽK�ｽC�ｽh */
#articleGuide {
	padding: 10px 0;
}
#articleGuide .guideSection {
	border: 1px solid #9A9A9A;
}
#articleGuide .guideSection h5 {
	padding: 5px 10px 10px 30px;
	font-weight: bold;
	font-size: 18px;
}
#articleGuide .guideSection p {
	padding: 0 10px 10px 30px;
	font-size: 80%;
	line-height: 1.5em;
}
#articleGuide .guideSection a {
	font-size: 90%;
	text-decoration: none;
}
#articleGuide .guideSection a:link {
	color: #393D6F;
}
#articleGuide .guideSection a:visited {
	color: #393D6F;
}
#articleGuide .guideSection a:hover {
	color: #898DC2;
}
#articleGuide .guideSection1 {
	background: url(/images/pages/07-01-01.jpg) no-repeat;
}
#articleGuide .guideSection2 {
	background: url(/images/pages/07-01-02.jpg) no-repeat;
}
#articleGuide .guideSection3 {
	background: url(/images/pages/07-01-03.jpg) no-repeat;
}
#articleGuide .guideSection4 {
	background: url(/images/pages/07-01-04.jpg) no-repeat;
}
#articleGuide .guideSection5 {
	background: url(/images/pages/07-01-05.jpg) no-repeat;
}
#articleGuide .guideSection6 {
	background: url(/images/pages/07-01-06.jpg) no-repeat;
}
#articleGuide .guideSection1 table td {
	padding: 10px 5px;
}
#articleGuide .guideTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#articleGuide .guideTable td {
	width: 50%;
}
#articleGuide .guideTable td.col1 .guideSection {
	margin-right: 5px;
}
#articleGuide .guideTable td.col2 .guideSection {
	margin-left: 5px;
}
#articleGuide .arrow {
	margin-left: 50px;
}
#articleGuide .lankDescription {
	width: 862px;
	height: 71px;
	background: url(/images/pages/07-01-lank-description.jpg) no-repeat;
}
#articleGuide .lankDescription table {
	margin-left: 10px;
}
#articleGuide .lankDescription table td {
	padding: 10px;
}

/* agreement */
#agreement {
	width: 80%;
	margin: 60px auto;
	height: 500px;
	overflow-y: auto;
	border: 2px solid #666;
	padding: 20px;
}
#agreement H5 {
	font-weight: bold;
}
#agreement p {
	margin: 0;
	padding: 10px;
}
#agreement dl {
	margin: 0;
	padding: 10px;
}
#agreement dt {
	font-weight: bold;
}
#agreement dd dt {
	font-weight: normal;
}
#agreement dd {
	margin-left: 10px;
	padding: 10px;
}
#agreement ul.number {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
#agreement ul.number li {
	text-indent: -1em;
	padding-left: 1em;
}
#agreement ul.number ul {
	margin: 5px 0 5px 15px;
}
#agreement .copy {
	text-align: center;
}
#formSection #agreement {
	width: 100%;
	margin: 10px 0 20px;
}
#registAgreementPlus {
	width: 349px;
	background: url(/images/pages/14-01-02-1.jpg) no-repeat;
	padding-top: 47px;
	margin: 0 auto;
}
#registAgreementPlusInner {
	background: url(/images/pages/14-01-02-3.jpg) no-repeat bottom;
	padding-bottom: 15px;
}
#registAgreementPlusContents {
	background: url(/images/pages/14-01-02-2.jpg) repeat-y;
	padding: 10px 30px 0;
	font-size: 85%;
}
/* registForm */
#registForm h5 {
	font-size: 140%;
	font-weight: normal;
	margin: 20px 0 5px;
}
#registForm h5 span {
	font-size: 60%;
}
#registForm .componentForm table.formBody td.content {
	padding: 20px;
}
#registCommit .commitText {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	margin: 40px 0;
}
#registCommit .comment {
	color: #468CB3;
	font-weight: bold;
	font-size: 16px;
}
#registCommit .comment .subject {
	background: url(/images/pages/14-05-point.jpg) no-repeat;
	padding: 0 0 5px 25px;
}

.topPageCounter {
	margin: 10px 0;
	color :#0E6EB8;
}
.dtpsFavoritesDeleteAll {
	text-align: right;
	margin-bottom: -30px;
}
.like {
	margin: 5px;
}
.like img {
	margin-top: -2px;
}
#ordersList .buttonOrder {
	text-align: center;
}
#ordersList .componentProfileslist {
	margin: 0;
	padding: 0;
}

#ordersList .profileSectionArticle {
	border: 1px solid #ccc;
	margin: 10px 20px;
	padding: 10px;
	width: 100%;
}
#ordersList .profileSectionTable {
	width: 100%;
}
#ordersList .profileSectionTable .subject {
	width: 20%;
}
#ordersList .buttons {
	text-align: center;
}
#ordersList .orderTable table {
	margin: 10px;
}
#ordersList .orderTable table td {
	padding: 3px;
}
#ordersList .orderTable table td.image {
	width: 40px;
	text-align: center;
}
#ordersList .orderDate {
	color: #666;
	text-align: right;
}
h2.searchKeyword {
	font-weight: normal;
	font-size: 100%;
	display: inline;
	color : #000;
	background: none;
	padding-left: 0;
}

#alertAuth .SubWindowContent {
	padding: 10px;
	font-weight: bold;
	font-size: 120%;
}
#alertAuth .SubWindowContent strong {
	color: red;
}</pre></body></html>