<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/* nav */
#navWrap {
	font-size: 95%;
	line-height : 1.4em;
}
#navWrapInner {
	padding: 10px;
}
#navWrap UL {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
}
#navWrap UL LI {
	margin: 0 0 2px;
	padding: 0;
}
#navWrap UL LI A {
	display: block;
	text-decoration: none;
}
#navWrap UL LI A SPAN {
	display: block;
	padding: 8px;
}
#navWrap UL.parentCategory LI A {
	background-color: #444;
	color: #fff;
}
#navWrap UL.childCategory {
	margin: 0 0 2px 5px;
}
#navWrap UL.childCategory LI {
	margin: 0;
	border-bottom: 1px solid #999;
}
#navWrap UL.parentCategory LI A:hover {
	background-color: #666;
	color: #FFB9DC;
}
#navWrap UL.childCategory LI SPAN {
	padding: 6px 8px;
}
#navWrap UL.childCategory LI A {
	background-color: #666;
	color: #fff;
}
#navWrap UL.parentCategory LI A:hover {
	background-color: #888;
	color: #FFB9DC;
}


/* subNav */
#subNavWrap {
	background-color: #E3EFEF;
	height: 34px;
}
#subNavWrapInner {
}
#subNavWrap ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#subNavWrap li {
	float: left;
	width: 120px;
	height: 34px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #bbb;
}
#subNavWrap li a {
	display: block;
	color: #106EB6;
	text-align: center;
	text-decoration: none;
	height: 100%;
}
#subNavWrap li a:hover {
	color: #fff;
	background-color: #00A0EA;
}
#subNavWrap li a span {
	display: block;
	padding-top: 7px;
}

/* topicPath */
#sectionTopicPath {
}
#sectionTopicPathInner {
	padding: 5px 10px;
}

/* notification */
.sectionNotification {
}
.sectionNotificationInner {
	border-width: 3px;
	border-style: solid;
	margin: 10px;
	background-color: #f9f9f9;
}
/* systemMessage */
.systemMessage {
}
.systemMessageInner {
	border-width: 3px;
	border-style: solid;
	margin: 10px;
	padding: 10px;
	background-color: #f9f9f9;
}
	
/* llist */
.componentList {
	padding: 5px 0;
}
.componentList table {
	width: 100%;
	font-size: 95%;
	border-collapse: collapse;
}
.componentList table th {
	background-color: #444;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

/* LoginForm */
.errorField {
	color: #f00;
}
.componentLoginForm {
	width: 200px;
	height: 238px;
	margin: 0 10px 10px;
	background: url(/images/common/login_back.png) no-repeat;
	color: #6B3906;
	line-height: 1.2em;
	font-size: 11px;
}

.componentLogined {
	width: 200px;
	height: 147px;
	margin: 0 auto;
	background: url(/images/common/logined_back.png) no-repeat;
	color: #6B3906;
	line-height: 1.8em;
}
.componentLoginFormInner {
	padding: 5px;
}
.componentLoginedInner {
	padding: 5px;
	text-align: center;
}
.componentLoginForm form {
	line-height: 1.6em;
}
.componentLoginForm form dl {
	width: 170px;
	margin: 5px auto 0;
}
/* for IE7 */
*+html .componentLoginForm form dl {
	margin-top: -15px;
}
.componentLoginForm dt {
	font-weight: bold;
}
.componentLoginForm dd {
	margin: 0;
	padding: 0;
}
.componentLoginForm form dl input {
	width: 100%;
	margin: 0 10px 0 0;
	height: 16px;
	border: 1px solid #CEC4BA;
}
.componentLoginForm .submitGroup {
	text-align: center;
}
.componentLoginForm form input.submitButton {
	width: 72px;
	height: 22px;
	background: url(/images/common/login_button.jpg) no-repeat;
	text-indent: -5000px;
	border: none;
	margin: 6px auto 4px;

	font-size: 0;
	display: block;
	line-height: 0;
}
.componentLoginForm .submitGroup img {
	margin: 3px;
}
.componentLoginForm .submitGroup .cautions {
	font-size: 80%;
	text-align: left;
	color: #000;
	margin-left: 10px;
}
.componentLoginForm .submitGroup .cautions .forget {
	background: url(/images/common/login_to_forget.jpg) no-repeat;
	padding-left: 15px;
}
.componentLoginForm .submitGroup .cautions .forget a {
	color: #000;
}
.componentLoginForm .submitGroup .cautions .autoCheck {
	margin: 0;
	padding: 0;
}
/* pageNav */
.listPageNav {
	margin: 5px;
	font-size: 11px;
}
.listPageNav span {
	display: block;
	float: left;
}
.listPageNav .pageBoxFirst, .listPageNav .pageBoxLast, .listPageNav .pageBoxPrev, .listPageNav .pageBoxNext {
	display: block;
	width: 20px;
	height: 22px;
}
.listPageNav .pageBoxPrev {
	width: 24px;
}
.listPageNav .pageBoxFirst {
	background: url(/images/system/list_nav_first.png) no-repeat 2px;
}
.listPageNav .pageBoxLast {
	background: url(/images/system/list_nav_last.png) no-repeat 2px;
}
.listPageNav .pageBoxPrev {
	background: url(/images/system/list_nav_prev.png) no-repeat 2px;
}
.listPageNav .pageBoxPrev.nothing {
	background: url(/images/system/list_nav_prev_not.png) no-repeat 2px;
}
.listPageNav .pageBoxNext {
	background: url(/images/system/list_nav_next.png) no-repeat 2px;
}
.listPageNav .pageBoxNext.nothing {
	background: url(/images/system/list_nav_next_not.png) no-repeat 2px;
}
.listPageNav .pageBoxFirst a, .listPageNav .pageBoxLast a, .listPageNav .pageBoxPrev a, .listPageNav .pageBoxNext a {
	display: block;
	width: 20px;
	height: 22px;
}
.listPageNav .pageBoxFirst span,.listPageNav .pageBoxLast span, .listPageNav .pageBoxPrev span, .listPageNav .pageBoxNext span {
	display: none;
}
.listPageNav .pageDescription {
	float: right;
}
.listPageNav .pageBox {
	border: 2px solid #888;
	margin: 0 2px;
}
.listPageNav .nowPage {
	background-color: #ddd;
}
.listPageNav .pageBox a {
	display: block;
	width: 25px;
	height: 22px;
	text-align: center;
	text-decoration: none;
}

/* SubWindow */
.mopiSubWindowContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.mopiSubWindow {
	width: 450px;
	position: absolute;
	border: 5px solid #00A0EA;
	background-color: #fff;
	display: none;
}
.mopiSubWindow .sectionNotification {
	width: 100%;
}
.SubWindowBar {
	background-color: #ccc;
}
.SubWindowBar TABLE {
	border-collapse: collapse;
	width: 100%;
}
.SubWindowBar TABLE, .SubWindowBar TABLE TD {
	margin: 0;
	padding: 0;
}
.SubWindowBar TABLE TD.SubWindowCloseSp {
	width: 30px;
}
.SubWindowSubject {
	cursor: pointer;
	font-weight: bold;
	padding: 2px 5px;
}
.SubWindowClose {
	background: url(/images/common/SubWindow_close.gif) no-repeat #999;
	cursor: pointer;
	font-size: 80%;
	height: 15px;
	width: 30px;
	height: 22px;
}
.SubWindowContent {
	margin: 0 10px 10px;
}
.SubWindowLoadingSpace {
	height: 20px;
}
.mopiSubWindow .loadingSpace {
	height: 20px;
	background: url(/images/system/loading.gif) no-repeat center center;
}
.mopiSubWindow .componentForm table td {
	border: 3px solid #FFFFFF;
}
.mopiSubWindow .componentForm table td.subject {
	width: 125px;
}
/* form */
.componentForm table {
	border-collapse: collapse;
}
.componentForm table td {
	border: 1px solid #7F7F7F;
}
.componentForm table td.subject {
	background-color: #E3EFEF;
	padding: 5px;
	width: 30%;
}
.componentForm table td.content {
	padding: 0 5px;
}
.componentForm dl {
}
.componentForm dt {
	border-left: 10px solid #999;
	padding-left: 6px;
}
.componentForm dd {
	margin: 10px;
}
.componentForm textarea {
	margin: 10px 0;
}
.componentForm .mandatoryText {
	color: #F00;
	margin: 0 5px;
}
input.confirm {
	width: 47px;
	height: 29px;
	background: url(/images/common/button_confirm.jpg) no-repeat #FFF;
	border: none;
	text-indent: -6000px;
	margin-top: 5px;
}
input.regist {
	width: 47px;
	height: 29px;
	background: url(/images/common/button_regist.jpg) no-repeat #FFF;
	border: none;
	text-indent: -6000px;
	margin-top: 5px;
}
input.return {
	width: 47px;
	height: 29px;
	background: url(/images/common/button_return.jpg) no-repeat #FFF;
	border: none;
	text-indent: -6000px;
	margin-top: 5px;
}
input.next {
	width: 47px;
	height: 29px;
	background: url(/images/common/button_next.jpg) no-repeat #FFF;
	border: none;
	text-indent: -6000px;
	margin-top: 5px;
}


/* 隧ｳ邏ｰ逕ｻ髱｢ */
#profileSection {
	width: 880px;
	margin: 0 auto;
}
#profileSectionLeft {
	float: left;
	width: 450px;
}
#profileSectionRight {
	float: right;
	width: 430px;
}
.profileSectionArticle {
}
.profileSectionArticle h4 {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
.profileSectionArticle .numbers {
	float: right;
	width: 160px;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 0;
}
.profileSectionArticle .inActive {
	color: #999;
}
.uploadButtons {
	margin: 10px 0;
	width: 100%;
	background-color: #FFFDE4;
	font-size: 90%;
}
.uploadButtons td {
	height: 41px;
	padding-left: 10px;
}
.uploadButtons .image1 {
	background-color: #F9F5AE;
	font-size: 105%;
	font-weight: bold;
	border-left: 8px solid #F9F5AE;
}
.uploadButtons .subject {
	border-left: 8px solid #ddd;
}
.uploadButtons tr.dtp td.subject {
	width: 50%;
}
.uploadButtons tr.dtp2 td {
	background-color: #DEEFE7;
}
.uploadButtons tr td.upload {
	width: 85px;
	padding-right: 5px;
}
.uploadSubject {
	margin-left: 5px;
	margin-bottom: -10px;
	font-weight: bold;
}

.profileSectionTable {
	font-size: 14px;
}
.addInformation .profileSectionTable {
	font-size: 12px;
}
.profileSectionTable td.subject {
	width: 130px;
}
.profileSectionTable td.comment {
	font-size: 85%;
	padding: 5px 0;
}
#profileSectionRight .profileSectionArticle {
	padding-left: 10px;
	border-bottom: 1px solid #333;
	margin: 10px;
}
.profileSectionArticle  .profileWorkTable {
	width: 100%;
	background: url(/images/common/image_back.png) no-repeat;
	border-collapse: collapse;
}
.profileWorkTable td {
	height: 514px;
	text-align: center;
}
.profileWorkTable .comment {
	font-size: 90%;
}
.profileWorkTable .inActiveComment {
	font-size: 90%;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #DDDDDD;
}

#profileSectionRight .entryDate {
	text-align: right;
	padding: 10px;
}
#profileSectionRight .buttons {
	text-align: right;
	padding: 10px;
}
#profileSection .profileSectionList {
	background-color: #F9F5AE;
	padding: 20px;
	margin-bottom: 20px;
	height: 200px;
	overflow: scroll;
}
#profileSection .componentProfileslist .list {
	font-size: 90%;
}
#profileSection .componentProfileslist .individual {
	float: left; 
	text-align: center;
	width: 165px;
	height: 265px;
}
#profileSection .componentProfileslist .usedHeader {
	height: 1.6em;
	text-align: right;
}
#profileSection .componentProfileslist .downloadlist {
	font-size: 70%;
	line-height: 1.3em;
}
#mainObject Table.list {
	width: 100%;
}
#mainObject Table.list td {
	padding: 5px 0;
	width: 20%;
}
#mainObject Table.profileWorkTable {
	border: 1px solid #999;
	width: 140px;
	margin: 0 auto;
}
#mainObject Table.profileWorkTable td {
	height: 160px;
	text-align: center;
	padding: 0;
}
#topObject {
	width: 375px;
	float: left;
}
#topObjectInner {
	margin: 10px 5px 20px;
	border: 1px solid #999;
}
#topObject Table.list {
	width: 100%;
}
#topObject Table.list td {
	padding: 5px 0;
	width: 20%;
}
#topObject Table.profileWorkTable {
	width: 140px;
	margin: 0 auto;
}
#topObject Table.profileWorkTable td {
	height: 160px;
	text-align: center;
	padding: 10px 0;
}


#profilesProfile {
	position: relative;
	padding: 25px 5px 5px;
	border-bottom: 2px solid #00A0EA;
	border-left: 2px solid #00A0EA;
	border-right: 2px solid #00A0EA;
	background: url(/images/common/profile_back.jpg) no-repeat;
	margin-bottom: 20px;
}
#profilesProfile .modifyButton {
	text-align: right;
	margin-top: -20px;
	margin-bottom: -15px;
}
#profilesProfile .subject {
	font-weight: bold;
	width: 200px;
}
#profilesProfile span.subject {
	margin-left: 100px;
	margin-right: 1em;
}
#profilesProfile .profileImage {
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
#profilesProfileLong {
	padding: 10px;
	color: #0C6EB9;
	font-size: 15px;
	font-weight: bold;
}

#profileAddFavorotes {
	width: 280px;
	float: right;
	text-align: right;
	position: relative;
}
#favoritesSuccessMessage {
	position: absolute;
	border: 2px solid #00A0EA;
	padding: 5px;
	background-color: #FFF;
	top: 5px;
	right: 0;
}
Table.profilesListTable {
	width: 160px;
	height: 160px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
}
Table.profilesListTable a.noImage {
	display: block;
	width: 100%;
	height: 100%;
}

#profileListsContainer {
	padding-top: 15px;
	position: relative;
}
#profileListsContainer .worksAddButton {
	position: absolute;
	right: 10px;
	top: -5px;
	text-align: right;
}

.treeview {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.treeview ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.treeview li {
	margin: 0 0 0 5px;
	padding: 0 0 0 22px;
	background: url(/images/common/category_close.jpg) no-repeat 0 2px;
}
.treeview li.open {
	background: url(/images/common/category_open.jpg) no-repeat 0 2px;
}

.treeview li li {
	margin: 0 0 0 -5px;
	border: none;
	display: none;
}
.treeview li.open li {
	display: block;
}
.treeview li.open li li {
	display: none;
}
.treeview li.open li.open li {
	display: block;
}
.treeview li.last {
	display: none;
	background: url(/images/common/category_leaf.jpg) no-repeat 0 2px;
}
.treeview .selected {
	background-color: #66B7EC;
	color: #FFF;
	background: url(/images/common/category_link_selected.jpg) no-repeat right 2px #66B7EC;
}
.treeview li.last .selected {
	background: none #66B7EC;
}
.treeview li a {
	display: block;
	text-decoration: none;
	color: #666;
	background: url(/images/common/category_link.jpg) no-repeat right 2px;
	padding-right: 22px;
}
.treeview li.last a {
	background: none;
}

#topImages {
	width: 940px;
	height: 310px;
	margin: 5px auto;
	border-bottom: 8px solid #02A0CF;
	position: relative;
}
#topImages .componentLoginForm {
	position: absolute;
	top: 15px;
	left: 720px;
}
#topImages .componentLogined {
	position: absolute;
	top: 15px;
	left: 720px;
}
#topImages #slider ul, #topImages #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#topImages #slider, #topImages #slider li{
	width:940px;
	height:310px;
	overflow:hidden;
}
.componentLoginForm .welcome, .componentLogined .welcome {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}
.componentLoginForm .guid, .componentLogined .guid {
	text-align: center;
	font-size: 11px;
}
/* for IE7 */
*+html .componentLoginForm .guid {
	margin-top: -23px;
}
*+html .componentLogined .guid {
	margin-top: -5px;
}
.componentLoginForm .guid a, .componentLogined .guid a {
	text-decoration: none;
	color: #6B3906;
}

#articleSearch {
	background-color: #F7F7F7;
	margin-bottom: 20px;
	font-size: 90%;
}
#articleSearch H4 {
	width: 200px;
	height: 45px;
}
#articleSearch H4 span {
	display: none;
}
#articleSearch H4.keyword {
	background: url(/images/common/h4_keyword.jpg) no-repeat;
}
#articleSearch H4.category {
	background: url(/images/common/h4_category.jpg) no-repeat;
}
#articleSearch H4.check {
	background: url(/images/common/h4_check.jpg) no-repeat;
}
#articleSearch H4.dtpCategory {
	background: url(/images/common/h4_dtps_category.jpg) no-repeat;
}
#articleSearch H4.creater {
	background: url(/images/common/h4_creater.jpg) no-repeat;
	height: 46px;
}
#articleSearch H4.create {
	background: url(/images/common/h4_works_creater.jpg) no-repeat;
}
#articleSearch H4.corp {
	background: url(/images/common/h4_corp.jpg) no-repeat;
}
#articleSearch H4.enduser {
	background: url(/images/common/h4_enduser.jpg) no-repeat;
}


#articleSearch H4.createrCategory {
	background: url(/images/common/h4_creater_category.jpg) no-repeat;
	height: 49px;
}

#articleSearch H5 {
	padding: 10px 10px 0;
}
.keywordBox {
	width: 120px;
	margin: 20px 10px;
	border: 1px solid #666;
}
.keywordSubmit {
	background: url(/images/common/button_search.jpg) no-repeat;
	width: 48px;
	height: 25px;
	border: none;
	text-indent: -500000px;
}

/* 讀懃ｴ｢逕ｻ髱｢ */
#articleSearch .sizeOver {
	width: 100px;
}
#articleSearch .submitGroup {
	text-align: center;
	margin: 5px;
}
#worksListTop .componentProfileslist {
	width: 720px;
	margin: 60px auto;
}
#worksListTop .componentProfileslist .profileCategory {
	padding: 0 20px;
	height: 180px;
}
#worksListTop .componentProfileslist .subject {
	color: #F4B528;
	font-size: 110%;
}
#worksListTop .componentProfileslist .children {
	color: #999;
	font-size: 80%;
}

#dtpsListTop .componentProfileslist {
	width: 720px;
	margin: 60px auto;
}
#dtpsListTop .componentProfileslist .profileCategory {
	padding: 0 20px;
	height: 400px;
}
#dtpsListTop .componentProfileslist .subject {
	margin-top: 10px;
	color: #F4B528;
	font-size: 110%;
}
#dtpsListTop .componentProfileslist .children {
	color: #999;
	font-size: 80%;
}

.currentCategoryName {
	font-weight: bold;
	margin: -10px 0 0 100px;
}
#worksListSearch .componentProfileslist .selectNothing {
	margin: 10px;
	padding: 10px;
	color: #00A0EA;
	font-size: 110%;
}
.orderButton {
	text-align: right;
	margin: 5px 0 0 0;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
#scrollContainer {
	position: relative;
	margin: 0 20px 10px 0;
	width: 98%;
	padding: 10px;
}
#scrollContainer.works{
	background-color: #F9F5AE;
}
#scrollContainer.dtps{
	background-color: #D5EBF9;
}
#scrollContainer.download{
	background-color: #EBF4D9;
}
#scrollContainer.links{
	background-color: #EBF4D9;
}
#scrollContainer.favorites{
	background-color: #D5EBF9;
}
#scrollContainer.histories{
	background-color: #F9F5AE;
}
#scrollContainer .comment {
	font-weight: bold;
}
#scrollContainer .scrollBox {
	position: relative;
	height: 265px;
	margin: 0 40px;
	overflow: hidden;
}
#scrollContainer .contents {
	position: relative;
}
#scrollContainer .scrollUpBtn {
	position: absolute;
	left: 10px;
	top: 120px;
	display: block;
	width: 25px;
	height: 26px;
	background: url(/images/common/scrollButtonUp.jpg) no-repeat;
}
#scrollContainer .scrollDownBtn {
	position: absolute;
	right: 10px;
	top: 120px;
	display: block;
	width: 25px;
	height: 26px;
	background: url(/images/common/scrollButtonDown.jpg) no-repeat;
}
#scrollContainer.works .scrollUpBtn{
	background: url(/images/common/scrollButtonUp_work.jpg) no-repeat;
}
#scrollContainer.works .scrollDownBtn{
	background: url(/images/common/scrollButtonDown_work.jpg) no-repeat;
}
#scrollContainer.dtps .scrollUpBtn{
	background: url(/images/common/scrollButtonUp_dtp.jpg) no-repeat;
}
#scrollContainer.dtps .scrollDownBtn{
	background: url(/images/common/scrollButtonDown_dtp.jpg) no-repeat;
}
#scrollContainer.links .scrollUpBtn{
	background: url(/images/common/scrollButtonUp_link.jpg) no-repeat;
}
#scrollContainer.links .scrollDownBtn{
	background: url(/images/common/scrollButtonDown_link.jpg) no-repeat;
}
#scrollContainer.favorites .scrollUpBtn{
	background: url(/images/common/scrollButtonUp_fav.jpg) no-repeat;
}
#scrollContainer.favorites .scrollDownBtn{
	background: url(/images/common/scrollButtonDown_fav.jpg) no-repeat;
}
#scrollContainer.histories .scrollUpBtn{
	background: url(/images/common/scrollButtonUp_his.jpg) no-repeat;
}
#scrollContainer.histories .scrollDownBtn{
	background: url(/images/common/scrollButtonDown_his.jpg) no-repeat;
}

#scrollContainer .selectNothing {
	font-size: 110%;
	margin: 30px 0;
	color: #666;
}
#createWorksForm_image1_field {
	background-color: #F9F5AE;
	height: 41px;
}
#createWorksForm_image2_field {
	background-color: #FFFDE4;
	height: 41px;
}
#createWorksForm_image3_field {
	background-color: #FFFDE4;
	height: 41px;
}
#profileListContainer {
	padding: 10px;
}
#profileListContainer.works{
	background-color: #F9F5AE;
}
#profileListContainer.dtps{
	background-color: #D5EBF9;
}
#profileListContainer.links{
	background-color: #EBF4D9;
}
#profileListContainer.favorites{
	background-color: #D5EBF9;
}
#profileListContainer.histories{
	background-color: #F9F5AE;
}

.userName {
	text-align: center;
}

.buttonCenter {
	margin: 10px;
	text-align: center;
}
#usersListTop {
	padding: 10px 30px;
}
#usersListTop h4 {
	color: #A07A56;
}
#usersListTop .japan{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
	font-size: 110%;
}
#usersListTop .japan li {
	background-color: #D3EDFA;
	color: #00A1E9;
}
#usersListTop .japan li a {
	display: block;
	color: #00A1E9;
	text-decoration: none;
	margin: 5px;
	padding: 2px;
}
.moveLink {
	text-align: right;
	font-size: 90%;
}
.moveLink img {
	margin-bottom: -3px;
}
/*information*/
#information .entryPageNav {
	text-align: right;
}
#information .entryDate {
	color: #A1A1A1;
	text-align: right;
}
#information .entryName {
	border-left: 10px solid #727071;
	border-bottom: 1px solid #7FCFF4;
	padding: 4px 10px 3px 12px;
	margin: 0;
	color: #F29803;
	font-weight: bold;
}
#information .entryListName {
	border-left: 10px solid #727071;
	border-bottom: 1px dotted #7FCFF4;
	padding: 4px 10px 3px 12px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#information .entryListName A {
	color: #F29803;
}
#information .entryListName A:hover {
	color: #FEC974;
}
#information h4 .entryDate {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
#information .entryText {
	border: 1px solid #7FCFF4;
	margin: 10px 0;
	padding: 10px;
	line-height : 1.6;
}

#profileListsBar {
	background: url(../images/members/profile_bar.jpg) no-repeat top left;
	width: 880px;
	height: 31px;
	margin-bottom: 15px;
	position: relative;
}
#profileListsBar .create {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 31px;
}
#profileListsBar .downloadHistory {
	display: block;
	position: absolute;
	top: 3px;
	left: 513px;
	width: 161px;
	height: 24px;
}
#profileListsBar .favorite {
	display: block;
	position: absolute;
	top: 3px;
	left: 678px;
	width: 103px;
	height: 24px;
}
#profileListsBar .work {
	display: block;
	position: absolute;
	top: 3px;
	left: 785px;
	width: 84px;
	height: 24px;
}
a.used_work {
	color: #F00;
}</pre></body></html>