@charset "shift_jis";



/* common -------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #F9F9F9;
	color: #000000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

address {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

#pagetop {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 20px;
}

.ov {

}

a {
	color: #2255BB;
}
a:link, a:visited {
	text-decoration: none;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}

.txBold {
	font-weight: bold;
}
.txBold-L {
	font-weight: bold;
	font-size: 116% !important;
	line-height: 170% !important;
}
.txNote {
	font-size: 84%;
}
.txNrml {
	font-weight: normal;
}
.txError {
	color: #FF0000;
	font-weight: bold;
}
.txRed {
	color: #FF0000;
}
.txNavy {
	color: #2F5FA6;
}

.ulNrml {
	margin: 0px 0px 0px 1.2em;
	padding: 0px;
}
.ulNrml li {
	margin: 0px;
	padding: 0px;
}

.ulNone {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ulNone li {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	background-position: 0px 0.6em !important;
}

.olNrml {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
.olNrml li {
	margin: 0px;
	padding: 0px;
}

.mgn01 {
	margin-bottom: 16px !important;
}
.mgn02 {
	margin-bottom: 24px !important;
}
.mgn03 {
	margin-bottom: 32px !important;
}
.mgn04 {
	margin-bottom: 40px !important;
}
.mgn05 {
	margin-bottom: 10px !important;
}
.mgnBtmReset {
	margin-bottom: 0px !important;
}

.pad01 {
	padding-top: 0.4em !important;
}
.pad02 {
	padding-top: 1.2em !important;
}
.pad03 {
	padding-top: 2.2em !important;
}
.pad04 {
	padding-right: 10px !important;
}
.padBtmReset {
	padding-bottom: 0px !important;
}

.widReset {
	width: auto !important;
}

.alnCenter {
	text-align: center !important;
}
.alnCenter table {
	margin: 0 auto;
}
.alnRight {
	text-align: right !important;
}
.alnLeft {
	text-align: left !important;
}
.valnMid {
	vertical-align: middle !important;
}

.fltOuter:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .fltOuter { display: inline-block; }
/* no ie mac \*/
* html .fltOuter { height: 0.1%; }
.fltOuter { display: block; }
/* */
/* for IE7 \*/
*+html .fltOuter { display: inline-block; }
/* */

.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.fltClear {
	clear: both;
}

.dspInline {
	display: inline;
}

#scriptError {
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}

.ic01 {
	background: url(/common/img/ic01.gif) no-repeat 0px 0.15em;
	padding-left: 14px;
}
.ic02 {
	background: url(/common/img/ic02.gif) no-repeat 0px 0.3em;
	padding-left: 10px;
}
.ic03 {
	background: url(/common/img/ic03.gif) no-repeat 0px 0.3em;
	padding-left: 10px !important;
}
.ic04 {
	background: url(/common/img/ic04.gif) no-repeat 0px 0.3em;
	padding-left: 10px !important;
}

.icInl {
	margin-left: 5px;
	border: none;
	vertical-align: baseline !important;
	margin-bottom: -3px;
}



/* flash -------------------------------------------------- */
#swfOuter {
	position: relative;
	left: 0;
	top: 0;
	padding-bottom: 50px;
}
#swfBox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}
#nonSwf {
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
}




/* header -------------------------------------------------- */
#header {
	text-align: center;
	background: #FFFFFF url(/common/img/h_bg01.gif) repeat-x;
	padding-top: 7px;
}

#header .inner {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#header .inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #header .inner { display: inline-block; }
/* no ie mac \*/
* html #header .inner { height: 0.1%; }
#header .inner { display: block; }
/* */
/* for IE7 \*/
*+html #header .inner { display: inline-block; }
/* */

#header h1 {
	width: 340px;
	float: left;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 460px;
}
#header ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #header ul { display: inline-block; }
/* no ie mac \*/
* html #header ul { height: 0.1%; }
#header ul  { display: block; }
/* */
/* for IE7 \*/
*+html #header ul { display: inline-block; }
/* */

#header ul li {
	margin: 0px;
	padding: 0px 24px 0px 0px;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}
#header p {
	text-align: right;
}

#fsBox {
	width: 222px;
	position: absolute;
	left: 578px;
	top: 0px;
	z-index: 50;
}

#gnavi {
	text-align: center;
	background: #FFFFFF url(/common/img/h_bg02.gif) repeat-x;
}

#gnavi ul {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#gnavi ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #gnavi ul { display: inline-block; }
/* no ie mac \*/
* html #gnavi ul { height: 0.1%; }
#header ul  { display: block; }
/* */
/* for IE7 \*/
*+html #gnavi ul { display: inline-block; }
/* */

#gnavi ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
}





/* category -------------------------------------------------- */
#ctgOuter {
	background: #FFFFFF;
	padding-bottom: 18px;
}
#ctgBox {
	text-align: center;
	background: url(/common/img/m_bg01.jpg) no-repeat center bottom;
	padding-top: 1px;
	padding-bottom: 10px;
}
#ctgBox table {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#ctgBox #mnaviTd {
	width: 150px;
}
#ctgBox #mnaviTd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ctgBox ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
}

#ctgBox #titleTd {
	width: 510px;
}

#ctgBox #formTd01 {
	width: 140px;
	background: url(/common/img/m_bg02.jpg) no-repeat;
	text-align: center;
	vertical-align: middle;
}
#ctgBox #formTd01 #mm p {
	margin-bottom: 5px;
}
#ctgBox #formTd01 #mm img {
	vertical-align: middle;
}
#ctgBox #formTd01 #mm #email {
	width: 82px;
	height: 18px;
	vertical-align: middle;
	line-height: 100%;
}





/* pnkz -------------------------------------------------- */
#pnkz {
	background: url(/common/img/pnkz_bg01.jpg) no-repeat left bottom;
	width: 800px;
	text-align: left;
	margin: 0px auto 6px auto;
	padding: 0px;
}
#pnkz p {
	padding: 8px 20px;
	font-size: 84%;
}





/* footer -------------------------------------------------- */
#footer {
	text-align: center;
	background: #F9F9F9;
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: 2px solid #7786D4;
}

#topagetopBox {
	width: 630px;
	position: absolute;
	left: 170px;
	top: -94px;
	z-index: 50;
	text-align: left;
}

#footer .inner {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
}
#footer .inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #footer .inner { display: inline-block; }
/* no ie mac \*/
* html #footer .inner { height: 0.1%; }
#footer .inner { display: block; }
/* */
/* for IE7 \*/
*+html #footer .inner { display: inline-block; }
/* */

#footer a {
	color: #FF7200;
}

#footer ul {
	margin: 0px 0px 10px 45px;
	padding: 0px;
	list-style-type: none;
	font-size: 84%;
}

#footer ul li {
	margin: 0px;
	padding: 0px 16px;
	display: inline;
	border-left: 1px solid #000000;
}
#footer ul li.last {
	border-right: 1px solid #000000;
}

#footer address {
	font-size: 84%;
	font-style: normal;
	display: inline;
	margin: 0px 0px 0px 45px;
}

#footer .pmark {
	width: 43px;
	float: right;
}





/* container -------------------------------------------------- */
#cntOuter {
	background: #FFFFFF;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 36px;
}
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #container { display: inline-block; }
/* no ie mac \*/
* html #container { height: 0.1%; }
#container { display: block; }
/* */
/* for IE7 \*/
*+html #container { display: inline-block; }
/* */





/* side -------------------------------------------------- */
#side {
	width: 150px;
	float: left;
	text-align: left;
	background: url(/common/img/side_bg01.gif) no-repeat left bottom;
	padding-bottom: 50px;
}

#side p {
	margin-bottom: 10px;
}

#side dl {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px 0px 3px 0px;
	background: url(/common/img/snavi_bg_btm.gif) no-repeat left bottom;
}
#side dt, #side dd {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
}
#side dt {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 50;
}
#side dd {
	padding-top: 1px;
	background: url(/common/img/snavi_bg_line.gif) no-repeat;
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 10;
}
#side dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side dd ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 90%;
}





/* main -------------------------------------------------- */
#main {
	width: 630px;
	float: right;
	text-align: left;
	padding-bottom: 50px;
}
#main h3 {
	margin-bottom: 16px;
}
#main .lead {
	margin-bottom: 26px;
}
#main img {
	border: none;
	vertical-align: middle;
}
#main h6 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
}

.hmBox {
	background: url(/common/img/hm_bg_top.gif) no-repeat;
	width: 630px;
	color: #00478E;
	margin-bottom: 16px;
}
.hmBox h4 {
	background: url(/common/img/hm_bg_btm.gif) no-repeat left bottom;
	padding: 8px 22px 6px 22px;
	font-weight: bold;
}
.hmBox h4 a:link, .hmBox h4 a:visited {
	text-decoration: none;
	color: #00478E;
}
.hmBox h4 a:hover, .hmBox h4 a:active {
	text-decoration: none;
	color: #00478E;
}

.hsBox {
	border-bottom: 1px solid #3C8DE3;
	padding-bottom: 4px;
	margin-bottom: 10px;
	clear: both;
}
.hsBox h5 {
	border-left: 2px solid #2257B4;
	padding-left: 8px;
	font-weight: bold;
}

.block01 {
	width: 620px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.block01:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .block01 { display: inline-block; }
/* no ie mac \*/
* html .block01 { height: 0.1%; }
.block01 { display: block; }
/* */
/* for IE7 \*/
*+html .block01 { display: inline-block; }
/* */

.block01 p {
	margin-bottom: 16px;
}
.block01 ul {
	margin-bottom: 16px;
}

.block01 .fltLeft img {
	margin-right: 18px;
	margin-bottom: 6px;
}

.block01 .fltRight img {
	margin-left: 18px;
	margin-bottom: 6px;
}




.imgBox01 {
	
}
.imgBox01:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .imgBox01 { display: inline-block; }
/* no ie mac \*/
* html .imgBox01 { height: 0.1%; }
.imgBox01 { display: block; }
/* */
/* for IE7 \*/
*+html .imgBox01 { display: inline-block; }
/* */

.block01 .imgBox01 .fltLeft img {
	margin-right: 0px;
	margin-bottom: 0px;
}
.block01 .imgBox01 .fltRight img {
	margin-right: 0px;
	margin-bottom: 0px;
}

#main .line01 {
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px dotted #B2B2B2;
}
#main .line01 p {
	margin-bottom: 0px;
}

.dwnldList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dwnldList li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 10px;
	border-bottom: 1px dotted #8B8B8B;
}
.dwnldList li img {
	vertical-align: middle;
	margin-right: 12px;
}
.dwnldList li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dwnldList li li {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


.ancTable {
	margin-bottom: 16px;
}
.ancTable td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 2em;
	font-weight: bold;
}








/* common table -------------------------------------------------- */
.exs01 {
	background: url(/common/img/com_bg01.gif);
	padding: 9px;
}
.exs01 th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #004DA0;
	padding-right: 10px;
	white-space: nowrap;
}
.exs01 td {
	text-align: left;
	vertical-align: top;
}

.comTable01 {
	margin-bottom: 12px;
}
.comTable01 caption {
	text-align: left;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
}
.comTable01 th, .comTable01 td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 0.5em;
	padding-bottom: 8px;
}
.comTable01 th {
white-space: nowrap;
}

.comTable02 {
	border-left: 1px solid #B5C7D4;
	border-top: 1px solid #B5C7D4;
	width: 100%;
	margin-bottom: 8px;
}
.comTable02 caption {
	text-align: left;
	padding: 6px 0px;
}
.comTable02 th, .comTable02 td {
	border-right: 1px solid #B5C7D4;
	border-bottom: 1px solid #B5C7D4;
	padding: 6px 8px;
}
.comTable02 th {
	font-weight: normal;
	background: #F0F6FE;
}
.comTable02 .cellNavy {
	font-weight: normal;
	background: #436DCB;
	color: #FFFFFF;
}
.comTable02 .cellAqua {
	font-weight: normal;
	background: #F0F6FE;
}
.comTable02 tbody.txSmall td {
	font-size: 84%;
}


.comTable03 {
	width: 100%;
	margin-bottom: 8px;
}



/* お知らせテーブル 内容 -------------------------------------------------- */


.infoTable01 {
	border-top: 1px solid #005596;
	border-left: 1px solid #005596;
	background-color: #ffffff;
	border-collapse:collapse;
	width: 500px;
}

.infoTable01 th {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #3D79C2;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	padding: 10px;
}

.infoTable01 td.black-b-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	text-align:center;
	font-weight:bold;
	padding: 10px;
}

.infoTable01 td.black-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	text-align:center;
	padding: 10px;
}

.infoTable01 td.black-l {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	text-align:left;
	padding: 10px;
}

.infoTable01 td.black-l-f {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	text-align:left;
	padding: 10px;
}


.infoTable01 td.red-b-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	text-align:center;
	font-weight:bold;
	color:#ff3333;
	padding: 10px;
}

.infoTable01 td.red-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	text-align:center;
	color:#ff3333;
	padding: 10px;
}

.infoTable01 td.blue-b-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	font-weight:bold;
	text-align:center;
	color:#005596;
	padding: 10px;
}

.infoTable01 td.blue-c {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	text-align:center;
	color:#005596;
	padding: 10px;
	width:150px;
}

.infoTable01 td.blue-l {
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	background-color: #ECF7FF;
	text-align:left;
	color:#005596;
	padding: 10px;
	width:150px;
}

caption.blue-b {
	color:#005596;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
}

.red {
	color:#ff3333;
}

.red-b {
	color:#ff3333;
	font-weight:bold;
}

.blue {
	color:#008080;
}

.blue2 {
	color:#00478e;
}

.blue2-b {
	color:#00478e;
	font-weight:bold;
}


.gray-back {
	background-color: #eeeeee;
	padding:8px;
	margin:15px 0px;
}

.blue-back {
	background-color: #ecf7ff;
	padding:8px;
	margin:15px 0px;
}


/* form -------------------------------------------------- */
.formTxt01 {
	background: #F0F8FF;
	border: 1px solid #A5CCEE;
	padding: 12px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px !important;
}

.formTxt02 {
	background: #F6F6F6;
	border: 1px solid #D5D5D5;
	border-top: none;
	padding: 12px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
}
.formTxt02:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .formTxt02 { display: inline-block; }
/* no ie mac \*/
* html .formTxt02 { height: 0.1%; }
.formTxt02 { display: block; }
/* */
/* for IE7 \*/
*+html .formTxt02 { display: inline-block; }
/* */

.formTxt02 label {
	padding: 0px 10px 0px 0px;
}
.formTxt02 p {
	margin-bottom: 0px !important;
}
.formTxt02 input {
	vertical-align: middle;
}
.formTxt02 span.txError {
	/*float: right;*/
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 16em;
	padding: 10px 10px 0px 0px;
	text-align: right;
}
.formTxt02 span.formError {
	/*float: right;*/
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 16em;
	padding: 10px 10px 0px 0px;
	text-align: right;
}
.formTxt02 .yesno {
	/*margin-right: -16em;*/
}
.formTxt02 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
.formTxt02 li {
	margin: 0px;
	padding: 1px 0px 3px 0px;
}

.formTxt03 {
	background: #F6F6F6;
	border: 1px solid #D5D5D5;
	padding: 12px 105px;
	text-align: center;
}
.formTxt03:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .formTxt03 { display: inline-block; }
/* no ie mac \*/
* html .formTxt03 { height: 0.1%; }
.formTxt03 { display: block; }
/* */
/* for IE7 \*/
*+html .formTxt03 { display: inline-block; }
/* */

.formTxt03 p {
	width: 190px;
	margin: 0 auto;
	text-align: center;
}
.formTxt03 p img {
	margin-bottom: 8px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	display: block !important;
}

.agreeIframe {
	width: 620px;
	height: 13em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.agreeTxt {
	margin-bottom: 10px;
	padding: 8px;
	border: 2px inset #B5C7D4;
	overflow: auto;
	height: 13em;
}
.agreeTxt span {
	display: block;
	text-align: right;
}
.agreeTxt span.txBold {
	display: inline;
	text-align: left;
}
.agreeTxt span.alnCenter {
	display: block;
	text-align: center;
}

.formTable01 {
	border-top: 1px solid #B5C7D4;
	width: 100%;
	empty-cells: show;
}
.formTable01 th, .formTable01 td {
	border-bottom: 1px solid #B5C7D4;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
}
.formTable01 th {
	border-right: 1px solid #B5C7D4;
	background: #F0F6FE;
	padding: 10px 5px 10px 5px;
	font-weight: normal;
	width: 30%;
}
.formTable01 td {
	background: #FFFFFF;
	padding: 10px 0px 10px 12px;
}
.formTable01 th .bdr01 {
	border-left: 2px solid #23699A;
	padding-left: 10px;
	display: block;
}
.formTable01 .txError {
	display: block;
	margin-bottom: 6px;
}
.formTable01 .formError {
	display: block;
	margin-bottom: 6px;
}
.formTable01 .innerTxt {
	display: block;
	margin-top: 6px;
}
.formTable01 input, .formTable01 textarea, .formTable01 select {
	vertical-align: middle;
}
.formTable01 td th, .formTable01 td td {
	background: #FFFFFF;
	border: none;
	padding: 1px 0px 2px 0px;
	width: auto;
}

.formBtns {
	margin-bottom: 20px;
	text-align: center;
}
.formBtns img, .formBtns input {
	margin: 0px 5px;
	vertical-align: middle;
}

.errorBox01 {
	width: 620px;
	margin-left: 10px;
	padding-bottom: 16px;
}

.formThanks {
	text-align: center;
	padding: 50px 0px 70px 0px;
}

.formMgn01 {
	margin-bottom: 70px;
}

.formInput01 {
	width: 100px;
}
.formInput02 {
	width: 400px;
}
.formInput03 {
	width: 45px;
}
.formInput04 {
	width: 80px;
}
.formInput05 {
	width: 200px;
}

#errorDisp {
	display: none;
}
.formError {
	color: #FF0000;
	font-weight: bold;
}





/* 2nd index -------------------------------------------------- */
.lowBox01 {
	width: 600px;
	background: url(/common/img/bnr_bg.gif) no-repeat left bottom;
	padding-bottom: 9px;
}
.lowBox01 p {
	padding-left: 17px;
}
.lowBox01 p img {
	margin: 0px 6px 5px 0px;
}




/* market calendar -------------------------------------------------- */

.calendar_table_top{
	border-top:1px solid #CCCCCC;
	}
/*.calendar_tr {
	padding:4px 8px;
	line-height: 130%;
	}*/
.calendar_th {
	vertical-align:top;
	padding:4px 8px;
	line-height: 130%;
	font-weight:normal;	
	color:#ff0000;
	text-align:right;
	background-color:#DEF0FF;
	border-bottom:1px solid #CCCCCC;
	width:90px;
	}
.calendar_td {	
	padding:4px 8px;
	line-height: 130%;
	border-bottom:1px solid #CCCCCC;
	}
/*.txt_cl_bl {
	color: #2257B4;
	}*/

/* ymtv -------------------------------------------------- */

#ymtv{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#ymtv div.left{
	margin: 0px;
	padding: 0px;
	width: 400px;
	display:inline;
	float:left;
}

#ymtv div.left p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
}

#ymtv div.right{
	margin: 0px;
	padding: 0px;
	width: 200px;
	display:inline;
	float:right;
}


#ymtv02{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#ymtv02 div.left{
	margin: 0px;
	padding: 0px;
	width: 305px;
	float:left;
	background: url(../market/img/ymtv-box.jpg) repeat-y;
}

#ymtv02 div.left h2{
	margin: 0px;
	padding: 0px;
	width: 305px;
	height:29px;
	display: block;
	background: url(../market/img/ymtv-guest.jpg) no-repeat;
	text-indent: -9999px;
}

#ymtv02 div.left p{
	margin: 7px;
	padding: 0px;
	width: 292px;
}

#ymtv02 div.right{
	margin: 0px;
	padding: 0px;
	width: 305px;
	float:right;
	background: url(../market/img/ymtv-box.jpg) repeat-y;

}

#ymtv02 div.right h2{
	margin: 0px;
	padding: 0px;
	width: 305px;
	height:29px;
	display: block;
	background: url(../market/img/ymtv-member.jpg) no-repeat;
	text-indent: -9999px;
}

#ymtv02 div.right p{
	margin: 7px;
	padding: 0px;
	width: 292px;
}

#ymtv02 .bottom{
	width: 305px;
	height: 5px;
	background: url(../market/img/ymtv-box2.jpg) no-repeat bottom;

}

#ymtv02 .set-center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#ymtv02 .gray{
	text-align: center;
	color:#666666;
	font-size:10px;
	}

