/*--------------------------------------------------- base */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0px auto;
	background-color: #fefefe;
	font-size: 12px;
	color: #000;
}
img {
	margin: 0;
	border: none;
}

p {
	margin: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: white
}

a:hover, a:active {
	text-decoration: none;
	color: #E8991D
}

#white {
	color: white
}

#black {
	color: black
}

#body {
	margin: 0;
	line-height: 140%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	padding-left: 10px;
	padding-right: 30px;
}

#body2 {
	margin: 0;
	line-height: 140%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}

#title1 {
	color: #333333;
	font-weight: bold;
	margin-top: 16px;
}

#title2 {
	color: #E8991D;
	font-weight: bold;
	margin-top: 16px;
}

#footer {
	line-height: 160%;
	font-size: 10px;
}

#copyright {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	padding-top: 35px;
	padding-bottom: 10px;

	padding-right: 15px;
	text-align:right;
}
dl
{
	margin: 0;
}
dl dt
{
	clear: both;
	float: left;
	padding: 3px 5px 3px 0;
}
dd
{
	padding: 3px 0;
}
.disc
{
	margin-left: 15px;
	padding: 0;
}
.disc li
{
	list-style-type: disc;
	padding: 2px 0;
}


.title1 {
	color: #333333;
	font-weight: bold;
	padding-bottom: 2px;
}

.title2 {
	color: #E8991D;
	font-weight: bold;
	padding-bottom: 2px;
}

.selected {
	color: #ffbb44;
}

.contentsL {
	float: left;
	margin: 0px auto;
	width: 280px;
}

.contentsR {
	margin: 0px 0px 0px 280px;
	line-height: 140%;
	width: 420px;
	font-size: 12px;
}

/* hac:IE6 */
* html .contentsR {
	margin: 0px auto;
	float: right;
}
/* hac:IE7 */
*+html .contentsR {
	margin: 0px auto;
	float: right;
}

/*--------------------------------------------------- work */
.works_sub {
	margin: 0px 15px 8px 15px;
}

.works_sub span {
	margin: 0px;
	padding-right: 3px;
}

.left_link_top {
	margin: 0px 0px 3px 15px;
	padding-bottom: 3px;
	font-size: 14px;
	background: url(../images/line01.gif) repeat-x left bottom;
}

.left_link {
	margin: 0px 0px 2px 15px;
	padding-bottom: 3px;
	font-size: 14px;
	background: url(../images/line01.gif) repeat-x left bottom;
}

.right_title {
	margin: 25px 15px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #909090;
	border-bottom: #7F7E7E solid 1px;
}

.right_text {
	margin: 0px 15px;
}

.right_text div {
	padding-bottom: 25px;
}

.right_text div p {
	text-indent: 1em;
}

.right_text img {
	padding-top: 15px;
}

.white {
	color: white
}

.black {
	color: black
}
