html, body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #2c3546;
	background-image: url(images/bg.gif);
}


.contents_bg {
	background-image: url(images/contents_img_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* txt */
.txt10 { font-size: 10px; line-height: 14px;}
.txt12 { font-size: 12px; line-height: 16px;}
.txt14 { font-size: 14px; line-height: 18px;}


/* color */
.red { color: #e70012;}
.blue { color: #00a1e9;}
.pink { color: #e62f8b;}
.yellow { color: #fffcdb;}
.white { color: #ffffff;}
.gray { color: #888888;}


/* style */
.bold { font-weight: bold;}
		

/* link */
a:link { color: #e62f8b; font-weight: bold;}
a:visited {color: #e62f8b; font-weight: bold;}
a:hover { color: #23aee7; font-weight: bold;}
a:active { color: #e62f8b; font-weight: bold;}

/* line */
.line_solid1 {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2c3546;}
.line_solid2 {border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #2c3546;}
.line_dot1 {border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #2c3546;}
.line_dot1_right {border-right-width: 1px; border-right-style: dotted; border-right-color: #2c3546;}
.line_dot2 {border-bottom-width: 2px; border-bottom-style: dotted; border-bottom-color: #2c3546;}
.gallely {border-width: 3px; border-style: dotted; border-color: #2c3546;}

/* img */
img {border:0; margin:0; padding:0;}

/* リリース情報 */
.DBtmp_box           {font-size:12px; line-height:16px; margin:0; padding:0;}
.DBtmp_left          {margin:0; padding:15px 0;}
.DBtmp_right         {margin:0; padding:15px 0;}
.DBtmp_compound      {margin:0; padding:0;}
.DBtmp_catch         {font-size:10px; font-weight:bold; margin:0; padding:0;}
.DBtmp_title         {font-size:14px; font-weight:bold; color:#e70012; margin:0; padding:0;}
.DBtmp_subtitle      {margin:0; padding:0;}
.DBtmp_date          {font-weight:bold; margin:0; padding:0;}
.DBtmp_detail        {margin:0; padding:0;}
.DBtmp_list          {margin:0; padding:0;}
.DBtmp_listline      {margin:0; padding:0;}
.DBtmp_line          {border-bottom:2px dotted #2c3546; margin:0; padding:0;}
