﻿@charset "utf-8";
/*
Theme Name: Tsuhon Blog
Theme URI: http://www.tsuhon.jp/
Description: イカロス出版刊行・雑誌「通訳翻訳」編集部のブログ
Author: Instant Lab
Author URI: http://www.instant-lab.com/
/



/* Begin Typography & Colors */

* {
	margin: 0px;
	padding: 0px;
}


/*---------- html element ----------*/
body {
	color: #333333;
	font-size: 12px;
	background-image: url(topimage/shadow_line2.gif);
	background-repeat: repeat-y;
	background-position: 640px top;
	width: 815px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul li img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}



.float_left {
	float: left;
}
.float_right {
	float: right;
}

/*---------- tips ----------*/

.hidevis {
	position:absolute;
	left: -2000%;
}

.fclear {
	clear: both;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.dottedborder {
	height: 1px;
	background-image: url(images/line_480.gif);
	background-position: center center;
	clear: both;
}

.cont_date {
	font-size:0.875em;
	color:#999999;
}


/*---------- contents ----------*/

#container {
	width: 805px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/*---------- l_line leftcol-&-centercol-involve.----------*/

#lline {
	width: 620px;
	float: left;
}

#lline .dottedborder {
	margin: 18px 0px 12px;
}

/*top and header*/

#top {
	margin: 0px;
	width: 620px;
	height: 10px;
	background-position:bottom;
	background-image: url(topimage/header_line.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

#header {
	background-image: url(topimage/header_bg2.gif);
	background-repeat: no-repeat;
	width: 620px;
	height: 175px;
}

h1 {
	background-image: url(topimage/h1_bg_2.gif);
	background-position:0px 10px 10px 10px;
	background-repeat: no-repeat;
	height: 102px;
	width: 620px;
	text-indent: -9999px;
}

#navi{
	margin:0 auto;
	padding: 0px;
	height: 37px;
	width: 620px;
	float: left;
	display:block;
}

#navi ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 620px;
	border-bottom-width:2px;
	border-bottom-color:#2C94B6;
	border-bottom-style:solid;
}

#navi li, #navi a {
	height: 27px;
	text-decoration: none;
	display: block;
}

#navi li {
	text-indent: -9999px;
	margin:0px;
	float: left;
}

#navi a {
	text-decoration: none;
	background-image: url(./topimage/header_navi.gif);
	background-repeat: no-repeat;
}

#navi .a a {
	background-position: -0px -0px;
	height: 27px;
	width: 69px;
}

#navi .b a {

	background-position: -69px -0px;
	height: 27px;
	width: 69px;
}
#navi .c a {

	background-position: -138px -0px;
	height: 27px;
	width: 69px;
}
#navi .d a {

	background-position: -207px -0px;
	height: 27px;
	width: 69px;
}
#navi .e a {

	background-position: -276px -0px;
	height: 27px;
	width: 69px;
}
#navi .f a {

	background-position: -345px -0px;
	height: 27px;
	width: 69px;
}
#navi .g a {

	background-position: -414px -0px;
	height: 27px;
	width: 69px;
}
#navi .h a {

	background-position: -483px -0px;
	height: 27px;
	width: 69px;
}
#navi .i a {

	background-position: -552px -0px;
	height: 27px;
	width: 68px;
}
#navi .a a:hover {
	background-position: -0px -27px;
}

#navi .b a:hover {
	background-position: -69px -27px;
}
#navi .c a:hover {
	background-position: -138px -27px;
}
#navi .d a:hover {
	background-position: -207px -27px;
}
#navi .e a:hover {
	background-position: -276px -27px;
}
#navi .f a:hover {
	background-position: -345px -27px;
}
#navi .g a:hover {
	background-position: -414px -27px;
}
#navi .h a:hover {
	background-position: -483px -27px;
}
#navi .i a:hover {
	background-position: -552px -27px;
}

#subnavi {
	background-color:#CBBCB2;
	width: 620px;
	height: 33px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
#subnavi li {
	display: inline;
}
#subnavi img {
	display: block;
	float: left;
}


/*---------- content ----------*/

#content {
	width: 620px;
	_height: 1px;
	margin:0px;
	paddin:0px;
	display:block;
	float:left;
}

.post h2{
	font-size:1.2em;
	color: #3366aa;
	margin: 5px 0px;
	border-bottom: solid 2px #2C94B6;
	background-image: url(topimage/mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
}
.post p {
	font-size:1em;
	color: #666666;
	line-height: 150%;
}
.post {
	margin-bottom: 25px;
}
.pagenav {
	font-size:0.875em;
	margin-bottom: 10px;
}

/*---------- sidebar ----------*/

#sidebar {
	float: left;
	margin-top: 10px;
	width: 150px;
	position: absolute;
	left: 655px;
	font-size:0.875em;
}
#sidebar ul{
	color: #66aaff;
	list-style-type: disc;
	line-height: 1.2em;
	padding: 0;
	margin: 3px;
}
#recentposts {
	list-style-type: none;
	width: 140px;
	margin-bottom: 10px;
	padding: 0px;
	border-width:1px;
	border-color:#2C94B6;
	border-style:solid;
}
#recentposts h2 {
	background-image: url(topimage/recent.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 134px;
	height: 35px;
	margin: 3px;
	padding: 0px;
}
#category {
	list-style-type: none;
	width: 140px;
	margin-bottom: 10px;
	padding: 0px;
	border-width:1px;
	border-color:#2C94B6;
	border-style:solid;
}
#category h2 {
	background-image: url(topimage/category.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 134px;
	height: 35px;
	margin: 3px;
	padding: 0px;
}
#archives {
	list-style-type: none;
	width: 140px;
	margin-bottom: 10px;
	padding: 0px;
	border-width:1px;
	border-color:#2C94B6;
	border-style:solid;
}
#archives h2 {
	background-image: url(topimage/backnumber.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 134px;
	height: 35px;
	margin: 3px;
	padding: 0px;
}

#bookinfo {
	width: 142px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#bookinfo img {
	display: block;
	margin:0 auto; 
	padding-top:5px;
	padding-bottom:5px;
}

#bookinfo ul {
	list-style-type: none;
	width: 134px;
	margin: 0px;
	padding: 3px;
	border-width:1px;
	border-color:#2C94B6;
	border-style:solid;
}
#bookinfo li {
	background-image: url(topimage/linklist_bg.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding: 0px;
	width: 134px;
}
#bookinfo p {
	vertical-align: bottom;
	width: 112px;
	padding:5px 0px 3px 22px; 
}

#bookinfo a{
	line-height:13px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}
#bookinfo a:hover {
	text-decoration: underline;
}

#bookinfo .bottomtext{
	width: 134px;
	line-height:12px;
	font-size:11px;
	color:#333333;
}


/*---------- footer ----------*/

#footer {
	width: 620px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	font-size: 11px;
	color: #330;
	border-top: 1px solid #999;
	padding: 10px 0px;
}
#footer img {
	margin-top: 20px;
}

