
body {
	margin : 0px;
	padding : 0px;
	background: #ffffff;
	min-width: 925px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
}

textarea {
	width: 90%;
}

.page
{
	width: expression(document.body.clientWidth < 925? "925px" : "auto");
	font-size: 95%;
}

a 			{ color : #111; text-decoration: underline; }
a:link		{ color : #111; text-decoration: underline; }
a:visited	{ color : #111; text-decoration: underline; }
a:active	{ color : #111; text-decoration: underline; }
a:hover		{ color : #669; text-decoration: underline; }

h1, h2, h3 {
	margin : 0px;
	padding : 0px;
}

b, em, strong  {
	font-style: normal;
	font-weight : bold;
}

p {
	word-wrap: break-word;
	line-height: 135%;
}

img {
	border: none;
}

/* アイテムフッター */

h5 {
	clear: left;
	font-weight : normal;
	text-align: center;
}

/* フォーム箇所 */

fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ヘッダー */

.header {
}

.head-logo {
	width: 160px;
	float: left;
	text-align: center;
}

.head-widelogo {
	width: 320px;
	float: left;
	text-align: center;
}

.head-info {
	width: auto;
	float: right;
	text-align: right;
	vertical-align: middle;
}

.page-title {
	width: 76%;
	padding: 10px 20px;
	float: right;
	text-align: left;
}

/* ディティール */

.main {
	width: auto;
	margin-right: 255px;
}

.sidebar {
	width: 245px;
	float: right;
}

/* フッター */

.footer {
	clear: both;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #aaaaaa;
	display: block;
}

.footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer ul li {
	display: inline;
}

/* コピーライト */

.copyright {
	clear: both;
	text-align: right;
	margin: 5px 0px 5px 0px;
	padding: 3px 10px 3px 0px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	color: #fff;
	background-color: #000;
	display: block;
}

.copyright	a			{ color : #fff; text-decoration: underline; }
.copyright	a:link		{ color : #fff; text-decoration: underline; }
.copyright	a:visited	{ color : #eee; text-decoration: underline; }
.copyright	a:active	{ color : #eee; text-decoration: underline; }
.copyright	a:hover		{ color : #eee; text-decoration: underline; }

/* トップページ見出し*/

.sectiontitle {
	font-size: 95%;
	color: #2255aa;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ddeeff;
	border-left: solid 10px #69f;
	border-top: solid 1px #69f;
	border-bottom: solid 1px #58e;
	border-right: solid 1px #58e;
	font-weight:bold;
}

.sub-title {
	font-size: 95%;
	color: #444444;
	padding: 8px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #efefef;
	border-top: solid 1px #aaa;
	border-left: solid 10px #aaa;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	font-weight:bold;
}

.project-sub-title {
	font-size: 95%;
	color: #2255aa;
	padding: 5px 0px 5px 10px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #ddeeff;
	border-top: solid 1px #69f;
	border-left: solid 10px #69f;
	border-bottom: solid 1px #58e;
	border-right: solid 1px #58e;
	font-weight:bold;
}

.group-sub-title {
	font-size: 95%;
	color: #aa5500;
	padding: 5px 0px 5px 10px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #ffeedd;
	border-top: solid 1px #fa1;
	border-left: solid 10px #fa1;
	border-bottom: solid 1px #f90;
	border-right: solid 1px #f90;
	font-weight:bold;
}

.member-sub-title {
	font-size: 95%;
	color: #444444;
	padding: 5px 0px 5px 10px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #efefef;
	border-left: solid 10px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	font-weight:bold;
}

.knowledge-sub-title {
	font-size: 95%;
	color: #008844;
	padding: 5px 0px 5px 10px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #ddffee;
	border-left: solid 10px #22aa55;
	border-top: solid 1px #22aa55;
	border-bottom: solid 1px #22aa55;
	border-right: solid 1px #22aa55;
	font-weight:bold;
}

.top-title {
	font-size: 95%;
	font-weight: bold;
}

.top-summary {
	font-size: 80%;
	font-weight: normal;
}

.top-condition {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

.top-pr {
	margin: 15px;
	text-align: center;
}

.top-screenshot {
	border-top: 1px dashed #111;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.project-top-thumbnail {
	text-align: center;
	display: block;
}

.project-top-thumbnail a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0px;
	padding: 0px;
}

.project-top-thumbnail img {
	text-align: center;
	vertical-align: middle;
}

.group-top-thumbnail {
	text-align: center;
	display: block;
}

.group-top-thumbnail a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0px;
	padding: 0px;
}

.group-top-thumbnail img {
	text-align: center;
	vertical-align: middle;
}

/* ログイン・ログアウト */

.login-info {
	font-size: 80%;
	font-weight: normal;
	background: #fff6f6;
	border: 1px solid #f66;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	vertical-align: middle;
}

.login-info form {
	padding: 0px;
	margin: 0px;
}

.login-info input {
	margin: 2px 0px 5px 5px;
}

.login-info em {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	display: block;
}

/* */

.login-id {
}

.login-id-form {
}

.login-password {
}

.login-password-form {
}

.login-save {
}

.login-button {
}

.login-message {
	padding: 0px;
	margin: 5px;
}

.login-name {
	font-weight:bold;
}

.logout-button {
}

/* フォーム画面 */

.form-title {
}

.form-input {
}

.form-options {
	display: block;
}

.form-alert {
	color : #f00;
}
.form-notes {
	color : #f60;
}

.form-display {
	margin: 2px;
	padding: 2px;
	border: 1px solid #f00;
	width: 120px;
}

.login {
	color: #111111;
	font-weight: normal;
	background: #fafaff;
	line-height: 140%;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	margin-bottom: 2em;
}

.login-form {
}

.logout {
	color: #111111;
	font-weight: normal;
	background: #fafaff;
	line-height: 140%;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	margin-bottom: 2em;
}

.content {
	color : #111111;
	font-weight : normal;
	background : #ffffff;
	padding : 0px;
	margin: 10px;
}

.content fieldset {
	margin-top: 0px;
	margin-bottom: 8px;
}

.content dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

.content dd {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content h3 {
	font-size: 100%;
	font-weight: bold;
	padding : 5px;
	margin: 0px;
}

.condition {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 1em;
}

.condition-table {
	font-size: 14px;
	margin-bottom: 1em;
}

.auther {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

.owner {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 1em;
}

.owner-table {
	font-size: 14px;
}

.comment {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 1em;
}

/* メッセージ (h2:見出し） */

.messages {

}

.messages h2 {
	font-size: 16px;
	font-weight: bold;
	color: #111;
	background: #eee;
	padding: 5px 0px 5px 10px;
	margin: 0.5em 0em 0.5em 0em;
	border-top: solid 1px #aaa;
	border-left: solid 10px #aaa;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}

/* メッセージ */

.message {
	color: #111;
	font-weight: normal;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0px;
	margin-bottom: 1em;
}

.message h3 {
	color: #111; 
	background-color: #eee;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.message p {
	font-size: 90%;
	font-weight: normal;
	padding: 5px;
	word-wrap: break-word;
}

.message address	{ 
	color: #111;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding: 5px;
}

/* 選択したメッセージ */

.this-message {
	color: #111111;
	background: #eeefff;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px dashed #aaa;
	border-left: 1px dashed #aaa;
	border-bottom: 1px dashed #666;
	border-right: 1px dashed #666;
	padding: 10px;
	margin-bottom: 1em;
}

.this-message h3 {
	font-size: 16px;
	font-weight: bold;
}

.this-message p {
	font-size: 90%;
	font-weight: normal;
	word-wrap: break-word;
}

.this-message address	{ 
	color: #111111; 
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}

/* 新着情報 */

.newly {
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	background: #fff4f4;
	line-height: 140%;
	border: 1px solid #644;
	padding: 10px;
	margin-bottom: 1em;
}

.newly dt {
	font-weight: bold;
}

.newly h3 {
	font-size: 16px;
	font-weight: bold;
	color: #644;
}

.newly p {
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
}

.newly address	{ 
	color: #111111; 
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}

/* 新着情報 */

.newly-top {
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	background: #f4f4ff;
	line-height: 140%;
	border: 2px dashed #446;
	padding: 10px;
	margin-bottom: 1em;
}

.newly-top h3 {
	font-size: 14px;
	font-weight: bold;
	color: #446;
}

.newly-top p {
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
}

.newly-top address	{ 
	color: #111111; 
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}

/* ページ一覧 */

.pages ul {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-image: url(/Images/icon_delimit.gif)
}

.pages {
	margin: 0px 0px 1em 0px;;
	font-size: 90%;
}

.updates {
	margin: 0px 0px 1em 0px;;
	font-size: 90%;
}

/* */

.message-list-date {
	font-size: 14px;
	font-weight: bold;
}

.message-author	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

.message-title {
	font-size: 14px;
	font-weight: bold;
}

.message-detail {
	color: #111111;
	font-size: 12px;
	font-weight: normal;
}

.message-continue	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

.message-datetime	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

.message-preview	{ 
}

.map-image {
	border: 1px solid #aaa;
	width: auto;
	height: 280px;
	text-align: center;
}

.map-window	{ 
	width: 320px;
}

.map-title	{ 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.map-message	{ 
	font-size: 12px;
	text-align: left;
}

.map p { 
	font-size: 12px;
	padding: 0px;
	margin: 0.5em;
	text-align: right;
}

.task {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	background: #fafaff;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 1em;
	width: 97%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.task-menu {
	font-size: 14px;
}

.task-table {
	font-size: 14px;
	width : 97%;
}

.task-table td {
	empty-cells: show;
}

.profile {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 1em;
	width: 97%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.profile table {
	border: 1px solid #666;
	margin-left: 50px;
	width: 80%;
}

.profile th {
	width: 20%;
	background-color: #eef;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.profile td {
	width: 80%;
	font-size: 14px;
	text-align: left;
	margin: 0px;
}

.profile-public-name {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: center;
}

.condition {
	width: 97%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.condition table {
	margin-left: 50px;
	width: 80%;
}

.condition th {
	width: 20%;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.condition td {
	width: 80%;
	font-size: 14px;
	text-align: left;
	margin: 0px;
}

.owner {
	width: 97%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.owner table {
	margin-left: 50px;
	width: 80%;
}

.owner th {
	width: 20%;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.owner td {
	width: 80%;
	font-size: 14px;
	text-align: left;
	margin: 0px;
}

/* ????? */

.subtitle {
	font-size: 16px;
	color: #111111;
	font-weight:bold;
}

.user-action {
	text-align: center;
}

/* 一覧系 */

.project-catalog {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	margin-bottom: 1em;
	zoom: 100%;
}

.project-catalog:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.project-thumbnail {
	float: left;
	display: block;
	width: 120px;
	margin: 5px;
	text-align: center;
}

.project-contents {
	float: left;
	display: block;
	position: left;
}

.project-contents h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 5px;
}

.project-contents p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
}

.project-contents address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	margin: 5px;
	text-align: right;
}

.project-title {
	font-size: 14px;
	font-weight: bold;
}

.project-detail {
	color: #111111;
	font-size: 12px;
	font-weight: normal;
}

.project-attribute	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

.project-image {
	height: 100px;
}

.group-catalog {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	margin-bottom: 1em;
	zoom: 100%;
}

.group-catalog:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.group-thumbnail {
	float: left;
	display: block;
	width: 120px;
	margin: 5px;
	text-align: center;
}

.group-contents {
	float: left;
	display: block;
	position: left;
}

.group-contents h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 5px;
}

.group-contents p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
}

.group-contents address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
	text-align: right;
}

.group-title {
	font-size: 14px;
	font-weight: bold;
}

.group-detail {
	color: #111111;
	font-size: 12px;
	font-weight: normal;
}

.group-attribute	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

.group-image {
	height: 100px;
}

.message-catalog {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 1em;
	height: 130px;
}

.message-thumbnail {
	position: absolute;
	margin-top: 5px;
	left : 50px ;
}

.message-thumbnail img{
	border: none;
}

.message-contents {
	margin-left : 140px;
}

.message-attribute	{ 
	color: #111111; 
	font-size: 12px;
	text-align: right;
}

/* ビジネスマッチング */

.profiles {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.profile-list {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dashed #666;
	padding: 10px;
	margin-bottom: 1em;
	width: 100%;
}

.profile-list table {
	width: 100%;
}

.profile-list img{
	border: none;
}

.profile-list-propertys {
}

.profile-list-propertys table {
}

.profile-list-title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #ddd;
	margin: 0px;
}

.profile-list-comment {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffe;
	margin: 0px;
}

.profile-list h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 5px;
}

.profile-list p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
}

/* ビジネスマッチングここまで */

/* アドレス帳 */

.addresses {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.addresses h5 {
	clear: left;
}

.address-list {
	color: #111111;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	padding: 0px;
	margin: 5px;
	width: 338px;
	height: 230px;
	float: left;
}

.address-list h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background: #aaa;
	padding: 5px;
	margin: 0px;
}

.address-list table {
	width: 100%;
}

.address-list img{
	border: none;
}

.address-list-propertys {
}

.address-list-propertys table {
}

.address-list p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 5px;
}

/* アドレス帳ここまで */

.page-list {
	font-size: 14px;
	color: #111111;
	font-weight: normal;
	line-height: 140%;
	border: 1px solid #666;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}



.update-list {
	font-size: 14px;
	color: #111111;
	font-weight: normal;
	line-height: 140%;
	border: 1px solid #666;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

/* メンバー */

.member-list {
    text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.member-admin {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.member-user {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

/* マイページのプロフィールエリア */

.profile-area {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 1em;
}

.profile-area dl {
	padding: 0px;
	margin: 0px;
}

.profile-area dt {
	padding: 0px;
	margin: 0px;
}

.profile-area dd {
}

/* トップページ プロジェクト募集中 */

.project-invite-title {
	font-size: 16px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	margin-top: 0em;
	margin-bottom: 0.5em;
	background: #444;
	border-top: solid 1px #000;
	border-left: solid 10px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	font-weight:bold;
}

.project-invite {
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	background-image: url(/Images/icon_delimit.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.project-invite h3 {
	padding: 2px;
	margin: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: inline;
}

.project-invite p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.project-invite address {
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: gray;
}

/* トップページ プロジェクト進行中 */

.project-progress {
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	background-image: url(/Images/icon_delimit.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.project-progress h3 {
	padding: 2px;
	margin: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: inline;
}

.project-progress p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.project-progress address {
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: gray;
}

/* トップページ グループ */

.new-group {
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	background-image: url(/Images/icon_delimit.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.new-group h3 {
	padding: 2px;
	margin: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: inline;
}

.new-group p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.new-group address {
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	display: inline;
	color: gray;
}

/* トップページ メッセージ */

.new-message {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	border-bottom: 1px dashed #666;
	height: 110px;
}

.new-message h3 {
	padding: 2px;
	margin: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.new-message p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	word-wrap: break-word;
}

.new-message address {
	font-size: 10px;
	padding: 2px;
	margin: 2px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
}

/* プロジェクトリスト（メンバーページ横、一覧ページ） */

.project-list {
    text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.project-member {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.project-admin {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

/* グループリスト（メンバーページ横、一覧ページ） */

.group-list {
    text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.group-member {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.group-admin {
	font-size: 10px;
    text-align: left;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

/* ファイルリスト（メンバーページ横、一覧ページ） */

.public-file-list {
	font-size: 14px;
	color: #111111;
	font-weight: normal;
	line-height: 140%;
	border: 1px solid #666;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

/* ファイルリスト（メンバーページ横、一覧ページ） */

.file-list {
    text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.file-list-item {
    text-align: left;
	border: 1px solid #666;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

/* ブックマーク（管理画面） */

.bookmark {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	margin-bottom: 1em;
	zoom: 1;
}

.bookmark:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.bookmark-thumbnail {
	float: left;
	display: block;
	width: 120px;
	margin: 5px;
	text-align: center;
}

.bookmark-detail {
	float: left;
	display: block;
}

.bookmark-detail h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.bookmark-detail dl {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bookmark-detail dt {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bookmark-detail dd {
	font-size: 12px;
}

/* ファイル（管理画面） */

.public-file {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	margin-bottom: 1em;
	zoom: 100%;
}

.public-file:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.public-file-thumbnail {
	float: left;
	display: block;
	width: 120px;
	margin: 5px;
	text-align: center;
}

.public-file-detail {
	float: left;
	display: block;
	position: left;
}

.public-file-detail h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.public-file-detail dl {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.public-file-detail dt {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.public-file-detail dd {
	font-size: 12px;
}

/* リレーション（管理画面） */

.relation {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	margin-bottom: 1em;
	zoom: 100%;
}

.relation:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.relation-thumbnail {
	float: left;
	display: block;
	width: 120px;
	margin: 5px;
	text-align: center;
}

.relation-detail {
	float: left;
	display: block;
	position: left;
}

.relation-detail h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.relation-detail dl {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.relation-detail dt {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.relation-detail dd {
	font-size: 12px;
}


.relation-form table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

.relation-form th {
	font-size: 12px;
	background: #acacef;
}

.relation-form td {
	font-size: 12px;
}

/* **不要になったら削除 
.panel {
	padding: 0px;
	margin: 0px;
}
*/
.info-title {
	font-size: 12px;
	color: #111111;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.info-text {
	font-size: 12px;
	color: #111111;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	margin-right: 0px;
}

.member-thumbnail {
	height : 100px;
}

.member-thumbnail img{
	border: none;
}

.file-thumbnail {
	height : 100px;
}

.file-thumbnail img{
	border: none;
}



.contents {
	margin-left : 120px;
}

.thumbnail {
	position : absolute ;
	margin-top: 5px;
	left : 30px ;
}

.asp-table {
	font-size: 14px;
	width : 100%;
}

/* エディットボタン */

.jsbutton {
	text-align: center;
	padding: 3px;
	border: 1px solid #dddddd;
}

.jsbuttonspacer {
	padding-right: 10px;
}

.jsbuttonbar {
	padding: 3px;
	cursor: default;
}

/* ナビゲートバー */

.navigate {
	clear: left;
	font-size: 14px;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 2px 10px 5px 10px;
	border-top: 2px solid #44f;
	color: #00a;
	background-color: #eef;
	display: block;
}

.navigate	a 			{ color : #000; text-decoration: underline; }
.navigate	a:link		{ color : #44f; text-decoration: underline; }
.navigate	a:visited	{ color : #44f; text-decoration: underline; }
.navigate	a:active	{ color : #44f; text-decoration: underline; }
.navigate	a:hover		{ color : #44f; text-decoration: underline; }

/* サブメニュー用 */

.submenu {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.submenu ul li {
	display: inline;
}

/* 子ウィンドウ */

#child-window-board {
    position: absolute;
    visibility: hidden;
    background-color: #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    border-left: 1px solid #eee;
    padding: 0px;
    width: 220px;
    filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#child-window-bar {
    position: absolute;
    background-color: #ccf;
    border-bottom: 1px solid #4c4c4c;
    width: 100%;
}

#child-window-caption {
	float: left;
	margin: 2px;
    font-size: 12px;
}

#child-window-close {
	margin: 2px;
	float: right;
}

#child-window-content {
	clear: both;
    color: #000;
    padding: 10px;
}

#child-window-content ul{
	list-style-image: url(/Images/icon_delimit.gif)
}

/* 操作ウィンドウ */

#operation-window {
    position: absolute;
    visibility: hidden;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    border-left: 1px solid #ccc;
    padding: 0px;
    width: 480px;
}

#operation-window-bar {
    position: absolute;
    background-color: #ccf;
    border-bottom: 1px solid #4c4c4c;
    width: 100%;
}

#operation-window-caption {
	float: left;
	margin: 2px;
    font-size: 12px;
}

#operation-window-close {
	margin: 2px;
	float: right;
}

#operation-window-content {
	clear: both;
    color: #000;
    padding: 10px;
}

#operation-window-content ul{
	list-style-image: url(/Images/icon_delimit.gif)
}

/* カレンダー */

.calendar-head {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 12px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    margin: 20px 0px;
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    text-align: center;
    font-size: 12px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 10px;
    line-height: 120%;
	cursor: pointer;
	vertical-align: top;
}
.calendar-today {
    text-align: center;
    background: #dfd;
	border: 1px solid #0a0;
}
.calendar-day {
	margin: 2px 10px 2px 2px;
    text-align: right;
}
.calendar-detail {
    text-align: left;
}
.calendar-red {
    color: red;
	background: #fee;
}
.calendar-blue {
    color: blue;
	background: #eef;
}
.calendar-none {
    color: gray;
	background: #eee;
}
/* カレンダーアイテム */
.calendar-item {
    text-align: left;
	font-size: 11px;
	color: #666;
	background: #ffc;
	border: 1px solid #666;
	margin: 1px;
	padding: 2px;
}
.calendar-project {
    text-align: left;
	font-size: 11px;
	color: #444;
	background: #ddf;
	margin: 2px;
	padding: 1px;
}
.calendar-project-dan {
    text-align: left;
	font-size: 11px;
	color: #444;
	background: #ddf;
	border: 1px solid #666;
	margin: 2px;
	padding: 1px;
}
.calendar-group {
    text-align: left;
	font-size: 11px;
	color: #444;
	background: #fdc;
	margin: 2px;
	padding: 1px;
}
.calendar-group-dan {
    text-align: left;
	font-size: 11px;
	color: #444;
	background: #fdc;
	border: 1px solid #666;
	margin: 2px;
	padding: 1px;
}
.calendar-member {
    text-align: left;
	font-size: 11px;
	color: #444;
	margin: 2px;
	padding: 1px;
}
.calendar-member-dan {
    text-align: left;
	font-size: 11px;
	color: #444;
	border: 1px solid #666;
	margin: 2px;
	padding: 1px;
}
.calendar-prinii {
	text-align: left;
	font-size: 11px;
	color: #444;
	margin: 1px;
	padding: 1px;
}

/* カレンダーのフォーム */
.calendar-schedule-title {
	width: 16em;
}
.calendar-schedule-area {
	width: 10em;
}
.calendar-schedule-date {
	width: 10em;
}
.calendar-schedule-time {
	width: 6em;
}
.calendar-schedule-comment {
	width: 20em;
	height: 8em;
}
.calendar-schedule-link {
	width: 8em;
}
.calendar-schedule-button {
	width: 8em;
}
/* 大きなカレンダー */
.lcalendar {
	width: 100%;
    text-align: center;
    color: #444444;
    background: none;
}
.lcalendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.lcalendar th {
    width: 14%;
	height: 16px;
    font-size: 12px;
    text-align: center;
}
.lcalendar td {
    width: 14%;
	height: 100px;
    font-size: 10px;
	cursor: pointer;
	vertical-align: top;
}



.drag-able {
	padding: 5px;
	font-size: 12px;
	background-color: white; /* イベントの貫通を阻止する(for IE) */
	cursor: move;
}
.drop-zone {
    padding: 0px;
	cursor: pointer;
}

.drag-cell {
	width: 46em;
	height: 20px;
	padding: 5px;
	font-size: 12px;
	background-color: white; /* イベントの貫通を阻止する(for IE) */
	cursor: move;
	border: 1px solid black;
}

.drag-cell-alreadyread {
	width: 46em;
	height: 20px;
	padding: 5px;
	font-size: 12px;
	background-color: #eef; /* イベントの貫通を阻止する(for IE) */
	cursor: move;
	border: 1px solid black;
}

.drop-cell {
	width: 46em;
	height: 35px;
	font-size: 12px;
    padding: 0px;
}

.name-cell {
	width: 10em;
	height: 20px;
    padding: 0px;
	font-size: 12px;
	float: left;
}

.title-cell {
	width: 23em;
	height: 20px;
    padding: 0px;
	font-size: 12px;
	float: left;
}

.time-cell {
	width: 12em;
	height: 20px;
    padding: 0px;
	font-size: 12px;
	float: left;
}

.head-cell {
	width: 45em;
	height: 25px;
    padding: 0px;
	font-size: 12px;
}

/* メンバー参加 */

.join {
}

.join-form {
}

/* トラックバック */

.trackback {
	color : #111111;
	font-size: 14px;
	font-weight : normal;
	line-height : 140%;
	border-top : 1px solid #666;
	border-bottom : 1px solid #666;
	border-left : 1px solid #666;
	border-right : 1px solid #666;
	padding : 10px;
	margin-bottom : 1em;
}

.trackback input {
	width: 480px;
}

/* ログインメニュー */

.action-menu {
	font-weight: normal;
	background: #fdfdff;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.login-menu {
	color: #111111;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.login-menu ul {
	list-style: none;
}

.login-menu li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}



.menu {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-top: 3px solid #888;
	border-bottom: 3px solid #888;
	background: #ccc;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	height: 74px;
	list-style-type: none;
}
.menu-text {
	display: none;
}
.menu-home {
	float: left;
	width: 78px;
}
.menu-home a {
	background-image: url(/Images/default/btn_home.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-home a:hover {
	background-image: url(/Images/default/btn_home_on.gif);
	background-repeat: no-repeat;
}
.menu-business {
	float: left;
	width: 78px;
}
.menu-business a {
	background-image: url(/Images/default/btn_business.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-business a:hover {
	background-image: url(/Images/default/btn_business_on.gif);
	background-repeat: no-repeat;
}
.menu-group {
	float: left;
	width: 78px;
}
.menu-group a {
	background-image: url(/Images/default/btn_group.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-group a:hover {
	background-image: url(/Images/default/btn_group_on.gif);
	background-repeat: no-repeat;
}
.menu-calendar {
	float: left;
	width: 78px;
}
.menu-calendar a {
	background-image: url(/Images/default/btn_calendar.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-calendar a:hover {
	background-image: url(/Images/default/btn_calendar_on.gif);
	background-repeat: no-repeat;
}
.menu-message {
	float: left;
	width: 78px;
}
.menu-message a {
	background-image: url(/Images/default/btn_message.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-message a:hover {
	background-image: url(/Images/default/btn_message_on.gif);
	background-repeat: no-repeat;
}
.menu-bookmark {
	float: left;
	width: 78px;
}
.menu-bookmark a {
	background-image: url(/Images/default/btn_bookmark.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-bookmark a:hover {
	background-image: url(/Images/default/btn_bookmark_on.gif);
	background-repeat: no-repeat;
}
.menu-relation {
	float: left;
	width: 78px;
}
.menu-relation a {
	background-image: url(/Images/default/btn_relation.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-relation a:hover {
	background-image: url(/Images/default/btn_relation_on.gif);
	background-repeat: no-repeat;
}
.menu-access-log {
	float: left;
	width: 78px;
}
.menu-access-log a {
	background-image: url(/Images/default/btn_access-log.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-access-log a:hover {
	background-image: url(/Images/default/btn_access-log_on.gif);
	background-repeat: no-repeat;
}
.menu-file {
	float: left;
	width: 78px;
}
.menu-file a {
	background-image: url(/Images/default/btn_file.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-file a:hover {
	background-image: url(/Images/default/btn_file_on.gif);
	background-repeat: no-repeat;
}
.menu-idrive {
	float: left;
	width: 78px;
}
.menu-idrive a {
	background-image: url(/Images/default/btn_folder.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-idrive a:hover {
	background-image: url(/Images/default/btn_folder_on.gif);
	background-repeat: no-repeat;
}
.menu-help {
	float: left;
	width: 78px;
}
.menu-help a {
	background-image: url(/Images/default/btn_help.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-help a:hover {
	background-image: url(/Images/default/btn_help_on.gif);
	background-repeat: no-repeat;
}
.menu-magazine {
	float: left;
	width: 78px;
}
.menu-magazine a {
	background-image: url(/Images/default/btn_magazine.gif);
	background-repeat: no-repeat;
	height: 74px;
	display: block;
}
.menu-magazine a:hover {
	background-image: url(/Images/default/btn_magazine_on.gif);
	background-repeat: no-repeat;
}

/* アクション制御*/

.admin-menu {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.admin-menu ul {
	padding: 10px;
	margin: 10px;
	list-style: none;
}
.admin-menu li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-image: url(/Images/icon_admin.gif)
}
.user-menu {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.user-menu ul {
	padding: 10px;
	margin: 10px;
	list-style: none;
}
.user-menu li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-image: url(/Images/icon_delimit.gif)
}
.action-project-page a,
.action-project-edit a,
.action-project-relation a,
.action-project-erase a,
.action-project-recruit a,
.action-group-page a,
.action-group-edit a,
.action-group-relation a,
.action-group-erase a,
.action-group-storage a,
.action-member-edit a,
.action-knowledge-page a,
.action-knowledge-edit a {
}
.action-project-join a,
.action-project-quit a,
.action-project-introduction a,
.action-project-inquiry a,
.action-project-bookmark a,
.action-project-message a,
.action-project-new a,
.action-group-join a,
.action-group-quit a,
.action-group-introduction a,
.action-group-inquiry a,
.action-group-bookmark a,
.action-group-message a,
.action-group-new a,
.action-member-message a,
.action-member-send-message a,
.action-member-relation a,
.action-member-quit a,
.action-member-introduction a,
.action-member-bookmark a,
.action-knowledge-bookmark a,
.action-bookmark-new a,
.action-bookmark-edit a,
.action-bookmark-delete a,
.action-public-file-new a,
.action-public-file-edit a,
.action-public-file-delete a,
.action-relation-new a,
.action-relation-edit a,
.action-relation-delete a,
.action-public-file-delete a,
.action-message-edit a,
.action-message-delete a,
.action-message-hidden a,
.action-message-reply a,
.action-mail-reply a {
	margin-right: 5px;
}

.action-project-page a:hover,
.action-project-edit a:hover,
.action-project-relation a:hover,
.action-project-erase a:hover,
.action-project-recruit a:hover,
.action-group-page a:hover,
.action-group-edit a:hover,
.action-group-relation a:hover,
.action-group-erase a:hover,
.action-group-storage a:hover,
.action-member-edit a:hover,
.action-knowledge-page a:hover,
.action-knowledge-edit a:hover {
	margin-right: 5px;
}
.action-project-join a:hover,
.action-project-quit a:hover,
.action-project-introduction a:hover,
.action-project-inquiry a:hover,
.action-project-bookmark a:hover,
.action-project-message a:hover,
.action-project-new a:hover,
.action-group-join a:hover,
.action-group-quit a:hover,
.action-group-introduction a:hover,
.action-group-inquiry a:hover,
.action-group-bookmark a:hover,
.action-group-message a:hover,
.action-group-new a:hover,
.action-member-message a:hover,
.action-member-send-message a:hover,
.action-member-relation a:hover,
.action-member-quit a:hover,
.action-member-introduction a:hover,
.action-member-bookmark a:hover,
.action-knowledge-bookmark a:hover,
.action-bookmark-new a:hover,
.action-bookmark-edit a:hover,
.action-bookmark-delete a:hover,
.action-public-file-new a:hover,
.action-public-file-edit a:hover,
.action-public-file-delete a:hover,
.action-relation-new a:hover,
.action-relation-edit a:hover,
.action-relation-delete a:hover,
.action-public-file-delete a:hover,
.action-message-edit a:hover,
.action-message-delete a:hover,
.action-message-hidden a:hover,
.action-message-reply a:hover,
.action-mail-reply a:hover {
	margin-right: 5px;
}

/* 	アルバム */

.album-catalog {
	width: 145px;
	height: 600px;
	overflow: auto;
	text-align: center;
	float: left;
	display: block;
}

.album-catalog a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 5px;
	float: left;
	display: block;
}

.album-catalog img {
	text-align: center;
	vertical-align: middle;
	border: 5px solid white;
}

.album-preview {
	position: relative;
	vertical-align: top;
	top: 20px;
	left: 35px;
	width: 325px;
	height: 325px;
	float: left;
	display: block;
}

.album-preview-area {
	width: 325px;
	height: 325px;
	line-height: 325px;
	text-align: center;
	vertical-align: middle;
	display: block;
}

.album-preview-info {
	position: relative;
	vertical-align: top;
	margin: 5px 5px 5px 50px;
	display: block;
}

.album-preview-info dt {
	width: 80px;
}

.album-preview-info dd {
	height: 18px;
}

/* 検索 */

.member-catalog a {
	width: 110px;
	height: 120px;
	border: 0px;
	text-align: center;
	float: left;
	display: block;
	overflow: hidden;
}

.search {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border:1px solid #5588ee;
	background: #eef5ff;
}

.search dt {
	font-size: 12px;
	font-weight: bold;
}

.search dd {
	font-size: 12px;
}

.search input {
	font-size: 12px;
}

.search select {
	font-size: 12px;
}

.search-submit {
	width: 100px;
	font-size: 12px;
}

/* アクセスログ */

.access-log ul {
	list-style: none;
    border: 0px;
	margin: 20px 50px 20px 50px;
}

.access-log li {
	font-size: 14px;
	line-height: 120%;
}

.access-log-date {
}

.access-log-user {
	margin-left: 2em;
}

.access-log em {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* メンバー一覧 */

.members {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.members ul {
    list-style: none;
	margin: 5px;
	padding: 0px;
}

.member-user {
	text-align: center;
	border: 1px solid #666;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.member-user-thumbnail {
	text-align: center;
	line-height: 100px;
	width: 100px;
	height: 100px;
	display: block;
}

.member-user-thumbnail img {
	text-align: center;
	vertical-align: middle;
}

.member-user-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

/* グループ一覧 */

.groups {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.groups ul {
    list-style: none;
	margin: 5px;
	padding: 0px;
}

.group-admin {
	text-align: center;
	border: 1px solid #f11;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.group-admin-thumbnail {
	text-align: center;
	width: 100px;
	height: 100px;
	display: block;
}

.group-admin-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.group-member {
	text-align: center;
	border: 1px solid #666;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.group-member-thumbnail {
	text-align: center;
	width: 100px;
	height: 100px;
	display: block;
}

.group-member-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

/* プロジェクト一覧 */

.projects {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.projects ul {
    list-style: none;
	margin: 5px;
	padding: 0px;
}

.project-admin {
	text-align: center;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.project-admin-thumbnail {
	text-align: center;
	width: 100px;
	height: 100px;
	display: block;
}

.project-admin-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.project-member {
	text-align: center;
	border: 1px solid #aaa;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.project-member-thumbnail {
	text-align: center;
	width: 100px;
	height: 100px;
	display: block;
}

.project-member-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

/* ファイル一覧 */

.files {
}

.files ul {
    list-style: none;
	margin: 5px;
	padding: 0px;
}

.files li {
	text-align: center;
	border: 1px solid #666;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
}

.file-list-thumbnail {
	line-height: 100px;
	width: 100px;
	height: 100px;
	display: block;
}

.file-list-thumbnail img {
	text-align: center;
	vertical-align: middle;
}

.file-list-name {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

/* アカウントオプション */

.account-option {
}

.account-option ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
}

.account-option-tab {
	float: left;
	margin: 5px;
	padding: 3px;
	width: 180px;
	border: 2px solid #cecece;
	background-color: #cecece;
	text-align: center;
	display: block;
}

.account-option-selected {
	float: left;
	margin: 5px;
	padding: 3px;
	width: 180px;
	border: 2px solid #aaaadd;;
	background-color: #ccccff;
	text-align: center;
	display: block;
}

.account-option br {
	clear: left;
}

/* ストレージ一覧 */

.storage-file {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666;
	padding: 10px;
	background-color: #efefef;
}

.storage-action-list {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding: 2px;
}

.storage-action {
	text-decoration: underline;
	cursor: pointer;
}

.storages {
	width: 99%;	/* これ入れとかないとIEで表示がおかしくなる */
}

.storages ul {
    list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.storages li {
	text-align: center;
	border: 1px solid #999;
	width: 110px;
	height: 120px;
	margin: 1px;
	padding: 1px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}

.storage-item-thumbnail {
	line-height: 100px;
	width: 100px;
	height: 100px;
	display: block;
}

.storage-item-thumbnail img {
	text-align: center;
	vertical-align: middle;
}

.storage-item-name {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.storage-item-download {
	position: absolute;
	top: 100px;
	left: 90px;
}

.storage-item-delete {
	position: absolute;
	top: 4px;
	left: 90px;
	cursor: pointer;
}

.storage-public {
	clear: left;
	color : #111111;
	font-size: 14px;
	font-weight : normal;
	border : 1px solid #666;
	width: auto;
	padding : 5px;
	margin-top : 1.5em;
	background-color: #efefef;
}

.storage-public-url {
	color : #111111;
	font-size: 14px;
	font-weight : normal;
	border: 1px solid #666;
	width: auto;
	padding : 5px;
	overflow: auto;
	word-break: break-all;
	background : #fff;
}

.storage-title {
	font-size: 14px;
	color: #111111;
	font-weight:bold;
}

.idrive-title {
	font-size: 16px;
	color: #222;
	padding: 5px 10px 5px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: #f4f4f4;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	font-weight:bold;
}

.idrive-sub-title {
	font-size: 14px;
	color: #22a;
	padding: 5px 0px 5px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background: #f4f4ff;
	border-left: solid 10px #99f;
	border-bottom: solid 1px #99f;
	font-weight:bold;
}

.idrive-menu ul {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-image: url(/Images/icon_delimit.gif)
}

.idrive-menu li {
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.idrive-menu {
	margin: 10px 0px 0px 0px;;
	font-size: medium;
}

.transport-menu ul {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-image: url(/Images/icon_delimit.gif)
}

.transport-menu {
	margin: 10px 0px 0px 0px;;
	font-size: medium;
}

.help-menu ul {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-image: url(/Images/icon_delimit.gif)
}

.help-menu li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.help-menu {
	margin: 10px 0px 0px 0px;;
	font-size: 14px;
}

.help-menu h3{
	font-size: medium;
}

.seal-area {
	text-align: center;
}

/* カレンダービュー */

.calendar-content table {
	font-size: 14px;
	width: 100%;
	height: 540px;
	border: 1px solid #666;
}
.calendar-content th {
	text-align: center;
	font-size: 14px;
	border: 1px solid #666;
}
.calendar-content td {
	text-align: center;
	font-size: 14px;
	border: 1px solid #666;
	cursor: pointer;
}

/* ページ制御 */

.page-prev {
	margin: 2px;
	padding: 2px;
}

.page-cursor {
	border: 1px solid #f66;
	margin: 2px;
	padding: 2px;
}

.page-link {
	margin: 2px;
	padding: 2px;
}

.page-next {
	margin: 2px;
	padding: 2px;
}

.page-all {
	margin: 2px;
	padding: 2px;
}

/* タグ */

.tag-list {
	border: 1px solid #060;
	padding: 5px;
	margin-bottom: 1em;
	font-size:12px;
}

.tag-item {
}

.tag-count {
	font-size:10px;
	color: #666;
}

.tag-item a 		{ color : #060; text-decoration: none; }
.tag-item a:link	{ color : #060; text-decoration: none; }
.tag-item a:visited	{ color : #060; text-decoration: none; }
.tag-item a:active	{ color : #060; text-decoration: none; }
.tag-item a:hover	{ color : #060; text-decoration: underline; }

/* ミーティング議事録 */

.meeting-report em {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	margin-left: 16px;
}

/* マガジン */

.magazine-list {
}

.magazine-list table {
	width: 100%;
	font-size: 90%;
	border-collapse: separate;
	border: 2px solid #966;
}

.magazine-list th {
	color: #fff;
	background: #966;
	text-align: center;
}

.magazine-list td {
	border: 1px solid #fcc;
	text-align: center;
}

.magazine-edit {
}

.magazine-edit textarea#body {
	width: 100%;
	height: 25em;
}

.magazine-edit textarea#links {
	width: 100%;
	height: 10em;
}

/* 角丸テスト */

.rtop, .rbottom {display:block; background: #fff}
.rtop *, .rbottom * {display: block; height: 1px; overflow: hidden; background-color: #eee;}
.r1{margin: 0px 5px}
.r2{margin: 0px 3px}
.r3{margin: 0px 2px}
.r4{margin: 0px 1px; height: 2px}

/* ガントチャート */

.fixedRow {
	top: expression(this.offsetParent.scrollTop);
	position: relative;
	z-index: 1;
}
.fixedCol {
	left: expression(document.getElementById("gcframe").scrollLeft);
	position: relative;
	z-index: 3;
	background: white;
}

.task-table table {
	border: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
}

.task-table td {
	border: 1px solid #aaa;
	margin: 3px;
	padding: 2px;
}

.task-table th {
	border: 1px solid #aaa;
	margin: 3px;
	padding: 2px;
}

.account-form {
	font-size: 105%;
	font-weight: bold;
}


