@charset "UTF-8";

/*  
Theme Name: OtiS custom archives 2011
Theme URI: http://www.tique.net/
Description: template 2 column
Author: Rucie Everfield
Author URI: http://www.tique.net/
Version: 1.00
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 
 *
 * Copyright (C) OFFICE tique All rights reserved.
 */

/* General Setting */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #f6f6f6 url(/img/bg_body.jpg) center top repeat-y;
	color: #545454;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
}

img {
	border: 0;
}

a {
	color: #36f;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #69f;
}

a:hover {
	color: #03c;
}

form {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Frameworks */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Header */

#header {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 250px;
	background: url(/img/rb_header.png) no-repeat;
}

#header h1 {
}

/* Main Contents */

#container {
	overflow: hidden;
	width: 100%;
}

#contents {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-right: -400px;
}

#contents_inner {
	margin-right: 400px;
}

#contents_inner .article {
	margin: 0 10px 20px;
	font-size: 90%;
}

#contents_inner .article .date {
	clear: both;
	float: left;
	display: inline;
	width: 60px;
	margin-right: 10px;
	padding: 2px 0;
	background: #194719;
	color: #fff;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
}

#contents_inner .article .date strong {
	display: block;
	font-size: 160%;
}

#contents_inner .article .main {
	float: left;
	width: 460px;
	padding-left: 10px;
	line-height: 1.7em;
}

#contents_inner .article h2 {
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	font-weight: normal;
}

#contents_inner .article h2 a {
	color: #545454;
	font-weight: normal;
	text-decoration: none;
}

#contents_inner .article .status {
	padding-top: 2px;
	font-size: 90%;
	text-align: right;
}

#contents_inner .article .main p {
	margin: 1em 0;
}

#contents_inner .article .main p {
	margin: 1em 0;
}

#contents_inner .article .main h3 {
	margin: 15px 0 10px;
}

#contents_inner .article .main h4 {
	font-weight: bold;
}

#contents_inner .article .main ul {
	margin:8px 0 8px 15px;
}

#contents_inner .article .main ol {
	margin:8px 0 8px 25px;
}

#contents_inner .article .main li {
	line-height: 1.7em;
}

#contents_inner .article .main dt {
	font-weight: bold;
}

#contents_inner .article .main dd {
	margin-left: 1em;
	line-height: 1.7em;
}

#contents_inner .article .main blockquote {
	margin: 12px;
	padding: 0.5em 15px;
	background: #ccf;
}

#contents_inner .article .main img {
/*	display: block;	*/
	margin: 8px 0 8px 10px;
	padding: 0;
}

#contents_inner .article .main img.thumb {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#contents_inner .article .cat_entry {
	clear: both;
	margin: 20px 0 10px;
	padding-left: 80px;
}

#contents_inner .article .cat_entry h3 {
	font-size: 150%;
}

#contents_inner .article .cat_entry ul {
	margin:8px 0 8px 15px;
}

#contents_inner .article .cat_entry li {
	line-height: 1.7em;
}

#contents_inner .navi_c {
	text-align: center;
}

#contents_inner .navi_p {
	margin-left: 10px;
}

#contents_inner .navi_n {
	margin-right: 10px;
	text-align: right;
}

#contents_inner .navi_p a,
#contents_inner .navi_n a {
	font-size: 85%;
	font-weight: normal;
}

/* Comments */

#contents_inner .article .comments,
#contents_inner .article .trackbacks {
	clear: both;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	margin: 10px 0;
	padding-left: 80px;
}

#contents_inner .article .comments {
	background: url(/img/a_bg_comment.gif) no-repeat;
}

#contents_inner .article .trackbacks {
	background: url(/img/a_bg_trackback.gif) no-repeat;
}

#contents_inner .article .comments h3,
#contents_inner .article .trackbacks h3 {
	font-size: 150%;
}

#contents_inner .article .comments h4,
#contents_inner .article .trackbacks h4 {
	margin-bottom: 8px;
	font-size: 150%;
}

#contents_inner .article .comments p,
#contents_inner .article .trackbacks p {
	font-size: 85%;
	line-height: 1.8em;
}

#contents_inner .article .comment_each {
	margin-bottom: 15px;
}

#contents_inner .article .comment_status {
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	font-size: 90%;
	text-align: right;
}

/* Sidebars */

#sidebar {
	float: right;
	width: 400px;
	padding-top: 260px;
	font-size: 85%;
}

#sidebar_m {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 10px;
}

#sidebar_s {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
}

#sidebar dl {
	clear: both;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	margin-bottom: 10px;
}

#sidebar dt {
	margin: 0 0 5px 60px;
	font-size: 180%;
}

#sidebar_s dt {
	margin: 0 0 5px 40px;
}

#sidebar dt a {
	color: #808080;
	font-weight: normal;
}

#sidebar dt a:hover {
	color: #03c;
}

#sidebar dd {
	margin: 0 0 20px 60px;
	font-size: 95%;
}

#sidebar_s dd {
	margin: 0 0 20px 40px;
}

#sidebar_s dd p {
	font-size: 90%;
	line-height: 160%;
}

#sidebar ul {
	margin-top: 5px;
}

#sidebar ul li {
	margin-bottom: 0.4em;
	list-style: none;
	line-height: 1.6em;
}

#sidebar .s_train {
	background: url(/img/s_bg_train.gif) 10px top no-repeat;
}

#sidebar .s_airline {
	background: url(/img/s_bg_airline.gif) 10px top no-repeat;
}

#sidebar .s_music {
	background: url(/img/s_bg_music.gif) 10px top no-repeat;
}

#sidebar .s_diary {
	background: url(/img/s_bg_diary.gif) 10px top no-repeat;
}

#sidebar .s_about {
	background: url(/img/s_bg_about.gif) no-repeat;
}

#sidebar .s_archive {
	background: url(/img/s_bg_archive.gif) no-repeat;
}

#sidebar .s_archive ul li ul {
	margin-left: 15px;
}

#sidebar .s_archive ul li ul li {
	list-style: disc;
}

#sidebar .s_search {
	background: url(/img/s_bg_search.gif) 10px top no-repeat;
}

#sidebar .s_search dd {
	display: inline;
	position: relative;
	width: 150px;
	height: 22px;
}

#sidebar .s_search dd input {
	vertical-align: bottom;
}

#sidebar .s_search .f_word {
	width: 110px;
	height: 16px;
	padding: 3px 5px;
	border: none;
	background: url(/img/t_bg_search.png) no-repeat;
}

#sidebar .s_search .sub {
/*	position: absolute;
	left: 119px;	*/
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 140px;
	margin: 0;
	padding-top: 100px;
	background: transparent url(/img/bg_content.jpg) left bottom no-repeat;
}

#footer p {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 140px;
	background: url(/img/rb_footer.png) right bottom no-repeat;
}

#footer p img {
	vertical-align: bottom;
}

.accesslog {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Typography */

#contents_inner .crumbs,
#contents_inner .article .date,
#contents_inner .article h2,
#contents_inner .article h3,
#contents_inner .article h4,
#sidebar dt {
	color: #545454;
	font-family: "Courier New", Courier, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	font-weight: normal;
}

#contents_inner .article .date {
	color: #fff;
}

#sidebar dt {
	color: #999;
}

/* Appendix */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}

