@charset "utf-8";

/* ==============================================
　　リセット個別指定
============================================== */

/* ブラウザ値リセット
---------------------------------------------- */
.reset div,
.reset iframe,
.reset dl,
.reset dt,
.reset dd,
.reset ul,
.reset ol,
.reset li,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset pre,
.reset form,
.reset fieldset,
.reset input,
.reset textarea,
.reset p,
.reset blockquote,
.reset th,
.reset td {
	margin: 0;
	padding: 0;
}

/* フォントサイズ
---------------------------------------------- */
.reset {
	line-height: 1.4;
	color: #333333;
	font-size: 82%;
}
.reset table {
	font-size: inherit;
}
.reset select,
.reset input,
.reset textarea {
	font-size: 99%;
}
.reset pre,
.reset code {
	font: 100% monospace;
}
/* override under winIE6 */
* html .reset pre,
* html .reset code {
	font-size: 100%;
}
/* override winIE7 */
*:first-child+html .reset pre,
*:first-child+html .reset code {
	font-size: 100%;
}
.reset * {
	font-size: 100%;
}

/* ==============================================
　　Structure Module
============================================== */

body {
	margin: 10px;
	padding: 0;
	background-color: #ffffff;
	text-align: center; /* for IE */
}

/* ==============================================
　　Hypertext Module
============================================== */

a {
	text-decoration: underline;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #bf0000;
}

/* ==============================================
　　Other Element
============================================== */

hr {
	display: none;
}
img{
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
}

/* ==============================================
　　Layout
============================================== */

/* Float
---------------------------------------------- */
.floL {
	float: left;
}
.floR {
	float: right;
}
.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0.1em;
}
.clearfix { display: inline-block; }
/* Hides from Mac-IE \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
/* End hide from Mac-IE */

/* override under winIE6 for UTF-8 */
* html .clearfix select {
	margin-bottom: 1px;;
}

/* Side Position
---------------------------------------------- */
.taR {
	text-align: right !important;
}
.taC {
	text-align: center !important;
}
.taL {
	text-align: left !important;
}

/* Vertical
---------------------------------------------- */
.vaTop {
	vertical-align: top;
}
.vaMdl {
	vertical-align: middle;
}
.vaBtm {
	vertical-align: bottom;
}

/* ==============================================
   Font
============================================== */

/* Size
---------------------------------------------- */
.fs10 {
	font-size: 77%;
}
.fs11 {
	font-size: 85%;
}
.fs13 {
	font-size: 100%;
}
.fs15 {
	font-size: 118%;
}
.fs16 {
	font-size: 125%;
}
.fs18 {
	font-size: 140%;
}
.fs20 {
	font-size: 155%;
}
.fs26 {
	font-size: 200%;
}

/* Size (rsdg text size)
---------------------------------------------- */
.ts10 {
	font-size:65%;
}
.ts13 {
	font-size:82%;
}
.ts13 {
	font-size:82%;
}
.ts16 {
	font-size:100%;
}
.ts18 {
	font-size:115%;
}
.ts24 {
	font-size:150%;
}

/* Color
---------------------------------------------- */
.fcNormal {
	color: #333333;
}
.fcCorp {
	color: #bf0000;
}
.fcUsebg {
	color: #ffffff;
}
.attTxt {
	color: #ff0000;
}
.note {
	color: #999999;
}

/* Weight
---------------------------------------------- */
.wn {
	font-weight: normal;
}
.wb {
	font-weight: bold;
}

/* Other
---------------------------------------------- */
.nobr {
	white-space: nowrap;
}
.mono {
	font-family: monospace;
}

/* Indent
---------------------------------------------- */
#contents .indent {
	padding-left: 1em;
	text-indent: -1em;
}
#contents .indentFull {
	padding-left: 1em;
	text-indent: -1em;
}
#contents .indentFull:first-letter {
	font-family: monospace;
}
#contents .indentHalf {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

/* ==============================================
　　Other
============================================== */

/* Display
---------------------------------------------- */
.none {
	display: none;
}

/* Tooltip
---------------------------------------------- */
a.tooltip:hover {
	background: #ffffff;
}
a.tooltip span {
	display: none;
	width: 150px;
	margin-left: 3px;
	padding: 3px 5px;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #cccccc;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
}

/* ==============================================
　　Margin
============================================== */

/* margin-top
---------------------------------------------- */
.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }

/* em */
.mt1em { margin-top: 1em !important; }

/* margin-right
---------------------------------------------- */
.mr0 { margin-right: 0 !important; }
.mr1 { margin-right: 1px !important; }
.mr2 { margin-right: 2px !important; }
.mr3 { margin-right: 3px !important; }
.mr4 { margin-right: 4px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }

/* margin-bottom
---------------------------------------------- */
.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

/* margin-left
---------------------------------------------- */
.ml0 { margin-left: 0 !important; }
.ml1 { margin-left: 1px !important; }
.ml2 { margin-left: 2px !important; }
.ml3 { margin-left: 3px !important; }
.ml4 { margin-left: 4px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }

/* ==============================================
   Padding
============================================== */

/* padding-top
---------------------------------------------- */
.pt0 { padding-top: 0 !important; }
.pt1 { padding-top: 1px !important; }
.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }
.pt4 { padding-top: 4px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }

/* padding-right
---------------------------------------------- */
.pr0 { padding-right: 0 !important; }
.pr1 { padding-right: 1px !important; }
.pr2 { padding-right: 2px !important; }
.pr3 { padding-right: 3px !important; }
.pr4 { padding-right: 4px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

/* padding-bottom
---------------------------------------------- */
.pb0 { padding-bottom: 0 !important; }
.pb1 { padding-bottom: 1px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb4 { padding-bottom: 4px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }

/* padding-left
---------------------------------------------- */
.pl0 { padding-left: 0 !important; }
.pl1 { padding-left: 1px !important; }
.pl2 { padding-left: 2px !important; }
.pl3 { padding-left: 3px !important; }
.pl4 { padding-left: 4px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
