@charset "UTF-8";

/* ------------------------------------------------------------------ */
#mailmag {}
/* ------------------------------------------------------------------ */





/* ================================================================
   mailmag STYLES
================================================================ */

/* ------------------------------------------ 
		index.php / メールマガジン mailIndex
-------------------------------------------*/
.mailIndex {}


.mailIndex .cell{
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #C0C0C0;
	background-image: url(../imgs/back12.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	float: none;
}
.mailIndex .cell .text{
	float: left;
	width: 450px;
	padding: 0px 15px 0px 20px;
}
.mailIndex .cell .formArea{
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: -20px;
}
.mailIndex .cell .formArea input.textArea{
	margin-right: 5px;
	margin-bottom: 5px;
}
.mailIndex .cell .formArea input.button{
	margin-bottom: 5px;
}
/* ------------------------------------------ 
		4/19追加分
-------------------------------------------*/
.textright{
	text-align: right;
	margin-right: 30px;
}
a:link,
a:visited  {	color: #FF6600;	text-decoration: none;}
a:hover,
a:active {	text-decoration: underline;	color: #cc3333;}

