/* CSS Document */

/*--------------------------------------
アドレスマイスター　基本CSS
製作日：2009.3.20
製作者：Toru Nishikawa
----------------------------------------*/

/*　【目次】
	・基本構造
	・共通
	・メールアドレス登録画面
	・フリーページ
*/


/*・リセットCSS
-------------------------------*/
* {
	margin:0px;
	padding:0px;
	font-size: 100%;
}

* a {
	color: #000000;
}

img {
	border: 0px none;
}


/*・基本構造
----------------------------------------*/
body {

}


/*・共通
----------------------------------------*/
.btn a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

.mark_red {
	color: #FF0000;
	font-size: small;
	font-weight: bold;
}

.check_err {
	color: #FF0000;
}

.text_medium {
	font-size: medium;
	font-weight: normal;
}
.text_small {
	font-size: small;
	font-weight: normal;
}
.text_xsmall {
	font-size: x-small;
	font-weight: normal;
}

.text_gray {
	color: #666666;
}

.text_red {
	color: #FF0000;
}

.text_lightbrown {
	color: #CC9966;
}

.lh17 {
	line-height: 1.7;
}


/*・メールアドレス登録画面
----------------------------------------*/

.notes {
	margin: 10px;
	font-size: small;
	line-height: 1.7;
}

table.mm_regist {
	padding: 7px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

/* 上書き指定 */
*+html table.mm_regist {
	border: none 0px;
}


table.mm_regist td {
	border: 0px none;
	vertical-align: top;
}

.mm_regist .item {
	width: 100px;
	height: 35px;
	font-size: small;		
}

.notice {
	font-size: small;	
	color: #666666;
}

/*・フリーページ（free_page.html）
----------------------------------------*/
.sub_title {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

#info_msg {
	margin-top: 80px;
	font-size: midium;
	font-weight: bold;
	line-height: 3;
	text-align: center;
}

.rtn_btn {
	text-align: center;
	color: #996600;
}

