  /* font size & font family */
  *                           {font-size: 100%;}
  #banner h1                  {font-weight: bold;}
  .tag-title                  {}
  #banner .description        {font-size:small; _font-size: 80%;}
  .sidetitle                  {font-size:small; font-weight: bold;}
  .syndicate                  {font-size:small;}
  .date                       {font-size:small;}
  h3.title                    {font-size:normal; font-weight:bold;}
  .listCategoryArticle ul li  {font-size:x-small;}
  .tag-word                   {font-size:x-small;}
  .posted                     {font-size:x-small;}
  .text                       {font-size:small;}
  .side                       {font-size: small;}
  #calendar .calendarhead     {font-size:small; font-weight:bold;}
  #calendar th                {font-size:small; font-weight:bold;}
  .calendarday                {font-size:small;_font-size:x-small;}
  .comments-body              {font-size:small;}
  form .comments-body         {font-size:x-small;}
  .comments-post              {font-size:x-small;}
  .navi                       {font-size:small;}
  .tag                        {font-size:small;}

  /* all */
  body{
    color: #fff;
  	background: #000;
  	text-align:center;
  	margin:0;
  	padding:0;
    }

  a:link , a:visited{color:#ff0071;}
  a:hover{text-decoration:none;}

  #container{
  	width:950px;
  	text-align:left;
  	margin: 0px auto;
  	background: url("http://blog.seesaa.jp/img/bg/halloween/side_bg.gif") repeat-y right #000000;
  	position: relative;
    }

  /* header */
  #banner{
  	width: 253px;
  	height: 100px;
  	position: absolute;
  	top:10px;
  	right:51px;
    }
  #banner h1 a{
  	color:#fff;
  	text-decoration:none;
    }
  #banner h1{
    margin:0px;
    padding: 0 0 10px 0;
    }
  #banner .description{
  	color:#e4dcef;
    }

  /* Form */
  input , textarea{
    color: #333;
  	max-width:500px;
  	background: #fff;
  	border: none;
    }
  input#radio1,input#radio2{
    background: #674598;
    border: none;
    }
  .input-submit{
    color: #fff;
  	margin-right:5px;
  	background: #404040;
  	border: none;
  	padding: 2px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius:5px;
    }
  .seesaaArticleSearch { width: 100% }

  /* Left */
  #content{
  	float:left;
  	width:585px;
    }

  /* -navigation- */
  .navi {
  	text-align:center;
  	padding-bottom:14px;
  	color:#ccc;
  	margin-top:10px;
    }
  .navi a , .navi a:visited{
    text-decoration: none;
    }

  /* -blogmain- */
  .blog{
    margin: 0px 0 40px 0;
    padding-top: 7px;
    }
  h2{
    color: #fff;
  	margin:0px 10px 5px 10px;
  	font-weight: lighter;
    }
  .blogbody{
    }
  h3{
    color: #ff5b00;
    font-weight: normal;
  	margin: 0 10px 0 10px;
  	border-bottom: 1px dotted #979797;
    }
  h3 a{
    color: #ff5b00!important;
  	text-decoration:none;
    }
  .text{
  	margin:0;
  	padding:10px 10px 20px 10px;
  	line-height:2;
    }
  .text blockquote{
    color: #d4d4d4;
    background: #414141;
  	padding: 10px;
  	margin: 1em 2em 0 2em;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius:5px;
    }
  .posted{
  	padding:28px 5px 10px 10px;
  	text-align:right;
  	margin-bottom:0px;
    }
  .posted a{
    text-decoration: none;
    }
  /* -Comment + TB- */
  #comments {
    }

  #comments .text{
    border:none;
    padding: 5px;
    }

  #comments form {
  	margin:0px;
  	padding:0px 10px;
    }
  textarea{
  	width:95%;
  	margin-bottom:5px;
    }
  .comments-head{
  	font-weight:bold;
  	margin: 0;
  	padding: 0px 0px 10px 0px;
  	color:#FF5B00;
    }
  .comments-body {
  	margin:0px;
  	padding:0px;
    }
  .comments-post {
    color: #b0929f;
    border-top: 1px dashed #b7b7b7;
    padding:5px 5px 10px 5px;
  	text-align:right;
    }

  .comments-post a{
    color: #b0929f!important;
    }

  #trackback {
  	margin-bottom:30px;
  	margin-top:25px;
  	padding:15px;
    }

  /* -Recent- */
  .listCategoryArticle{
  	margin-top:10px;
  	padding:10px;
  	font-weight: bold;
    }
  .listCategoryArticle ul{
  	list-style:none;
  	text-align:left;
  	list-style-position:outside;
  	font-weight: lighter;
  	margin: 0px;
    padding-left: 20px;
    }
  .listCategoryArticle ul li{
  	margin:0;
  	background:url(http://blog.seesaa.jp/img/listCategoryArticle.gif) no-repeat 0 2px;
  	padding-left:12px;
  	line-height:1.4;
    }

  /* -Bookmark- */
  .bookmark{
    margin: 20px 0 0 0;
    }

  /* -Diet- */
  #diet-container{
    color: #d4d4d4;
    background: #414141;
  	padding: 10px;
  	margin: 1em;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius:5px;
    }
  .diet-content{
  	padding-bottom: 28px;
    }
  #diet{
  	}
  .diet-title{
    font-weight: bold;
    }
  #diet-foods{
    }
  .food-title{
    font-weight: bold;
  	width:70px;
  	height:20px;
  	line-height: 20px;
  	clear:left;
  	float:left;
    }
  .food-content{
    width: 480px;
  	height:20px;
  	line-height: 20px;
  	padding-left:10px;
    }

  /* -Tag- */
  .tag-word{
  	margin:20px 0px 0px 0px;
  	line-height:1.4em;
  	text-align:left;
    }
  .tag-word a{
    text-decoration: none;
    }
  .tag{
  	margin-top:5px;
  	padding:10px;
  	margin-left:0px;
    }
  #tag_cloud{
  	border:1px solid #CCC;
  	padding:10px;
  	text-align:left;
  	position:relative;
    }
  #tag_cloud a {
  	padding:2px;
    }
  .tag-title{
  	font-weight:bold;
  	text-align:left;
    }
  .tag-body{
  	margin:10px 0px;
  	padding:10px 0px 0px 0px;
  	position:relative;
    }
  .tag-service{
  	text-align:left;
  	font-weight:bold;
  	border-bottom:1px solid #CCC;
  	padding:0px 0px 5px 0px;
  	clear:left;
  	position:relative;
    }
  .tag-search{
  	text-align:right;
  	padding:5px 0px;
  	margin-bottom:10px;
  	font-weight:bold;
  	position:relative;
    }
  .tag-article{
  	padding:0px 10px 10px 10px;
  	text-align:left;
  	position:relative;
    }
  .tag-article-title{
  	text-align:left;
  	padding:0px 0px 5px 0px;
  	font-weight:bold;
  	position:relative;
    }
  .tag-article-posted{
  	font-weight:normal;
  	position:relative;
    }
  .tag-article-summary{
  	padding:0px 10px;
  	line-height:1.4em;
  	position:relative;
    }
  .tag-more{
  	text-align:right;
  	margin:10px 0px;
  	clear:left;
  	position:relative;
    }
  .tag-photos{
  	float:left;
  	margin:10px 5px;
  	position:relative;
  	width:140px;
  	height:200px;
    }
  .tag-photos-title{
  	line-height:1.4em;
  	padding:5px 0px;
  	text-align:left;
  	position:relative;
    }
  .tag-audios{
  	margin:5px;
  	position:relative;
    }
  .tag-audios-title{
  	text-align:left;
  	font-weight:bold;
  	padding:0px 0px 5px 0px;
  	position:relative;
    }
  .tag-audios-posted{
  	font-weight:normal;
  	position:relative;
    }
  .tag-videos{
  	float:left;
  	margin:10px 5px;
  	position:relative;
    }
  .tag-videos-title{
  	line-height:1.4em;
  	padding:5px 0px;
  	text-align:left;
  	position:relative;
    }
  .tag-navi{
  	clear:left;
  	text-align:center;
  	margin:10px 0px;
  	position:relative;
    }

  /* -twitter quote- */
  .tweetBlockQuote{
    }
  .tweetImg{
    background: #272727;
    border: 1px solid #434343;
    width:53px;
    padding:5px;
    float: left;
    }
  .tweetImg img{
    border:none;
    }
  .tweetMain{
    background:#434343;
    float: right;
    width: 480px;
    margin-bottom:10px;
    border: 1px solid #434343;
    padding: 5px;
    }
  .tweetMain a{
    text-decoration :none;
    font-weight: bold;
    color: #82daff;
    }
  .tweetText a , .tweetDate a{
    text-decoration :none;
    font-weight: lighter;
    color: #ffb400;
    }
  .tweetDate a{
    text-decoration :none;
    font-weight: lighter;
    color: #bbb;
    }
  .tweetBoth{
   clear:both;
    }

  /* Side */
  /* #links-left {  }*/
  #links{
    width: 253px;
  	float:right;
  	margin-top: 100px;
  	margin-right: 51px;
  	_margin-right:25px;
    margin-left: 10px;
  	line-height:1.5em;
    }
  .sidetitle{
  	color:#ff5b02;
  	background:url(http://blog.seesaa.jp/img/bg/halloween/side.gif);
  	text-align:left;
    width:203px;
    _width:253px;
  	height:40px;
  	line-height: 36px;
  	padding: 0 0 0 50px;
    }
  .side{
  	margin-top:0px;
  	margin-bottom:25px;
  	padding:0 5px;
    }
  .side-tag {
  	margin-top:0px;
  	margin-bottom:25px;
  	padding:0 5px;
    }
  .syndicate {
  	margin-right:10px;
  	text-align:center;
    }
  #calendar table {
    font-family: Georgia;
    width: 100%;
    margin-bottom: 30px;
    border-spacing: 1px;
    }
  .calendarhead {
  	color:#ff5b02;
  	background:url(http://blog.seesaa.jp/img/bg/halloween/side.gif);
  	text-align:left;
    width:100%;
  	height:40px;
  	line-height: 36px;
  	padding: 0 0 0 50px;
    }
  #calendar th{
    color: #fff;
    height:21px;
    line-height:21px;
  	background:url(http://blog.seesaa.jp/img/bg/halloween/calendar.gif) no-repeat center;
    padding-bottom: 4px;
    }
  .calendarday a{
    display:block;
    text-decoration: none;
    }
  .calendarhead .calendarday a{
    display:inline;
    text-decoration: none;
    }
  .calendarhead a{
    text-decoration: none;
    }
  #calendar td{
    }

  .seesaaArticleSearch{
    width: 180px;
    }
  .seesaaArticleSearch tr{
    padding-bottom: 5px;
    }


  /* Footer */
  #footer{
    padding-top: 30px;
    clear:both;
    }

  .powered {
  	text-align:center;
    }
  .powered table{
  	margin:0px auto;
    }

  /* Etc */
  .copyright{
  	text-align:center;
    }

  #links,
  #links-left,
  .side,
  #content,
  .blog,
  .blogbody,
  .text{
  	overflow:hidden;
    }