@import"reset.css";        /* スタイルシートのリセット */
@import"sidebar.css";      /* サイドバー関連 */
@import"portal_top.css";   /* ポータルトップ */
@import"my_network.css";   /* マイページ */
@import"blog_network.css"; /* ネットワーク詳細 */
@import"admin.css";        /* ネットワーク管理画面 */
@import"user.css";         /* ユーザー・ブログフィード */
@import"list.css";         /* 人気・新着ネットワーク */
@import"category_tag.css"; /* カテゴリ・タグ・検索 */
@import"about.css";        /* mondjuってなーに */

/* body
------------------------------------------------------------------------------*/
html{
  height: 100%;
  }

body{
  background:url(/images/common/background.gif) repeat-x top;
  background:url(/images/common/body_background.png) repeat-x top;
  height: 100%;
  color: #555;
  font-family:Meiryo,"メイリオ";
}

/* wrapper
------------------------------------------------------------------------------*/
* html div#wrapper{
  height: 100%;
}

div#wrapper{
  width:100%;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  background:url(/images/common/background.gif) repeat-x top;
}

body > #wrapper{
  height: auto;
}

#dialog {line-height:1}

/* header
------------------------------------------------------------------------------*/
#header {
  background-color: transparent;
  color: white;
  width:960px;
  margin:0px auto 10px auto;
  position:relative;
  height: 46px;
  font-size:80%;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header h1{
  background:url(/images/common/logo.png) no-repeat center left;
  float: left;
}

#header h1 a{
  display: block;
  width: 97px;
  height: 46px;
  text-indent:-9999px;
}

#header-search{
  position: absolute;
  top: 14px;
  /top: 12px;
  left: 106px;
  padding-left:10px;
  background: url(/images/common/search_line.gif) left center no-repeat;
  height: 20px;
 }

#search-button{
  border: 0px;
  width: 19px;
  height: 24px;
  background: url(/images/common/search_button.png) top no-repeat;
  text-indent:-9999px;
  line-height:0px;
  font-size:0px;
  cursor: pointer;
}

#login-navi-main{
  float:left;
  }


#login-form-wrapper{
  width:960px;
  height:0px;
  margin:0 auto;
  position:relative;
  z-index:1000;
  }


#login-form{
  position:absolute;
  top:-1000px;
  right:0;
  width:179px;
  height:37px;
  background-image:url(/images/common/loginform_bg.png);
  padding-top:28px;
  padding-left:11px;
  }

#login-form input[type="text"]{
  width:110px;
  }
  
#login-form input[type="submit"]{
  background-color:#c4dc27;
  border:none;
  color: #fff;
  width:49px;
  text-align: center;
  }

#login-form-close , #login-help-close{
  width:7px;
  height:7px;
  background:url(/images/common/login_close.gif) center no-repeat;
  text-indent:-9999px;
  position:absolute;
  top:17px; right: 8px;
  cursor:pointer;
  }

#login-help-close{
  width:7px;
  height:7px;
  background:url(/images/common/login_close.gif) center no-repeat;
  text-indent:-9999px;
  position:absolute;
  top:5px; right: 5px;
  cursor:pointer;
  }
  
#login-help-form{
  color:white;
  font-size:80%;
  position:absolute;
  right:10px;
  width:230px;
  background-color: #555;
  padding:10px;
  -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	color: #eee;
  }

#login-help-form ul{
  margin:10px;
  }

#login-help-form li{
  width:90px;
  overflow:visible;
  float:left;
  margin:2px;
  font-weight: bold;
  color:#fff;
  }

#login-help-form li img{
  vertical-align: middle;
  }

#login-help-form li.last-item{
  width:160px;
  }

#login-help-form a{
  color:white;
  text-decoration:none;
  }

#login-mask{
  width:100%; 
  height:100%; 
  background-color:black; 
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
  position:absolute; 
  top:0; 
  left:0; 
  z-index:999; 
  }
  
/* header > navigation
------------------------------------------------------------------------------*/
#openid-forms {
  display:none;
}

#openid-buttons{
  height:27px;
  }

#openid-buttons > ul{
  margin-top: 1px;
  }
  
#login-navi img{
  vertical-align: -3px;
  }

#login-navi{
  position:absolute;
  top:3px;
  right:0;
  background:url(/images/common/header_navi_bg.gif) repeat-x;
  height:27px;
  line-height:22px;
}

#login-navi-main ul li{
  float: left;
  }
  
#login-navi-main ul li.header-line{
  padding-right: 7px;
  margin-right: 4px;
  background:url(/images/common/header_line.gif) center right no-repeat;
  }
  
#login-navi-main ul li.header-icon-list{
  margin-right: 5px;
  }
  
#login-navi-left , #login-navi-right{
  background:url(/images/common/header_navi_side.gif);
  width:7px;
  height:27px;
  }

#login-navi-left{
  background-position: left;
  float:left;
  }
  
#login-navi-right{
  background-position: right;
  float:left;
  }


/* contents
------------------------------------------------------------------------------*/
#contents {
  width: 975px;
  margin: 10px auto 0px auto;
  padding-right: 15px;
  padding-bottom: 216px;
}

/* contents > main
------------------------------------------------------------------------------*/
#contents-main {
  width: 655px;
  float:left;
}

#width-640{
  width: 640px;
  float: right;
  position:relative;
  }

#notice{
  background:url(/images/common/notice_bg.gif) no-repeat left top;
  padding-left:50px;
  line-height: 30px;
  margin-bottom:15px;
  margin-left:15px;
  width: 588px;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  position:relative;
  border: 1px solid #ededed;
  font-size: 80%;
  color:#D55D4B;
  font-weight: bold;
}

#notice a{
  color:#e95464;
  font-weight:bold;
  }

#close-notice{
  position:absolute; 
  right:10px;
  top:0px;
  width:27px;
  height:14px;
  text-indent:-9999px;
  background:url(/images/common/close.gif) no-repeat;
}

#category-select{
  width: 620px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding:10px;
	text-align: right;
  }

#category-select span{
  text-align: left;
  }

h3.category-select-title{
  font-size: 140%;
  display: inline;
  line-height: 16px;
  color:#ddd;
  }

.sub-notice{
  background:url(/images/common/notice_bg.gif) no-repeat left top;
  padding-left:50px;
  line-height: 30px;
  margin-top:5px;
  margin-bottom:5px;
  width: 588px;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  position:relative;
  border: 1px solid #ededed;
  font-size: 80%;
  color:#D55D4B;
  font-weight: bold;
}

.sub-notice-petit{
  background:url(/images/common/notice_bg.gif) no-repeat left top;
  background-color:white;
  padding:10px 10px 10px 50px;
  margin-top:5px;
  margin-bottom:5px;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  position:relative;
  border: 1px solid #ededed;
  font-size: 80%;
  color:#D55D4B;
}

span.empty_inplace{
  display:block;
  float:left;
  height:18px;
  width:200px;
}

/* contents > main > contents-left
------------------------------------------------------------------------------*/
#contents-main-left{
  float:left;
  width: 175px;
}


/* #contents > main > contents-right
------------------------------------------------------------------------------*/
#contents-main-right{
  float:right;
  width: 460px;
}


/* contents > sidebar
------------------------------------------------------------------------------*/
#sidebar {
  width: 310px;
  float: right;
}



/* footer
------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  height: 196px;
  background-color: #525252;
  color: #e8e8e8;
  font-size: 80%;
  margin: 0;
  position: absolute;
  bottom: 0px;
}

#footer-innner{
  width: 960px;
  margin:0 auto;
  padding:20px 0 15px 0;
}

#footer-innner p{
  text-align: center;
}

#footer a{
  color: #bbb;
  text-decoration: none;
}

#footer a:hover{
  color: #fff;
}

#footer-innner-link{
 padding: 0px 0 20px 0;
 background:url(/images/common/footer_line.gif) bottom repeat-x;
 }

#footer-innner-link ul li{
  float: left;
  margin-right: 10px;
  padding-left: 7px;
  background:url(/images/common/footer_arrow.gif) left no-repeat;
  }

#footer-innner-link dl{
  width: 580px;
  }
  
#footer-innner-link dl dt{
  float:left;
  clear: both;
  width: 70px;
  padding: 0 0 0 10px;
  font-weight: bold;
  background:url(/images/common/footer_icon.png) left center no-repeat;
  }
  
#footer-innner-link dl dd{
  margin-left: 80px;
  width: 500px
  }

#footer-innner-link dl dd ul.topics li{
  width:100%;
  }

#footer-innner-seesaa{
  margin: 20px 0 0 0;
  text-align: center;
 }

#footer-innner-seesaa ul{
  text-align: center;
  margin: 0 0 10px 0;
 }

#footer-innner-seesaa ul li{
  margin: 0 5px;
  display: inline;
  }
  
  
/* paginate
------------------------------------------------------------------------------*/
.pagination ul{
  }
  
.pagination li{
  float:left;
  margin-right: 5px;
  font-size: 80%;
  -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
  }

li.disabled{
  background: #eee;
  padding:3px 5px;
  }
  
li.current{
  border: 2px solid #eee;
  font-weight: bold;
  padding:1px 3px;
  color: #888;
  }
  
li.page{
  background:#F9C16E;
  padding:3px 5px;
  }
  
li.next_page , li.prev_page{
  background:#F9C16E;
  padding:3px 5px;
  }

li.page a , li.next_page a , li.prev_page a{
  color: #fff !important;
  text-decoration: none;
  }

/* caption > main
------------------------------------------------------------------------------*/
h2.caption-ranking{
  text-indent:-9999px;
  width:655px;
  height:47px;
  background:url(/images/caption/h2_ranking.gif);
  }
  
h2.caption-recentlist{
  text-indent:-9999px;
  width:655px;
  height:47px;
  background:url(/images/caption/h2_new.gif);
  }

h2.caption-search{
  text-indent:-9999px;
  width:655px;
  height:47px;
  background:url(/images/caption/h2_search.gif);
  }
  
h2.caption-tagname{
  width:605px;
  height:47px;
  background:url(/images/caption/h2_tagname.gif);
  color: #D55D4B;
  font-weight: bold;
  padding-left: 50px;
  line-height: 40px;
  }

h2.caption-category{
  text-indent:-9999px;
  width:310px;
  height:31px;
  background:url(/images/caption/h2_category.gif);
  }

h2.caption-tag{
  text-indent:-9999px;
  width:310px;
  height:35px;
  background:url(/images/caption/h2_tag.gif);
  }

h2.caption-user{
  text-indent:-9999px;
  width:310px;
  height:37px;
  background:url(/images/caption/h2_user.gif);
  }

h2.caption-popular-rss{
  background:url(/images/caption/h2_ranking_rss.gif);
  height: 47px;
  overflow:hidden;
  outline:none;
  text-indent:-9999px;
  }

h2.caption-new-rss{
  background:url(/images/caption/h2_new_rss.gif);
  height: 47px;
  overflow:hidden;
  outline:none;
  text-indent:-9999px;
  }

h2.caption-userfeed-rss{
  background:url(/images/caption/h2_userfeed.gif);
  height: 47px;
  }

/*RSS*/
h2.caption-popular-rss .rss-icon , h2.caption-new-rss .rss-icon ,
h2.caption-userfeed-rss .rss-icon , h2.caption-userinfo-rss .rss-icon{
  width:47px;
  height:47px;
  text-indent: -9999px;
  display:block;
  }
  
h2.caption-userfeed-rss .rss-icon{
  float:left;
  }
/*rss*/

/*span*/
h2.caption-userfeed-rss span{
  font-size: 100%;
  color:#f9c16e;
  font-weight: bold;
  line-height: 40px;
  }
/*span*/

h3.caption-list-name{
  font-weight: bold;
  }

h3.caption-list-name a{
  color:#2668B2 !important;
  }
  
h3.caption-list-name a:hover{
  color:#4C9DE9 !important;
  }

h3.caption-admin-menu{
  text-indent:-9999px;
  width:310px;
  height:27px;
  background:url(/images/caption/h3_adminmenu.gif) right no-repeat;
  }

h3.caption-account{
  text-indent:-9999px;
  width:310px;
  height:27px;
  background:url(/images/caption/h3_loginaccount.gif) right no-repeat;
  }

h3.caption-menu{
  text-indent:-9999px;
  width:310px;
  height:27px;
  background:url(/images/caption/h3_menu.gif) right no-repeat;
  }


/* caption-color
------------------------------------------------------------------------------*/
h2.red{
  color: #d55d4b;
  font-weight: bold;
  border-bottom: 2px solid #ededed;
  padding-left: 1px;
  }

h2.caption-red-bold{
  color:#d55d4b;
  font-size:120%;
  font-weight: bold;
  }

h2.caption-red-petit{
  color:#d55d4b;
  font-size:100%;
  font-weight: bold;
  }

h2.orange{
  color: #f9c06d;
  font-weight: bold;
  border-bottom: 2px solid #ededed;
  padding-left: 1px;
  }

h2.blue{
  color: #65c2cd;
  font-weight: bold;
  border-bottom: 2px solid #ededed;
  padding-left: 1px;
  }

h3.red-noborder{
  color: #d55d4b;
  }

h3.orange{
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  color: #f9c06d;
  font-size: 80%;
  }

h3.orange-solid{
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  color: #f9c06d;
  font-size: 80%;
  }

h4.blue a{
  color:#2668B2 ;
  font-weight: bold;
  text-decoration: none;
  }

h4.blue a:hover{
  color:#4C9DE9;
  }
  

/* margin
------------------------------------------------------------------------------*/
.margin10{
  margin:10px;
  }

.margin-top10{
  margin-top:10px;
  }

.margin-top20{
  margin-top:20px;
  }

.margin-bottom5{
  margin-bottom: 5px;
  }

.margin-bottom10{
  margin-bottom: 10px;
  }

.margin-bottom20{
  margin-bottom: 20px;
  }

.margin-bottom0{
  margin-bottom: 0 !important;
  }

.margin-left25{
  margin-left:25px;
  }

.padding10{
  padding:10px;
  }

.padding-top10{
  padding-top: 10px;
  }

.padding-bottom10{
  padding-bottom: 10px;
  }

/* position
------------------------------------------------------------------------------*/
.position-relative{
  position:relative;
  }

/* text
------------------------------------------------------------------------------*/
.no-decoration{
 text-decoration: none;
 }

span.bold{
  font-weight:bold;
  }

span.red{
  color: #d55d4b;
  }
  
span.red-bold{
  color: #d55d4b;
  font-weight: bold;
  }

.gray a{
  color:#555;
  font-weight:bold;
  }

.fontsize80{
  font-size:80%;
  }
  
.align-right{
  text-align:right;
  }
  
.align-center{
  text-align:center;
  }

/* img border
------------------------------------------------------------------------------*/
a.image-border img, a.image-border {
  border: none;
  overflow: hidden;
  float: left;
  }
  
a:hover.image-border {
  border: 3px solid #333;
  }
  
a:hover.image-border img {
  margin: -3px;
  }

.regist-button-red{
  -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: none;
	font-family:Meiryo,"???C???I";
	padding:1px 3px;
	color: #fff;
	cursor: pointer;
	margin:2px 0;
	background-color: #d55e4b;
  }


/* 透過PNG
------------------------------------------------------------------------------*/
* html img{
  behavior: expression(IEPNGFIX.fix(this));
}


/* clearfix
------------------------------------------------------------------------------*/
.clearfix {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/
