@charset "utf-8";
/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. 修正版
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>+穐元
AUTHOR URI: http://www.rubiqube.com
*/
@import url('/css/all-read.css');
/* Architecture */
html { }

body {
	/*background: #EFEFEF;*/
	background: #fff;
	font-family: "メイリオ", meiryo, verdana, tahoma, "ヒラギノ角ゴ Pro W3", hirakakupro-w3, osaka, "ＭＳ Ｐゴシック", sans-serif, arial, helvetica;
	font-size: 12px;
	color: #404040;
}

#wrapper {
	width: 760px;
	padding: 0 10px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	height: 120px;
	border-bottom: 2px solid #A7ABA7;
}
.home #header {
	height: 521px;
	background-image: url(../../../../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 110px;
	border-bottom: 1px solid #A7ABA7;
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 20px 240px 30px 20px;
}
#content-full {
	margin: 20px;
}

#sidebar {
	float: left;
	width: 190px;
	margin: 20px 0 30px -210px;
	overflow: hidden;
}

#footer {
	clear: both;
	/*width: 100%;*/
	padding: 20px;
	border-top: 3px solid #EFEFEF;
	text-align:center;
}

/* General */
* {
	padding: 0;
	margin: 0;
}

a {
	/*color: #336633;*/
	color: #608975;
	text-decoration: none;
}
/*
a:visited {
	color: #339999;
}
*/
a:hover {
	color: #003333;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	margin: 0 5px;
	color: #CCCCCC;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.meta-sep {
	margin: 0 5px;
	color: #CCCCCC;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	width: 760px;
	overflow: hidden;
	border-top: 1px solid #b2b7b2;
	border-bottom: 1px solid #E5E5E5;
}
/*
#menu {
	background-image: url(images/menu-bg.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
*/
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	/*margin-left: 10px;*/
	padding: 5px 4px;
	background-image: url(images/head-tate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu ul li a {
	padding: 10px 15px;
	display: block;
}
#menu ul li.first a {
	padding: 10px 15px 10px 20px;
	background-image: url(images/house_08.gif);
	background-position: 2px 11px;
	background-repeat: no-repeat;
}
/*menu現在地*/
body.category-info #menu ul li.blog-info a,
body.category-blog #menu ul li.blog-blog a,
body.pageid-9 #menu ul li.page-item-9 a,
body.pageid-2 #menu ul li.page-item-2 a,
body.pageid-5 #menu ul li.page-item-5 a {
	color: #FFFFFF;
	background-color: #7aaf96;
	background-image: url(images/menu-triangle.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	/*background-color: #009933;*/
	background-color: #7aaf96;
	color: #FFFFFF;
}

#blog-title {
	height: 52px;
	width: 300px;
	margin: -10px 0 0 6px;
	font-size: 250%;
	font-weight: normal;
	text-indent: -9999px;
	background-image: url(../../../../img/logo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#blog-title a {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
}

#blog-description {
	padding-top: 7px;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	text-align: right;
	line-height: 130%;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
p#totop {
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: right;
	float:right;
}
p#totop a {
	padding-left: 15px;
	background-image: url(images/arrow_g_top.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* トップページ */
.home #content-full {
	margin-top: 5px;
	background-image: url(../../../../img/new-top-bg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#left-list {
	float: left;
	width: 265px;
	padding-top: 335px;
}
#right-list {
	float: right;
	width: 450px;
	padding-top: 110px;
}
.top-banner {
	margin: 15px 0px 2px;
	text-align: center;
}
#right-list h3 {
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}
#right-list ul {
	padding: 0px;
	margin: 10px 0px 10px 20px;
}
#right-list ul li {
	margin-bottom: 4px;
	line-height: 120%;
}

/* Content */
.page-title {
	padding-bottom: 4px;
	margin-bottom: 15px;
	font-size: 160%;
	font-weight: normal;
	background-image: url(../../../../img/dot2px.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 450px;
	font-size: 160%;
	font-weight: normal;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	margin: 10px 0 0 0;
	display: block;
}

.entry-comments {
	float: right;
	padding: 3px 0 7px 7px;
	background: url(images/cbubble_left.gif) no-repeat top left;
}

.entry-comments a {
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	background: url(images/cbubble_right.gif) no-repeat top right;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	margin-top: 10px;
	font-size: 90%;
	color: #666666;
}

.entry-categ {
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 90%;
	color: #666666;
}

.entry-footer {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	font-size: 90%;
	color: #666666;
}

.entry-footer span {
	margin: 0 5px;
	color: #CCCCCC;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.entry-content p img,
.entry-content div img {
	padding: 4px;
	margin: 3px;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #DBDBDB;
	background-color: #E7E7E7;
}

.entry-content h2 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 120%;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-bottom: 10px;
	margin-left: 30px;
}
.entry-content ul {
	margin-left: 13px;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 12px;
	line-height: 1.4em;
}
.entry-content ul li {
	padding-left: 17px;
	background-image: url(images/arrow_g_right.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style-type: none;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	padding: 0 2px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	margin: 0;
	border-bottom: none;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
}

/* End: QBKL Styles */

#rss-links ul li {
	padding-left: 22px;
	background: url(images/rss.gif) no-repeat top left;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;
}

#wp-calendar caption {
	padding: 5px 0;
	margin-bottom: 5px;
	background: #FAFAFA;
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	margin-bottom: 10px;
	font-size: 120%;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	margin-top: 2px;
	background: #FFFFFF;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	margin-bottom: 5px;
	font-size: 90%;
	color: #666666;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: "メイリオ", meiryo, verdana, tahoma, "ヒラギノ角ゴ Pro W3", hirakakupro-w3, osaka, "ＭＳ Ｐゴシック", sans-serif, arial, helvetica;
	font-size: 12px;
	background: #FAFAFA;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

