/* ************************************************************************ */
/* 																			*/
/* 	Do!エントリー スタイルシート											*/
/* 																			*/
/* ************************************************************************ */

#main #inquiry 
{
	text-align: center;
}

/* ************************************************************************ */
/* タイトルバー																*/
/* ************************************************************************ */
#main #inquiry div.titlebar
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#main #inquiry div.vacation_message
{
	margin-left:  110px;
	margin-bottom: 5px;
	color: #2688bc;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

#main #inquiry div.vacation_message a
{
	text-decoration: underline;
}


/* ************************************************************************ */
/*	トップ説明																*/
/* ************************************************************************ */
#main #inquiry div.infomation
{
	margin-top:   10px;
	margin-left:  110px;
	margin-right: 110px;
	margin-bottom:10px;
	
	line-height: 130%;
	letter-spacing: 1px;
	text-align: left;
}

#main #inquiry div.caution
{
	font-size: 8pt;
}

/* ************************************************************************ */
/*																			*/
/* ************************************************************************ */
#main #inquiry table
{
	border-spacing; 0px;
	color: #666666;
	margin-left:  auto;
	margin-right: auto;
	width: 500px;
	
	font-size: 9pt;
	line-height: 140%;
	letter-spacing: 1px;
}

#main #inquiry td
{
	padding: 10px;
}


/* ************************************************************************ */
#main #inquiry div.button
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 18px;
	overflow: hidden;
	float: left;
	
	margin-top:   10px;
	margin-bottom:20px;
}

#main #inquiry div.button img
{
	visibility: hidden;
}

#main #inquiry div.button a,
#main #inquiry div.button a:link,
#main #inquiry div.button a:visited
{
	background-position: 0px 0px;
	float:left;
	margin-left:  10px;
	margin-right: 10px;
}

#main #inquiry div.button a:focus,
#main #inquiry div.button a:hover,
#main #inquiry div.button a:active
{
	background-position: 0px 18px;
}

#main #inquiry div.button span.go a
{
	background-image: url("../../image/main/other/inquiry/button-go_css.gif");
}

/* ************************************************************************ */
#main #inquiry div.button_next
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 35px;
	overflow: hidden;
	margin-top:   20px;
	margin-bottom:20px;
	
	margin-left:  auto;
	margin-right: auto;
}

#main #inquiry div.button_next img
{
	visibility: hidden;
}

#main #inquiry div.button_next a,
#main #inquiry div.button_next a:link,
#main #inquiry div.button_next a:visited
{
	background-position: 0px 0px;
	float:left;
}

#main #inquiry div.button_next a:focus,
#main #inquiry div.button_next a:hover,
#main #inquiry div.button_next a:active
{
	background-position: 0px 35px;
}

#main #inquiry div.button_next span.next a
{
	background-image: url("../../image/main/other/inquiry/button-2form_css.gif");
}

#main #inquiry textarea.inquiry
{
	border: 1px solid #cccccc;
	width: 540px; 
	line-height: 1.4em;
	color: #666666;
	padding: 5px;
	margin-top: 18px;
}

#main #inquiry div.p_mark
{
	float: right;
	margin-right: 100px;
	margin-top: 18px;
}

#main #inquiry div.p_mark a
{
	background-color: transparent;
}
/* ************************************************************************ */
/* [EOF]																	*/
/* ************************************************************************ */
