/* ________________________________________________________________________
Marshmallow Studio
http://www.marshmallowstudio.jp/

CascadingStyleSheet ----- invite.css

invite/〜〜〜.htmlの
Bodyと背景と共通設定

2006.4.25
Marshmallow Studio　Kazuhiro Chino
________________________________________________________________________ */


/* ---------------------------------------------Bodyと全体 */

/* 通常Body */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #4C4C4C
}

#body {
	margin: 0;
	padding: 0;
	width: 690px;
	background-color: #FFFFFF;
}


/* 内容部 */
h1 {
	margin: 0;
	padding: 0;
 }
#contents01 {
	margin: 0;
	padding-left: 25px;
	width: 650px;
}
.bg01 {
	background-color: #EEEEEE;
}


/* 入力textfield用 */
input.textf01 {
	background-color: #FFFFFF;
	width: 260px;
	height: 16px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C
	line-height: 100%;
}
/* 入力textfield 年齢、職種 用 */
input.textf02 {
	background-color: #FFFFFF;
	width: 120px;
	height: 16px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C
	line-height: 100%;
}
/* 入力textfield 郵便番号 用 */
input.textf03 {
	background-color: #FFFFFF;
	width: 80px;
	height: 16px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C
	line-height: 100%;
}
/* 入力textfield 住所、URL 用 */
input.textf04 {
	background-color: #FFFFFF;
	width: 360px;
	height: 16px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C
	line-height: 100%;
}
/* 入力textarea用 */
textarea.texta01 {
	background-color: #FFFFFF;
	width: 400px;
	height: 120px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C
	line-height: 120%;
}
/* ラジオボタン用 */
*input.radiob {
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-color: #4C4C4C
	color: #4C4C4C
}
/* ファイル添付用 */
input.file01 {
	background-color: #FFFFFF;
	width: 260px;
/* 	height: 18px; */
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C 
/* 	line-height: 100%; */
/* 	vertical-align: bottom; */
}
/* 送信&リセットボタン用 */
input.btn01 {
	background-color: #FFFFFF;
	width: 120px;
	height: 16px;
	border-width: 1px;
	border-color: #4C4C4C
	font-size: 10px;
	color: #4C4C4C 
/* 	line-height: 100%; */
	vertical-align: bottom;
}


/* 閉じる */
.close {
	margin: 0;
	padding-left: 624px;
}