/*

 usen.com - Media Contents Company -

global.css - global style sheet for USEN MEDIA site.

==========================================================================================   History
	2006/01/16	kurando	Ver 1.0
====================================================================================================
\*/

@media screen{
/* hack mac ie not support for print */



/* body style ----------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-weight: normal;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "Osaka", helvetica, sans-serif;
	line-height: 1.5em;
	background : #ffffff;
	_overflow-x: hidden;
	overflow-y: visible;
	word-break: break-all;
}

/* regular anchor style ------------------------------------------------------------------------- */
a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #444444;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff6666;
}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
}

em {
	font-style: normal;
	font-weight: bold;
}

br {
	clear: both;
}

hr {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

h1,h2,h3,h4,h5,div,p,span,dfn,ul,ol,li,dl,dt,dd,hr {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "Osaka", helvetica, sans-serif;
	white-space: normal;
	_overflow-x: hidden;
	overflow-y: visible;
	word-break: break-all;
}

form,select,input {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "Osaka", helvetica, sans-serif;
}



/*\*/}/**/
