﻿@charset 'UTF-8';

/*
Theme Name: TRIPLEXXX
Theme URI: http://triplexxx.jp/
Description: Two column widgetized Wordpress theme.
Version: 1.0
Author: triplexxx
Author URI: http://triplexxx.jp/
*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,form,img {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal outside;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse; border-spacing: 0;
}

/* basic */

body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9pt;
	color: #333333;
	background: #000000;
}

a {
	color: #147de8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #185AAC;
	line-height: 1.2;
	font-weight: bold;
	padding: 0;
}

.loginas ,
.comment_edit,
.comment_meta,
.commentlist cite ,
.preview table ,
.preview .meta ,
small {
	font-size: 80%;
	color: #808080;
}

h2.notfound ,
h2.pagetitle {
	color: #555555;
	font-size: 18pt;
}

p.notfound {
	padding: 10px 0;
}

/* tool */

.left {
	float: left;
}

a.totop ,
.right {
	float: right;
}

.commentlist li ,
.commentlist li.alt ,
.preview ,
.entry ,
.entry_navi ,
.entry_navi_bottom ,
.block { 
	overflow: hidden;
  width: 100%; /* IE */
}

.entry:after ,
.preview:after ,
.entry_navi:after ,
.entry_navi_bottom:after ,
#sidebar:after ,
#main_container:after {
	content: "";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
}

/* anchor */

a.totop {
	line-height: 36px;
	width: 16px;
	height 36px;
	background: url(images/totop.gif) left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

a.external {
	padding: 0;
	margin: 3px !important;
}

/* page structure */

#container {
	width: 100%;
	height: 100%;
	margin:0 auto;
}

#header {
	background: url(images/bg_header.png) left top no-repeat;
	width: 1000px;
	height: 391px;
	margin: 0 auto;
	position: relative;
	color: #fefefe;
}

#body_container {
	background: url(images/bg_body.png) left top repeat-y;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#body_header {
	background: url(images/bg_body_top.png) center top no-repeat;
	width: 1000px;
	margin: 0 auto;
	min-height: 297px;
}

#main_container {
	width: 800px;
	margin: 0 auto;
}

#content {
	background-color: #ffffff;
	float: left;
	width: 540px;
	position: relative;
  top: -45px;
	left: 20px;
}

#sidebar {
	background-color: #ffffff;
	float: right;
	width: 200px;
	position: relative;
  top: 2px;
	right: 20px;
}

#links {
	width: 760px;
	height: 270px;
	margin: 0 auto;
/*	margin-top: -20px;*/
	position: relative;
}

#body_footer {
	background: url(images/bg_body_bottom.png) center bottom no-repeat;
	width: 1000px;
	margin: 0 auto;
	min-height: 171px;
}

#footer {
	background: url(images/bg_footer.png) center bottom no-repeat;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	position: relative;

	color: #fefefe;
}

/* header */

#logo {
	background: url(images/triplexxx_logo.png) no-repeat;
	position: absolute;
	top: 141px;
	left: 212px;
}

#logo a {
	width: 164px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#desc {
	background: url(images/triplexxx_desc.png) no-repeat;
	position: absolute;
	top: 188px;
	left: 282px;
	width: 133px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#navi_se ,
#navi_xc ,
#navi_ja ,
#navi_wp ,
#navi_hm {
	position: absolute;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

#navi_se span ,
#navi_xc a ,
#navi_ja a ,
#navi_wp a ,
#navi_hm a {
	height: 26px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#navi_se {
	background-image: url(images/navi_se_off.png);
	top: 120px;
	left: 591px;
}

#navi_se span {
	background-image: url(images/navi_se_on.png);
	width: 84px;
}

#navi_xc {
	background-image: url(images/navi_xc_off.png);
	top: 152px;
	left: 566px;
}

#navi_xc a {
	background-image: url(images/navi_xc_on.png);
	width: 109px;
}

#navi_ja {
	background-image: url(images/navi_ja_off.png);
	top: 185px;
	left: 514px;
}

#navi_ja a {
	background-image: url(images/navi_ja_on.png);
	width: 161px;
}

#navi_wp {
	background-image: url(images/navi_wp_off.png);
	top: 218px;
	left: 550px;
}

#navi_wp a {
	background-image: url(images/navi_wp_on.png);
	width: 125px;
}

#navi_hm {
	background-image: url(images/navi_hm_off.png);
	top: 251px;
	left: 611px;
}

#navi_hm a {
	background-image: url(images/navi_hm_on.png);
	width: 64px;
}

#search {
	background: url(images/search_input_off.png) no-repeat;
	position: absolute;
	top: 115px;
	left: 675px;
	width: 216px;
	height: 33px;
}

#search form {
	background: url(images/search_input_on.png) no-repeat;
	width: 216px;
	height: 33px;
}

#search input {
	position: absolute;
	top: 8px;
	left: 15px;
	width: 186px;

	color: #fefefe;
	border: none;
	background-color: #000000;

	outline:0px none;/* Safari */
}

#info_xc,
#info_ja,
#info_wp {
	position: absolute;
	top: 159px;
	left: 674px;
	width: 186px;
	height: 64px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#info_xc {
	background-image: url(images/info_xc_img.png);
}

#info_ja {
	background-image: url(images/info_ja_img.png);
}

#info_wp {
	background-image: url(images/info_wp_img.png);
}

#rss {
	position: absolute;
	left: 715px;
	top: 230px;
}

#rss a{
	width: 140px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* sidebar */

#sidebar ul {
	padding: 0;/* Safari */
}

/* links */

#links div {
	float: left;
	height: 240px;;
	width: 280px;
/*	position: absolute;*/
	top: 30px;
	padding-right: 30px;
}

#links_header {
	clear: both; !important;
	width: 760px !important;
	margin: 0 auto;
	height: 30px !important;
	top: 0px !important;
	border-top: 5px solid #185AAC;
	padding: 0 !important;
}
/*
#related {
	left: 0px;
}

#recents {
	left: 315px;
}
*/
#archives {
/*	left: 635px;*/
	width: 130px !important;
	padding-right: 0 !important;
}

#links h3 ,
#links h2 {
	font-size: 18pt;
	margin: 0 0 10px 0;
}

#links ul {
	padding: 0;/* Safari */
	line-height: 1.5;
}

#links ul.related_post ,
#links ul li ul {
	line-height: 1.5;
	list-style: square;
	padding-left: 15px;
}

/* footer */

#footer ul {
	padding: 0;/* Safari */
}

#footer_navi {
	position: absolute;
	top: 25px;
	left: 110px;
}

#footer_navi li {
	float: left;
}

#footer_navi li a {
	color: #fefefe;
}

#credit {
	position: absolute;
	top: 45px;
	left: 110px;
}

#poweredby li {
	position: absolute;
	top: 24px;
	right: 90px;
}

#wordpress_japan {
	width: 52px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* post */

.post h3 {
	font-size: 14pt;
	line-height: 1.5;
	margin: 0.5em 0;
}

.post {
	padding-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
}

/* preview */

.preview {
	padding: 30px 0 0;
	margin: 0;
	top: 0px;
}

.preview .left {
	width: 230px;
	position: relative;
}

.preview .right {
	width: 310px;
}

.preview .left img {
	margin-bottom: 10px;
}

.preview .left span {
	background: url(images/deco_seal.png) no-repeat;
	width: 80px;
	height: 25px;
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	padding: 5px 6px;
	color: #fefefe;
	text-decoration: none;
}

.preview .left table th ,
.preview .left table td {
	vertical-align: top
}

.preview .left table {
	width: 210px;
}

.preview h2 {
	font-size: 18pt;
	margin: 3px 0 12px 0;
}

/* image */

.preview img ,
.entry img {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #aaaaaa;
}

.preview a:hover img ,
.entry a:hover img {
	border: 1px solid #147ed8;
}

img.icon ,
a:hover img.icon {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/* entry */

.entry p {
	padding: 5px 0;
	line-height: 1.5;
}

.entry .search-excerpt ,
.entry span.marker {
	background: #a0c0ff;
}

.entry pre {
	display: block;
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	margin: 5px 0;
	padding: 5px 10px;
}

/* entry navi */

.entry_navi {
	padding-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
}
.entry_navi_bottom {
	padding-top: 20px;
}

.prev_entry {
	float: left;
}

.next_entry {
	float: right;
}

/* entry header */

.entry h3 {
	border-left: 10px solid #185AAC;
	font-size: 14pt;
	line-height: 2.0;
	padding-left: 10px;
	margin: 1.5em 0;
}

.entry h4 {
	border-left: 5px solid #185AAC;
	font-size: 12pt;
	line-height: 2.0;
	padding-left: 10px;
	margin: 1.5em 0;
}

/* entry list */

.entry dl{
	margin: 5px 0 5px 10px;
	padding: 0 2px;
}
.entry dt {
	font-weight: bold;
	padding: 10px 0 5px;
	margin: 0;
}

.entry dd {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.5;
}

.entry ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 15px;
	list-style: square outside;
}

.entry ol {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
}

/* trackback */

#trackback input {
	padding: 5px;
	width: 528px;
	border: 1px solid #aaaaaa;

	background: #ffffff;
}

/* comment */

.commentlist {
	list-style: none;
}

.commentlist li > div {
}
.commentlist .left {
	padding: 5px;
	width: 100px;
	text-align: right;
}

 .commentlist .right {
	padding: 5px;
	width: 418px;
	min-height: 60px;
	background: #f5f8fa;
	border: 1px solid #aaaaaa;
}

.commentlist li.alt .right {
	background: #eaecef;
}

.commentlist li {
	clear: both;
	margin-bottom: 5px;
}

#commentform textarea ,
#commentform input {
	margin: 0 0 2px 0;
	padding: 5px;
	border: 1px solid #aaaaaa;
}
}

#commentarea {
	width: 528px;
}

input#submit {
	margin: 5px 0;
}

/* sidebar */

#sidebar h2 {
	font-size: 16pt;
	line-height: 1.8;
}

#sidebar .tagcloud {
	
}


