@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*デザイン用*/
@import "base.css";

/*拡張用*/
@import "advanced.css";


/*--------------------------------------------------------
4-7、メインの設定
--------------------------------------------------------*/

div#main-contents {
	text-align:left;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 440px;
	width: 780px;
	background-image: url(../images_design/mail_magazine_back.jpg);
}

div#main-contents_c {
	text-align:left;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 440px;
	width: 780px;
	background-image: url(../images_design/mail_magazine_comp.jpg);
}

div#main-contents_d {
	text-align:left;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 440px;
	width: 780px;
	background-image: url(../images_design/mail_magazine_delete.jpg);
}

/*ラジオボタン登録*/
div#radio{
	position: absolute;
	top: 212px;
	/*_top: 202px;*/
	left: 190px;
	/*_left: 160px;*/
	color: #FFFFFF;
}

/*入力フォーム*/
p#form{
	position: absolute;
	text-align: right;
	top: 238px;
	/*_top: 228px;*/
	left: 90px;
	/*_left: 60px;*/
}

/*送信ボタン*/
p#send_button{
	position: absolute;
	text-align: center;
	top: 270px;
	/*_top: 260px;*/
	left: 190px;
	/*_left: 160px;*/
}

/*ロールオーバー設定*/
p#send_button a{
	width: 90px;
	height: 19px;
	/*_height: 23px;*/
	background-image: url(../images_design/main_button_form_off.jpg);
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
}

p#send_button a:hover{
	background-image: url(../images_design/main_button_form_on.jpg);
	text-decoration: none;
	color: #CCCCCC;
}

/*登録・解除方法*/
div#howto{
	position: absolute;
	top: 320px;
	/*_top: 310px;*/
	left: 70px;
	/*_left: 40px;*/
	color: #FFFFFF;
	width: 330px;
	line-height: 140%;
}

/*注意書き*/
div#attention{
	position: absolute;
	top: 395px;
	/*_top: 385px;*/
	left: 160px;
	/*_left: 130px;*/
	color: #FFFFFF;
	width: 500px;
	line-height: 140%;
	text-align: center;
}
