﻿/*
h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}*/
#about{
	width:320px;
	heiht:200px;
	padding:4px;
	border:1px solid gray;
	background-color:#ffff44;
}

	/*Text inputs*/
	.NFText {border:none; vertical-align:middle; font-weight:bold; font-size:18px; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; background:none;}
	.NFTextCenter {height:20px; background:url(../img/input.png) repeat-x 0 0; padding:10px 4px; margin:0; float:left; line-height:15px;}
	.NFTextLeft, .NFTextRight {width:6px; height:40px; vertical-align:middle; float:left;}
	.NFTextLeft {background:url(../img/input-left.png) no-repeat 0 0;}
	.NFTextRight {background:url(../img/input-right.png) no-repeat 0 0;}
	
	/*Focused*/
	.NFfocused {border:1px dotted #666;}
	/*Hovered*/
	.NFh {background-position:0 100%;}
	.NFhr {background-position:100% 100%;}
	/*Hidden*/
	.NFhidden {opacity:0; z-index:-1; position:relative;}
	/*Safari*/
	select, input, textarea, button {outline:none; resize:none;}
