﻿/*------------------------------------------------------------
基本のブロック
-------------------------------------------------------------*/

#content .title
{
	padding:3px 0px 3px 10px;
	font-size:80%;
	color:#000000;
	border:1px solid #999999;
	background-color:#D1D8FF;
	border-bottom:none;
	font-weight:bold;
	color:#666666;
	overflow:hidden;
}

#content .title_big
{
	padding:3px 0px 3px 10px;
	font-size:100%;
	line-height:150%;
	color:#000000;
	border:1px solid #999999;
	background-color:#D1D8FF;
	border-bottom:none;
	font-weight:bold;
	color:#666666;
	overflow:hidden;
}

#content .outline
{
	color:#000000;
	border:1px solid #999999;
	background-color:#FFFFFF;
	height:auto;
	padding:10px;
	overflow:hidden;
}

/*------------------------------------------------------------
テーブルレイアウト1 幅700px
-------------------------------------------------------------*/
.table_type1
{
	font-size:80%;
	color:#000000;
	width:560px;
	background-color:#FFFFFF;
	
}

.table_type1 td
{
	padding:8px 8px;
	border:1px solid #999999;
	line-height:160%;
}

.table_type1 .td-left 
{
	width:150px;
	background-color:#F7F7F7;
	border:1px solid #999999;
	vertical-align:top;
}

.table_type1 .td-right
{
	width:375px;
	background-color:#FFFFFF;
	vertical-align:middle;
}

.table_type1 .td-right2
{
	padding:0px;
	width:391px;
}


/*------------------------------------------------------------
サークルイメージ一覧
-------------------------------------------------------------*/

#imglist_outline
{
	font-size:80%;
	width:510px;
	height:100%;
	margin:0 10px;
	text-align:center;
}

#imglist_outline .item
{
	width:168px;
	height:168px;
	border:solid 1px #CDCFC2;
	float:left;
	background-color:#EFF8D9;
}

#imglist_outline .item_right
{
	width:168px;
	height:168px;
	border:solid 1px #CDCFC2;
	float:right;
	background-color:#EFF8D9;
}

#imglist_outline .mainitem
{
	width:168px;
	height:168px;
	border:solid 1px #CDCFC2;
	float:left;
	background-color:#FFDAC8;
}

#imglist_outline .mainitem_right
{
	width:168px;
	height:168px;
	border:solid 1px #CDCFC2;
	float:right;
	background-color:#FFDAC8;
}

#imglist_outline .imgItem
{
	width:128px;
	height:128px;
	background-color:#FFFFFF;
	border:solid 1px #EEEEEE;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	vertical-align:middle;
}

/*------------------------------------------------------------
トップ（プロフィールやHOME）の3カラム時の左サイド
-------------------------------------------------------------*/

#subcol .title_top
{
	background: url('./../img/othercircle/title_top.gif') no-repeat left top;
	height:16px;
	overflow:hidden;
}

#subcol .main
{
	background: url('./../img/othercircle/bg_main.gif') repeat-y left top;
	height:100%;
	width:180px;
	overflow:hidden;
}

#subcol .main .base
{
    padding:10px 0 5px 10px;
    text-align:center;
    height:100%;
}

#subcol .bottom
{
	background: url('./../img/othercircle/bg_bottom.gif') no-repeat center top;
	height:5px;	
}

#subcol .border
{
	background: url('./../img/othercircle/border.png') repeat-x center top;
	height:2px;
	width:152px;
	margin:10px 0;
}

#subcol .menu
{
    height:27px;
}

#subcol .actionmenu
{
    height:37px;
    margin:0;
    vertical-align:bottom;
}

#subcol .box_top
{
	background: url('./../img/othercircle/bg_box_top.png') no-repeat center top;
	height:5px;
	overflow:hidden;
}

#subcol .box_main
{
	background: url('./../img/othercircle/bg_box_main.png') repeat-y center top;
	height:100%;
	overflow:hidden;
}

#subcol .box_bottom
{
	background: url('./../img/othercircle/bg_box_bottom.png') no-repeat center top;
	height:5px;	
}

#subcol .box_main .border
{
    height:2px;
    width:140px;
    background: url('./../img/othercircle/border.png') repeat-x center top;
    margin:0;
}

#subcol .table_image
{
    width:120px;
    height:120px;
    vertical-align:middle;
    text-align:center;
}

/*------------------------------------------------------------
サークルメンバー
-------------------------------------------------------------*/

#subcol .title_circlemember
{
	background: url('./../img/othercircle/title_circlemember.gif') no-repeat left top;
	height:16px;
	overflow:hidden;
}

#subcol .table_circlemember
{
    width:150px;
    border:none;
    margin:0 10px;
}

#subcol .table_circlemember .td1
{
    height:40px;
    width:40px;
    padding:10px 5px;
    text-align:center;
    vertical-align:middle;
}

#subcol .table_circlemember .td2
{
    height:50px;
    width:90px;
    font-size:75%;
    text-align:left;
    vertical-align:middle;
    padding:10px 0;
}

/*------------------------------------------------------------
イベント参加情報
-------------------------------------------------------------*/

#subcol .title_partevent
{
	background: url('./../img/othercircle/title_partevent.gif') no-repeat left top;
	height:16px;
	overflow:hidden;
}

#subcol .div_inbox
{
    width:150px;
    padding:0 10px;
    height:100%;
}

/*------------------------------------------------------------
トップ（プロフィールやHOME）の3カラム時の真ん中
-------------------------------------------------------------*/



/*------------------------------------------------------------
サークルプロフィール
-------------------------------------------------------------*/
.table_profile
{
	border:solid 1px #999999;
	font-size:80%;
	color:#000000;
	width:560px;
	background-color:#FFFFFF;
}

.table_profile td
{
	padding:8px 4px;
	line-height:120%;
	text-align:left;
	border-bottom:dotted 1px #999999;
	vertical-align:middle;
}

.table_profile .td-left
{
	background-color:#F7F7F7;
	border-right:solid 1px #999999;
	width:111px;
}

.table_profile .td-right
{
	width:432px;
}

.table_profile .title_profile
{
	background:url('./../img/othercircle/title_CircleProfile.png') no-repeat left top;
	width:552px;
	height:39px;
	border-bottom:solid 1px #999999;
	text-align:right;
	padding:0 4px;
}


/*------------------------------------------------------------
サークル作品発行歴一覧
-------------------------------------------------------------*/
/*------------------------------------------------------------
テーブルレイアウト作品発行履歴 幅700px
-------------------------------------------------------------*/
.table_hsWork
{
	border:solid 1px #999999;
	font-size:80%;
	color:#000000;
	width:558px;
	background-color:#FFFFFF;
}

.table_list_hsWork
{
	border:solid 1px #999999;
	color:#000000;
	background-color:#FFFFFF;
	width:536px;
	margin:20px 10px;
}

.table_list_hsWork td
{
	padding:8px 4px;
	line-height:100%;
	vertical-align:middle;
	text-align:left;
}

.table_list_hsWork .td1
{
	background-color:#EEEEEE;
	width:120px;
	border-bottom:solid 1px #999999;
}

.table_list_hsWork .td2
{
	background-color:#EEEEEE;
	width:400px;
	border-bottom:solid 1px #999999;
}

.table_list_hsWork .td4
{
	border-top:dotted 1px #999999;
	width:120px;
}

.table_list_hsWork .td5
{
	border-top:dotted 1px #999999;
	width:520px;
}

.table_list_hsWork .td6
{
}

/*------------------------------------------------------------
blogメインコンテンツ
-------------------------------------------------------------*/

#maincol .diary {
	border-color: #999999 #999999 #999999 #999999;
	border-width: 1px;
	border-style: dotted solid solid solid;
	margin: 0px 0px 10px;
}

#maincol .diary_title {
	font-weight: bold;
	font-size: 90%;
	background-color: #E5E5FE;
	border-color: #999999 #999999 #999999 #999999;
	border-width: 1px;
	border-style: solid solid dotted solid;
	padding: 7px 10px;
	margin: 0px;
}

#maincol .diary_tag
{
	font-size:80%;
	padding:5px;
	border-bottom:solid 1px #CCCCCC;
	float:right;
}

#maincol .diary p {
	font-size: 80%;
	margin: 15px;
}

#maincol .diary_footer {
	font-size: 80%;
	text-align: right;
}

#maincol .comment_title
{
	font-weight:bold;
	font-size:80%;
	background-color: #E5E5FE;
	border-color: #999999 #999999 #999999 #999999;
	border-width: 1px;
	border-style: solid solid dotted solid;
	padding: 7px;
	margin: 0px;
}

#maincol .comment {
	border-color: #999999 #999999 #999999 #999999;
	border-width: 1px;
	border-style: none solid solid solid;
	background-color:#FFFFFF;
}

#maincol .comment p 
{
	font-size:80%;
	margin:0 10px 10px 10px;
	padding-top:10px;
}

#maincol .blog_footer {
	font-size: 80%;
	text-align: center;	
}



/*------------------------------------------------------------
blogサブコンテンツ
-------------------------------------------------------------*/

#subcol .diary_admin_box {
	width: 178px;
	border: solid 1px #999999;
	margin-bottom: 10px;
	font-size:80%;
	background-color:#FFFFFF;
}

#subcol .diary_admin_box table 
{
	width:162px;
	margin: 8px;
}

#subcol .diary_admin_box td {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom:2px;
}

#subcol .subcol_box 
{

	background: url('./../img/othercircle/diary_subcolbox_bg.png') repeat-y left top;
	width: 180px;
	font-size:80%;
}

#subcol .subcol_box table {
	margin: 0px 10px;
	width: 160px;
}

#subcol .subcol_box td {
	padding: 2px 0px;
}

#subcol .subcol_box_bottom {
	background: url('./../img/othercircle/diary_subcolbox_bottom.png') no-repeat left top;
	height: 10px;
	margin-bottom: 10px;
}
#subcol .subcol_category {
	background: url('./../img/othercircle/diary_category.png') no-repeat left top;
	height:30px;
}

#subcol .subcol_recentry {
	background: url('./../img/othercircle/diary_recentry.png') no-repeat left top;
	height:30px;
}

#subcol .subcol_past {
	background: url('./../img/othercircle/diary_past.png') no-repeat left top;
	height:30px;
}

#subcol .calender {
	width: 150px;
	border: solid 1px #999999;
	background-color: #E5E5FE;
	margin-bottom: 10px;
	text-align: center;
	padding:10px 14px;
}

#subcol .circleinfo_box {
	width: 178px;
	border: solid 1px #999999;
	margin-bottom: 10px;
	font-size:80%;
	background-color: #E5E5FE;
}

#subcol .circleinfo_box table 
{
	width:162px;
	margin: 8px;
}

#subcol .circleinfo_box .td1 {
	vertical-align: middle;
	padding:0 5px 0 0;
	width:60px;
	height:60px;
}

#subcol .circleinfo_box .td2 
{
	text-align:left;
	vertical-align: middle;
	padding:0 5px 0 0;
}

/*------------------------------------------------------------
イベント参加情報一覧 幅700px
-------------------------------------------------------------*/

.table_joinevent
{
	border:solid 1px #999999;
	font-size:80%;
	color:#000000;
	width:560px;
	background-color:#FFFFFF;
	
}

.table_joinevent td
{
	padding:5px;
}

.table_joinevent .td1
{
    width:200px;
	border-bottom:solid 1px #EEEEEE;
}

.table_joinevent .td2
{
    width:200px;
	border-bottom:solid 1px #EEEEEE;
}

.table_joinevent .td3
{
    width:118px;
	border-bottom:solid 1px #EEEEEE;
}

.table_joinevent .td4
{
	border-bottom:solid 1px #999999;
}

.table_joinevent .td5
{
    width:200px;
    text-align:center;
	border-bottom:solid 1px #999999;
}


/*------------------------------------------------------------
作品一覧
-------------------------------------------------------------*/

.title_worklist
{
    background-image:url('../../img/othercircle/title_work_list.png');
    text-align:right;
    height:30px;
}

.title_worklist img
{
    vertical-align:bottom;
    margin-top:2px;
}

#worklist
{
	border:solid 1px #999999;
	color:#000000;
	width:548px;
	background-color:#FFFFFF;
	height:auto;
	overflow:hidden;
    padding:10px 0 0 10px;
    margin-bottom:10px;
}

#worklist .item
{
    border:solid 1px #CCCCCC;
    margin:0px 10px 10px 0;
    width:252px;
    float:left;
    font-size:80%;
    padding:5px;
    height:120px;
}

#worklist .item table
{
    height:80px;
}

#worklist .item table .td-img
{
    width:65px;
    height:65px;
    text-align:center;
    vertical-align:middle;
    margin:0 5px 5px 0;
}

#worklist .item table .td-info
{
    width:188px;
    height:70px;
    text-align:left;
    vertical-align:top;
    padding:5px;
}

/*------------------------------------------------------------
作品詳細
-------------------------------------------------------------*/

.title_workdetail
{
    background-image:url('../../img/othercircle/title_work_detail.png');
    text-align:right;
    height:30px;
}

.title_workdetail img
{
    vertical-align:bottom;
    margin-top:2px;
}

#workdetail
{
	border:solid 1px #999999;
	color:#000000;
	width:538px;
	background-color:#FFFFFF;
	height:auto;
	overflow:hidden;
    padding:10px;
    margin-bottom:10px;
}

#workdetail .word
{
    font-size:80%;
    line-height:150%;
}

.table_work
{
	font-size:80%;
	color:#000000;
	width:528px;
	background-color:#FFFFFF;
}

.table_work td
{
	padding:8px;
	border:solid 1px #999999;
	line-height:120%;
}

.table_work .td-left 
{
	width:125px;
	background-color:#F7F7F7;
	vertical-align:top;
}

.table_work .td-right
{
	width:380px;
	background-color:#FFFFFF;
	vertical-align:middle;
}

.table_image
{
    margin-bottom:10px;
}

.table_image td
{
    text-align:center;
    vertical-align:middle;
}

.table_image .td-main
{
    width:390px;
    height:390px;
    padding:10px;
}

.table_image .td-sample
{
    width:120px;
    height:130px;
    padding:0 10px;
}

.item_review
{
    border:1px solid #999999;
    padding:10px;
    font-size:80%;
}

.data_pager
{
	font-size:80%;
	color:#0000FF;    
	text-align:right;
	margin-right:15px;
	margin-bottom:10px;
}

/*------------------------------------------------------------
レビュー
-------------------------------------------------------------*/

.table_review
{
	border:solid 1px #999999;
	font-size:80%;
	color:#000000;
	width:558px;
	background-color:#FFFFFF;	
}

.table_review td
{
	padding:5px;
}

.table_review .td1
{
    text-align:center;
    vertical-align:middle;
	height:100px;
    width:100px;
}

.table_review .td2
{
	width:438px;
}


