@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* 中央コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
#center_container {
	float:left;
	width:610px;
	/*	高さはココで決める(最低indexstyleと同じ)	*/
	height:1600px;
	vertical-align:top;
	text-align:center;
	line-height:1.4;
}

/*----------------------------------------------------------*/
/* 各ページ　タイトル										*/
/*----------------------------------------------------------*/
#content_tit {
	/* 長さ以外の設定はmainstyle.css	*/
	width:595px;
}
/*----------------------------------------------------------*/
/* ユーザーサイト											*/
/*----------------------------------------------------------*/
#us_mfm {
	width:580px;
}
.us_page {
	width:570px;
	height:30px;
	font-size:14px;
}
/* 登録の新しい順・古い順ボタン	*/
#us_btm_fm {
	width:500px;
	height:50px;
}
.us_btm {
	float:left;
	width:245px;
}
/*	ユーザーサイト一覧テーブル	*/
.us_tbl {
	width:570px;
	background-color:#aaaaaa;
}
/*	タイトル・更新日	*/
.us_td1 {
	padding:2px;
	height:19px;
	line-height:19px;
	background:url(img/usersite_tit_bg.gif) no-repeat;
	font-size:12px;
}
.us_td1_tit {
	float:left;
	padding-left:5px;
	width:425px;
	height:19px;
	line-height:19px;
	color:#405795;
	font-weight:bold;
	overflow:hidden;	/* はみ出た部分を表示しない	*/
	text-align:left;
}
.us_td1_date {
	float:left;
	width:130px;
	height:19px;
	line-height:19px;
	color:#405795;
	text-align:right;
}
/*	サイトカテゴリー	*/
.us_td2 {
	padding:0px 5px 0px 5px;
	width:566px;
	height:18px;
	line-height:18px;
	background-color:#ffffff;
	color:#405795;
	font-size:12px;
	text-align:left;
}
/*	画像・説明	*/
.us_td3 {
	padding:2px 5px 2px 5px;
	width:566px;
	height:64px;
	line-height:1.2;
	background-color:#ffffff;
	font-size:12px;
	overflow:hidden;	/* はみ出た部分を表示しない	*/
	text-align:left;
	color:#555555;
}
/*	画像	*/
.us_td3_img {
	float:left;
	width:124px;
	background-color:#ffffff;
	overflow:hidden;	/* はみ出た部分を表示しない	*/
}
/*	説明	*/
.us_td3_info {
	float:left;
	width:432px;
	background-color:#ffffff;
	font-size:12px;
	overflow:hidden;	/* はみ出た部分を表示しない	*/
	text-align:left;
}



/********************************************************************************/
/********************************************************************************/
/* 右コンテナ																	*/
/********************************************************************************/
/********************************************************************************/
#right_container {
	float:left;
	width:170px;
	vertical-align:top;
	line-height:1.4;
	text-align:center;
}
.us_cat_a {
	margin-top:-1px;
	height:22px;
	line-height:22px;
	background:url(img/usersite_cat_a.gif) no-repeat;
}
.us_cat_b {
	margin-top:-1px;
	height:22px;
	line-height:22px;
	background:url(img/usersite_cat_b.gif) no-repeat;
}
#right_container A:LINK{
	color:#405795;
	text-decoration:none;
}
#right_container A:VISITED{
	color:#405795;
	text-decoration:none;
}

#right_container A:HOVER{
	color:#ff0000;
	text-decoration:none;
}
