@charset "utf-8";
/*-------------------------------------------------------------
	CSS Information
---------------------------------------------------------------
	Site URL:		http://shop.fielding.co.jp/nece/
	File name:		user-tag.css
	Summary:		standard tag of the user site is defined.
	Created:		2007/12/21 19:25:00
	Last update:	$Date: 2009/12/08 15:09:15 $
	Author:			Endo
	Version:		$Revision: 1.3 $  $Author: h.kawasaki $
	Copyright:		NEC Fielding,Ltd. 2007. All Rights Reserved
-------------------------------------------------------------*/

img {
	border:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

h1 {
	margin:20px 0px;
	font-size:200%;
}

h3 {
	margin:10px 0 10px auto;
	padding:0;
}


input{
    vertical-align:middle; 
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}


iframe {
	border:1px solid #999999;
	padding:5px;
	margin:20px 0px;
}