﻿@charset "UTF-8";

/* Common
========================================== */
/* リセット及びbody基本設定 */
@import url("common/default.css");

/* 共通のスタイル指定(ヘッダー、フッター) */
@import url("common/module.css");

/* 基本設定、基本構造 */
@import url("common/style.css");


/* Element
========================================== */
/* table設定 */
@import url("element/table.css");

/* form設定 */
@import url("element/form.css");

/* 文字装飾設定 */
@import url("element/text.css");


/* Print
========================================== */
/* 印刷用スタイル */
@import url("print.css");


/* ページ別設定
========================================== */
/* トップページ */
@import url("home.css");



.pcaption {
	text-align: right;
}
.cupmen #page #contents #main p .pcaption {
	text-align: right;
}

