
#main #titletxt{
	width		: 990px;
	height		: 70px;
	font-size	: 12px;
	font-weight	: normal;
	line-height	: 18px;
	padding		: 2px 0 0 27px;
	background	: url(./img/title.gif) no-repeat 2px 0;
}


/* }K */

#maga{
	width			: 950px;
	height			: 1282px;
	background		: url(./img/maga_main.jpg) no-repeat;
	margin			: 0 0 0 25px;
}

#maga_in{
	margin			: 0 0 0 267px;
}

#maga h3{
	height			: 280px;
	text-indent		: -9999px;
}

#form{
	width			: 605px;
	height			: 90px;
	background		: url(./img/form.jpg) no-repeat;
	margin			: 0 0 65px 0;
}

#form_l{
	width			: 365px;
	float			: left;
}

#form_l #form_top{
	font-size		: 13px;
	color			: #ffffff;
	padding			: 14px 0 7px 17px;
}

#form_l #mail{
	padding			: 0 0 7px 17px;
}

#form_l #radio{
	font-size		: 12px;
	color			: #ffffff;
	padding			: 0px 0 0 17px;
}

#form_r{
	width			: 240px;
	float			: left;
}

#form_r p{
	padding			: 36px 0 0 0;
}

#caution{
	height			: 147px;
	font-size		: 13px;
	line-height		: 18px;
}


#rule{
	height			: 240px;
}

#maga li{
	width: 640px;
	font-size		: 12px;
	line-height		: 18px;
	border-bottom	: 1px dotted #999999;
	background		: url(./img/i1.gif) no-repeat 2px 4px;
}

#maga li p{
	padding			:  5px 0 4px 20px;
}


/** carrier **/

#carrier{
	width			: 640px;
	font-size		: 0;
	line-height		: 0;
	text-align		: center;
	margin: 0 0 110px 0px;
}

#carrier p{
	font-size		: 14px;
	line-height		: 20px;
	padding			: 15px 0 73px 0;
}

#carrier p em{
	color			: #ff0000;
	font-style: normal;
}

#carrier div{
	width			: 205px;
	display			: inline-block;
}

#carrier div:nth-of-type(2){
	margin			: 0 12px;
}

#carrier div a.fade{
	display: inline-block;
	margin			: 0 0 5px 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#carrier div .fade img:hover{
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}