@charset "euc-jp";
/*
*******************************************************************

    @index.css
    @author s
    @dateCreated 
    @dateModified 2006-06-23T07:04:00+09:00
    @description ホーム用CSS
    @note 
        ・編集した日をdateModifiedとして上書きしていくこととする
        ・小区切りを入れる

*******************************************************************
*/

/*@note subの角丸スタイルはcommon_other.cssにあり。*/

/*****************************************************
 main 
******************************************************/
/* 共通 */
#main #mainTop{
/*	height:400px;*/
	width:auto;
}
#main #topContents,
#sub #subWrapper{
	height:auto;
	padding:0 0 10px;
}

#index #info h3{
	background: url(../../i/common/infotitle.jpg) no-repeat;
	height:22px;
	text-indent:-9999px;
	margin:15px 0 0;
	padding:0;
	width:auto;
}
#index #news h3{
	background: url(../../i/common/infotitle.jpg) no-repeat;
	height:22px;
	text-indent:-9999px;
/*	margin:15px 0 0;*/
	padding:0;
	width:auto;
}
#index #info dl,
#index #news dl{
	height:auto;
	margin:0;
	overflow:hidden;
}
#translate{
	clear:both;
	padding:5px;
	width:auto;
	border:1px solid #ddd;
}
#translate table {
	margin:0 auto;
}
#translate table td{
	padding:3px;
}
#translate input{
	padding:0;
}
#translate textarea{
	width:240px;
	height:40px;
}
/* index三つのカテゴリ部分のラップdiv */
#blogHeadline,
#friendHeadline,
#photoHeadline,/* yanase 2008/03/03 */
#mapHeadline/* yanase 2008/03/03 */ {
	width:610px;
	clear:both;
	overflow:hidden;
	zoom:1;
}

/* main 左部分 */
#index .sideOne{
	float:left;
	width:294px;
}
/* main 右部分*/
#index .sideTwo{
	float:right;
	width:279px;
}
h4 {
	margin-top: 5px;
	height:40px;
}
/*----- ｢注目の〜｣部分 -----*/
#pickComm,
#pickBlog,
#pickFriend,
#pickPhoto, /* yanase 2008/03/03 */
#pickMap /* yanase 2008/03/03 */{
	width:279px;
}
.pick dl {
	border:1px solid #ccc;
	margin-bottom:5px;
	padding:3px;
}
.pick dt {
	margin-left:5px;
}

.pick dl dd{ /* yanase 2008/03/03 */
	overflow:hidden;
	zoom:1;
}

#pickComm dd a,
#pickBlog dd a,
#pickFriend dd a,
#pickPhoto dd a, /* yanase 2008/03/03 */
#pickMap dd a /* yanase 2008/03/03 */{
	display:block; 
	margin:0 auto; 
	float:left; 
	padding:20px 0 0 10px;
	color:#3366CC;
}
#pickComm dt,
#pickBlog dt,
#pickFriend dt,
#pickPhoto dt,/* yanase 2008/03/03 */
#pickMap dt{ /* yanase 2008/03/03 */
    display:block; 
    margin:2px 0px; 
    float:left; 
    padding:0 2px;
}
/*==============================================
	blog、community、friend各コンテンツ共通部分
==============================================*/

#index .mainComponent h3 {
	text-indent:-9999px;
	height:31px;
	margin:0;
	padding:0;	
}
.sideOne .new h4 {
	text-indent:-9999px;
	width:294px;
/*	height:25px;*/
}
.sideTwo h4 {
	width:279px;
	text-indent:-9999px;
/*	height:25px;*/
}
.sideTwo .pick h4 {
}
/*==============================================
 blog、community、friend各コンテンツ固有部分
==============================================*/
/*#index #main h3 {
	width:608px;
}*/
/*----- blogコンテンツ部分 -----*/

#blogHeadline h3 {
	background:url(../../i/index/blog.jpg) no-repeat;
}
#newBlog h4 {
	background:url(../../i/index/blog_title.gif) no-repeat;
}
#blogHeadline .sideTwo h4 {
	background:url(../../i/index/rank_blog.gif) no-repeat;
}
#blogHeadline .sideTwo #pickBlog h4 {
	background:url(../../i/index/at_blog.gif) no-repeat;
}
/*----- communityコンテンツ部分 -----*/
#index #communityHeadline h3 {
	background:url(../../i/index/comu.jpg) no-repeat;
}
#communityHeadline #newComm h4{
	background:url(../../i/index/com_title.gif) no-repeat;
}
#communityHeadline #rankComm h4{
	background:url(../../i/index/rank_com.gif) no-repeat;
}
#communityHeadline #pickComm h4{
	background:url(../../i/index/at_com.gif) no-repeat;
}

/*----- friendコンテンツ部分 -----*/
#index #friendHeadline h3 {
	background:url(../../i/index/friend.jpg) no-repeat;
}
#newFriend h4 {
	background:url(../../i/index/friend_title.gif) no-repeat;
}
#friendHeadline .sideTwo h4 {
	background:url(../../i/index/rank_fre.gif) no-repeat;
}
#friendHeadline .sideTwo #pickFriend h4 {
	background:url(../../i/index/at_fri.gif) no-repeat;
}

/*----- photoコンテンツ部分 yanase 2008/03/03-----*/
#index #photoHeadline h3 {
	background:url(../../i/index/album.jpg) no-repeat;
}
#newPhoto h4 {
	background:url(../../i/index/photo_title.gif) no-repeat;
}
#photoHeadline .sideTwo h4 {
	background:url(../../i/index/rank_fre.gif) no-repeat;
}
#photoHeadline .sideTwo #pickFriend h4 {
	background:url(../../i/index/at_fri.gif) no-repeat;
}

/*----- mapコンテンツ部分 yanase 2008/03/03-----*/
#index #mapHeadline h3 {
	background:url(../../i/index/map.jpg) no-repeat;
}
#newMap h4 {
	background:url(../../i/index/map_title.gif) no-repeat;
}
#mapHeadline .sideTwo h4 {
	background:url(../../i/index/rank_fre.gif) no-repeat;
}
#mapHeadline .sideTwo #pickFriend h4 {
	background:url(../../i/index/at_fri.gif) no-repeat;
}

/*----------main-------------*/
#index .recentUnit {
	width:280px;
	border:none;
	margin-bottom:2px;
}
#index .recentUnit .objImg {
	float:left;
	width:60px;
	padding:0;
}
#index .recentUnit dl {
	float:left;
	width:220px;
	padding:4px 0;
}
/* yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
新着フォト yanase 2008/03/06
横並び用
ランキング表示を追加する場合は不要になる
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy */
/*#photoHeadline*/
#index #photoHeadline .sideOne {
	float:none;
	width:auto;
}

#index #photoHeadline .recentUnit {
	float:left;
	width:110px;
	border:none;
	clear:none;
}
#index #photoHeadline .recentUnit .objImg {
	float:none;
	text-align:center;
	margin:0 auto;
	width:60px;
	padding:0;
}
#index #photoHeadline .recentUnit dl {
	float:none;
	width:auto;
}
/*#mapHeadline*/
#index #mapHeadline .sideOne {
	float:none;
	width:auto;
}

#index #mapHeadline .recentUnit {
	width:auto;
	border:none;
	clear:none;
}
#index #mapHeadline .recentUnit .objImg {
	float:left;
	text-align:center;
	margin:0 auto;
	width:60px;
	padding:0;
}
#index #mapHeadline .recentUnit dl {
	/*float:left;*/
	width:380px;
	padding:0.25em 0;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	zoom:1;
}
#index #mapHeadline .recentUnit dl dt{
	float:left;
	width:130px;
	text-indent:0.75em;
}
#index #mapHeadline .recentUnit dl dd{
	float:left;
	width:auto;
	text-indent:0.75em;
}

/* yyy */


/* index ランキング部分*/

.rankName {
	margin-top:3px;
}
#index .rankUnit{
	width:279px;
}
#index .rankUnit dl{
	width:265px;
	border-bottom:1px dotted #ddd;
	margin-bottom:3px;
	padding:2px;
}
#index .rankUnit dt {
    float:left;
    width:25px;
    /*display:inline;*/
}
#index .rankUnit dd{
	width:165px; /*2008/03/17 10:31 yanase*/
	float:left;
}
#index .rankUnit dd.rankPoint {
	text-align:right;
	margin-top:3px;
	color:#44617B;
	width:70px;  /*2008/03/17 10:31 yanase*/

}
/*一覧を表示する */
#index .listDisplay {
	clear:both;
}
#index .listDisplay a {
	clear:both;
	font-size:80%;
	background:url(../../i/index/read_more.jpg) no-repeat;
	display:block; 
	width:108px;
	height:19px;
	text-indent:-9999px;
}
/* userStatus */
#index #sub #userStatus {
	background-color:#FFFFFF;
	border:1px solid #999999;
}
#index #blogicon {
	background:transparent url(../../i/friend/blog_icon.jpg) no-repeat scroll 0 0;
}
#index #albumicon {
	background:transparent url(../../i/friend/album_icon.jpg) no-repeat scroll 0 0;
}
#index #mapicon {
	background:transparent url(../../i/friend/map_icon.jpg) no-repeat scroll 0 0;
}


/*------------- 天気 ------------*/

#sub #weather table{

	width:170px;
}
#weather{
	margin-bottom:0;
	text-align: center;
	border: 1px solid #999999;
}
#weather h3{
	color:#666666;
	font-size:90%;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #999999;
	width:170px;
	margin:0 auto;
}
#weather table table{

	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#weather table table td{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding:4px;
	margin:0
}
#weatherWrapper #data {
	padding:0;
	margin:0;
	
}
#weather table,#weather td,#weather tr{
	text-align: center;
	border: 0px none #FFFFFF;
}
#weather #data table td{
	background: none;
	padding:4px;	
}

#weather #data table td table{
	width:170px;	
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin:0 auto;
}

#weather #data table td table td{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color:#fff;
	margin: 0;
}
/*------------- バナー、リンク ------------*/
#bittersBunner,
#trustBunner{
	text-align: center;
	border-width: 0px;
	border-style: none;
}
#bittersBunner dl,
#bittersBunner dt,
#bittersBunner dd{
	margin:0 auto;
	text-align: center;
}
#bittersBunner dt img,
#trustBunner img{
	margin:0 auto;
	text-align: center;
	padding: 0px;
	margin-top:15px;
}

/*------------- about ------------*/
#login #loginWrapper {
	padding:10px 0px;
}
#sub #loginWrapper {
	background-color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0pt;
	width:180px;
	text-align: center;
}
#login {
	border:1px solid #999;
	font-size:12px;
	margin:0pt 0pt 5px;
}
#login h3 {
	display:none;
}
#login #loginWrapper {padding:10px 0px;}
#login #loginWrapper p,#login #loginWrapper form p {
	text-align:center;
}

/*http|https切り替え-0817-*/
p#httpSwitch {
font-size:11px;
margin:10px 0;
}

#login h3,
#registration h3 {
	margin:0;
	padding:0;
	height:20px;
	text-indent: -9999px;	
}
#registration h3 {
	display:none;
}
p#sessionAlert{
	text-align:center;
}

#sub #registLink a {
	background:transparent url(../../i/login/robbyentry_btn.gif) no-repeat scroll left top;
	display:block;
	margin-bottom:0px;
/*	margin-top:10px;*/
	padding-bottom:0pt;
	text-indent:-9999px;
	width:180px;
	height:84px;
}
/*------------- about ------------*/
/* about 共通部分 */
#use{
	border:none;
	width:180px;
/*	margin-top:5px;*/
}
#use h3 {
    text-indent:-10000px;
    border:none;
    background-color:#fff;
	/*height:10px;*/
	display:none;
}
#use ul li{
	padding:0;
}
#use a {
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}
/* about 固有部分 */
#use #about a{
	background-image:url(../../i/index/use00.jpg);
	height:45px;

}
/* ブログ化によりボタンを一つに統一した為、コメントアウト
#use #about a{
	background-image:url(../../i/index/use01.jpg);
	height:65px;

}
#use #feature a{
	background-image:url(../../i/index/use02.jpg);
	height:65px;
}
#use #toRegist a{
	background-image:url(../../i/index/use03.jpg);
	height:65px;
}
#use #question a{
	background-image:url(../../i/index/use_faq.jpg);
	height:42px;
}*/
/*----- ユーザー・ステータス-----*/
#userStatus {
	margin-bottom:5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}
/*#index #userStatus {
	border:none;
}*/
/* doclaboではindexでは名前以外非表示にする */
/*#userStatus h3,
#userStatus p,
#userStatus dd {
	border: 1px solid #333333;
}*/
/* ユーザーの名前 */
#userStatus dt {
	padding-top:8px;
	height:30px;
}

#userStatus #userStatusWrapper{
	border:none;
	margin: 0 0 10px 0;
	padding:0;
}

/*------------------------ robby ---------------------*/
#robby{
	text-align: center;
	width:178px;
}
#robby h3 {
    text-indent:-10000px;
    border:none;
    display:none;
}

#robby p{
	text-align: center;
}

#robby p#robbyview a{
    background:url(../../i/index/robbycheck_btn.jpg) no-repeat 0 0;
    height:45px;
    display:block;
    text-indent:-9999px;
}

/*--main advertisement ----------*/
#mainAdList{
	height:20px;
	margin:0 auto;
	width:468px;
}
/*--footer advertisement --------*/
#footAdList{
	clear:both;
	margin:0 auto 10px;
	width:728px;
}
/*-- sub advertisement ----------*/
/*#adColumn{
	border:solid 1px #0598E6;
	width:180px;
	height:150px;
}*/