body {
	min-width:980px;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family:'メイリオ','Hiragino Kaku Gothic ProN',
	 'Lucida Grande', 'ヒラギノ角ゴ ProN W3',
	 Meiryo,  sans-serif;
	overflow-y: scroll;
}

h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: normal;
}

/* リンクスタイル */
a:link { color: #0000FF; text-decoration: underline;}
a:visited {	color: #880088;	text-decoration: underline;}
a:hover { color: #003300;text-decoration: underline; }
/* リンクスタイル */

/*　基本レイアウト
-----------------------------------------------------------------------------*/
#outline {
	width: 980px;
	margin: 0px auto;
	height: auto;
	padding: 0;
	color: #6F6666;
}

#mailArea{
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mailArea{
	width: auto;
	margin: 0 auto;
	text-align: left;
}

.tbMail {
	margin: 0;
	padding: 10px;
	background: #F7F7F7;
}
.tbMail table{ 
	border: 0;
	width: 100%;
	margin: 30px auto 0;
	border-collapse: collapse;
	border: 0; 

}
.tbMail tr{ border-bottom: 5px solid #F7F7F7;}
.tbMail th{ 
	width: 30%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.tbMail td{
	vertical-align: top;
}

.tbMail input{
	line-height: 1.5em;
	margin-bottom: 0.2em;
}

.tbMail select{
	padding: 0.3em;
}


/* 見出し */


.headLine001{
    margin: 40px 0 1.8em;
    padding: 0.5em 0.4em 0.4em 0;
    border-bottom: 1px solid #CCCCCC;
    color: #555555;
  	font-size:200%;
	line-height: 1.2em;
}
.headLine001 span {
  padding-left:3px;
}



/* 見出し */

/* フォントサイズ */
.fs80{
	font-size: 80%;
}
.fs85{
	font-size: 85%;
}
.fs90{
	font-size: 90%;
}
.fs93{
	font-size: 93%;
}
/* フォントサイズ */


.mitsumoriBox{
	width:auto;
	padding: 5px;
	margin: 0 0 10px 0;
	background-color:#FFFFFF;
	border: 1px #CCCCCC solid;
	clear:both;
}
.addBox01{
	width:200px;
	margin: 0 0 10px 0;
	color:#FF0000;
	float:left;
}

.addBox02{
	width:270px;
	margin: 0 0 10px 0;
	float:right;
}

.submit_button {
	width: 120px;
	border:solid 1px #ccc;
	padding:0.3em;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

.cl { clear: both;}

.noticeRed { color: #CC0000;}