@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////////////////////////////////

	Stylesheet for satotch.tv
	Copyright (C) 2007-2009 The Niigata Television Network 21, Inc. All rights reserved.
	
/////////////////////////////////////////////////////////////////////////////////////////////// */


	
/* universal selector */
/* -------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}




/* anchor */
/* -------------------------------------------------------------------------------------------- */

a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #F99;
	text-decoration: underline;
}

a img {
	border: none;
}




/* body & txt_format */
/* -------------------------------------------------------------------------------------------- */

body {
	text-align: center;
	color: #FFF;
	background: #FC0 url(../parts/bg_body.png) repeat-x center top;
	font: normal 13px/1.6 Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

p,li,dd,td {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

img {
	display: block;
}



/* box */
/* -------------------------------------------------------------------------------------------- */

div#contents {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}



/* home */
/* -------------------------------------------------------------------------------------------- */

/* rogo */
body#home h1 {
	width: 960px;
	height: 672px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../parts/bg_home.png) no-repeat left top;
}
* html body#home h1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="share/parts/bg_home.png", sizingMethod="crop");
}

body#home h1 img {
	position: absolute;
	top: 6px;
	left: 72px;
}

/* campaign */
body#home div#campaign {
	position: absolute;
	left: 390px;
	top: 165px;
	height: 270px;
	width: 300px;
	background: url(../parts/bg_home_campaign.png) no-repeat left top;
}

* html body#home div#campaign {
	width: 300px;
	background: url(../parts/bg_home_campaign_ie.gif) no-repeat left top;
}

body#home div#campaign p#button {
	position: absolute;
	left: 5px;
	top: 62px;
	visibility: visible;
}

body.campaign div#message {
	min-height: 275px;
}

* html body.campaign div#message {
	height: 275px;
}

body.campaign p#button {
	position: absolute;
	width: 300px;
	height: 70px;
	left: 10px;
	top: 278px;
}

* html body.campaign div#on-the-air div#summarize div.photo {
	height: 360px;
}


/* ********* */


/* what's new */
body#home dl {
	height: 288px;
	width: 276px;
	position: absolute;
	top: 220px;
	left: 390px;
	overflow: auto;
}

body#home dt {
	padding: 0 12px 0 24px;
	font-weight: bold;
	color: #FC0;
	background: url(../parts/homebt_star.png) no-repeat left top;
}
* html body#home dt {
	width: 100%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="share/parts/homebt_star.png", sizingMethod="crop");
	background: none;
}

body#home dd {
	padding: 0 12px 12px 0;
}

body#home dd ul li {
	position: static;
	margin-left: 2em;
}

body#home dd ul li ul {
}


/* navi & banner */
body#home ul li {
	position: absolute;
}

body#home ul#navi {
	position: absolute;
	left: 60px;
	top: 228px;
	list-style: none;
}

body#home ul#navi li.on-the-air {
	left: 0;
	top: 0;
}

body#home ul#navi li.navigator {
	left: 24px;
	top: 57px;
}

body#home ul#navi li.backnumber {
	left: 0;
	top: 114px;
}

body#home ul#navi li.inquiry {
	left: 24px;
	top: 171px;
}

body#home ul#banner {
	left: 0;
	top: 590px;
	position: absolute;
	list-style: none;
}

body#home ul#banner li.tepco {
	left: 90px;
	top: 0;
}

body#home ul#banner li.aizawa {
	left: 324px;
	top: 2px;
}

body#home ul#banner li.ogawa {
	left: 492px;
	top: 2px;
}

body#home ul#banner li.ux {
	left: 732px;
	top: 2px;
}

/* p,h2,address */
body#home p,
body#home h2 {
	visibility: hidden;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #666;
}

body#home address {
	width: 100%;
	position: absolute;
	left: 0;
	top: 672px;
}

/* sub */
/* -------------------------------------------------------------------------------------------- */

/* h1,h2,address */
body#subpage h1 {
	height: 156px;
	display: block;
	overflow: visible;
	background: url(../parts/bg_sub_header.png) no-repeat left top;
}
* html body#subpage h1 {
	width: 100%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_sub_header.png", sizingMethod="crop");
}

body#subpage h1 img {
	position: absolute;
	right: 0;
	top: 0;
}

body#subpage h2 {
	width: 867px;
	padding: 36px 0 0;
	position: absolute;
	left: 0;
	top: 156px;
	z-index: 1;
	text-align: right;
	background: url(../parts/bg_sub_header2.png) no-repeat left top;
}
* html body#subpage h2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_sub_header2.png", sizingMethod="crop");
}

body#subpage h2 img {
	display: inline;
}

body#subpage p#pagetop {
	height: 84px;
	padding: 36px 0 0 832px;
	display: block;
	background: url(../parts/bg_sub_footer.png) no-repeat left top;
}
* html body#subpage p#pagetop {
	height: 120px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_sub_footer.png", sizingMethod="crop");
}
* html body#subpage p#pagetop a {
	position: relative;
}

body#subpage address {
	width: 792px;
	text-align: left;
	margin: -36px auto 0;
}


/* navi */
body#subpage ul#navi {
	position: absolute;
	left: 0;
	top: 6px;
	list-style: none;
}

body#subpage ul#navi li {
	position: absolute;
}

body#subpage ul#navi li.home {
	left: 162px;
	top: 64px;
}

body#subpage ul#navi li.on-the-air {
	left: 252px;
	top: 0;
}

body#subpage ul#navi li.navigator {
	left: 372px;
	top: 0;
}

body#subpage ul#navi li.backnumber {
	left: 492px;
	top: 0;
}

body#subpage ul#navi li.inquiry {
	left: 612px;
	top: 0;
}

div#on-the-air,
div#navigator,
div#backnumber,
div#inquiry,
body#subpage div#campaign,
div#campaign2,
div#campaign3 {
	padding: 12px 144px 0 0;
	background: url(../parts/bg_sub_center.png) repeat-y left top;
}
* html div#on-the-air,
* html div#navigator,
* html div#backnumber,
* html div#inquiry, 
* html body#subpage div#campaign,
* html div#campaign2,
* html div#campaign3 {
	width: 100%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_sub_center.png", sizingMethod="scale");
}


/* on-the-air */
/* -------------------------------------------------------------------------------------------- */

/* tv */
div#on-the-air div#summarize {
	min-height: 322px;
	background: url(../parts/bg_on-the-air_summarize.png) no-repeat left top;
}
* html div#on-the-air div#summarize {
	height: 322px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize.png", sizingMethod="crop");
}

div#on-the-air div#summarize h3 {
	padding: 96px 0 24px 528px;
}

div#on-the-air div#summarize p#date {
	width: 288px;
	position: absolute;
	left: 528px;
	top: 236px;
	z-index: 25;
	color: #FC0;
}

div#on-the-air div#summarize p#today-navigator {
	width: 960px;
	height: 322px; 
	position: absolute;
	left: 0;
	top: 168px;
	z-index: 20;
	text-indent: -9999px;
}
* html div#on-the-air div#summarize p#today-navigator {
	background: none;
}

div#on-the-air div#summarize p.aizawa {
	background: url(../parts/bg_on-the-air_summarize_aizawa.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.aizawa {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_aizawa.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.ogawa {
	background: url(../parts/bg_on-the-air_summarize_ogawa.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.ogawa {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_ogawa.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.takayama {
	background: url(../parts/bg_on-the-air_summarize_takayama.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.takayama {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_takayama.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.aizawa-ogawa {
	background: url(../parts/bg_on-the-air_summarize_aizawa-ogawa.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.aizawa-ogawa {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_aizawa-ogawa.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.ogawa-takayama {
	background: url(../parts/bg_on-the-air_summarize_ogawa-takayama.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.ogawa-takayama {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_ogawa-takayama.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.takayama-aizawa {
	background: url(../parts/bg_on-the-air_summarize_takayama-aizawa.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.takayama-aizawa {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_takayama-aizawa.png", sizingMethod="crop");
}

div#on-the-air div#summarize p.three {
	background: url(../parts/bg_on-the-air_summarize_three.png) no-repeat left top;
}
* html div#on-the-air div#summarize p.three {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_summarize_three.png", sizingMethod="crop");
}

div#on-the-air div#summarize div#message {
	width: 288px;
	float: right;
	position: relative;
	z-index: 50;
}

div#on-the-air div#summarize div#preview {
	width: 320px;
	position: absolute;
	left: 162px;
	top: 235px;
}

div#on-the-air div#summarize div.movie {
	z-index: 30;
}

div#on-the-air div#summarize div.photo {
	height: 248px;
	background: url(../parts/bg_on-the-air_tv.png) no-repeat left top;
}
* html div#on-the-air div#summarize div.photo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_tv.png", sizingMethod="crop");
}

div#on-the-air div#detail {
	padding: 0 0 0 108px;
	margin: 12px 0 0;
	position: relative;
	z-index: 60;
	clear: both;
	overflow: auto;
}

div#on-the-air div#detail div#info {
	width: 396px;
	float: left;
	position: relative;
}

div#on-the-air div#detail div#info p.img{
	text-align: center;
}

div#on-the-air div#detail div#info p.img img{
	margin: 0 0 12px;
	display: inline;
}

div#on-the-air div#detail div#info h4 {
	height: 120px;
	background: url(../parts/bg_on-the-air_info.png) no-repeat left top;
}
* html div#on-the-air div#detail div#info h4 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_on-the-air_info.png", sizingMethod="crop");
}

div#on-the-air div#detail div#info h4.special {
	height: auto;
	margin: 24px 0 12px;
	background: none;
}

div#on-the-air div#detail div#info dl {
	width: 372px;
	margin: 12px 0 12px 24px;
	overflow: auto;
	color: #CC9;
}

div#on-the-air div#detail div#info dt {
	margin: 0;
	float: left;
	font-weight: bold;
}

div#on-the-air div#detail div#info dd {
	margin: 0;
	padding-left: 72px;
}

/*
div#on-the-air div#detail div#info dl.style3 {
	margin: 6px 0 6px 48px;
}*/

/* 幅が広い時の為に */
/*  9文字  */
div#on-the-air div#detail div#info dl.data dd {
	padding-left: 108px;
}
/*  15文字  */
div#on-the-air div#detail div#info dl.data2 dd {
	padding-left: 180px;
}

div#on-the-air div#detail div#info div#photospace {
	padding: 0 12px 0 0;
	overflow: auto;
	background: #ECE9D8;
}
* html div#on-the-air div#detail div#info div#photospace {
	width: 100%;
}

div#on-the-air div#detail div#info div#photospace dl {
	width: 180px;
	height: 144px;
	margin: 0 0 0 12px;
	float: left;
	overflow: auto;
}
* html div#on-the-air div#detail div#info div#photospace dl {
	display: inline;
}

div#on-the-air div#detail div#info div#photospace dt {
	width: 180px;
	float: none;
}

div#on-the-air div#detail div#info div#photospace dd {
	width: 180px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #660;
}

div#on-the-air div#detail div#info h5 {
	padding: 0 0 0 24px;
	margin: 24px 0 12px;
	clear: both;
	display: block;
	font-size: 12px;
	color: #FC0;
	background: url(../parts/bt_circle.png) no-repeat left center;
}
div#on-the-air div#detail div#info ul {
	margin: 0 0 0 24px;
}

* html div#on-the-air div#detail div#info h5 {
	width: 100%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bt_circle.png", sizingMethod="crop");
}
div#on-the-air div#detail div#info h6 {
	font-weight: bold;
	color: #9F8006;
	font-size: 12px;
	margin: 12px 0px 6px;
	border-bottom: 1px dotted #9F8006;
}


div#on-the-air div#detail div#urabanashi {
	width: 288px;
	padding: 36px 0 0;
	margin: 48px 0 0;
	float: right;
	position: relative;
	background: #000;
}

div#on-the-air div#detail div#urabanashi h4 {
	position: absolute;
	top: -24px;
	left: 12px;
}

div#on-the-air div#detail div#urabanashi dl {
	padding: 0 12px;
}

div#on-the-air div#detail div#urabanashi dt {
	font-weight: bold;
	color: #FC0;
}

div#on-the-air div#detail div#urabanashi dd {
	margin: 0 0 12px;
}

div#on-the-air div#detail div#urabanashi div#photospace dd {
	text-align: center;
	font-size: 10px;
	color: #FC0;
}

/* backnumber */
/* -------------------------------------------------------------------------------------------- */

div#backnumber div#archive {
	padding: 0 0 0 108px;
	position: relative;
	z-index: 5;
}

div#backnumber div#archive div.year {
	position: relative;
	width: 708px;
	padding: 36px 0 0;
	overflow: auto;
}

div#backnumber div#archive div.year h3 {
	height: 42px;
	width: 297px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	z-index: 3;
}

div#backnumber div#archive div.year div.month {
	position: relative;
	padding: 36px 0;
	width: 708px;
	overflow: auto;
	background: url(../parts/bg_backnumber_footer.png) no-repeat left bottom;
	margin: 0 0 12px;
}

* html div#backnumber div#archive div.year div.month {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_backnumber_footer.png", sizingMethod="scale");
}

div#backnumber div#archive div.year div.month h4 {
	width: 54px;
	height: 61px;
	padding: 36px 12px 0 642px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: url(../parts/bg_backnumber_header.png) no-repeat left top;
	color: #FC0;
}
* html div#backnumber div#archive div.year div.month h4 {
	width: 708px;
	height: 97px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_backnumber_header.png", sizingMethod="crop");
}

div#backnumber div#archive div.year div.month div.week {
	padding: 0 0 0 15px;
	background: #000;
	width: 630px;
	overflow: auto;
	position: relative;
	z-index: 2;
}
* html div#backnumber div#archive div.year div.month div.week {
	width: 645px;
	overflow: hidden;
	height: 100%;
}

div#backnumber div#archive div.year div.month div.week dl {
	width: 115px;
	margin: 0 10px 0 0;
	position: relative;
	float: left;
}

div#backnumber div#archive div.year div.month div.week dt {
	color: #C90;
	font-size: 10px;
	padding: 65px 0 0;
	margin: 1px 0 0;
}

div#backnumber div#archive div.year div.month div.week dd {
	font-size: 10px;
}

div#backnumber div#archive div.year div.month div.week dd.photo {
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

div#backnumber div#archive div.year div.month div.week dd.title a {
	font-weight: bold;
	text-decoration: none;
}

div#backnumber div#archive div.year div.month div.week dd.title a:hover {
	text-decoration: underline;
}

div#backnumber div#archive ul#backnumberlist {
	width: 708px;
	overflow: auto;
}

div#backnumber div#archive ul#backnumberlist li {
	padding: 0 0 0 24px;
	margin: 0 1px 0 0;
	float: left;
	list-style: none;
	background: url(../parts/homebt_star.png) no-repeat left center;
}
* html div#backnumber div#archive ul#backnumberlist li {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/homebt_star.png", sizingMethod="crop");
}

div#backnumber div#archive ul#backnumberlist li.select { 
	font-weight: bold;
	color: #FC0;
}

div#navigator {
	padding-right: 0;
	padding-left: 108px;
	visibility: visible;
}

div#navigator div#member {
	position: relative;
	z-index: 2;
}

div#navigator div#member div#list {
	background: url(../parts/bg_navigator.png) no-repeat left top;
	height: 420px;
}
* html div#navigator div#member div#list {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_navigator.png", sizingMethod="crop");
}

div#navigator div#member div#list div,
div#navigator div#member div#list div h3,
div#navigator div#member div#list div p {
	position: absolute;
}

div#navigator div#member div#list div#aizawa {
	top: 96px;
	left: 292px;
}

div#navigator div#member div#list div#aizawa h3{
	top: 30px;
	left: 82px;
}

div#navigator div#member div#list div#aizawa p.photo{
	top: 2px;
	left: -28px;
}

div#navigator div#member div#list div#aizawa p.say{
	top: 199px;
	left: 85px;
}

div#navigator div#member div#list div#ogawa {
	top: 62px;
	left: 75px;
}

div#navigator div#member div#list div#ogawa h3{
	top: -24px;
	left: -19px;
}

div#navigator div#member div#list div#ogawa p.photo{
	top: 23px;
	left: -18px;
}

div#navigator div#member div#list div#ogawa p.say{
	top: -4px;
	left: 88px;
}

div#navigator div#member div#list div#takayama {
	top: 96px;
	left: 516px;
}

div#navigator div#member div#list div#takayama h3{
	top: -52px;
	left: 59px;
}

div#navigator div#member div#list div#takayama p.photo{
	top: 0;
	left: 0;
}

div#navigator div#member div#list div#takayama p.say{
	top: -48px;
	left: -72px;
}

div.aizawa div#member,
div.ogawa div#member,
div.takayama div#member {
	width: 744px;
	margin: 0 0 0 36px;
	padding: 36px 0 0;
	background: url(../parts/bg_navigator_profile.png) no-repeat left top;
	overflow: visible;
}

* html div.aizawa div#member,
* html div.ogawa div#member,
* html div.takayama div#member {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_navigator_profile.png", sizingMethod="crop");
}

div#navigator div#member div#profile {
	color: #666;
	overflow: visible;
	width: 744px;
	background: url(../parts/bg_navigator_detail.png) repeat-y left top;
	min-height: 408px;
}
* html div#navigator div#member div#profile {
	color: #666;
	width: auto;
	height: 408px;
}

div#navigator div#member div#profile h3 {
	width: 744px;
	margin: 42px 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

div#navigator div#member div#profile h3 img{
	position: absolute;
	left: 216px;
	top: 0;
}

div#navigator div#member div#profile div#detail {
	width: 396px;
	padding: 60px 12px 0 216px;
	position: relative;
	z-index: 2;
}
* html div#navigator div#member div#profile div#detail {
	width: 624px;
}

div#navigator div#member div#profile div#detail a{
	color: #999;
	text-decoration: underline;
}

div#navigator div#member div#profile div#detail a:hover{
	color: #F99;
	text-decoration: underline;
}

div#navigator div#member div#profile div#detail table {
	width: 396px;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
}

div#navigator div#member div#profile div#detail tbody th {
	width: 96px;
	border-bottom: 1px solid #D4D1C2;
	text-align: left;
	color: #666;
	padding: 0.5em 0;
	vertical-align: top;
}

div#navigator div#member div#profile div#detail td {
	padding: 0.5em 0;
	line-height: 1.5em;
	border-bottom: 1px solid #D4D1C2;
	color: #666;
}

div#navigator div#member div#profile div#portrait {
	width: 732px;
	height: 432px;
	position: absolute;
	left: 12px;
	top: 42px;
}

div.aizawa div#member div#profile div#portrait {
	background: url(../parts/sign_aizawa.png) no-repeat left top;
}
* html div.aizawa div#member div#profile div#portrait {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/sign_aizawa.png", sizingMethod="crop");
}

div.ogawa div#member div#profile div#portrait {
	background: url(../parts/sign_ogawa.png) no-repeat left top;
}
* html div.ogawa div#member div#profile div#portrait {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/sign_ogawa.png", sizingMethod="crop");
}

div.takayama div#member div#profile div#portrait {
	background: url(../parts/sign_takayama.png) no-repeat left top;
}
* html div.takayama div#member div#profile div#portrait {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/sign_takayama.png", sizingMethod="crop");
}

div#navigator div#member div#profile p.other {
	margin: 12px 0 0;
	text-align: right;
}

div#navigator div#member div#profile p#navigatortop {
	padding: 24px 12px 24px 458px;
	position: relative;
	z-index: 3;
}

/* inquiry */
/* -------------------------------------------------------------------------------------------- */

div#inquiry div#message {
	width: 396px;
	height: 300px;
	margin: 0 0 0 72px;
	padding: 84px 0 0 348px;
	position: relative;
	z-index: 2;
	background: url(../parts/bg_inquiry.png) no-repeat left top;
}

* html div#inquiry div#message {
	width: 744px;
	height: 384px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_inquiry.png", sizingMethod="crop");
}

div#inquiry div#message h3 {
	margin: 0 0 36px;
}

div#inquiry div#message p#mail {
	margin: 0 0 12px;
}

div#inquiry div#message p#ps {
	margin: 24px 0 0;
}

/* campaign */
/* -------------------------------------------------------------------------------------------- */

div#campaign div#message,
div#campaign2 div#message,
div#campaign3 div#message {
	width: 396px;
	min-height: 300px;
	margin: 0 0 0 72px;
	padding: 84px 0 0 348px;
	position: relative;
	z-index: 2;
	background: url(../parts/bg_campaign.png) no-repeat left top;
}

div#campaign2 div#message {
	background: url(../parts/bg_campaign2.png) no-repeat left top;
}

div#campaign3 div#message {
	width: 699px;
	padding-left: 35px;
	background: url(../parts/bg_campaign3.png) no-repeat left top;
}

* html div#campaign div#message,
* html div#campaign2 div#message,
* html div#campaign3 div#message {
	width: 734px;
	height: 300px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_campaign.png", sizingMethod="crop");
}

* html div#campaign2 div#message {
	height: 380px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_campaign2.png", sizingMethod="crop");
}

* html div#campaign3 div#message {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/bg_campaign3.png", sizingMethod="crop");
}

div#campaign div#message h3 {
	margin: 0 0 36px;
}

div#campaign div#message h4 {
	margin: 20px 0 6px;
}


div#campaign2 div#message h3 {
	margin: 0 0 12px;
}

div#campaign3 div#message h3 {
	margin: 0 0 36px 36px;
}

div#campaign3 div#message h4 {
	font-weight: bold;
	color: #FC0;
}

div#campaign3 div#message div#dl {
	overflow: auto;
}

div#campaign3 div#message div#dl div {
	width: 340px;
}

div#campaign3 div#message div#dl dd {
	float: left;
	padding: 6px 12px 36px 0;
}

div#campaign3 div#message div#dl div.all,
div#campaign3 div#message div#dl div.ogawa {
	float: left;
}

div#campaign3 div#message div#dl div.aizawa,
div#campaign3 div#message div#dl div.takayama {
	float: right;
}

div#campaign3 div#message div#dl div.takayama {
	clear: bot;
}


div#campaign div#message form {
	margin: 12px 0 0;
}

div#campaign div#message table th,
div#campaign2 div#message table th,
div#campaign3 div#message table th {
	font-size: 12px;
	padding: 6px 0;
	text-align: right;
	vertical-align: top;
}

div#campaign div#message table td,
div#campaign2 div#message table td,
div#campaign3 div#message table td {
	padding: 6px 0 6px 12px;
	font-size: 12px;
}

div#campaign div#message p.buttons,
div#campaign2 div#message p.buttons,
div#campaign3 div#message p.buttons {
	float: right;
}

div#campaign2 div#message p.buttons input {
	margin: 0 0 0 12px;
	float: right;
}

div#campaign div#message div#messagebox {
	padding: 40px 0 0;
	margin: 24px 0 0;
	color: #FC0;
	background: url(../parts/comment_error.png) no-repeat left top;
}

* html div#campaign div#message div#messagebox {
	width: 100%;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../share/parts/comment_error.png", sizingMethod="crop");
}

div#campaign div#message div#messagebox ul {
	margin: 0 0 0 24px;
	font-weight: bold;
	color: #FC0;
}

/* class */
/* -------------------------------------------------------------------------------------------- */

p.mail {
	margin: 12px 0;	
}

p.privacy {
	font-size: 10px;
	color: #FC0;
}
