@charset "Shift_JIS";

@import url("./reset.css");
@import url("./fonts.css");
@import url("./global_03.css");


/* //////////////////////////////////////////////////

  News Style Sheet
  2007-10-15T18:52:09+09:00

////////////////////////////////////////////////// */

div#main h1 {
	margin-bottom: 25px;
}

div#main h2 {
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	padding: 6px 0 6px 8px;
	background: url("../images/main_fullbox_h2.jpg") 0 100% no-repeat;
	color: #333;
	font-weight: bold;
}

div#main h2 span {
	display: block;
	border-left: 4px solid #0074cb;
	padding-left: 9px;
	font-size: 116%;
}

div#main h3 {
	border: 0;
	margin: 25px 0 1em 0;
	padding: 6px 0 6px 8px;
	background: #cce3f4;
	color: #333;
}

div#main p.post-date {
	text-align: right;
}

div#main p {
	margin-bottom: 1em;
}

div#main ul,
div#main ol {
	margin-bottom: 1em;
}

div#main ul li,
div#main ol li {
	margin-bottom: 0.5em;
}

div#main ul li {
	margin-left: 1.5em;
}

div#main ol li {
	margin-left: 2em;
}

div#main li ul,
div#main li ol {
	padding-top: 1em;
}

div#main table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 1em;
}

div#main table tr th {
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

div#main table tr th,
div#main table tr td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

div#main table tr td ul,
div#main table tr td ol {
	margin-bottom: 0;
}

div#main table.ptn-01,
div#main table.ptn-01 tr th,
div#main table.ptn-01 tr td {
	border: 0;
	background: none;
}

div#main table.bdr_n,
div#main table.bdr_n tr th,
div#main table.bdr_n tr td, {
	border:none !important;
	background:none;
	padding: 0px;
}

div#main .box-01 {
	display: block;
	border: 1px dotted #999;
	margin: 1em 0;
	padding: 1em 1em 0 1em;
	background: #eee;
}

div#main .box-02 {
	margin-bottom: 1em;
}

div#main .box-02 img.f-left {
	float: left;
	margin-right: 2em;
}

div#main .box-02 img.f-right {
	float: right;
	margin-left: 2em;
}

div#main a.external {
	padding-left: 15px;
	background: url("../images/ico_external_01.gif") 0 0 no-repeat;
}

/* div#main h2 {
	border: none;
	padding: 0;
	background: none;
	font-size: 153.9%;
	margin-bottom: 0.3em;
}

div#main img.float-left {
	margin: 0 1em 1em 0;
}

div#main a.external {
	padding-left: 15px;
	background: url("../images/ico_external_01.gif") 0 0 no-repeat;
}

div#main .box-01 {
	display: block;
	border: 1px dotted #999;
	padding: 5px;
	background: #eee;
} */

/* ==================================================

	individual

================================================== */

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: red;
	font-weight: bold;
}

hr {
	display: none !important;
}

.inline {
	display: inline !important;
}

ul.inline {
	display: block !important;
}

ul.inline li {
	display: inline !important;
}

.bgn {
	background: none !important;
}

.clear {
	clear: both !important;
}

.arrow-r {
	padding-left: 10px;
	background: url("../images/ico_arrow_01_r.gif") 0 0.5em no-repeat !important;
}

a.arrow-r,
em.arrow-r {
	background: url("../images/ico_arrow_01_r.gif") 0 0.2em no-repeat !important;
}

.arrow-b {
	padding-left: 13px;
	background: url("../images/ico_arrow_01_b.gif") 0 0.6em no-repeat !important;
}

a.arrow-b,
em.arrow-b {
	background: url("../images/ico_arrow_01_b.gif") 0 0.3em no-repeat !important;
}

.relative {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.img-spc img {
	margin: 0 15px 10px 0;
}

/* text-indent -------------------- */

/*  */
.ind-01 {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/* x */
.ind-02 {
	padding-left: 1.75em;
	text-indent: -1.75em;
}


/* font-size -------------------- */

.font-big {
	font-size: 153.9% !important;
	margin-bottom: 0.3em !important;
}
.font-medium { font-size: 100% !important; }
.font-small { font-size: 77% !important; }


/* float -------------------- */

.float-left {
	display: inline !important;
	float: left !important;
}

.float-right {
	display: inline !important;
	float: right !important;
}


/* text-align -------------------- */

.t-center { text-align: center !important; }
.t-left { text-align: left !important; }
.t-right { text-align: right !important; }


/* v-align -------------------- */

.v-top { vertical-align: top !important; }
.v-middle { vertical-align: middle !important; }
.v-bottom { vertical-align: bottom !important; }


/* margin -------------------- */

.m-n { margin: 0 !important; }
.m-t-n { margin-top: 0 !important; }
.m-b-n { margin-bottom: 0 !important; }
.m-l-n { margin-left: 0 !important; }
.m-r-n { margin-right: 0 !important; }


/* padding -------------------- */

.p-n { padding: 0 !important; }
.p-t-n { padding-top: 0 !important; }
.p-b-n { padding-bottom: 0 !important; }
.p-l-n { padding-left: 0 !important; }
.p-r-n { padding-right: 0 !important; }


/* border -------------------- */

.b-n { border: 0 !important; }
.b-t-n { border-top: 0 !important; }
.b-b-n { border-bottom: 0 !important; }
.b-l-n { border-left: 0 !important; }
.b-r-n { border-right: 0 !important; }

/* clearfix -------------------- */

.clearfix:after,
div#content:after,
div#main .box-02:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix,
div#content,
div#main .box-02{
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix,
* html div#content,
* html div#main .box-02 {
	height: 1%;
}

.clearfix,
div#content,
div#main .box-02 {
	display: block;
}
/* end MacIE5 */
