/*
Theme Name: onetwothree
Theme URI: http://www.tosho-c3.jp/
Author: Tosho Trading LLC.
Author URI: http://www.tosho-c3.jp/
Description: The lite version theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: lite, one-column, fixed-width, custom-menu, editor-style, microformats, sticky-post, translation-ready
Text Domain: twentyeleven
*/

/* Tag Rewrite */

body {
  background: url(images/bg.png) 0 0 repeat-x #fff;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 4px 8px;
}

p {
  line-height: 2em;
  margin: 1em 0;
}

a img {
  color: #06f;
}

a:link {
  border: none;
}

a:hover,
a:active:hover {
  color: red;
}

/* WP Styles*/

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.more {
  display: block;
  text-align: right;
}

li.more {
  list-style: none;
}

/* Common */

h1 {
  display: block;
  margin: 0;
}

h1 span {
  display: block;
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto;
  text-align: right;
  width: 1000px;
}

#frame {
  margin: 0 auto;
  width: 1000px;
}

header {
}

#logo {
  display: block;
  height: 73px;
  margin-left: 20px;
}

#top_menu{
  background: url(images/menu.png) 0 0 no-repeat;
  height: 43px;
  margin-bottom: 12px;
}

#top_menu>a{
  display: block;
  float: left;
  height: 43px;
  overflow: hidden;
  text-indent: -9999px;
}

#top_menu>a:hover{
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
}

#top_menu>a#tm1{
  width: 176px;
}

#top_menu>a#tm2{
  background-position: -176px 0;
  width: 277px;
}

#top_menu>a#tm3{
  background-position: -453px 0;
  width: 301px;
}

#top_menu>a#tm4{
  background-position: -754px 0;
  width: 246px;
}

#top_menu>a#tm1:hover{
  background-position: 0 -43px;
}

#top_menu>a#tm2:hover{
  background-position: -176px -43px;
}

#top_menu>a#tm3:hover{
  background-position: -453px -43px;
}

#top_menu>a#tm4:hover{
  background-position: -754px -43px;
}

#sidebar {
  float: left;
}

#sidebar .menu {
  margin: 0;
  padding: 0;
}

#sidebar .menu>li {
  list-style: none;
}

#sidebar .menu>li {
  margin-bottom: 5px;
  width: 266px;
}

#sidebar .menu>li>a {
  background: url(images/list_head_cate.png) center left no-repeat #6a417a;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 49px;
  font-weight: bold;
  margin: 0;
  padding-left: 26px;
}

#sidebar .menu>li>ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#sidebar .menu>li>ul>li>a {
  display: block;
  font-size: 13px;
  line-height: 19px;
  margin: 0 3px;
  padding: 7px 0;
}

#sidebar .menu>li>ul>li>a:hover {
  background: #82acff;
  color: #fff;
}

#main {
  float: right;
  width: 713px;
}

h2 {
  background: url(images/list_title_head.png) 10px 13px no-repeat #6a417a;
  clear: both;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 46px;
  font-weight: bold;
  height: 46px;
  margin: 0 0 12px 0;
  padding-left: 24px;
  width: 690px;
}

article {
  background: #fff;
  margin-bottom: 13px;
}

#bottom_menu {
  clear: both;
}

#bottom_menu {
  clear: both;
}

#bottom_menu #menu_title{
	margin-top: 10px;
}

#bottom_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom_menu ul li{
	border-left: 1px solid #666;
	float: left;
  line-height: 22px;
	padding: 0 5px;
	margin: 5px 0;
}

#goto_top {
  height: 22px;
  padding-top: 10px;
  text-align: right;
}

#goto_top a:hover {
  opacity: 0.8;
}

footer {
  background: #6a417a;
  border-bottom: 7px solid #b571a4;
  clear: both;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  margin: 0;
  text-align: center;
}

/*Index*/

#index_r1 {
  background: url(images/top.png) top right no-repeat;
  min-height: 303px;
  padding-right: 290px;
}

#index_r1>div {
  border: 1px solid #6a417a;
  font-size: 13px;
  padding: 12px;
  width: 396px;
}

#index_r1 strong {
  color: #f04;
}

#index_r1 p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.home #main article table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.home #main article table th,
.home #main article table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
}

.home #main article table th {
  background: #609e2b;
}

.home #main article table td {
  background: #f7f7f7;
}

.home #main article table td p {
  margin: 0.4em 0;
}
.ranking ul{
	padding:0 0 0 20px;
	margin:0 0 8px;
}
.ranking ul li{
	font-size:14px;
	font-weight:bold;
}
.ranking01{
	background:url(images/no1.png) 0 0 no-repeat;
}
.ranking02{
	background:url(images/no2.png) 0 0 no-repeat;
}
.ranking03{
	background:url(images/no3.png) 0 0 no-repeat;
}
.ranking04{
	background:url(images/no4.png) 0 0 no-repeat;
}
.ranking05{
	background:url(images/no5.png) 0 0 no-repeat;
}
.ranking01,
.ranking02,
.ranking03,
.ranking04,
.ranking05{
	height:52px;
	padding-left:130px;
	line-height:52px;
}
.ranking01 a,
.ranking02 a,
.ranking03 a,
.ranking04 a,
.ranking05 a{
	font-size:18px;
	font-weight:bold;
}
.ranking{
	float:left;
}
.hr {
  border-bottom: 1px dotted #ccc;
  clear: both;
  margin-bottom: 10px;
  padding: 2px 0 0;
}

.gray{color:gray}
.gray2{color:#666}
.white{color:white}
.orange{color:orange}
.red{color:red}
.green{color:green}
.blue{color:#003399}
.black{color:black}

.f10{font-size:10px}
.f11{font-size:11px}
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}

.c{text-align:center}
.l{text-align:left}
.r{text-align:right}
.b{font-weight:bold}
.u{text-decoration:underline}
.nu{text-decoration:none}
}