@charset "utf-8";

html, body, div, span, font,
p, h1, h2, h3, h4, h5, h6,
ol, ul, li, dl, dt, dd,
table, td, th, img, form {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: top;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	list-style-type: none;
}

body {
	font-size: 75%;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background: #FFFFFF;
}

#cntnr {
	margin: 0 auto;
	text-align: left;
	width: 799px;
}

#wrap {
	clear: both;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* ヘッダー -------------------------------------------- */

#hdr h1 {
	padding-top: 5px;
	color: #666666;
	font-weight: bold;
}

.brdcrmb ul {
	display: block;
}

.brdcrmb li {
	display: inline;
	float: left;
	padding: 0.3em 0;
	width: auto;
}

.brdcrmb h2 {
	font-weight: bold;
}

/* コンテンツ左 ---------------------------------------- */

#left {
	float: left;
	width: 202px;
}

.ltnav {
	padding-top: 40px;
	background: url(../ltnav_bg.gif) left top no-repeat;
}

#left h3 {
	margin-top: 0.6em;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #666666;
	background-color: #03F;
}

#left .info {
	width: 196px;
	height: 100px;
	font-size: 100%;
	color:#333333;
}

/* コンテンツ右 ---------------------------------------- */

#cts {
	float: right;
	width: 581px;
}

#cts h3 {
	margin-bottom: 2em;
}

#cts h4 {
	margin-bottom: 2em;
	color: #999933;
	font-size: 140%;
	font-weight: bold;
}

#cts p {
	margin-bottom: 3em;
}

/* フッター -------------------------------------------- */

.ptop {
	text-align: right;
}

#ftr {
	clear: both;
	width: 100%;
}

#ftr ul {
	width: 100%;
	padding: 0.8em 0 0.2em 0;
	text-align: right;
}

#ftr li {
	display: inline;
}

.copy {
	padding: 0.5em 0 1em 0;
	color: #FFFFFF;
	text-align: center;
	background-color: #00C;
}

/* リンク ---------------------------------------------- */

a, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
