@charset "utf-8";

/**
 * General Purpose Style
 * 191209専用
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Override
----------------------------------------------------------------------
*/
div#includeContainer {
	padding-top: 0;
	padding-bottom: 0;
}

/* for offline */
#includeContents {
	margin:0 auto;
	padding:0 25px;
	width:900px;
}

#includeContents hr {
	display: none;
}

/*
----------------------------------------------------------------------
	TextFormat
----------------------------------------------------------------------
*/
#includeContents {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 88%;
	line-height: 1.67;
}

a { color: #00479d; text-decoration: none; outline: none; }
a:visited { color: #00479d; text-decoration: none; outline: none; }
a:hover { color: #00479d; text-decoration: underline; outline: none; }
a:active { color: #00479d; text-decoration: none; outline: none; }

/*
----------------------------------------------------------------------
	text
----------------------------------------------------------------------
*/
strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/*
----------------------------------------------------------------------
	clearfix
----------------------------------------------------------------------
*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

/*
----------------------------------------------------------------------
	roundrect
----------------------------------------------------------------------
*/
.roundrect,
.roundwide {
	width: 670px;
	background: url(../../img/frame/roundrect_top.png) no-repeat #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* 900px */
.roundwide {
	width: 900px;
	background-image: url(../../img/frame/roundrect_wide_top.png);
}

	/* for ie */
	.roundrect_wrapper,
	.roundwide_wrapper {
		position: relative;
		width: 670px;
	}

	.roundrect_wrapper .roundrect,
	.roundwide_wrapper .roundwide {
		position: relative;
		z-index: 1;
		background: none;
		border: none;
	}

	.roundrect_wrapper .roundrect_header,
	.roundwide_wrapper .roundwide_header {
		position: absolute;
		top: 0px;
		width: 670px;
		height: 30px;
		background: url(../../img/frame/roundrect_top.png) no-repeat;
	}

	.roundrect_wrapper .roundrect_body,
	.roundwide_wrapper .roundwide_body {
		position: absolute;
		top: 30px;
		width: 670px;
		height: 10px;
		background: #fff;
	}

	.roundrect_wrapper .roundrect_footer,
	.roundwide_wrapper .roundwide_footer {
		position: absolute;
		bottom: 0px;
		width: 670px;
		height: 10px;
		background: url(../../img/frame/roundrect_btm.png) no-repeat;
	}

	/* 900 */
	.roundwide_wrapper,
	.roundwide_wrapper .roundwide_header,
	.roundwide_wrapper .roundwide_body,
	.roundwide_wrapper .roundwide_footer {
		width: 900px;
	}

	.roundwide_wrapper .roundwide_header {
		background-image: url(../../img/frame/roundrect_wide_top.png);
	}

	.roundwide_wrapper .roundwide_footer {
		background-image: url(../../img/frame/roundrect_wide_btm.png);
	}

	* html .roundwide_wrapper .roundwide_header,
	* html .roundrect_wrapper .roundrect_header,
	* html .roundrect_wrapper .roundrect_footer,
	* html .roundwide_wrapper .roundwide_footer { behavior: expression(IEPNGFIX.fix(this)); }
	
	
/*
----------------------------------------------------------------------
	table
----------------------------------------------------------------------
*/
table.spec {
	width: 100%;
	font-size: 93.8%;
	line-height: 1.3;
}

table.spec,
table.spec th,
table.spec td {
	border: 1px solid #7ac5e6;
}

table.spec th,
table.spec td {
	padding: 8px 10px 6px;
}

table.spec th sup {
	font-weight: normal;
}

table.spec thead tr,
table.spec .head tr {
	background: url(../../img/frame/spec_cell_1loop.gif) repeat-x;
}

table.spec thead td,
table.spec thead th,
table.spec .head td,
table.spec .head th {
	background: url(../../img/frame/spec_cell_1.gif) no-repeat;
	letter-spacing: 0px;
}

table.spec thead th.even {
	background: url(../../img/frame/spec_cell_2.gif) no-repeat;
}

table.spec .head th.even {
	background: url(../../img/frame/spec_cell_2.gif) no-repeat;
}

table.spec tbody th {
	letter-spacing: -1px;
	white-space: nowrap;
	background: url(../../img/frame/spec_cell_3.gif) no-repeat #f2f9fd;
}

table.spec tbody tr.stripe th {
	background: url(../../img/frame/spec_cell_3.gif) no-repeat #e6f4fb;
}

table.spec tbody tr.stripe td {
	background: url(../../img/frame/spec_cell_3.gif) no-repeat #f2f9fd;
}

table.spec tbody tr.stripe td.even {
	background: #f7f7f7;
}

table.tdcenter td {
	text-align:center;
}


/*
----------------------------------------------------------------------
	frame
----------------------------------------------------------------------
*/
div.frame {
	padding-bottom: 10px;
	background: url(../../img/frame/graybox_btm.gif) no-repeat bottom #f2f2f2;
	color: #312724;
}

div.frame div.inner {
	padding: 15px 12px 0;
	background: url(../../img/frame/graybox_top.gif) no-repeat;
}

/*
----------------------------------------------------------------------
	closebutton
----------------------------------------------------------------------
*/
.addclose {
	position: relative;
}

.closebutton {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 70px;
	height: 20px;
	background: url(../../img/btn_close.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}


/*
----------------------------------------------------------------------
	closebutton
----------------------------------------------------------------------
*/
.attention {
	margin: 10px 0;
	padding: 15px 10px 15px 10px;
	background-color: #f2f2f2;
}

.attention strong {
	display: block;
	padding: 0 0 8px 20px;
	background: url(../../img/attention.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
	font-size: 85%;
}

.attention strong span {
	font-weight: normal;
}

.attention p {
	margin-top: 15px;
	font-size: 75%;
}

.attention em {
	font-weight: bold;
}


/*
----------------------------------------------------------------------
	note
----------------------------------------------------------------------
*/
sup {
	margin-left: 3px;
	color: #666;
	vertical-align: text-top;
	font-size: 80%;
}

.note {
	margin-top: 10px;
	color: #666;
	font-size: 80%;
	line-height: 1.4;
}

span.note {
	margin-top: 0;
}

table.note th {
	padding-right: 5px;
	white-space: nowrap;
	vertical-align: top;
}


dl.subnote {
	padding: 10px 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f2f2f2;
	font-size: 90%;
}

dl.subnote dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}