@charset "UTF-8";

/*main*/
body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ffffff url(img/bg-header.jpg) repeat-x top;
}
th {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-weight: normal;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: underline;
}
a.type2:link {
	color: #666666;
	text-decoration: none;
}
a.type2:visited {
	color: #666666;
	text-decoration: none;
}
a.type2:hover {
	color: #666666;
	text-decoration: underline;
}
a.type2:active {
	color: #666666;
	text-decoration: underline;
}
#container {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#leftColumn {
	clear: both;
	float: left;
	width: 394px;
}
#rightColumn {
	float: left;
	width: 372px;
}
#footer {
	background: url(img/bg-footer.gif) repeat-x top;
	padding-bottom: 40px;
}
#footerCont {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*header*/
h1 {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin: 35px auto 0px;
	line-height: 140%;
}
.globalNavi ul {
	margin: 0px;
	padding: 0px;
	background: url(img/bg-gnavi-all.jpg) repeat-x top;
}
.globalNavi li {
	line-height: 0px;
	float: left;
	list-style-type: none;
	padding-right: 1px;
	font-size: 0px;
	background: url(img/bg-gnavi.jpg) no-repeat right top;
}

/*container*/
h2 {
	margin: 0px;
	padding: 0px;
}
.banner td {
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 10px;
}
.banner a:link {
	color: #666666;
	text-decoration: none;
}
.banner a:visited {
	color: #666666;
	text-decoration: none;
}
.banner a:hover {
	color: #666666;
	text-decoration: underline;
}
.banner a:active {
	color: #666666;
	text-decoration: underline;
}

/*leftColumn*/
.news {
	background: url(img/bg-news.jpg) repeat-y left;
}
.news ul {
	margin: 0px 20px 0px 11px;
	padding: 0px;
	list-style-type: none;
}
.news ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 20px 7px 15px;
}
.news .date {
	color: #FF6600;
}
.news a:link {
	color: #666666;
	text-decoration: none;
}
.news a:visited {
	color: #666666;
	text-decoration: none;
}
.news a:hover {
	color: #666666;
	text-decoration: underline;
}
.news a:active {
	color: #666666;
	text-decoration: underline;
}
.blog {
	background: url(img/bg-blog.gif) repeat-y;
}
.blog ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 16px;
	background: url(img/btm-blog.gif) no-repeat bottom;
}
.blog ul li {
	background: url(img/arrow-01.gif) no-repeat;
	margin-right: 20px;
	margin-left: 12px;
	padding-left: 20px;
	border-bottom: 1px dotted #ffb98a;
	padding-bottom: 7px;
	padding-top: 7px;
}

/*footer*/
.textNavi {
	clear: both;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}
.textNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.textNavi ul li {
	display: inline;
	padding-left: 8px;
	font-size: 10px;
	padding-right: 6px;
	border-right: 1px solid #CCCCCC;
}
.textNavi a:link {
	color: #666666;
	text-decoration: none;
}
.textNavi a:visited {
	color: #666666;
	text-decoration: none;
}
.textNavi a:hover {
	color: #666666;
	text-decoration: underline;
}
.textNavi a:active {
	color: #666666;
	text-decoration: underline;
}
.pageup {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}
#copy {
	clear: both;
	text-align: left;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*decoration*/
.font16 {
	font-size: 16px;
	line-height: 150%;
}
.font14 {
	font-size: 14px;
	line-height: 150%;
}
.font12 {
	font-size: 12px;
	line-height: 150%;
}
.font10 {
	font-size: 10px;
	line-height: 150%;
}
.marker01 {
	color: #ff6600;
}
.cap {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
hr {
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
}
.paddingA01 {
	padding: 10px;
}
.paddingLR01 {
	padding-left: 10px;
	padding-right: 10px;
}
.paddingL01 {
	padding-left: 10px;
}
.paddingR01 {
	padding-right: 10px;
}
.paddingT01 {
	padding-top: 10px;
}
.paddingB01 {
	padding-bottom: 10px;
}
