@charset "utf-8";

/* CSS Document */


div#content{
	position: relative;
}

div#container{
	min-height:1800px;
	_height:1800px;}


h2{

	width:610px;
	height:32px;

	background:url(../../img/pc/group/h2_mailmagazines.png) no-repeat top left;

	margin:auto;

	border-bottom:1px #9A9A9A solid;

}

* html h2{
		behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
		);
}

div.form{
	margin:1em 3em;
	position: relative;
}

	div.form div.checkbox{
		display:inline;
		margin:0 1em 0.5em 0 ;
		white-space:nowrap;
		line-height:2em;}
		
		div.form div.checkbox input{
			margin-right:0.3em;}

ul.tab_menus{
	width:150px;
	float:left;
	display:inline;
	overflow:hidden;}

ul.tab_menus li{
	width:120px;
	background:#BB1E65;
	color:#FFFFFF;
	font-weight:bold;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #666666;
	font-size:12px;
	margin:1em 1em 0 0;
	cursor:hand;
	cursor:pointer;
	text-align:center;}
	
	ul.tab_menus li.tab_active{
		background:#FFD7F8;
		border:none;
		color:#660047;
		border-left:solid 2px #666666;
		border-top:solid 2px #666666;}
	
div.tab_content{
	display:none;
	width:380px;
	float:right;
	overflow:hidden;
	background:#FCFEE7;
	border-bottom:solid 2px #333333;
	border-right:solid 2px #333333;
	height:450px;
	margin-top:0.5em;
	overflow:auto;}

div.tab_content#first{
	display:inline;}
	
	
h4{
	margin:1em 0 0;
	color:#AC0F62;}

	div.base label{
		clear:both;
		display:inline;
		width:10em;
		float:left;
		margin-left:1em;}
	
	div.base div.input{
		margin:1em 0 0;	}
		
	div.checkbox{
		display:inline;}

p{
	margin-left:1em;}

	div.input{
		margin:1em 1em 0;	}

	div.form  div.time div.input{
		margin-left:1em;}
	
	
div.submit{
	clear:both;
	margin:1em auto;
	width:120px;}
