@charset "UTF-8"; /* CSS Document */

/* ==========================================

Contents:
1. general setting
2. #home, #other, #wrapper
3. #contents, #main
4. Twitter

============================================= */


/*******************************************/
/* 1. General Setting */
/*******************************************/

*{ margin: 0; padding: 0; }
h1{ font-size: 100%; }
body{ font: 14px Verdana, Arial, Helvetica, sans-serif; color: #888888; background: #ffffff; margin: 0px 0px 0px 0px; text-align:left; }
img{ border: none; }
.clear{ clear: both; }
.dotline { background:transparent url(/images/dot.gif) repeat-x scroll center center; padding:1em 0; }
a{ color: #7bd7ec; text-decoration: none; outline: none; /* to remove lines around images for IE */ }
a:hover{ color: #1199bb; }

/*******************************************/
/* 2. #home, #other, #wrapper */
/*******************************************/

#home{ background: #ffffff url(/images/bg_home.jpg) repeat-x top left; padding-bottom: 40px; }
#other{ background: #ffffff url(/images/bg_other.jpg) repeat-x top left; padding-bottom: 40px; }
#wrapper{ margin:0 auto; width: 100%; text-align: left; }

/*******************************************/
/* 3. #contents, #main */
/*******************************************/

#contents{ margin-top: 35px; }
#contents h2{ font: 350% Georgia, "Times New Roman", Times, serif; color: #7bd7ec; margin-bottom: 20px; }

/* #main{ float: left; width: 650px; } */
#main{ width: 280px; margin: auto; }

/*******************************************/
/* 4. Twitter */
/*******************************************/

#twitter_div{ float: left; width: 270px; text-align:left; margin: 0 auto; }
#twitter_update_list{ list-style: none; background: url(/images/twitter_bg.gif) repeat-y; padding: 5px 20px; }
#twitter_update_list li{ border-bottom: dotted .22em #dddddd; margin-top: 10px; padding-bottom:10px; }
#twitter_update_list li a{ color: #cccccc; }
#twitter_update_list li a:hover{ color: #888888; }
#twitter_update_list li span a{ color: #7bd7ec; text-decoration: none; }
#twitter_update_list li span a:hover{ color: #1199bb; }
.twitter_top{ background: url(/images/twitter_top.gif) no-repeat; height: 16px; text-indent: -3000em; }
.twitter_bottom{ background: url(/images/twitter_bottom.gif) no-repeat; height: 154px; }
.twitter_bottom p{ font-family:Georgia,"Times New Roman",Times,serif; font-size:180%; line-height:25px; padding:90px 0 0; text-align:center; width:100px; }
.twitter_bottom a{ color: #ffffff; }
.twitter_bottom a:hover{ color: #1199bb; }
