@charset "UTF-8";
/* 基本 */
* {
	padding:	0px;
	margin:		0px;
}

html {
	overflow-y:scroll;
}

body {
	text-align: center;
	font-size: 12px;
	color: #111111;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
//	background-color: #AEAEA4;
	background-color: #A8B8B7;
}

.wrapper {
	text-align: left;
	width:			950px;
	margin: 		0px auto;
}

.site
{
	margin-top:		10px;
}

h1 {
	display: none;
}

a {
	cursor:	pointer;
}

a:link {
	color:	#996699;
	text-decoration:	none;
}

a:visited {
	color:	#258fb8;
	text-decoration:	none;
}

a:hover {
	color:	#258fb8;
	text-decoration:	underline;
}

li {
	list-style-type:	none;
}

.submit
{
	display:	inline;
	padding:	0px;
	margin:		0px;
}

.submit_btn {
	border:			1px #111111 solid;
	background-color:	#ECECEC;
}

.submit_default {
}

.clear
{
	clear:	both;
}

.floatleft {
	float:	left;
}

.floatright {
	float:	right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}


/*
	ボックスの題名部の文字
*/
.boxTitle {
	color:		#202020;
	font-size:	14px;
	font-weight:	bold;
	position:	absolute;
	top:		50%;
	left:		0%;
	margin-top:	-0.5em;
	margin-left:	26px;
}

.boxTitle a:link {
	color:			#202020;
	text-decoration:	none;
}

.boxTitle a:visited {
	color:			#202020;
	text-decoration:	none;
}

.boxTitle a:hover {
	color:			#202020;
	text-decoration:	none;
}

/*
	ボックスの題名部の右側に出るオプション文字列
*/
.boxTitleRight {
	color:		#404040;
/*	font-size:	11px; */
	position:	absolute;
	top:		50%;
	right:		0%;
	margin-top:	-0.6em;
	margin-right:	1.6em;
	float:		right;
	text-align:	right;
}

.boxTitleRight a:link {
	color:	#258fb8;
}

.boxTitleRight a:visited {
	color:	#258fb8;
}

.boxTitleRight a:hover {
	color:	#258fb8;
}

.normalTitle
{
	font-size:	14px;
	font-weight:	bold;
}

.contentTitle
{
	font-size:	18px;
	font-weight:	bold;
}
.err
{
	color: #ff0000;
}


/* 一覧リストテーブル (メッセージ一覧、など) */
.l_table table {
	border-collapse:	collapse;
	margin:			10px auto;
	border:			1px #C0C0C0 solid;
}

.l_table tr {
	border-top: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
}

.l_table th {
	font-weight:		normal;
	background-color:	#ffffcc;
	padding:		5px 0px;
	border-top: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
}

/* メールフォームテーブル (メール送信、など) */
.m_table table {
	border-collapse:	collapse;
	width:			95%;
	margin:			10px auto;
}

.m_table tr {
	border: 1px #C0C0C0 solid;
}

.m_table th {
	font-weight:		normal;
	background-color:	#ffffcc;
	width:			30%;
	padding:		5px 10px;
	border: 1px #C0C0C0 solid;
}

.m_table td {
	border:			1px #C0C0C0 solid;
	width:			70%;
	padding:		0 10px 0 10px;
	text-align:		left;
}

.m_table textarea {
	display:		block;
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		0;
	margin:			8px auto;
}

.m_table input[type='text'] {
	display:		block;
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		0;
	margin:			8px auto;
}


/* メッセージフォームテーブル (メッセージ送信、など) */
.s_table table {
	border-collapse:	collapse;
	width:			95%;
	margin:			10px auto;
}

.s_table tr {
	border: 1px #C0C0C0 solid;
}

.s_table th {
	font-weight:		normal;
	padding:		0;
	border: 1px #C0C0C0 solid;
}

.s_table td {
	font-weight:		normal;
	padding:		0;
	border: 1px #C0C0C0 solid;
	text-align:		left;
}

.s_table textarea {
	display:		inline;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	width:			96%;
	padding:		0;
	margin:			8px auto;
}

/* この部分は IE6 では反映されない？ */
.s_table input[type='text'] {
	display:		inline;
	width:			93%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		0;
	margin:			0;
}

/* フォームテーブル (画像投稿、など) */
.f_table table {
	border-collapse:	collapse;
	width:			95%;
	margin:			10px auto;
}

.f_table tr {
	border:			1px #C0C0C0 solid;
}

.f_table th {
	width:			30%;
	font-weight:		normal;
	background-color:	#ffffcc;
	padding:		5px 10px;
	border:			1px #C0C0C0 solid;
}

.f_table td {
	width:			70%;
	border:			1px #C0C0C0 solid;
	padding:		5px 10px;
}

.f_table textarea {
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
}

.f_table input[type='text'] {
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
}

.f_table input[type='radio'] {
	width:			20px;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
	line-height:		32px;
	text-align:		right;
}

.f_table label {
	width:			30%;
	line-height:		32px;
}

/* 空欄用 */
.f_table .blank {
	background-color:	#ffffff;
	height:						10px;
	padding:					0px;
	border-left:			1px #ffffff solid;
	border-right:			1px #ffffff solid;
}

/* コンテンツ情報 (右上) */
.content_info table {
	border-collapse:	collapse;
	width:			140px;
	padding:		0;
	margin:			0;
}

.content_info tr {
	line-height:		120%;
	font-size:		12px;
}

.content_info th {
	width:			100px;
	text-align:		left;
	border-bottom:		1px #C0C0C0 dashed;
	font-weight:		normal;
}

.content_info td {
	width:			40px;
	text-align:		left;
	border-bottom:		1px #C0C0C0 dashed;
}



/* 確認用 (お気に入り追加、など) */
.confirm_box table {
	border-collapse:	collapse;
	width:			500px;
	margin:			2px auto;
}

.confirm_box tr {
	border:			1px #C0C0C0 solid;
}

.confirm_box th {
	width:			150px;
	font-weight:		normal;
	padding:		5px 10px;
	text-align:		center;
	border:			1px #C0C0C0 solid;
}

.confirm_box td {
	width:			320px;
	border:			1px;
	padding:		5px 10px;
	text-align:		left;
	vertical-align:		top;
}

.confirm_box textarea {
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
}

.confirm_box input[type='text'] {
	width:			96%;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
}

.confirm_box input[type='radio'] {
	width:			20px;
	background-color:	#F8F8F8;
	border:			1px #BBBBBB solid;
	padding:		2px 5px 4px 5px;
	margin:			2px;
	line-height:		32px;
	text-align:		right;
}

.confirm_box label {
	width:			30%;
	line-height:		32px;
}

.confirm_box p {
	font-weight:		bold;
}

.confirm_box p a {
	color:			#FF0000;
}

.message_color_unread {
	background-color: #FFFFCC;
}

.login_box {
	width: 172px;
	padding: 1px 0px 2px;
	border: #C0C0C0 1px solid;
}

.login_btn {
	color:			#000000;
	background-color:	#F0F0F0;
	border: 		none;
	background:		url("../img/login_btn.gif") no-repeat 0 center;
	width:			66px;
	height:			21px;
}

.login_btn:hover {
	color:			#000000;
	background-color:	#F0F0F0;
	border: 		none;
	background:		url("../img/login_btn_hover.gif") no-repeat 0 center;
	width:			66px;
	height:			21px;
}

/*
	左ペインに出るプロフィール画像
*/
.portrait img {
	border:			0;
	padding:		2px;
}

.portrait a:hover img {
	border:			0;
}
.portrait a:link
{
	text-decoration:	none;
}
.portrait a:visited
{
	text-decoration:	none;
}
.portrait a:hover
{
	text-decoration:	none;
}



/* ヘッダ */
.header {
}

.logo {
	display:	inline;
	float:		left;
	color:		#c0c0c0;
	margin-left:	5px;
	margin-top:	10px;
}

.header_tool_bar
{
	float:		right;
	padding:	0px 10px 0px 0px;
	font-size:	12px;
	line-height:	18px;
}
.header_tool_bar ul {
	text-align: right;
}
.header_tool_bar ul li
{
	display: inline;
}
.header_tool_bar a:link
{
	color:	#f8f8f8;
}
.header_tool_bar a:visited
{
	color:	#f8f8f8;
}
.header_tool_bar a:hover
{
	color:	#f8f8f8;
}

.header_link
{
}
.header_link a:link
{
	color:	#f8f8f8;
}
.header_link a:visited
{
	color:	#f8f8f8;
}
.header_link a:hover
{
	color:	#f8f8f8;
}

.navi_tool_var {
	padding:		0;
	background:		url(http://www.cg-site.net/img/navi_tool_bar_cg.gif);
	width: 468px;
}

/* ナビ */
.navi {
	width:		950px;
	height:		30px;
	font-size:	12px;
	font-weight:	normal;
	text-align:	center;
}
.navi_f {
	background: url(http://www.cg-site.net/img/navi_f.gif);
}
.navi_h {
	background: url(http://www.cg-site.net/img/navi_h.gif);
}
.navi_t {
	background: url(../img/navi_t.gif);
}
.navi ul li {
	display:	inline;
	padding:	0;
	line-height:	30px;
	white-space:	nowrap;
}
.navi ul li span {
	color:		#111111;
	line-height:	30px;
}
.navi a:link {
	color:		#111111;
}
.navi a:visited {
	color:		#111111;
}
.navi a:hover {
	color:		#111111;
}



/**
 */
.navi2 {
	height:		36px;
	font-size:	12px;
	font-weight:	bold;
	text-align:	center;
	overflow:	hidden;
}
.navi2 ul {
	list-style-type:	none;
}
.navi2 ul li {
	float:		left;
}

.navi2 ul li a {
	display: block;
	height: 36px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.navi2 ul li a span {
	display: block;
	width: 112px;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
}

.navi2 a:link {
	color:	#606060;
	text-decoration:	none;
}
.navi2 a:visited {
	color:	#606060;
	text-decoration:	none;
}
.navi_f a:hover {
	height:36px;
	background: url(http://www.cg-site.net/img/navi_f_hover.gif) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}
.navi_h a:hover {
	height:36px;
	background: url(http://www.cg-site.net/img/navi_h_hover.gif) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}
.navi_t a:hover {
	height:36px;
	background: url(../img/navi_t_hover.gif) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}

.navi2_f_delim {
	width:1px;
	height:36px;
	background:url(http://www.cg-site.net/img/navi_f_delim.gif) no-repeat right transparent;
}

.navi2_h_delim {
	width:1px;
	height:36px;
	background:url(../img/navi_delim.gif) no-repeat right transparent;
}

.navi2_t_delim {
	width:1px;
	height:36px;
	background:url(../img/navi_delim.gif) no-repeat right transparent;
}

/* ナビバー下サーチバー */
.navi_search {
	padding:		0;
	color:			#111111;
	background-image: 	none;
	background-color:	#FFFFFF;
	border:			#c0c0c0 1px solid;
	border-width:		0px 0 0 0;
	border-color:		#30C0FF;
	width:			950px;
	height:			38px;
	font-size:		12px;
	background:		url(http://www.cg-site.net/img/navi_search.gif);
}

.navi_search a:link {
	color:		#111111;
}

.navi_search a:hover {
	color:		#111111;
}

.navi_search a:visited {
	color:		#111111;
}

.navi_search_table {
	margin:			0 auto;
	text-align:		center;
	border:			none;
	border-collapse:	collapse;
	height:			38px;
}

.navi_search_btn {
	color:			#000000;
	background-color:	#F0F0F0;
	border: 		none;
	background:		url("../img/search_btn.gif") no-repeat 0 center;
	width:			70px;
	height:			24px;
}

.navi_search_btn:hover {
	color:			#000000;
	background-color:	#F0F0F0;
	border: 		none;
	background:		url("../img/search_btn_hover.gif") no-repeat 0 center;
	width:			70px;
	height:			24px;
}

.navi_search label {
	color: #111111;
}

/* ▲このページの先頭へ */
.page_top {
	text-align: right;
	margin-top: 10px;
	font-size:	12px;
}
.page_top a:link
{
	color:	#F8F8F8;
}
.page_top a:visited
{
	color:	#F8F8F8;
}
.page_top a:hover
{
	color:	#F8F8F8;
}

/* フッタ */
.footer {
	background: url(../img/footer.gif);
	clear:	both;
	width:	950px;
	height:	30px;
	font-size: 12px;
	text-align:	center;
	margin:	10px 0 0 0;
	overflow:	hidden;
}

.footer ul li {
	display:	inline;
	padding:	0 1.5em;
	line-height:	2.5em;
}
.footer a:link {
	color:	#000000;
	text-decoration:	none;
}
.footer a:visited {
	color:	#000000;
	text-decoration:	none;
}
.footer a:hover {
	color:	#ff3300;
	text-decoration:	none;
}
.copyright {
	padding: 0;
	width:	100%;
	height:	37px;
	font-size: 11px;
	color:	#808080;
	background-color: transparent;
	text-align: right;
	background: url(../img/footer2_cg.gif) no-repeat;
}

.sister_site
{
	float:				left;
	padding:			3px 0px 0px 0px;
	font-size:		14px;
	font-weight:	bold;
}
.sister_site ul li
{
	display: inline;
}
.sister_site a:link
{
	color:	#F8F8F8;
}
.sister_site a:visited
{
	color:	#F8F8F8;
}
.sister_site a:hover
{
	color:	#F8F8F8;
}

/* 段組 */
.leftcontents {
	display:	inline;
	float:		left;
	width:		220px;
}

.centercontents {
	display:	inline;
	float:		left;
	width:		500px;
	border:		0;
	margin:		0px 19px 0px 19px;
	padding:	0;
}

.rightcontents {
	display:	inline;
	float:		right;
	width:		190px;
}

.rightcontents2 {
	display:	inline;
	float:		right;
	width:		220px;
}

.maincontents {
	display:	inline;
	float:		left;
	width:		740px;
	border: 0;
	margin: 0 20px 0 0;
	padding: 0;
}

.maincontents2 {
	display:	inline;
	float:		left;
	width:		710px;
	border: 0;
	margin: 0 20px 0 0;
	padding: 0;
}

/* シングルペインビュー single_box */
.single
{
	display:	block;
	float:		left;
	width:		950px;
	margin:		0;
	padding:	0;
}

.single_box_top
{
	width:			640px;
	margin:			0 auto 0 auto;
	height:			32px;
	padding:		0;
	background-color:	#FFFFFF;
	background:		url(../img/box_top.gif);
	position:		relative;
}

.single_box_top_tag_bbs_list
{
	width:			640px;
	margin:			0 auto 0 auto;
	height:			6px;
	padding:		0;
	background-color:	#FFFFFF;
	background:		url(../img/box_top.gif);
	position:		relative;
}

.single_box
{
	width:			624px;
	margin:			0 auto 0 auto;
	background-color:	#FFFFFF;
	line-height:		140%;
	padding:		8px 8px 8px 8px;
}

.single_box_bottom
{
	width:			640px;
	margin:			0 auto 0 auto;
	background-color:	#FFFFFF;
	height:			0px;
}



/* シングルペインビュー（ワイド） wide_box */
.wide
{
	display:	inline;
	float:		left;
	width:		950px;
}

.wide_box_top
{
	background: url(../img/box_top.gif);
	width: 950px;
	height: 32px;
	padding: 0;
	margin: 0;
	position: relative;
}

.wide_box_top2
{
	background: url(http://www.cg-site.net/img/box_top2.gif);
	width: 950px;
	height: 32px;
	padding: 0;
	margin: 0;
	position: relative;
}

.wide_box_top_tag_bbs
{
	background: url(../img/box_top.gif);
	width: 950px;
	height: 6px;
	padding: 0;
	margin: 0;
	position: relative;
}

.wide_box
{
	border: #ffffff 1px solid;
	background-color: #FFFFFF;
	border-width: 0;
	line-height: 140%;
	padding: 10px 20px 10px 20px;
}

.wide_box_bottom
{
	width: 950px;
	height: 0px;
	padding: 0;
	margin: 0;
	position: relative;
}



/* ２ペインビュー left_box + main_box */
.main_box_top
{
	background:		url(../img/box_top.gif);
	width:			740px;
	height:			32px;
	padding:		0;
	margin:			0;
	position:		relative;
}

.main_box
{
	background-color:	#FFFFFF;
	width:			720px;
	line-height:		140%;
	padding:		10px 10px 10px 10px;
}

.main_box_bottom
{
	padding: 0;
}

.main_box_top2
{
	background:		url(../img/box_top.gif);
	width:			710px;
	height:			32px;
	padding:		0;
	margin:			0;
	position:		relative;
}

.main_box2
{
	background-color:	#FFFFFF;
	width:			690px;
	line-height:		140%;
	padding:		10px 10px 10px 10px;
}

.main_box_bottom2
{
	padding: 0;
}

/* ２ペインビュー detail_box + right_box */
.detail_box
{
	background-color:	#FFFFFF;
	width:			715px;
	line-height:		140%;
	padding:		10px 0px 10px 25px;
}

.detail_box_bottom
{
	padding: 0;
}

.detail_right
{
	background-color:	#FFFFFF;
	width:			190px;
	line-height:		140%;
	padding:		10px 0 0 0;
	margin:			0;
}

.detail_right hr
{
	border:			none;
	border-bottom:		1px #FCFCFC dashed;
	background-color:	#DDDDDD;
	height:			1px;
	margin:			10px 0;
}

.detail_right .h_line
{
	border:none;
	border-bottom:dashed 1px #DDDDDD;
	height:1px;
	color:#FCFCFC;
	height:			1px;
	margin:			10px 0;
}

.dright_box_top {
	width:			200px;
	padding:		0;
	margin:			0;
	text-align:		center;
}

.dright_box_top span {
	color:		#202020;
	font-size:	14px;
	font-weight:	normal;
}

.profile_small table {
	border-collapse:	collapse;
	margin:			0;
	border:			0;
}
.profile_small th {
	width:			80px;
	margin:			0;
	border:			0;
}
.profile_small td {
	margin:			0;
	border:			0;
}



/* ３ペインビュー */
/* 左側のボックス */
.left_box_top
{
	background: url(../img/box_top.gif);
	width: 100%;
	height: 32px;
	padding: 0;
	border-bottom: #FFFFFF 5px solid;
	position: relative;
}

.left_box
{
	border: #0 1px solid;
	background-color: #FFFFFF;
	border-width: 0;
	padding: 0;
	margin: 0;
	line-height: 140%;
	text-align: center;
}

.left_box_bottom
{
	width: 100%;
	height: 0px;
	padding: 0;
	position: relative;
}



/* 中央のボックス */
.center_box_top
{
	background: url(../img/box_top.gif);
	width: 500px;
	height: 32px;
	padding: 0;
	margin: 0;
	position: relative;
}


.center_box
{
	border: #0 1px solid;
	background-color: #FFFFFF;
	border-width: 0;
	width: 500px;
	line-height: 140%;
	padding: 9px 0px 6px 0px;
	margin: 0px;
	text-align: center;
}

.center_box_bottom
{
	width: 500px;
	height: 0px;
	padding: 0;
	margin: 0;
	position: relative;
}

/* 右側のボックス */
.right_box_top
{
	background: url(../img/box_top.gif);
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 0;
	position: relative;
}

.right_box
{
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 140%;
	text-align: center;
}

.right_box_bottom
{
	width: 100%;
	height: 0px;
	padding: 0;
	position: relative;
}

.right_r18
{
	background-color:transparent;
	text-align:right;
	padding: 0;
	margin: 0;
}


/* ボックス内のリンク（「もっと見る」など） */
.box_link
{
	text-align: right;
	padding: 0px 1em 0px 0px;
}

.attention_tag {
	padding: 0px 10px 8px 10px;
	line-height: 160%;
	word-spacing: 0.5em;
}

.attention_rank_1 {
	font-size: 140%;
	font-weight: bold;
}

.attention_rank_2 {
	font-size: 140%;
}

.attention_rank_3 {
	font-size: 133%;
}

.attention_rank_4 {
	font-size: 115%;
}

.attention_rank_5 {
	font-size: 100%;
}

.attention_tag a:visited, .attention_tag a:link {
	color:	#258fb8;
}

/* alert (ホームでの、新着メッセージ、フレンド登録申請) */
.alert {
	padding: 10px;
	margin: 10px 32px 10px 32px;
	border: 1px solid #101010;
	text-align:center;
	background-color: #FFFFFF;

	font-weight:bold;
	color: #FF2020;
}


.alert a {
	color: #FF2020;
}



.result {
	padding: 10px;
	margin: 10px 32px 10px 32px;
	border: 1px solid #258fb8;
	text-align:center;
	background-color: #FFFFFF;
	width: 75%;
	margin: 0 auto;
	padding: 2em 0;

	font-weight:bold;
	color: #101010;
}


.result_name a:link {
	color:	#FF4040;
	text-decoration:	none;
}

.result_name a:visited {
	color:	#FF4040;
	text-decoration:	none;
}

.result_name a:hover {
	color:	#FF4040;
	text-decoration:	underline;
}

/* カスターマーリスト */
.customer_list li
{
	list-style: disc inside;
}

/* 新規登録 */
.new_entry
{
	display:	block;
	width:	186px;
	height:	50px;
	border: #ffcc00 2px solid;
	background-color: #ff8800;
	text-align: center;
	text-decoration: none;
	margin: 0px auto;
}
.new_entry .text
{
	margin-top:	15px;
	font-weight:	bold;
	font-size:	20px;
	color:		#ffffff;
}
a:hover #new_entry {
	background-color:	#ff4500;
	text-decoration:	none;
}

/* プロフィール */
.profile
{
	border: #ffffff 1px solid;
	background-color: #ffffff;
	border-color: #FFFFFF #66A1DB #FFFFFF #66A1DB;
	padding-top: 15px;
	line-height: 140%;
	text-align: center;
}

.btn
{
	border-top: #CCCCCC 1px solid;
	background: #FFFFFF;
	line-height: 250%;
	text-align: center;
}

.btn a:link, .btn a:visited {
	width:			190px;
	display:		block;
	background:		#F4F8FF;
	line-height:		30px;
	height:			30px;
}

.btn a:hover {
	height:30px;
	background:		#FBFFFF;
	text-decoration:	none;
	width:			190px;
	height:			30px;
	display:		block;
	line-height:		30px;
}

.list
{
	clear:	both;
	padding-bottom: 20px;
	line-height: 140%;
	text-align: right;
	position:	relative;
}
.list ul
{
	text-align: center;
}
.list li
{
	float: 		left;
	overflow:	hidden;
	width:		50px;
	padding: 	8px 0px 0px 9px;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
}

/* コンテンツ */
.photo
{
	padding-top: 0px;
}
.photo ul
{
	margin-left: 8px;
}
.photo ul li
{
	float:	left;
	text-align:	center;
	width:	156px;
	padding: 0px;
	margin: 0px 3px;
	overflow:	hidden;
}
.photo img
{
	border: #FFFFFF 1px solid;
	padding: 2px;
}
.photo a:hover img
{
	border: #40ccff 1px solid;
}
.photoPaddingTop
{
	padding-top: 15px;
}

/* タグ表示、タグ編集 */
#tag_area
{
	border:			#66A1DB 1px solid;
	width:			578px;
	padding:		10px;
	margin:			5px 30px 5px 90px;
	text-align:	left;
	word-break:	break-all;
}
#tag_edit
{
	padding:		10px;
	margin:			5px auto 10px;
	text-align:	left;
}
a:link .tag_link
{
	color:	#ff0000;
	text-decoration:	none;
}
a:visited .tag_link
{
	color:	#ff0000;
	text-decoration:	none;
}
a:hover .tag_link
{
	color:	#ff0000;
	text-decoration:	underline;
}


/* マイリスト */
.mylist_btn
{
	display:		block;
	width:			186px;
	height:			50px;
	border:			#ffcc00 2px solid;
	background-color:	#ff8800;
	text-align:		center;
	text-decoration:	none;
	margin:			0px auto;
}
.mylist_btn .text
{
	margin-top:		5px;
	font-weight:		bold;
	font-size:		18px;
	color:			#ffffff;
}
a:hover .mylist_btn
{
	background-color:	#ff4500;
	text-decoration:	none;
}

.mylist_link
{
	padding:		2px;
	font-weight:		bold;
	color:			#0069a0;
	background-color:	#cceeff;
	text-decoration:	underline;
}

/* お気に入り管理 */
.management
{
	text-align:		left;
	line-height:		250%;
}
.management .top_btn
{
	border-top:		#808080 1px solid;
	padding-left:		10px;
}
.management .other_btn
{
	border-top:		#808080 1px dashed;
	padding-left:		10px;
}

/* ユーザーリスト */
.user_list
{
	clear:	both;
	padding-bottom: 20px;
	line-height: 140%;
	position:	relative;
}

.user_list ul
{
	text-align: center;
}

.user_list li
{
	float: 		left;
	overflow:	hidden;
	width:		130px;
	padding: 	8px 0px 20px 9px;
	text-align: center;
}

/* フキダシ */
.register_balloon {
	width:			480px;
	height:			80px;
	background:		url(http://www.cg-site.net/img/register2_cg.jpg) no-repeat top left;
	background-color:	#ffffff;
}

.register_balloon2 {
	width:			480px;
	height:			80px;
	background:		url(http://www.cg-site.net/img/register3_cg.jpg) no-repeat top left;
	background-color:	#ffffff;
}

/* 「マイリストに登録」ボタン */
.content_mylist_btn {
	text-align:		center;
	font-size:		15px;
	line-height:		30px;
}

.content_mylist_btn a:link, .content_mylist_btn a:visited {
	width:			190px;
	display:		block;
	background:		url(http://www.cg-site.net/img/btn.gif) repeat-x;
	line-height:		30px;
	height:			30px;
}

.content_mylist_btn a:hover {
	height:30px;
	background:		url(http://www.cg-site.net/img/btn_hover.gif) repeat-x;
	text-decoration:	none;
	width:			190px;
	height:			30px;
	display:		block;
	line-height:		30px;
}

/* コンテンツタイトル */
.content_title {
	word-break: break-all;
}
/* コンテンツテキスト */
.content_text {
	word-break: break-all;
}
/* 人気のタグ */
.popular_tag {
	word-break: break-all;
}
/* コンテンツタグ */
.content_tag {
	word-break: break-all;
}
/* ニックネーム */
.user_name {
	word-break: break-all;
}
/* 自己紹介 */
.user_profile {
	word-break: break-all;
}
/* ランキングタイトル */
.ranking_title {
	word-break: break-all;
}
/* ランキングユーザー */
.ranking_user {
	word-break: break-all;
}
/* ボックスタイトル */
.box_title {
	word-break: break-all;
}
/* フレンドメッセージ */
.friend_message {
	word-break: break-all;
}