@import url("all.css");

/* ____________________ common ____________________ */

*{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3', sans-serif;
}

a:link    { color: #c00; font-weight: bold; text-decoration: none; background-color: transparent }

a:visited   { color: #ff7719; font-weight: bold; text-decoration: none; background-color: transparent }

a:link:hover  { color: #390; font-weight: bold; text-decoration: none; background-color: transparent }

a:visited:hover { color: #393; font-weight: bold; text-decoration: none; background-color: transparent }


div#contents a:link {
	color: #3d3dcc; 
	text-decoration: underline; 
}

div#contents a:visited {
	color: #593380; 
	text-decoration: underline; 
}

div#contents a:link:hover {
	color: #ffa500; 
}

div#contents a:visited:hover {
	color: #ffa500; 
}


em,
strong,
dfn{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	color: #333;
}

sup{
	color: #666;
	font-size: smaller;
}

form,
object,
embed{
	margin: 0px;
	padding: 0px;
}

input, textarea{
	margin: 0em;
	padding: 2px;
	font-size: 1em;
}

img	{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

.larger { font-size: medium }

.smaller{
	font-size: smaller;
}

.bolder{
	font-weight: bold;
}

.attention{
	color: #F00;
}

.stronger{
	background-color: transparent;
	color: #F00;
	font-weight: bold;
}

.strongerblack{
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

input.sample1{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	width:300px;
	height:30px;
}

.longurl{
	width:300px;
	word-wrap: break-all;
	overflow-wrap: break-all;
}

.video{
text-align:center;
}
