form, div, h1, h2, h3, h4, h5, p, fieldset, body, ul {
  margin: 0; padding: 0
  }
 
li {
  list-style: none;
}
 
a {
  color: olive;
  text-decoration: none;
	outline: none;
  }
 
a:hover {
  background-color: #fcff6b
  }
  
a.bgnon:hover {
	background-color: transparent;
}

a.carousel-control:hover {
	background-color: transparent;
}

a img{
	border-style: none;
}

 
body {
  font-family: 'Lucida Grande',sans-serif;
  text-align: center;
  height: auto;
  color: #333;
}
 
/* IE6対策（フッター下部） */
* html div#wrapper{
    height:100%;
}
 
/* IE7/firefox対策（フッター下部） */
body > #wrapper {
        height: auto;
}
 
#wrapper{
  margin: 0 auto;
  width: 88%;
  text-align: left;
  min-width: 935px;
  max-width: 985px;
  position: relative;
  background: url(/images/bg_subContents.gif) repeat-y right;
}
 
/* @group header */
 
h1 {
	float: left;
	margin-top: 20px;
	margin-left: 16px;
}

h1 img {
	border-style: none;
}

h1 a:hover {
	background-color: #978839;
}
 
#header {
  background-color: #978839;
  height: 77px;
  border-bottom: 8px solid #ACA267;
  font: normal 0.8em arial;
}
 
#header a {
  color: #efe9a2;
}
 
#header a:hover {
  color: #7e8010;
}

#header .menu {
  float: right;
  padding-right: 2px;
  height: 77px;
  line-height: 77px;
}
 
.menu li{
  list-style: none;
  display: inline;
  text-transform: lowercase;
  padding-right: 10px;
}

#header a.newfeatures{
	font-weight: bold;
	color: #410301;
	margin-right: 8px;
}

#header .tabnavi {
	clear: left;
	margin: 0 0 0 352px;
}

.tabnavi li{
	display: inline;
	margin: 0;
	top: -6px;
	position: relative;
}

#header .tabnavi li a{
	color: white;
	background-color: #867931;
	padding: 6px 16px 5px;
}

#header .tabnavi li a:hover {
	background: #333;
}

#header .tabnavi li a.current{
	background-color: #ACA267;
	border-style: none;
	font-weight: bold;
	border-bottom: 1px solid #ACA267;
}

.adsection {
  border-top: 1px solid #BBB;
  margin-right: 215px;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-left: 10px;
}
 
#emergency{
	background-color: black;
	font: normal 0.75em arial;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
 
/* @end */
 
/* @group main */

/* @group static */

#mainContent .static{
	margin: 20px 209px 30px 10px;
}

.static h2{
	padding-bottom: 5px;
	font-size: 1.6em;
	margin-bottom: 8px;
}

.static h3{
	font-size: 1.1em;
	margin-top: 19px;
	margin-bottom: 8px;
}

.static p{
	font-size: 0.91em;
	line-height: 1.75em;
	margin-bottom: 11px;
}



/* @end */

/* @group top */

#catch {
	width: 345px;
	margin: 22px 12px 40px 17px;
	float: left;
	clear: left;
}

#catch h2 {
	font-size: 2.5em;
	font-weight: bold;
	color: #3a6885;
	letter-spacing: -2px;
	line-height: 1.1em;
	margin-bottom: 16px;
}

#catch h3 {
	font-weight: normal;
	margin-bottom: 13px;
	margin-left: 3px;
	font-size: 0.85em;
	line-height: 1.6em;
}

#screen_shot{
	margin-left: 374px;
	width: 350px;
	margin-top: 23px;
}

#how_to_tweet{
	clear: left;
	margin-left: 15px;
}

#how_to_tweet h3{
	letter-spacing: -1px;
	font-size: 1.4em;
	margin-right: 26px;
	float: left;
}

#how_to_tweet .type{
	padding-bottom: 27px;
}

#how_to_tweet li{
	padding-right: 18px;
	float: left;
	display: inline;
	margin-top: 4px;
}

#how_to_tweet .slide_next{
	position: relative;
	bottom: 87px;
	left: 654px;
}

#how_to_tweet .slide_previous{
	position: relative;
	bottom: 87px;
}

#carousel-wrapper {
	margin-left: 28px;
	margin-top: 7px;
    width: 647px;
    height: 178px;
    overflow: hidden;
}
#carousel-content {
    width: 1941px;
}
#carousel-content .slide {
    float: left;
    width: 647px;
    height: 178px;
}

#feature{
	margin-top: 18px;
	margin-bottom: 30px;
	margin-left: 15px;
}

#feature h3{
	letter-spacing: -1px;
	font-size: 1.4em;
	margin-bottom: 14px;
}

#feature li{
	list-style-type: circle;
	list-style-position: inside;
	font-size: 0.85em;
	line-height: 2em;
	margin-left: 12px;
}

#feature #jp{
	float: left;
	margin-right: 35px;
}

#zoom{
	z-index: 2;
}

#zoom a:hover{
	background-color: transparent;
}

/* @end */
 
/* @group form */
 
fieldset{
  border:0;
  margin-top: 20px;
  margin-left: 20px;
}
 
 
fieldset label{
  font-size: 0.8em;
  font-weight:normal;
  white-space:nowrap;
}
 
fieldset small, label{
  font-size:.7em;
  margin-left: 3px;
}
  
fieldset input[type="text"],input[type="password"],select,checkbox{
  margin-right:3px;
  border:1px solid #BBB;
  padding: 5px;
}
 
button,input[type=submit]{
  background-color:#E6E6E6;
  border:2px solid #BBB;
  padding:4px 8px 4px 8px;
  font-size: 0.8em;
  margin-left: 5px;
}
 
input.submit:hover, button:hover, input[type=submit]:hover, input[type="file"]>input[type="button"]:hover{
  background:#d5d5d5;
}
 
fieldset table.input-form th{
  vertical-align:top;
}
 
fieldset th{
  text-align:right;
  font-weight:normal;
  width: 6em;
}
 
 
fieldset th,td{
  padding: 7px 3px;
}
 
select:focus, input:focus {
background-color: #ffc;
}
 
/* @group signin */
 
#signin input[type="text"], input[type="password"]{
  margin-right:3px;
  border:1px solid #BBB;
  padding:4px 2px;
  color: #999;
  width:154px;
}
 
#signin input[type="text"]:focus, input[type="password"]:focus{
  background-color: #ffc;
  color: #333;
}
 
#signin fieldset{
  margin-left: 12px;
  margin-bottom: 15px;
}
 
#signin legend {
  font: bold 0.9em Arial;
  padding-bottom: 10px;
  color: #333;
}
 
#signin p{
margin-bottom: 5px;
        white-space:nowrap;
}
 
#signin label{
font-size: 0.7em;
}
 
#signin p #signin_submit{
  margin-top: 4px;
}
 
#signin button, #signin input[type=submit]{padding:2px 10px 3px 10px;border-style:solid;border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#D9DFEA;border-left-color:#D9DFEA;border-bottom-color:#0e1f5b;border-right-color:#0e1f5b;background-color:#978839;color:#FFFFFF;font-size:11px;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;text-align:center;}
 
#signin button:hover, #signin input[type=submit]:hover{
  background:#ACA267
}
 
 
/* @end */
 
/* @end */
 
/* @group setting */
 
 
#settingsNav{
  font-size: 0.8em;
  color: #555;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 209px;
}
 
#settingsNav li{
  display:inline;
  margin-left: -5px;
}
 
#settingsNav li a{
  background:#e6e6e6;
  border-top:1px solid #BBB;
  border-right:1px solid #BBB;
  border-left:1px solid #BBB;
  padding: 3px 15px;
}
 
#settingsNav li a:hover{
  text-decoration:none;
  color:black;
  background:#999;
}
 
.tab_line{
  border-top:1px solid #BBB;
  margin-top: 3px;
  margin-right: 209px;
}
 
#settingsNav .current {
  padding: 3px 15px;
  border-top:1px solid #cecece;
  border-right:1px solid #cecece;
  border-left:1px solid #cecece;
  border-bottom:1px solid #fff;
}
 
.fieldWithErrors input[type="text"],
.fieldWithErrors input[type="password"] {
border: solid 1px #f00;
}
 
/* @end */
 
#mainContent{
  margin-right: -199px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#itemList{
  margin-right: -199px;
  float: left;
  width: 100%;
}

.section{
  margin: 6px 209px 10px 10px;
}
 
 
 
/* @end */
 
/* @group sub */
 
#subContent{
  float: right;
  clear: right; /* IEカラム落ち防止用 */
  width: 199px;
}
 
#subContent hr{
  width: 97%;
  border-style: solid;
  border-color: #ccc;
}
 
.adsense{
  background-color: #fff;
  border-bottom: 1px solid #BBBBBB;
  padding-left: 8px;
  padding-bottom: 8px;
}
 
#subContent h2{
  font: bold 0.9em Arial;
  margin-left: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
}

#subContent p{
  font: 0.8em Arial;
  margin-left: 12px;
  margin-bottom: 20px;
	margin-right: 10px;
}
 
#subContent li {
  font-size: 0.8em;
	padding-bottom: 4px;
	padding-top: 3px;
}
 
#subContent li.hover {
  background-color: #d5c77e;
  margin-right: 7px;
  color: #fff;
}

#subContent li.current {
  background-color: silver;
  font-weight: bold;
}
 
#subContent img {
  position: relative;
  top: 2px;
  margin-right: 5px;
  background-color: transparent;
  margin-left: 12px;
}

#subContent small {
	font-size: 0.8em;
	color: #797979;
	float: right;
	padding-top: 5px;
	padding-right: 7px;
}
 
#subContent .edit {
  font-size: 0.7em;
  float: right;
  position: relative;
  right: 7px;
  bottom: 29px;
  text-transform: lowercase;
}
 
#subContent .showall {
  font-size: 0.7em;
  margin-left: 15px;
  margin-top: 18px;
  margin-bottom: 15px;
  text-transform: lowercase;
}
 
#subContent ul{
  margin-bottom: 15px;
}

#subContent #twtr-profile-widget{
  margin-left: 9px;
}

#subContent #twtr-profile-widget img{
  margin-left: -1px;
}

#subContent #twtr-profile-widget p{
	font-size: 0.9em;
}

#subContent #twtr-profile-widget span{
	font-size: 0.7em;
	margin-top: 5px;
	margin-right: -6px;
}

#subContent #twtr-profile-widget a:hover{
	background-color: transparent;
}

#subContent #twitter_update_list{
  margin-left: 12px;
  margin-bottom: 20px;
  margin-right: 10px;
}

#subContent .follow_me img{
margin: 10px auto 20px auto;
display: block; /*--Since IMG is an inline element--*/
}
 
/* @end */
 
/* @group footer */
 
#footer{
  clear: both;
  font: normal 0.7em arial;
  position: relative;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #978839;
  color: #666;
  background-color: white;
}
 
#footer address{
  float: left;
  padding-left: 8px;
  font-weight: normal;
  font-style: normal;
  height: 30px;
  line-height: 30px;
}

#footer .menu {
  float: right;
  padding-right: 2px;
  height: 30px;
  line-height: 30px;
}
 
/* @end */

.monthNavi{
  margin-top: 12px;
  margin-left: 8px;
}

.pie_chart_navi{
  margin-top: 12px;
  margin-left: 8px;
}

.pie_chart_navi .right{
	float: right;
	margin-right: 211px;
}

.monthNavi #month{
  font: bold 18px arial;
	margin-right: 3px;
	margin-left: 1px;
}
 
.monthNavi a{
  font: bold 12px arial;
}

#loadData{
	font: 14px arial;
	letter-spacing: -1px;
	float: right;
	width: 583px;
	margin-top: -11px;
	background: url(/images/icons/twitter_icon.png) no-repeat 0 0;
	padding-left: 20px;
}

#loadData a{
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
}

.tips{
  font:  12px arial;
  color: #31660b;
  float: left;
  margin-top: -30px;
  margin-left: 14px;
}

.tips a{
	font-weight: bold;
}
 
span.flash{
  font: bold 12px arial;
  margin-left: 10px;
  color: #31660b;
  padding: 2px;
}
 
/* @group error */
 
.errorExplanation {
background-color: #fcc;
border: solid 1px #f66;
  margin: 10px 210px 2px 5px;
}
 
.errorExplanation h2 {
padding: 2px 5px;
color: #333;
font-size: 11px;
margin: 0;
letter-spacing: 0;
font-family: Verdana;
background-color: #f66;
}
 
.errorExplanation ul {
margin: 0;
padding: 0 2px 4px 25px;
list-style: disc;
}
 
.errorExplanation p {
font-size: 11px;
padding: 2px 5px;
font-family: Verdana;
margin: 0;
}
 
.errorExplanation ul li {
font: bold 11px verdana;
letter-spacing: -1px;
margin: 0;
padding: 0;
background-color: transparent;
}

/* @end */

/* @group howto */

#howto{
  margin: 0 auto;
  width: 88%;
  text-align: left;
  min-width: 935px;
  max-width: 985px;
  position: relative;
}

#howto #content {
	width: 650px;
	padding:30px 40px 50px 30px;
	border-left: 1px solid #ddd;
	float: right;
}

#howto #nav {
	width: 150px;
	float: left;
	padding-top: 35px;
	padding-left: 20px;
}

#howto li{
	margin-bottom: 14px;
}

#howto img.tweet{
	margin-bottom: 14px;
}

table td.icon{
	text-align: center;
}

/* @end */