@charset "utf-8";
/* CSS Document */

/* CSS Infomation====================
Title       : トップページ
Developer   : taskyamamoto
Last Editor : taskyamamoto
Last Edit   : 2012.2.16
===================================*/


div#contact_visual{
	position: relative;
	width: 900px;
	height: 333px;
	top: 160px;
	background-image:url(../../img/main_otoiawase.jpg);
	text-indent: -1000000em;
	}
	

div#form{
	margin: 20px 0 0 0;
	}
/*-------------------------------
hover
-------------------------------*/
div#global_navigation li.contact a{
	background-position:0px -125px;
}

/*-------------------------------
IE hacks
-------------------------------*/


*:first-child+html div#main_contents input.input{
	width: 300px;
}

*:first-child+html div#main_contents textarea.input{
	width: 300px;
}


/*-------------------------------
送信・リセットアイコンのホバー設定
-------------------------------*/
div#main_contents a{
	display: block;
	height: 125px;
	} /*こういう風に書くもの、ときまっているっぽい。別々に書くと崩れるらしい　要実験*/

