/* =========================================================
xK^εδOHP
{ιEkDreamProject2014²¦^ιΖκ
¦ΚEBhDΕ\¦

Created 2014.02.27
========================================================= */

/* Memo : Default font-size 12px

	Default font-Size 12px [12px/16px = 0.75]
	[ 10px 83.3% / 11px 91.7% / 12px 100% / 13px 108.3% / 14px 116.7% / 15px 125% ]
	Key line-Heght 18px [12px~1.5em = 18]
	Key margin-bottom 18px

   Memo : Default font-color #383c3c

          Default font-color link #c9171e
          Default font-color hover #a3a3a2

          Extra font-color #455765 / Emphasis
          Extra font-color #524e4d / Supplement

	@Border-color #3e62ad
	@Border-color #abced8 / Background-color #f3f3f2 */

/* ------------------------------------------------
   Parts
------------------------------------------------ */

html {
	font-size:75%;
	color:#383c3c;}

.clr {
	clear:both;}

body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

/*IE 7*/
*:first-child+html body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

/*IE 6*/
*html body{
	font-family:"MS P Gothic","MS PGothic",sans-serif;}

a:link {color:#c9171e; text-decoration:none;}
a:hover {color:#a3a3a2; text-decoration:none;}
a:visited {color:#c9171e; text-decoration:none;}
a:active {color:#c9171e; text-decoration:none;}

a {
	font-weight:bold;}

.fnt-size-ex {
	font-size:75%;}

/* ------------------------------------------------
   Layout  Specific Tag
------------------------------------------------ */

body {
	background:transparent url(../img/bg_body.jpg) repeat-x;
	size:16px;
	line-height:1.5;
	text-align:center;}

/* -- Rei -- */
.dp_base {
	background:transparent url(../img/bg_base.gif) repeat-y;
	margin:0 auto;
	width:900px;}

.dp_inner {
	background:transparent url(../img/bg_inner.gif) center top no-repeat;
	margin:0 auto;
	padding:0;
	width:900px;}

	/* -- wb_ -- */
	.dp_header {margin:0 0 60px 0;}

		.dp_header img {margin:30px 0 0 0;}

	/* -- Rec -- */
	.dp_cont {
		margin:0 100px 45px 100px;
		text-align:left;}

		.dp_cont p {
			margin:15px 0 15px 5px;}
			
	.dp_info_top {
		background:transparent url(../img/bg_info_top.gif) no-repeat;
		height:30px;}
	.dp_info_middle {
		background:transparent url(../img/bg_info_middle.gif) repeat-y;
		overflow:hidden;}
	.dp_info_bottom {
		background:transparent url(../img/bg_info_bottom.gif) no-repeat;
		height:60px;}

	.dp_cont_left {
		float:left;
		margin:0 18px 0 50px;
		text-align:left;
		width:200px;}

		.bn_arc {margin:0 0 6px 30px;}
		.bn_dp {margin:0 0 18px 0;}
		.bn_dp_S {margin:0 0 9px 0;}

	.dp_cont_right {
		float:left;
		text-align:left;
		width:600px;}

		.inc {
			margin:0 0 15px 0;}

		.txt_XL {
			font-size:200%;
			font-weight:bold;
			color:#455765;}

		.sponsor_logo {
			background:#ffffff;
			border-radius:5px;
			-webkit-border-radius:5px; /* for Safari Chrome */ 
			-moz-border-radius-:5px;   /* for Firefox */
			margin:10px 0 0 0;
			text-align:center;
			padding:20px;}

			.sponsor_logo img {margin:18px;}


	/* -- tb^ -- */
	.dp_footer {
		background:transparent;
		margin:30px 30px 0 0;
		padding:0 0 15px 0;
		text-align:right;}