/*=======================================================================================================================
														全体設定
===========================================================================================================================*/

body {
	background-color: #ffe6ff;
	font-size: 93%;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

td {
	margin : 0;
	padding: 0;
	vertical-align: top;
	border: 0;
}

th {
	background: #0000cd;
	padding: 2px;
	vertical-align: middle;
}

p {
	margin: 0;
	padding: 0px;
}

/*---------リンク設定-----------*/
a {
	background: transparent;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #4444ff;
}

a:hover {
	color:#ff3333; 
	text-decoration: none;
	background-color : #ffbbbb ;	
}
/*---------------------------------*/

/*--------見出しタグ解除--------*/

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/*-----------------------------*/


/*--------フォーム設定--------*/
input{
	font-size: 0.9em;
}

select{
	font-size: 0.9em;
}

textarea{
	font-size: 0.9em;
}
/*--------------------------*/


/*--------外枠設定--------*/
.outline {
	background: #ffffff;
	width: 975px;
	margin:auto;
	border-right: solid 1px #99FFFF;	
	border-left: solid 1px #99FFFF;	
	border-bottom: solid 1px #99FFFF;
}
/*--------------------------*/


/*-----------------------------
			top page
-----------------------------*/
.toph1{
	font-size:12px;
	text-align:center;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/head_button01/line.jpg);
	background-repeat:repeat-x;
	height:15px;
	margin:0px 25px 0px 25px;
}

.toph1back{
	color:#A0522D;
	background-color:#FFDEAD;
}

.toph2{
	font-size:10px;
	text-align:right;
	color:#FFB6C1;
	margin:0px 25px 0px 25px;
}


/*----------ユーザ名-----------*/
.topuser1{
	color:#ffffff;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/head_button01/user.jpg);
	background-repeat:repeat-y;
	margin:0px 0px 0px 28px;
	text-align:center;
}

.topuser{
	color:#FF69B4;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/head_button01/user.png);
	background-repeat: no-repeat;
	margin:0px 0px 0px 28px;
	padding:5px 0px 5px 0px;
	text-align:center;
}
/*-----------------------------
	ヘッダーロゴ リンク設定
-----------------------------*/

td.headerlogo a:hover {
	background-color : #ffffff;
}

td.headbutton a:hover {
	background-color : #ffffff;
}

.images a:hover {
	background-color : #ffffff;
}


/*-----------------------------
	文字位置定
-----------------------------*/

.right {
	text-align:right;
}



.left {
	text-align:left;
}


.center {
	text-align:center;
}

/*-----------------------------
	IME
-----------------------------*/

.imeon {
	ime-mode: active;
}



.imeoff {
	ime-mode: inactive;
}


.imeno {
	ime-mode: disabled;
}

/*=======================================================================================================================
		 													左ブロック
===========================================================================================================================*/

/*-----------------------------------------------
	Left メニュー背景設定
------------------------------------------------*/
/* DIVヘッダ(背景画像)	*/
.leftth {
    background-image: url(images/left_menu/leftth01.jpg);   
    background-repeat: no-repeat;  
    margin:0;
    padding:0;
    border:0;
}

/* DIVフッター(背景画像)	*/
.lefttf {
    background-image: url(images/left_menu/lefttf01.jpg);   
    background-repeat: no-repeat;  
    margin:0;
    padding:0;
    border:0;
}

/* DIVボディ(背景画像)	*/
.lefttb {
    background-image: url(images/left_menu/lefttb01.jpg);   
    background-repeat: repeat-y;  
    margin:0;
    padding:3px 10px 3px 10px;
    border:0;
    width:140px;
}

/*------------------------------------------------*/


/*---------DIVメニューリンク設定-----------*/
div.lefttb a:hover {
	color:#8B4513;
	text-decoration: none;
	background-color : #DEB887;
	display: block;
}

div.lefttb a:link {
	color: #8B4513;
}

div.lefttb a:visited {
	color: #8B4513;
}
/*-------------------------------------*/


/*---------Pメニューリンク設定（カテゴリ用）-----*/
p.lefttb a:hover {
	color:#8B4513;
	text-decoration: none;
	background-color : #DEB887;
}

p.lefttb a:link {
	color: #8B4513;
}

p.lefttb a:visited {
	color: #8B4513;
}
/*-------------------------------------*/

/*------------------サイズ-----------------*/
/* カラム	*/
.leftcolumn {
	width: 188px;											/* 左ブロック部 列幅 */
	font-size: 0.9em;
}
/*-------------------------------------*/



/* LEFT Menu タイトル	*/
.leftblockTitle {
	background: url(images/left_menu/menu01.jpg) no-repeat ;	/*	背景画像 */
	color: #993333;												/*	文字色 */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 25px;									/*	画像位置調整 */
	padding: 3px 0px 3px 8px;									/*	文字位置調整 */
	border:0;
}

/* Left Menu コンテンツ	*/
.leftblockContent {
	margin: 0px 0px 5px 20px;									/*	画像位置調整 */
	padding: 0px 0px 0px 7px;									/*	文字位置調整	*/
}

/* Left バナー	*/
.leftblockbanner {
	padding: 0px 0px 5px 25px;									/*	画像位置調整 */
}


/*-----------------------------
		インフォメーション
-----------------------------*/
.infotitle{
	color:#ffffff;
	font-size:16px;
	background:#8888ff;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}

/*=======================================================================================================================
		 													センターブロック
===========================================================================================================================*/

/*------------------Center-----------------*/

.centeroutline {
	margin-bottom: 10px;
	padding: 1px;
}

.centercolumn {
	width: 610px; 
	font-size: 0.9em;
	margin: 0;
	padding: 10px;
}



.centercolumn th {
	background: #4169e1;
	color: #ffffff;
	vertical-align: middle;
}


.centerCcolumn {
	margin: 0;
	padding: 10px;
}


.centerCblockTitle {
	background: url(images/center/centertitle.jpg) no-repeat ;
	height: 35px;
	color: #8888ff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 18px 3px 0px 3px;
	text-align:center;
}



.centerCblockContent {
	background: url(images/center/centerbody.jpg) no-repeat ;
	background-repeat: repeat-y;  
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
	width:600px;

}

.centercfoot {
	background: url(images/center/centerfoot.jpg) no-repeat ;
	height:5px;
	margin: 0;
	padding: 0px 0px 20px 0px;
}

.centercfoot2 {
	background: url(images/center/centerfoot2.jpg) no-repeat ;
	height:8px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

/*-----------------------------------------------------
		タイトル画像設定
-----------------------------------------------------*/

/*--------化粧品------*/
.centerCcategoryCosme{
	background: url(images/category/cosme.png) no-repeat ;
	font-weight:bold;
	font-size:18pt;
	color: #808080;	
	height:50px;
	width:570px;
	margin: 0;
	padding: 13px 0px 0px 30px;
}

/*--------食料品------*/
.centerCcategoryFoods{
	background: url(images/category/foods.png) no-repeat ;
	font-weight:bold;
	font-size:18pt;
	color: #808080;	
	height:50px;
	width:570px;
	margin: 0;
	padding: 13px 0px 0px 30px;
}

/*-----ペット用品------*/
.centerCcategoryPet{
	background: url(images/category/pet.png) no-repeat ;
	font-weight:bold;
	font-size:18pt;
	color: #808080;	
	height:50px;
	width:570px;
	margin: 0;
	padding: 13px 0px 0px 30px;
}

/*--------体験-----------*/
.centerCcategoryExperience{
	background: url(images/category/experience.png) no-repeat ;
	font-weight:bold;
	font-size:18pt;
	color: #808080;	
	height:50px;
	width:570px;
	margin: 0;
	padding: 13px 0px 0px 30px;
}

/*------------------Center-----------------*/


/*------------------Left-----------------*/

.centerLcolumn {
	width: 300px;
	margin: 0;
	padding:0;
/*	padding: 0px 3px 0px 0px;	*/
}

.centerLblockTitle {
	background: url(images/frame/frame_Title.jpg) no-repeat ;
	height:24px;
	color: #808080;	
	font-size: 14px;	
	margin: 0;
	padding: 9px 0px 0px 10px;
	font-weight:bold;	
}


.centerLblockContent {
	background: url(images/frame/frame_Body.jpg) no-repeat ;
	height:217px;
	padding: 5px 0px 5px 10px;
}

/*------------------Left-----------------*/


/*------------------Right-----------------*/
.centerRcolumn {
	width: 300px;
}

.centerRblockTitle {
	background: url(images/frame/frame_Title.jpg) no-repeat ;
	height:24px;
	color: #808080;	
	font-size: 14px;
	margin: 0;	
	padding: 9px 0px 0px 10px;
	font-weight:bold;
}

.centerRblockContent {
	background: url(images/frame/frame_Body.jpg) no-repeat ;
	height:217px;
	margin: 0;
	padding: 5px 0px 5px 10px;
}

.content {
	text-align: left;
	margin: 0;
	padding: 8px;
}

/*------------------Right-----------------*/


/*=======================================================================================================================
		 													 右ブロック
===========================================================================================================================*/
/*
.rightcolumn {
	background: url(images/rb.gif) right repeat-y;
	width: 170px;
	font-size: 0.9em;
	border-left: solid 1px #dddddd;
}
*/

/*
.rightcolumn th {
	background: #778899;
	color: #ffffff;
	font-size: 0.9em;
	vertical-align: middle;
}
*/

/*
.rightblockTitle {
	background: url(images/hbar.gif) repeat-x #ffffff;
	color: #4d4d80;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 3px 3px 3px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
*/

/*
.rightblockContent {
	margin: 5px 2px 7px 2px;
	padding: 3px;
	line-height: 1.2;
}
*/

/*=======================================================================================================================
		 													 フッター
===========================================================================================================================*/

/*------------ Barー------------------*/
.footerbar {
	background: #CCFFFF;
	color: #000000;
	font-size: 8pt;
	text-align: center;
	margin: 0;
	padding: 3px;
}


.foothr{
	color:#ccffff;
	height: 5px;
}

/*---------リンク設定-----------*/

.footerlink{
	color: #777777;
	text-align:center;
	font-size:7pt;
	color:#999999;
	height:20px;
}



p.footerlink a {
	color: #999999;
	text-align:center;
	font-size:7pt;
	height:20px;
}


p.footerlink a:visited {
	color: #999999;
	text-align:center;
	font-size:7pt;
	height:20px;
}



p.footerlink a:hover {
	color:#999999;
	text-decoration:none;
	text-align:center;
	font-size:7pt;
	height:20px;
}

/*---------------------------*/

/*=======================================================================================================================
		 													 メインメニュー
===========================================================================================================================*/


td#mainmenu a {
	text-decoration: none;
	margin: 0;
	padding: 1px;
	display: block;
}

/*　メインメニュー文字色　*/
td#mainmenu a:visited{
	color:#000080;
}

/*　メインメニューカーソル選択時　*/
td#mainmenu a:hover {
	color:#000080;
	background: #ccff66;
	text-decoration: none;
}

td#mainmenu a.menuTop {
	margin: 0;
	padding-left: 3px;
}

/*　メインメニュートップ以外　*/
td#mainmenu a.menuMain {
	margin: 0;
	padding-left: 3px;
}

/*　サブメニュー	*/
td#mainmenu a.menuSub {
	margin: 0;
	padding-left: 9px;
}

/*=======================================================================================================================
														ユーザメニュー
===========================================================================================================================*/
td#usermenu a {
	background: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 2px;
	display: block;
}

/*　ユーザメニュー文字色	*/
td#usermenu a:visited {
	color:#000080;
}

/*　ユーザメニューカーソル選択時	*/
td#usermenu a:hover {
	background: #CCFF99;
	text-decoration: none;
}

/*	プロフィールの編集	*/
.Profilehead {
	font-weight: bold;
	margin: 0;
	padding: 8px 2px 5px 0px;
	border-bottom:1px dotted #9999FF;
	border-right:1px dotted #9999FF;	
}

.Profileeven {
	margin: 0;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dotted #9999FF;
}

/*=======================================================================================================================
														メッセージ
===========================================================================================================================*/
div.errorMsg {
	background: #ffcccc;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-top: solid 1px #ddddff;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #ddddff;
}

div.confirmMsg {
	background: #ddffdf;
	color: #136c99;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: solid 1px #ddddff;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #ddddff;
}

div.resultMsg {
/*
	background: #ddddff; 
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #9999cc;
	border-bottom: solid 1px #9999cc;
	border-left: solid 1px #cccccc; 
*/
	padding:0px 0px 0px 150px;
}

div.xoopsCode, div.xoopsQuote { 
	width:98%;
	height: 100%;
	padding: 0;
}

div.xoopsCode pre {
	border: solid 1px #c0c0c0;
	margin:0;
	overflow:auto;
	padding:0 1em;
	min-height:4em;
	height:auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
    background-color:#ffffff;
}
/* for IExplorer */
* html div.xoopsCode pre {
	height:4em;
	height:auto;	/* IE 6.x */
	width:40em;
}

div.xoopsQuote blockquote {
	margin: 0;
	padding: 0 6px 6px 6px;
	border: solid 1px #c0c0c0;
    background-color:#ffffff;
}

.comTitle {
	font-weight: bold;
	margin-bottom: 2px;
}

.comText {
	margin: 0;
	padding: 2px;
	line-height: 1.4;
}

.comUserStat {
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight:bold;
	margin: 2px;
	padding: 4px 2px 1px 4px;
	border: solid 1px #c0c0c0;
}

.comUserStatCaption {
	font-weight: normal;
}

.comUserRank {
	margin: 2px;
}

.comUserRankText {
	font-size: 0.8em;
}

.comUserRankImg {
	border: 0;
}

.comUserName {}

.comUserImg {
	margin: 2px;
}

.comDate {
	font-size: smaller;
	font-weight: normal;
}

.comDateCaption {
	font-weight: normal;
}

.comUserStatus {
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight: bold;
	margin: 2px;
	padding: 4px 2px 1px 3px;
	border: solid 1px #c0c0c0;
}


/*=======================================================================================================================
														ポリシー
===========================================================================================================================*/

/*---------タイトル--------*/
.plicytitle {
	font-size:14px;
	border-left:3px double #0099FF;
	border-bottom:3px dotted #0099FF;
	font-weight:bold;
	padding:0px 0px 0px 5px;
}

/*=======================================================================================================================
														新着、おすすめ
===========================================================================================================================*/

.blockh2 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.blocktdleft {
	padding:0px 0px 0px 30px;
	float:left;
}

.blocktdright {
	padding:0px 24px 0px 20px;
	float:right;
}


.blocktdleft2 {
	float:left;
}

.blocktdright2 {
	float:right;
}


.floatclear{
	clear: both;
}

.blockitembody {
	font-size: 10px;
	padding:0px 0px 0px 20px;
}

.blockitemfoot {
	font-size: 10px;
	text-align: right;
}

.blockitem {
	border-bottom:1px solid #DFDFDF;
	width: 255px;
	padding:15px 0px 0px 0px;
}

.blockitem2 {
	width: 265px;
	padding:15px 0px 0px 0px;
}



.blockmessage {
	color:#888888;
	font-size:13px;
	text-align:left;
}




/*=======================================================================================================================
														QA
===========================================================================================================================*/
.questiontop  {
	color:#000080;
	text-align: center;
}

.questiontitle  {
	text-align: center;
	font-size: 13px;
	color:#00CC00;
}

.questionfirstQ  {
	font-weight:bold;
	color:#000080;
	padding:0px 5px 0px 0px;
}

.questionfirstA  {
	font-weight:bold;
	color:#990033;
	padding:0px 5px 0px 0px; 
}

.questionQ  {
	padding:20px 10px 0px 10px;
}

.questionA  {
	padding:0px 10px 0px 10px;
}

.questionbr  {
	padding:0px 0px 0px 18px;
}

.questionindent  {
	text-indent:-18px;
	padding-left:18px;
}

.questionhight  {
	line-height:30px;
}

	
/*=======================================================================================================================
														サイト説明
===========================================================================================================================*/

/*---------上画像内タイトル--------*/
.blocksitetitle {
	padding:0px 0px 0px 150px;
	color:#660000;
	font-weight:bold;	
}

/*---------上画像内ボディ--------*/
.blocksitebody {
	padding:0px 0px 0px 150px;
	color:#660000;
	font-weight:bold;	
}

/*---------上画像--------*/
.blocksiteimage {
	margin:0px 0px 0px 34px;
	background-repeat: no-repeat;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/room/roomtitle.jpg);
}

/*---------下画像内タイトル--------*/
.blocksiteinlinetitle {
	padding:0px 0px 0px 34px;
	font-size: 17px;
	color:#660000;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

/*---------下画像内ボディ--------*/
.blocksiteinline {
	padding:0px 0px 0px 46px;
	font-weight:bold;
	font-size: 14px;
	color:#660000;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

/*---------下画像--------*/
.blocksite {
	margin:0px 0px 0px 22px;
	padding:0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/room/room.jpg);
}

/*---------テスト表示サイト説明タイトル--------*/
.explanationtitle  {
	text-align: center;
	color:#ffb6c1;
}

/*---------テスト表示サイト説明ボディ--------*/
.explanationbody  {
	padding:0px 20px 0px 50px;
	color:#888888;
}

/*---------テスト表示サイト説明ボディ２--------*/
.explanationbody2  {
	padding:0px 20px 0px 240px;
	color:#888888;
}

/*=======================================================================================================================
														日記
===========================================================================================================================*/
/*---------日記一覧--------*/
.diarylist {
    height:40px;
    text-align:center;
}

.diarylisttitle{
    height:15px;
    text-align:center;
    padding:0px 0px 40px 0px;
    color: #77cc77;
	font-size: 1.1em;
	font-weight: bold;
}

.diarylistline{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_line.png) ;
	background-repeat: no-repeat;
	height:15px;
}

.diarylistline2{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_line2.png);
	background-repeat: no-repeat;
	height:15px;
	widht:605px;
}

.diarylistsideline{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_sideline.png);
	background-repeat: repeat-y;  
}

/*---------編集--------*/
.diaryedittitle{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_edittitle.png) ;
	background-repeat: repeat-x;  
    color: #0070c0;
	font-size: 1.1em;
	font-weight: bold;
	width:462px;
	height:35px;
	padding:7px 0px 0px 0px;
}

.diaryedittitle_friend{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_edittitle.png) ;
	background-repeat: repeat-x;  
    color: #0070c0;
	font-size: 1.1em;
	font-weight: bold;
}

.diaryedittitle_other{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_edittitle.png) ;
	background-repeat: repeat-x;  
    color: #0070c0;
	font-size: 1.1em;
	font-weight: bold;
}


.diaryeditsideline{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_sideline2.png);
	background-repeat: repeat-y;  
}


.diarysubmenu{
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/submenu.png);
	background-repeat: no-repeat;
	height:31px;
	font-weight:bold;
	font-size:12pt;
	padding:8px 0px 0px 10px;
	color: #0070c0;
}

.diarytableouter {
	width:605px;
}

.diaryrsspad {
	padding-right:15px;
}

.diarytableinner{
	width:580px;
	border-bottom:solid 1px #dddddd;
}














/*---------ブログタイトル--------*/
.blogtitlelist{
	font-weight:bold;
	border-bottom:2px dotted #0070c0;
}

/*---------ブログ一覧--------*/
.bloglist{
	vertical-align: middle;
	padding:0px 0px 10px 0px;
}

/*---------友人タイトル--------*/
.friendtitlelist {
	font-weight:bold;
	border-bottom:2px dotted #0070c0;
	padding:0px;
	margin: 0;
}

/*---------友人一覧--------*/
.friendlist {
	padding:0px 0px 10px 0px;
}



/*----------コメント-------------*/

/*---------コメント一覧--------*/
.cmh2 {
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_edittitle.png) ;
	background-repeat: repeat-x;  
    color: #0070c0;
	font-size: 1.1em;
	font-weight: bold;
	width:462px;
	height:35px;
	padding:7px 0px 0px 0px;
}

.cmh3{
	font-size:14px;
	text-align:left;
	background: #7777ff;
	color: #ffffff;
	padding: 2px;
/*	vertical-align: middle;	*/
}

p.comment {
	line-height:30px;
	vertical-align: middle;
}

p.comment a:hover {
	color:#ff3333;
	text-decoration: none;
	background-color : #ffbbbb;
	display: block;
	line-height:30px;
	vertical-align: middle;
}



div.messageBackground {
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/pm/wing_master_red.png);
	background-repeat: no-repeat; 
	height:551px;
}

/*---------トピックタイトル--------*/
.topictitlelist {
	font-weight:bold;
	border-bottom:2px dotted #0070c0;
	padding:0px;
	margin: 0;
}


/*---------トピック一覧--------*/
.topiclist {
	padding:0px 0px 10px 0px;
}

/*----------トピック------------*/
.tpdate {
	background-color:#9999ff;
	color:#ffffff;
	width:70px;
	text-align:center;
}

.submitbuttom {
	width:100px;
}

.line {
	border-bottom:1px dotted #6666ff;
	font-size:4px;
}
.red {
	color:#ff0000;
}

/*=======================================================================================================================
														新規登録
===========================================================================================================================*/

.RegistrationBack {
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/wing_master_black.png);
	background-repeat: no-repeat; 
	height:500px;
	padding:150px 0px 0px 20px;
}


/*=======================================================================================================================
														プライベートメッセージ
===========================================================================================================================*/
.pmh1 {
	text-align:center;
	font-size:12px;
}

.pmh2 {
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_edittitle.png) ;
	background-repeat: repeat-x;  
    color: #0070c0;
	font-size: 1.1em;
	font-weight: bold;
	width:462px;
	height:35px;
	padding:10px 0px 0px 0px;
}

.pmh3{
	font-size:14px;
	text-align:left;
	padding:5px 0px 5px 5px;
}

.pmtable{
	width:605px;
}

.pmh2del{
	font-size:14px;
}

.pmhead {
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}


.pmeven {
	margin: 0;
	padding: 0;
}

.pmtablebackground {
	background-color:#ffffff;
}

.pmsideline{
	font-weight: bold;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/diary/diary_sideline.png);
	background-repeat: repeat-y; 
        padding:0px 0px 0px 100px; 
}

/*=======================================================================================================================
														問合せ
===========================================================================================================================*/
.inquirysideline {
	color:#66aaff; 
	font-weight:bold;
}

.inquiryerr {
	color:#FF66CC;
	padding:0px 0px 0px 180px;
	font-weight:bold;
}

.inquirytd {
	padding:0px 0px 0px 30px;
}

.inquirytr {
	height:30px;
}

.inquiryindexh2{
	background-color:#4169E1;
	font-size:14px;
	color:#ffffff;
	padding:2px 0px 2px 2px;
	font-weight:bold;
}

.inquiryp{
	font-size:16px;
	padding:10px 0px 10px 0px;
	text-indent:50px;
}

/*=======================================================================================================================
														お小遣いサイト紹介
===========================================================================================================================*/
.pocketmoneydiv{
	padding:0px 0px 0px 105px;
}

.pocketmoneytable{
	width:400px;
}

.pocketmoneytdl{
	text-align:right;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}

.pocketmoneytdr{
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.pocketmoneytitle{
	text-align:center;
	color:#0000FF;
}

.pocketmoneyWarning{
	color:#FF0000;
	padding:0px 20px 0px 28px;
}

.pocketmoneydate{
	padding:0px 20px 0px 0px;
	text-align:right;
	color:#CC6600;	
}

/*=======================================================================================================================
														お試し・Trial価格
===========================================================================================================================*/
.trial{
	text-align:center;
}

.trial_menu {
	float:left;
}

/*=======================================================================================================================
														お知らせ
===========================================================================================================================*/
.infoscr{
	padding-left:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 579px;
	height: 95px;
	border-left:dotted 1px #40E0D0;
	border-right:dotted 1px #40E0D0;
	border-bottom:dotted 1px #40E0D0;
	color:#777777;
}

.infoheight{
	line-height:18px;
	border-bottom:dotted 1px #cccccc;
}

.info_Title{
	text-indent: 10px;
	font-size:14px;
	line-height:25px;
	background:#7FFFD4;
	color: #1E90FF;
	font-weight:bold;
}

/*=======================================================================================================================
														相互リンク
===========================================================================================================================*/
.toptdleft{
	padding:0px 0px 0px 20px;
	width:208px;
}

.toptdright{
	padding:0px 10px 0px 0px;
	color:#4f4f4f;
}

.toptdhr{
	padding:0px 16px 0px 20px;
}


/*=======================================================================================================================
														おすすめサンプル情報
===========================================================================================================================*/
.recomtitle{
	color:#ffffff;
	font-size:16px;
	background:#8888ff;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}

.recomtd{
	vertical-align: middle;
	white-space: nowrap;
}

.recomspetd{
	padding:10px 0px 10px 0px;
}

.recomhr1{
	border:dotted 1px #9999ff;
}

.recomhr2{
	border:solid 1px #9999ff;
}

/*=======================================================================================================================
														さんぷるーむキャンペーン
===========================================================================================================================*/
.cantitle{
	font-weight:bold;
	font-size:22px;
	background-image:url(http://www.bibit.info/samproom/themes/Mythemes02/images/campaign/autumn.png);
	background-repeat:repeat-x;
	padding:20px 0px 10px 0px;
	color:#D2691E;
}




