/*
Theme Name: Responsive
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: 2.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: tosho-responsive
*/

/* Tag Rewrite */
*{
	margin:0;
	padding:0;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

body{
	color: #666;
	font-family: Meiryo, DFPHSMincho-W3, "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/bg.png) 0 0 repeat-x;
}

table{
	border-collapse: collapse;
	width:100%;
}

th, td{
	padding: 4px 8px;
}

p{
	line-height: 2em;
	margin: 1em 0;
}

a:hover, a:active:hover{
	color: red;
}

a img{
	border: none;
}

/* WP Styles */
.clear{
	clear:both;
}
/* WP Styles*/
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.5em;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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}


/* Layout */
/* Common */
#page{
	margin: 0 auto;
	width:1000px;
}

#logo{
	display: block;
	float: left;
	margin:5px 0 6px 0;
}
#branding{
}
#branding h1{
	color: #333;
	float: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	margin:10px 0 0 ;
}
.menu-toggle{
	display:none;
}

.menu-header{
	background: url(images/menubg.png) 0 0 no-repeat;
	display:table;
	table-layout:fixed;
	width:1000px;
}

#menu-top-menu{
	display: table-row;
	height: 13px;
	list-style: none;
	padding: 0;
}

#menu-top-menu>li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#menu-top-menu>li>a{
	color:#7f7e7e;
	display:block;
	font-size: 16px;
	font-weight: bold;
	height:32px;
	line-height: 32px;
	padding:12px 0;
	text-decoration: none;
}

#menu-top-menu>li:hover{
}

#menu-top-menu>li>a:hover{
	color:#ee3232;
	text-decoration:underline;
}

#menu-top-menu>li:nth-child(1){
	border-left:none;
}

.i_img{
	margin-top:10px;
}

#main{
	clear: both;
}

.menu-sidebar{
	float: right;
	margin: 5px 0px 0 0;
	width:265px;
}
#right_sid{
	float: right;
	width:265px;
}
#right_sid p{
	margin:0;
	padding:0;
}

.menu-sidebar ul{
	margin: 0;
	padding: 0;
}

.menu-sidebar li {
	list-style: none;
}

.menu-sidebar>ul>li>a {
	background: url(images/menu_title_head.png) 0 0 repeat-x;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height:45px;
	line-height:45px;
	padding-left:10px;
}

.menu-sidebar>ul>li>ul {
	border-top:none;
	margin: 0px 0px 8px;
	overflow: hidden;
	padding: 0 0 10px;
	border-top:none;
}

.menu-sidebar>ul>li>ul>li>a {
	background: url(images/list_item_head1.png) 10px center no-repeat;
	display: block;
	font-size: 13px;
	line-height:40px;
	margin-top: 1px;
	padding-left:30px;
}

.menu-sidebar>ul>li>ul>li>a:hover {
	background: url(images/list_item_head1.png) 10px center no-repeat #ee3232;
	color: #fff;
}

#primary{
	float: left;
	width:721px;
}

article{
	margin-top: 10px;
}

article h2.entry-title{
	background:url(images/list_title_bg.png) 0 0 repeat-x;
	clear: both;
	color: #7f7e7e;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height:45px;
	line-height:45px;
	margin: 0;
	padding: 0 0 0 15px;
}
#column h2.entry-title{
	background:#7f7e7e;
	clear: both;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	line-height:30px;
	margin: 0;
	padding: 0 0 0 20px;
}
#column .entry-content{
	background:#FFF;
	margin:0;
	padding:0;
}
.entry-content p{
	padding:0.3em 0;
}

article ul.category-list{
	margin:0;
	padding-left: 30px;
	background:#FFF;
}
.entry-content{
}
.entry-content p{
	margin:0;
	padding:10px 20px;
	
}
article ul.category-list>li{
	line-height: 2em;
	list-style: url(images/list_item_head.png);
}

article>div>a.more{
	display: block;
	margin-right: 10px;
	text-align: right;
}
#time{
	padding-right:6px;
	color:#333;
	
}
#gototop{
	clear: both;
}

#gototop a{
	background: url(images/gototop.png) no-repeat;
	display: block;
	float: right;
	height:30px;
	overflow: hidden;
	text-indent: -9999px;
	width:121px;
}

#gototop a:hover{
	background-position: 0 -30px;
}

#colophon{
	clear: both;
	height:78px;
	margin-top: 10px;
	background: url(images/downbg.png) repeat-x;
}

.menu-footer{
	padding: 10px 10px 0;
}
.menu-footer ul{
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

.menu-footer ul li{
	border-left: 1px solid #7f7e7e;
	display: inline;
	margin: 5px 0;
	padding: 0 5px;
}

.menu-footer ul li:nth-child(1){
	border-left: 0;
}

.menu-footer a{
	color: #7f7e7e;
	font-size: 12px;
}

#colophon address{
	color: #7f7e7e;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}


/* Index */
.column h2{
	background: url(images/title_bg3.png) top left no-repeat;
	border-bottom: none;
	color:#3e3e38;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 32px;
	line-height: 32px;
	clear: both;
}

.column a.more{
	display: block;
	text-align: right;
}

#position{
  margin-top: 10px;
}

ul.category-list li a img{
  vertical-align: middle;
}
#index_r1 .entry-content,
#index_r2 .entry-content{
	margin: 0;
	padding:0;
	border-top:none;
}
#index_r1 .entry-content p,
#index_r2 .entry-content p{
	padding:10px 15px;
	margin:0px;;
	background-color:#FFF;
}
#column{
	margin:10px 0;
}
#content .entry-content{
	margin:0;
	border-top:none;
	background-color:#FFF;
}
#content .entry-content p{
	margin:0;
	padding:10px 20px;;
}
