BODY {
	background-image : url(top_bg.gif) ;
	background-attachment : fixed ;
	background-color : #ffffff;
	background-repeat: repeat-x;
	margin: 2px 0px;
	font-size:10pt;
	color:#603030
}
TD {
	font-size:10pt;
	color:#603030
}

/* 職歴ページの見出しで使用 */
h3 {
font-size: 100%;
}

/* 職歴ページの見出しで使用 */
h4 {
font-size: 100%;
border-bottom: dotted 1px #333333;
}

A {
text-decoration : none;
}

A:link {
color : #0050a0;
text-decoration : none;
}

A:visited {
color : #0050a0;
text-decoration : none;
}

A:active {
color : #0050a0;
text-decoration : none;
}

A:hover {
color : #ff0000;
text-decoration : underline;
}

ul {
margin-top: 3px;
}

li {
list-style-type: square;
}

.faq_list {
font-weight: bold;
margin-left: 1em;
}

/* FAQの問い */
.question {
color: #0080ff;
font-size: 110%;
font-weight: bold;
}


/* FAQの答え */
.answer:first-letter {
color: #ffffff;
background-color: #4169E1;
font-size: 200%;
margin-right: 0.5em;
padding: 0.1em;
float: left;
display: block;
line-height: 150%;
}

.kyoutyou {
color: #ff0000;
}


/* 業務履歴のリンク */
/* ulタグの中のリンク */
ul a {
font-weight: bold;
}

/* ulタグの中のimgを装飾 */
ul img {
border: none;
margin-right: 1em;
float: left;
}

/* 作品ごとに括ってるブロック */
div.gameid {
clear: both;
border: 1px solid #ffffff;
margin-bottom: 1em;
line-height: 1.5em;
}


/* 区切りライン */
.kugiri {
margin-bottom: 5em;
}


/* 職歴の本のところのテーブル */
table.book {
width: 100%;
}

.book td {
padding: 5px;
line-height: 1.5em;
border-bottom: 1px dotted #603030;
}

td.date {
width: 11em;
background-color: #eeeeee;
border-bottom: none;
}

