@charset "utf-8";

@import "print.css";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 145%;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.5em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f5f5f5;
	color: #666666;
	text-align: center;
}
/* for FIREFOX & etc. \*/
body {
	overflow-y: scroll;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: visible;
}
/* */

a:link, a:visited {
	color: #ff4b00;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff4b00;
	text-decoration: underline;
}








/* basic style ------------------------------ */
.btn {
	/* ----- */
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.indnt01 {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.separator {
	width: 100%;
	height: 0px;
	overflow: hidden;
	border-bottom: 1px dashed #919191;
	margin-bottom: 16px;
}
.separator hr {
	position: absolute;
	left: -5000px;
	top: 0px;
	width: 100px;
}

.txLL {
	font-size: 24px;
	line-height: 125%;
}
.txL {
	font-size: 16px;
	line-height: 125%;
}
.txS {
	font-size: 11px;
	line-height: 135%;
}

.txBold {
	font-weight: bold;
}

.txRed {
	color: #db202a !important;
}
.txGold {
	color: #e5ab02 !important;
}
.txSilver {
	color: #91969a !important;
}
.txCopper {
	color: #bc7549 !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}








/* wrapper ------------------------------ */
#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}







/* header ------------------------------ */
#header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(../img/h_bg.gif) no-repeat left bottom;
	padding: 12px 20px 52px 20px;
	margin-bottom: 20px;
	zoom: 1;
}
#header:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header .term {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	float: right;
}

#header #gnav {
	position: absolute;
	left: 45px;
	bottom: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}
#header #gnav:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#header #gnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 0.1em;
	line-height: 0.1em;
}








/* footer ------------------------------ */
#footer {
	text-align: center;
	min-height: 120px;
	background: url(../img/f_bg.gif) no-repeat left top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#footer a:link,
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #ff4b00;
	text-decoration: underline;
}

#footer #copyright {
	font-size: 12px;
	line-height: 110%;
	color: #707070;
	padding: 56px 0px 36px 0px;
}

#footer #topagetop {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 90px;
	height: 20px;
}








/* container ------------------------------ */
#container {
	background: url(../img/cntr_bg.gif) repeat-y left top;
	padding: 0px 20px 0px 20px;
	zoom: 1;
}

#container h2 {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px -20px 0px -20px;
	padding: 0px 0px 20px 0px;
}

#container h3 {
	border-left: 12px solid #d0111b;
	border-bottom: 4px solid #d0111b;
	padding: 2px 0px 4px 10px;
	font-size: 26px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
}
#container h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
}

#container h4 {
	padding: 0px 0px 0px 20px;
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	background: url(../img/cap_bg01.gif) no-repeat 0px 0.05em;
	margin-bottom: 2px;
}

#container h5,
#container h6 {
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

.section {
	padding-left: 20px;
	padding-top: 8px;
}
.section p,
.section ol,
.section ul {
	margin-bottom: 16px;
}

.mainsection {
	padding-bottom: 32px;
}







/* home ------------------------------ */
#home #footer {
	min-height: 100px;
	background: none;
}

#home #footer #copyright {
	padding: 36px 0px 36px 0px;
}

#home #container {
	padding: 0px;
}

#home #footer #topagetop {
	left: -5000px;
	top: 0px;
}







/* entry ------------------------------ */
ul.pdfdl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}
ul.pdfdl:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
ul.pdfdl li {
	width: 345px;
	height: 118px;
	overflow: hidden;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
	display: inline;
}
ul.pdfdl img,
ul.pdfdl b {
	margin-bottom: 8px;
}
ul.pdfdl li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 10px 10px 108px;
	background-repeat: no-repeat;
	background-image: url(../img/pre_pdf.jpg);
	font-size: 14px;
	color: #db202a;
}
ul.pdfdl li a:link,
ul.pdfdl li a:visited,
ul.pdfdl li a:hover,
ul.pdfdl li a:active {
	text-decoration: none;
}
ul.pdfdl li a:link,
ul.pdfdl li a:visited {
	background-position: 0px 0px;
}
ul.pdfdl li a:hover,
ul.pdfdl li a:active {
	background-position: 0px -118px;
}







/* ceremony ------------------------------ */
.layerBox {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#TB_ajaxContent .layerInner {
	padding: 10px;
}
#TB_ajaxContent .layerInner .thumb {
	width: 176px;
	float: left;
}
#TB_ajaxContent .layerInner .cap {
	font-size: 16px;
	font-weight: bold;
	color: #db202a;
	padding: 48px 0px 16px 0px;
	float: left;
	width: 300px;
}
#TB_ajaxContent .layerInner .summary {
	padding: 0px 0px 12px 0px;
	float: left;
	width: 300px;
}
#TB_ajaxContent .layerInner .text {
	padding: 16px 0px 0px 0px;
}
#TB_ajaxContent .layerInner a:link, #TB_ajaxContent .layerInner a:visited {
	color: #ff4b00;
	text-decoration: none;
}
#TB_ajaxContent .layerInner a:hover, #TB_ajaxContent .layerInner a:active {
	color: #ff4b00;
	text-decoration: underline;
}

































