/* ------------------------------
 CSSファイル
 更新日 2009/08/04 tanaka
------------------------------ */

/* ------------------------------
 共通ヘッダー
------------------------------ */
.screen {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.GCMailTitle {
    width: 120px;
    height: 35px;
}

.titleM {
	font-size:25px;
	color:#006500;
	font-family:HGP創英角ｺﾞｼｯｸUB;
	width: 40%;
}

.titleR {
	vertical-align:bottom;
}

.day_font {
	font-size: 13px; 
	text-align: right;
	width: 55%;
}
.menuR {
	font-size: 12px; 
	text-align: right;
	width: 55%;
}

.h_label {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	background-color: #c3e572;
}

.h_label_L {
	font-size: 13px;
}

.h_label_R {
	font-size: 13px;
	text-align: right;
}

/*-------------------------------
会員規約（条文）のスタイル
-------------------------------*/
.kiyaku {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-size: 14px;
}

/* ------------------------------
 本文全体のスタイル
------------------------------ */
.body_margin {
	margin:0px;
}
.body_style {
	text-align:center;
}

/* ------------------------------
  段落
------------------------------ */
/* ------------------------------
 本文ヘッダー
------------------------------ */
.indent_maru {
	background-image: url("img/icon_or.gif");
	background-position: left center;
    background-repeat: no-repeat;
    width: 20px;
}

/* ------------------------------
 項目
------------------------------ */
.komoku {
	background-color: #c3e572;
	color:#000000;
	font-size: 13px;
	padding-left:1em;
}
/* ------------------------------
 フォント13ポイント+index1
------------------------------ */
.font13_i {
	font-size:13px;
}
/* ------------------------------
 フォント14ポイント
------------------------------ */
.font14 {
	font-size:14px;
}
/* ------------------------------
 フォント13ポイント
------------------------------ */
.font13 {
	font-size:13px;
}
/* ------------------------------
 メニュー
------------------------------ */
.menu {
	background-image: url("img/title_bar.gif");
	background-position: left top;
    background-repeat: no-repeat;
	font-size: 14px;
	font-weight:bold;
}

/* ------------------------------
 下線削除
------------------------------ */
.menu_notunderlien {
	text-decoration:none;
	color:#433d3c;
}
.menu_makecoler {
	color:#95cc28;
}

/* ------------------------------
 登録用テーブル
------------------------------ */
.entry_table {
	border-collapse: collapse;
	border: 1px #35b24a solid;
	width: 80%;
}

/* ------------------------------
 GCWEB会員登録不可のお知らせ（テーブル）
------------------------------ */
.gcwebosirase_table {
	width: 500px;
	border: 0px;
}
/* ------------------------------
 GCWEB会員登録不可お知らせのタイトル
------------------------------ */
.gcwebosirase_title {
	color: #006500;
	font-weight: bold;
	font-size: 20pt;
}
/* ------------------------------
 GCWEB会員登録不可お知らせの案内文
------------------------------ */
.gcwebosirase_body {
	background-color: #dfffa0;
	color: #006400;
	font-size: 10pt;
	padding-left: 2em;
	padding-right: 2em;
}
/* ------------------------------
 GCWEB会員登録不可お知らせの案内文(強調)
------------------------------ */
.gcwebosirase_strong {
	color: #ff0000;
	font-size: 11pt;
	font-weight: bold;
}

/* ------------------------------
 GCmail会員TOPページお知らせのタイトル
------------------------------ */
.gcmailosirase_title {
	color: #ff0000;
	font-weight: bold;
	font-size: 11pt;
}
/* ------------------------------
 GCmail会員TOPページお知らせの案内文
------------------------------ */
.gcmailosirase_body {
	font-size: 10pt;
	padding-left: 1em;
}



