@charset "euc-jp";
/*
*******************************************************************
*******************************************************************


    @function.css
    @author s
    @dateCreated 2006-08-14T15:12:00+09:00
    @dateModified 
    @description 機能モジュールCSS
    @note 以下の内容を取り扱う
				text-align:center
				　　　　　right
				　　　　　left
		　　ボックス
		　　				中央寄せ
		　　　　　　左寄せ
		　　				右寄せ
		　　float:left;
		　　　　　right;
		　　　　　
		　　cear:both　　
				　　　　　　　　　
**************************************************************************************************************************************
*/

/********************************************************

インライン寄せ

*********************************************************/
/*=================================================
 テキスト、IEボックス中央寄せ
（ボックス寄せには「ボックス中央寄せ」の親として併用） 
=================================================*/
body,
#container,
#weather,
#sub #weather table,
#sub #userStatus p,
#sub #userStatus ul li,
#sub #userStatus,
#sub #profileSummary p, 
#sub #commImg,
#sub #commImg p,
#sub #rss p,
#sub #search p,
#sub #userStatus dt,
#sub #userStatus dd,
#sub #communityMember dl dd,
#sub #mapMyMember dl dt,
#sub #mapMyMember dl dd,
#sub #mapResent dl dt,
#sub #mapResent dl dd,
#sub #profileSummary dl,
#sub #profileSummary,
#subBunner,
#subBunner02,
#sub #myFriendList dt,
#sub #myFriendList dd,
#sub #myCommunityList dt,
#sub #myCommunityList dd,
#sub #communityMember dt, 
#sub #communityMember dd,
#sub #myMapList dt,
#sub #myMapList dd,
#sub .rankUnit h4,
#sub #rss p,
#sub #qrCode p,
#sub #blogLink p,
#communityView #sub #adminMail,
#communityView #sub #adminMail h3,
#friendView #search,
#mainone h3,
#none p,
.introUnit p,
.profileList dl dt,
.profileList dl dd,
.singleComponent,
#mainone,
#loginDisplay #loginWrapper,
#loginDisplay #sub #login,
#loginAbout,
#searchResult,
#entryList,
.subCompoContent,
.blogEntry #sub #archive ul, /* sub ULリスト数*/
.blogEntry #sub #myCommunityList ul, /* sub ULリスト数*/
.blogEntry #sub #myFriendList ul, /* sub ULリスト数*/ 
#hit li,
.blogEntry #sub #archive ul li,
.blogEntry #sub #myCommunityList ul li,
.blogEntry #sub #myFriendList ul li {
	text-align:center;
}
/*=================================================
 テキスト、IEボックス左寄せ 
（IEボックス寄せには「ボックス左寄せ」の親として併用） 
=================================================*/
#main,
#input01,
#input02,
.introUnit dl,
#sendMail p,
.blogEntry #sub #category ul li,
#trustBunner p,
#sub #mapResentWrapper dl dd,
#sub #mapMyMemberWrapper dl dd,
#sub #mapMyMemberWrapper dl dt{
	text-align:left;
}
/*=================================================
 インライン右寄せ（IEボックスも右寄せ ）
（IEボックス寄せには「ボックス右寄せ」の親として併用） 
=================================================*/

#sub,
#sub .rankPoint,
#blogView .objDate,
#blogView #main .objDate,
#communityView #main .rankPoint,
.showDetail,
.manual .mainComponent,
#subMenu,
#topSub,
#globalMenu li,
#index .mainComponent .listDisplay {
	text-align:right;
}
/********************************************************

	ボックス寄せ

*********************************************************/
/*=================================================
ボックス中央インライン左寄せ
（ボックスは中央に寄り（両端が空き）、子要素は左に寄る）
（「テキスト、IEボックス中央寄せ」の子として利用）
=================================================*/

#content,
#sub #search p .catLabel,
#sendMail #content,
#loginWrapper p,
#loginDisplay #loginWrapper,
#loginAbout p,
#searchResult .recentUnit,
#searchResult .rankUnit,
.blogEntry #sub #recentEntry dl,
.blogEntry #sub #recentComment dl,
.blogEntry #sub #trackback dl /* sub ULリスト数*/ {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/*=================================================
 ボックス中央インライン中央寄せ
（「テキスト、IEボックス右寄せ」の子として利用） 
=================================================*/
#sub #weather table tr td,
#sub #userStatus ul ,
#sub #userStatus p img,
#sub #profileSummary,
#sub #profileSummary dl,
#sub #profileSummary p img, 
#sub #commImg p img,
#sub #rss img,
#sub #search p select,
#friendView #search p,
#mainone,
#sub #myFriendList dl,
#sub #myCommunityList dl,
#sub #communityMember dl,
#sub #myMapList dl,
.profileList dl img
.profileList dl .detail,
#sendMail #main,
#sendMail h1,
#mapCont #mainone #mainComponent,
#subMenu ul,
#header,
#sub .rankUnit h4 img,
.recentUnit p,
.rankUnit p,
#friendView #container #content #main .profileList,
.blogEntry #sub #category ul {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*=================================================
 ボックス左寄せインライン左寄せ
（ボックスは左に寄り（右端が空き）、子要素も左に寄る）
（「テキスト、IEボックス右寄せ」の子として利用） 
=================================================*/
.subComponent,
.manual .entryUnit{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
/*=================================================
 ボックス左寄せインライン右寄せ
（ボックスは左に寄り（右端が空き）、子要素は右に寄る）
（「テキスト、IEボックス左寄せ」の子としても利用） 
=================================================*/

#scheduleView .mainComponent,
.showDetail,
#topSub #topBanner p {
	margin-right: auto;
	margin-left: 0;
	text-align: right;
}
/*=================================================
ボックス右寄インライン左寄せ
（ボックスは右に寄り（左端が空き）、子要素は左に寄る）
（「テキスト、IEボックス左寄せ」の子として利用） 
=================================================*/
.mainComponent,
#index .mainComponent .listDisplay a{
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}



/*=================================================
ボックス右寄せインライン右寄せ
=================================================*/
/* 現在は未使用
  {
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}
*/
/********************************************************

	フロート
	
*********************************************************/
/*=================================================
	フロート左寄せ
=================================================*/
#sub,
#sub .rankUnit h4,
#sub #ranking .rankUnit dl,
#sub #myFriendList dl,
#sub #myCommunityList dl,
#sub #communityMember dl,
#sub #myMapList dl,
#sub #profileSummary dl dt,
#sub #profileSummary dl dd,
#main .rankUnit p,
.recentUnit p,
#main .recentUnit dl,
#main .rankUnit dl,
#friendView #search p label,
#friendView #search p select,
#blogView #main .objDate,
#communityView #main .rankPoint,
.showDetail,
.profileList dl,
#recentKeyword h3,
#albumTopL,
#myAlbumTopL,
#input01,
#input02,
.floatL,
#topNavi li,
#myPage #sub #userStatus ul li,
.introUnit dl dt,
.introUnit dl dd,
.introUnit p,
#info dl dt,
#communityView #sendMessage ul li,
#subMenu li,
#globalMenu li,
#loginAbout p,
#blogView  .mainComponent h3,
#communityView  .mainComponent h3,
#friendView  .mainComponent h3,
#viewOrder #recentView #recentLabel,
#viewOrder #rankView #rankLabel,
#styleEditor li   {
	float: left;
}

/*=================================================
フロート右寄せ
=================================================*/
#main,
#friendView #container #content #main .profileList table,
.showDetail,
.floatR,
.introUnittext,
#viewOrder #recentView #rankLabel,
#viewOrder #rankView #recentLabel  {
	float: right;
}

/********************************************************

フロートのクリア

*********************************************************/

.clear,
#main .rankUnit,
#sub #profileSummary p,
#friendView #search p,
.introUnit,
#loginIndex #info,
#myCommunityList,
#mainone {
	clear: both;
}
