/**********************************************************************
TAMTAM-PRINT(by.yoshida)
フォーム
**********************************************************************/
/* ==================================
 BODY基本
================================== */
* { margin:0; padding:0;}
/** { box-sizing :border-box}
* { -moz-box-sizing :border-box}*/

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,em,img,dl,dt,dd,fieldset,legend,form,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	/*vertical-align: baseline;*/}

html {
	overflow-y: scroll;}

/*html {overflow-x:hidden;}*/
/**+html{overflow-y:auto;} IE7 横スクロール無*/

body{
	font-family:Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	/*line-height:1.5;*/
	letter-spacing:0.04em;}

body,span,div,p,table,th,td{
	font-size:12px;
	line-height:140%;
	/* MacIE5非適応 \*/
	letter-spacing:0.06em;
	/* MacIE5非適応ここまで */}

html[xmlns] h1,h2,h3,h4,h5,h6,strong,em {/*mac safari 太字用*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial,Helvetica, sans-serif;
	font-style:normal;
	font-weight: bold;}
	
/**:first-child+html body { IE7 
	font-family:Meiryo,"メイリオ",Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;}*/

/** html body {/*lt IE6 CSS hack
	font-family:Meiryo,"メイリオ",Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;}*/

body .alt{
	width: 0;
	height: 1px;
	overflow: hidden;}

/* MacIE5非適応 \*/
br {
	letter-spacing:normal;}
/* MacIE5非適応ここまで */

img{
	border:0;margin:0;padding:0;}

a:link,
a:visited {
	text-decoration: none;
	color: #03c;}

a:hover {
	color: #03c;
	border-bottom: 1px solid #03c;}

.at{
	color:#f00;}

.stx{
	font-size: 10px;
	font-weight: normal;}
/* ==================================
フォーム
================================== */
#outline {
	width: 700px;
	margin:0 auto;}

.last{
	text-align: center;}

.title{
	width:700px;
	margin:12px 0 0 0;
	text-align: left;}

.txt{
	margin:10px 0;
	text-align: left;}


/* ==================================
テーブル基本
================================== */
table{
	width:700px;
	margin:0 auto;
	overflow:auto;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
	border-style:none;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;}

th,td {
	padding: 10px 6px;
	border-right:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	text-align: left;}

table th{
	width:180px;
	font-size: 12px;
	color: #666;
	text-align: left;
	background: #F3F3F3;}

.none table {
	margin:0;
	width:auto;
	border-style:none;}

.none table td {
	padding: 0 0 7px 0;
	border-style:none;}

.none table td.nospace {
	padding: 0;
	border-style:none;}

.none table td.nom{
	border-style:none;
	font-weight: bold;
	text-align: center;}

.none2 table {
	margin:0;
	width:auto;
	border-style:none;}

.none2 table td {
	width:123px;
	padding:0;
	border-style:none;
	text-align: center;}

.none2 table td.space{
	padding: 20px 0 0 0;}


/* ==================================
mail
================================== */
.msg{color:#f00;}

	
