@charset "UTF-8";
/*----------------------------------------------- 
 サイト内共通スタイル
 common.css 
 2008/12/24 Created Tamura-k@Loop-Next Co.,Ltd. 
------------------------------------------------- 
階層構造 
#container
	
-----------------------------------------------*/ 
/* -- HTML -- */
html {
	color: #666;
}

/* -- BODY -- */
body {
	margin: 0;
	padding: 0;
	text-align: center;					/* 要素のセンタリングを行う(IE用) */
	background: url(/img/df/bg_header.gif) repeat-x top left;
}

/* -- A -- */
a {
	color: #1cabe4;
}

a:visited {
	color: #1cabe4;
}

a:hover {
	color: #ff6600;
}

a:active {
	color: #ff6600;
}


/* ------------------------------
 基本BOXレイアウト
------------------------------ */
/* -- div#container -- */
div#container {
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	background-color: white;
	overflow: hidden;
}

/* -- div#header -- */
div#header {
	height: 144px;
	margin: 0;
	padding: 0;
	background: url(/img/df/bg_header.gif) repeat-x top left
}

	div#header h1 {
		margin: 0;
		padding: 0;
	}

/* -- div#title -- */
div#title {
	width: 790px;
	margin: 1em 0 2em 0;
	padding: 0;
	text-align: center;
}

	div#title h2 {
		font-size: 197%;
	}
	
	div#title p {
		margin: 0 0 0 100px;
		font-size: 153.9%
	}

/* トリミングキャンペーン */

table.trimming {
    width: 600px;
    border:	1px red solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.trimming th {
    padding: 5px;
    border: red 1px solid;
    background: red;
	color: #fff;
    font-weight: bold;
    line-height: 120%;
}

table.trimming td {
    padding: 5px;
    border: 1px red solid;
    border-width: 0 1px 1px 1px;
}

p.tabletitle {
	text-align: center;
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

p.tablehosoku {
	width: 400px;
	margin: 10px auto;
	text-align: left;
}

p.btn_detail {
	text-align: center;
}

div#iframe {
	margin: 0 auto;
	text-align: center;
}

/* -- div#fooer -- */
div#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0;
	color: #999999;
	text-align: center;
	background: #fff;
}

	div#footer div.footerline {
		margin: 3px 0 3px 0;
		padding: 0;
		line-height:1px;
	}
	
	div#footer div#sig {
		margin: 5px 0 0 0;
		padding: 5px 0 5px 0;
		background: #999;
		color: #fff;
	}


/* -- 共通クラス -- */
.txtbox1a {
	font-size: 75%;
	color: black;
	text-decoration: none;
	ime-mode: disabled;
	border: 1px solid dimgray;
	background: #efefef;
}

.txtbox1k {
	font-size: 75%;
	color: black;
	text-decoration: none;
	ime-mode: active;
	border: 1px solid dimgray;
	background: #efefef;
}

p.center {
	text-align: center;
}

div.center {
	text-align: center;
}

div.attention {
	background: #eee;
	padding: 1em;
	margin: 1em auto;
}

/*-- Ethna自動吐き出しエラー --*/
span.ethna-error {
	color: red;
}