﻿/*
Theme Name: hideaways
Theme URI: http://frostpress.com/themes/tribune/
Description: Two-column 'Roman' theme in very soft colors of white and sand. Content softly accented by half-transparent borders and slightly smudge backgrounds, creating a old-looking and beutiful theme that would make any true Roman proud.
Version: 0.1
Author: Hikaru Uchiyama
Author URI: http://frostpress.com
Tags: light, white, brown, two-columns, right-sidebar, fixed-width, sticky-post, threaded-comments

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

"Nemo enim fere saltat sobrius, nisi forte insanit."
*/

/* basic */
*, html {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	background: #F2F0EE url('images/bg.jpg') center top no-repeat;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #444444;
	font-size:13px;
	line-height:150%;
}
a {
	color:#2496FF;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#006DCF;
	text-decoration:none;
}
ul {
	margin:0px 10px;
	padding:0px 0px 5px 20px;
	list-style:square;
}
li {
	list-style:none;
}
ol {
	margin:0px 10px;
	padding:0px 0px 5px 20px;
	list-style:upper-roman;
}
blockquote {
	background-color:#F0EFEE;
	border:solid 1px #DDDDDD;
	padding:2px 10px;
	color:#666666;
}
blockquote blockquote {
	background-color:#FCFCFC;
}
input, textarea {
	background-color:#F4F3F2;
	border:solid 1px #DDDDDD;
	padding:6px;
	color:#666666;
}
input:hover, textarea:hover {
	border:solid 1px #C8C8C8;
}
.copy{
	width:100%;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	padding :20px 0;
}
img {
	border:0;
}


/* structure */
.outerwrap {
	background:url('images/bg_footer.jpg') center bottom no-repeat;
}
.wrap {
	width:920px;
	margin:0 auto;
}
.topbar {
	font-size:12px;
	overflow:hidden;
}

.h_logo{
	float:left;
}
.menu {
	overflow:hidden;
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
.menu li {
	display:inline;
}
.menu li a {
	float:left;
	display:block;
	color:#999999;
	padding:2px 10px;
	border-left:solid 1px #DDDDDD;
}
.menu li a:hover {
	color:#2496FF;
}
.menu li a.menu-home {
	border:0;
	padding-left:0px;
}
.menu li a.menu-subscribe {
	color:#FF983C;
	float:right;
	border:0;
	padding-right:0px;
}
.menu li a.menu-subscribe:hover {
	color:#d86600;
}
.topbar h1 {
	padding:0px;
	margin:0px;
}
.topbar h1 a {
	color:#666666;
}

.logo {
	overflow:hidden;
	margin:20px 0px 40px 0;
}
.logo h1 {
	width:620px;
	height:293px;
	background: url('images/mainlogo.png') no-repeat;
	text-indent: -9999px;
	outline:none;
	float:left;
}
#information {
	width:500px;
}
.bin {
	float:right;
	display:block;
	width:300px;
	height:604px;
	background: url('images/bin.png');
}
.logo .circle {
	margin:20px 0 0 0;
	float:left;
	width:575px;
	font-size: 11px;
	line-height:18px;
}
.logo .circle tr {
	text-align:center;
}
.logo .circle p {
	margin: 20px 0;
}
.logo .circle h3 a {
	font-size: 12px;
	font-weight:bold;
	color:#2496FF;
	text-decoration:underline;
}
.logo .circle h3 a:hover {
	color:#006DCF;
}


.logo h4 {
	margin:0px;
	color:#999999;
}
.innerwrap {
	overflow:hidden;
}
.pageinfo {
	text-align:center;
	color:#777777;
}
.c1 {
	width:600px;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0px 20px 0px 0px;
}
.c2 {
	width:300px;
	float:left;
	overflow:hidden;
	padding:20px 0px 0px 0px;
	color:#666666;
}
.c2 a {
	color:#E37C31;
}
.c2 a:hover {
	color:#d86600;
}
.footer {
	padding:40px 0px 20px 0px;
	color:#999999;
	text-align:center;
	overflow:hidden;
}
.footer a {
	color:#999999;
	border-bottom:dotted 1px #999999;
}


/* box wrapper */
.wrapout {
	background:#F0EFEE;
	padding:4px;
	overflow:hidden;
}
.topbar.wrapout {
	background:rgba(100, 100, 100, 0.05);
	padding-top:0px;
}
.post.wrapout {
	background:rgba(100, 100, 100, 0.05);
}
.wrapin {
	background-color:#FFFFFF;
	border:solid 1px #DDDDDD;
	padding:30px 20px;
	overflow:hidden;
}
.topbar .wrapin {
	border-top:0;
	padding:12px 20px;
}
.post .wrapin {
	width:870px;
	margin:0 auto;
	background:#FFFFFF url('images/bg_white.jpg');
}
.post-foot .wrapin {
	padding:10px;
}
.comment .wrapin {
	padding:10px;
}
.pingback .wrapin {
	padding:5px 10px 5px 10px;
}
.wrapin .bookmarker {
	width: 20%;
	height:15px;
	float: right;
	text-align: right;
}


/* posts */
.post {
	margin:0;
}
.post h1.post-head {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.post h1.post-head a {
	color:#666666;
}
.post h1.post-head a:hover {
	color:#444444;
}
.post-date {
	float:right;
	color:#CCCCCC;
	margin:0px 0px 0px 20px;
}
.post-text {
	overflow:hidden;
}
.continue-reading {
	margin:5px 0px;
	padding:5px 10px 5px 0px;
	font-weight:bold;
	display:block;
}
.post h1, h2, h5 {
	margin:20px 0 10px 0;
}
.post h1 {
	font-size:22px;
}
.post h2 {
	font-size:18px;
}
h3 {
	font:400 2.25em Georgia,serif;
	background: url('images/bg_h3.gif') no-repeat;
	font-size:18px;
	font-weight:bold;
	width:640px;
	height:48px;
	padding:12px 0 0 28px;
}
.post h4 {
	background: url('images/bg_h4.gif') no-repeat;
	font-size:14px;
	width:640px;
	height:41px;
	padding:6px 0 0 24px;
	margin: 20px 0 0 0;
}
.post h5 {
	font-size:12px;
}
.twtr-hd h3, .twtr-hd h4 {
	background: url("images/spacer.gif") no-repeat;
	height:100%;
}
#sidebar img {
	border:0;
	margin:0;
	padding:0;
}
.submenu {
	float:right;
	margin:0px 0px 10px 10px;
}

.post-foot {
	overflow:hidden;
	margin:20px 0px 0px 0px;
	color:#999999;
}
.post-foot a {
	color:#999999;
	border-bottom:dotted 1px #CCCCCC;
}
.post-foot a:hover {
	color:#777777;
}
.post-comments, .post-edit {
	float:right;
}
.post-author {
	float:right; display:none;
}


/* comments */
h2#comments {
	margin:30px 0px 10px 0px;
}
.commentlist {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.commentlist ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
.commentlist li {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.children {
	margin:0px 0px 0px 25px;
}
.children .avatar {
	width:35px;
	height:35px;
}
.comment {
	overflow:hidden;
	margin:0px 0px 10px 0px;
}

#news{
	display:block;
	margin:0 0 20px 0;
}


/**************** 成功実績 *****************/
#result_web{
	margin:10px 0;
}
.result_web_header{
	background: url("images/results_header.png") no-repeat;
	width:297px;
	height:63px;
}
.result_web_header .result_web_title {
	float:left;
	padding:35px 0 0 30px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.result_web_side{
	float:left;
	background: url("images/results_side.png") repeat-y;
	width:297px;
	text-align:center;
}
.result_web_side .result_web_more a{
	float:right;
	margin:0 15px 5px 0;
	padding:0 5px;
	background: #333333;
	color:#FFF;
	font-size:10px;
	text-decoration: none;
}
.result_web_footer{
	float:left;
	background: url("images/results_footer.png") no-repeat;
	width:297px;
	height:50px;
	margin:0 0 20px 0;
	text-indent:-9999px;
}


/*.comment.bypostauthor { background-color:#EEE3D5; }*/
.comment-head {
	background-color:#E3DDD7;
	padding:3px 10px 3px 10px;
}
.comment-avatar {
	float:left;
	overflow:hidden;
	padding-right:10px;
}
.comment-text {
	overflow:hidden;
}
.comment-meta {
	overflow:hidden;
	border-bottom:dashed 1px #CCCCCC;
	padding:0px 0px 5px 0px;
}
.comment-writer {
	display:inline;
	font-weight:bold;
}
.comment-date {
	display:inline;
	margin-left:5px;
}
.comment-date a, .comment-reply a {
	color:#999999;
}
.comment-date a:hover, .comment-reply a:hover {
	color:#666666;
}
.comment-reply {
	float:right;
}
.trackbacklist {
	margin:20px 0px 0px 0px;
	padding:0px;
}
.trackbacklist li {
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#respond #comment {
	width:97%; max-width:97%;
}


/* bottom navigation */
.navigation {
	overflow:hidden;
}
.navigation h2 a {
	color:#999999;
}
.navigation h2 a:hover {
	color:#666666;
}


/* widgets */
#widgets {
	list-style:none;
	padding:0px;
	margin:0px;
}
.widget {
	margin:0px 0px 20px 0px;
	padding:0px;
}
.widget h2 {
	overflow:hidden;
	margin:0px 0px 10px 0px;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:solid 1px #DBDBDB;
}
#searchform input {
	width:286px;
}


/* Wordpress defaults and images */
#mainimg {
	background-color:#F0EFEE;
	border:solid 1px #DDDDDD;
	padding:4px;
	margin:0 0 20px 0;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	padding:0px;
	margin:0px 0px 2px 7px;
	display:inline;
}
img.alignleft {
	padding:0px;
	margin:0px 7px 2px 0px;
	display:inline;
}
.alignright {
	float:right;
}
.alignleft {
	float:left
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Captions */
.wp-caption {
	text-align: center;
	background-color:#F0EFEE;
	border:solid 1px #DDDDDD;
	padding:4px 0px;
	margin:0px;
	max-width:548px !important;
	overflow:hidden;
}
.wp-caption.aligright {
	margin:0px 0px 7px 7px;
}
.wp-caption.aligleft {
	margin:0px 7px 0px 7px;
}
.wp-caption img {
	display:inline-block;
	margin:0px 0px 4px 0px;
	padding:0 !important;
	border:0px;
	max-width:540px !important;
	float:none;
}
.wp-caption p.wp-caption-text {
	display:block;
	font-size: 11px;
	line-height: 17px;
	padding:0;
	margin: 0;
}

#sidebar {
	float:right;
	width:200px;
}


/* End captions */

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-weight:bold;
	text-align: center;
}
#wp-calendar th {
	font-style:normal;
	font-weight:normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: hide;
	width: 200px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	background-color:#D5CEC6;
	color:#333333;
}
#wp-calendar #today {
	background-color:#C2BAAD;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	text-align: center;
	background-color:#E6E1DD;
}
#wp-calendar .pad {
	background-color:#F2F0EE;
}


/* End Calendar */



.company {
	background: url("images/company_table.png") ;
	width: 600px;
	margin: 20px 0;
	padding: 20px 0;
	height: 480px;
}
.company ul li {
	width: 530px;
	float:left;
	line-height:140%;
	margin:0 0 10px;
	padding:0 0 10px 10px;
	border-bottom: 1px dotted #999999;
}
.company ul li span {
	float:left;
	width:100px;
}
.company ul li p {
	float:left;
	width:400px;
}


.btn_contact a {
	background: url("images/btn_contact.png") no-repeat;
	text-indent:-9999px;
	margin: 30px auto 0;
	display:block;
	width: 250px;
	height:50px;
	outline: none;
}
.btn_contact a:hover {
	background: url("images/btn_contact.png") left bottom;
	outline: none;
}
.works_table td {
	padding:5px;
	border-bottom:1px dotted #000;
}
.works_table th {
	padding:5px;
	font-weight:normal;
}


/**************** 疑似テーブル 成功実績 *****************/
.wrapper_success {
	width:610px;
}
.l-side_success{
	float:left;
	width:320px;
	height:400px;
	background:#000;
}
.r-side_success{
	width:270px;
	height:390px;
	float:right;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.r-side_success .result{
	width:300px;
	height:150px;
	float:left;
	margin: 5px 0;
	background: url("images/success_result.jpg") no-repeat;
}


/******************** テーブル ********************/
.tablename{
	background:#f2f2f2;
	text-align:center;	
}
.tabledetail{
	background:#fff;
	padding:10px;
}


.area_orange{
	width:600px;
	float:left;
	padding:10px;
	margin:10px 0;
	border: 1px solid #D5962E;
	background-color:#FFFEE1;
	color:#DE5818;
}
.area_orange h5{
	color:#DE5818;
	font-size:12px;
	margin:0;
}
.border_success{
	width:300px;
	float:left;
	margin:5px 0;
	border-top: 1px dotted #CCCCCC;
}


/******************** social_tools_header ********************/
ul#social_tools_header {
	margin: 10px -28px 5px 0;
	padding:0;
	float: right;
	text-align: right;
}
ul#social_tools_header li {
	float:right;
	margin:0 5px 0 0;
}
ul#social_tools {
	margin: 0;
	padding:0;
	float: left;
}
ul#social_tools li {
	float:right;
	margin:0 5px 0 0;
}
