/*CSS*/
body
{
	background: #FFFFFF ;
	font-family: Helvetica, sans-serif, "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color: #919191;
	font-size: 12px;
}

#input_form_box
{
	margin-left: 25px;
}

.a_class
{
	color: #E73562 !important;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

textarea
{
	resize: none;
}

textarea, .text_box_class
{
	margin-top: 20px;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #E73562;

}

.main_margin
{
	width:500px;
	margin:auto;
}
.footer_right
{
	width:500px;
	height:30px;
	margin:auto;
	text-align:right;
}

#send_message
{
	width:120px;
	margin-top: 20px;
}

.bot_margin_10
{
	margin-bottom: 10px;	
}

ul
{
	list-style: none;
	margin-bottom: 20px;	
}

li
{
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;	
	font-size: 16px;
}

.clear_left
{
	clear: left;
}

.tabs p
{
	font-size: 11px;
}