@charset "UTF-8";
@import url(default.css);

/* header  ---------------------------------------------------------------------------*/

#header
{
	margin-bottom: 40px;
}

#header,
#header h1,
#header h1 span,
#header h1 a
{
	height: 100px;
}

#header h1.info
{
	background: url(img/h1_info.jpg) no-repeat left top;
}

/* content  ---------------------------------------------------------------------------*/

#content
{
	padding: 15px;
}

/* font */

#content p,
#content dl,
#content ul,
#content ol
{
	font: 87.5%/150% "MS UI Gothic", "ＭＳ Ｐゴシック", "Hiragino kaku Gothic", Osaka, tahoma, sans-serif;
	color: #666;
}

/* headline */

#content h2,
#content h3,
#content h4
{
	color: #333;
	clear: both;
}

#content h3
{
	margin-top: 3em;
}

/* link */

#content a:link
{
	color: #0099CC;
	border-bottom: 1px dotted #66CCFF;
}

#content a:link:hover
{
	color: #FF0066;
	border-bottom: 1px dotted #FF6699;
}

#content a:visited
{
	color: #989DA5;
	border-bottom: 1px dotted #989DA5;
}

#content a:visited:hover
{
	color: #FF0066;
	border-bottom: 1px dotted #FF6699;
}

#content a
{
	color: #666;
}

#content a[name]
{
	color: #666;
}

#content h3 a,
#content h4 a
{
	color: #333;
}

/* dl */

#content dt,
#content dd
{
	padding: 3px 0px;
}

#content dt
{
	font-weight: bold;

}

/* clm */

.clm_2
{
	display: block;
	clear: both;
}

.clm_2 img.right
{
	clear: both;
	float: right;
	margin-left: 15px;
}

.clm_2 img.left
{
	clear: both;
	float: left;
	margin-right: 15px;
}

/* copyright  ---------------------------------------------------------------------------*/

#copyright
{
	display: block;
	width: 550px;
	margin: 0px auto;
	padding: 15px 0px;
	color: #666;
	font: 10px/125% Tahoma, 'Trebuchet MS', verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* indexmenu  ---------------------------------------------------------------------------*/


