@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2009/05/01 yabuchi
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* club
--------------------------------------------------------------------- */

#club {
	width: 550px;
	margin: 0 auto;
}

#club h2 {
	margin-top: 10px;
	font-size:161.6%;
}

#club .input,
#club .input-short,
#club .input-middle,
#club .input-long {
	font-size:120%;
	font-family: Osaka, Verdana, Arial, Sans-Serif;
}
#club .input {
}
#club .input-short {
	width:100px;
}
#club .input-middle {
	width:150px;
}
#club .input-long {
	width:300px;
}

#club .flow {
	margin-top: 15px;
}
#club .description {
	margin-top:10px;
	margin-bottom:10px;
	background: #f3f3f3;
	padding: 10px 40px;
}
#club .annotation {
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px 0;
}
#club .annotation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#club .annotation ul li {
	background: url(icon_link_normal.gif) no-repeat left center;
	margin-top: 10px;
	padding: 0 0 0 20px;
}

/* inputForm
--------------------------------------------------------------------- */
#club #inputForm table {
	width: 100%;
	border-top: 1px solid #ebe5ce;
	border-right: 1px solid #ebe5ce;
	font-size: 98%;
}
#club #inputForm th,
#club #inputForm td {
	padding: 5px 15px;
	border-bottom: 1px solid #ebe5ce;
	border-left: 1px solid #ebe5ce;
	text-align: left;
}
#club #inputForm th {
	background: #f7f2e5;
	font-weight: normal;
}

#club .navi {
	text-align: center;
	margin-top: 50px;
}
#club #inputForm .navi .submit {
	border: 3px double #999;
	padding: 4px;
	background: url(btn_fade.gif) repeat-x top;
	font-weight:bold;
}
#club #inputForm .navi .button {
	border: 3px double #999;
	padding: 4px;
	background: url(btn_fade.gif) repeat-x top;
}


#club #inputForm .b-top {
	border-top: 1px solid #e1d9cb;
}

#club .security-seal {
	margin-top:60px;
	margin-bottom:10px;
	padding: 10px 10px;
	border-top: 2px dashed #DDDDDD;
}
#club .security-seal span {
}

#club .need {
	color: #a80000;
}
#club .example {
	padding-left: 5px;
	color:#999999;
}
#club .text-type {
	color:#666666;
}



.club_menu ul {
	margin: 10px 0;
}

