/*
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>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */


html { }

body {
	background-image: url(images/bg.jpg);
/*	background: #EFEFEF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

hr {
	width:1px;
	height:1px;
	color:#FFFFFF;
	border:none;
	clear:both;
}

#wrapper {
	width: 940px;
	background: #FFFFFF;
	line-height: 1.5;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #D6D6D6;
}
div#header p#logo
	{
	width:auto;
	margin:2px 0px 0px 1px;
	display:block;
	float:left;
	}
div#header p#header_address
	{
	width:auto;
	margin:25px 6px 0px 0px;
	float:right;
	}
#header p#header_address img
	{
	display:block;
	}
#container {
	float: left;
	width: 100%;
}

#content {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;	/* margin: 20px 240px 30px 20px; */
}

#content2 {
	margin-top: 60px;
	margin-right: 50px;
	margin-left: 50px;
}

/* 20090929ギャラリーページ用に横幅を広げる（セナ） 開始*/

#content_wide {
	margin: 40px 30px 30px 20px;
}

/* 20090929ギャラリーページ用に横幅を広げる（セナ） 終わり*/

#sidebar {
	/*width: 190px;*/
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;	/*margin-left: -210px;*/
	background-color: #dddddd;
}

#footer {
	clear: left;
	width: 935px;
	padding-left: 5px;
	background-color: #DDD;
	text-align: left;
}

#footer p {
	clear: left;
	line-height: 3em;
	margin-left: 10px;
}


/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #777;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

/*

#access {
	overflow: hidden;
	width: 760px;
}

#menu ul {
	width:100%;
	min-height:37px;
	font-size:107%;
	background:url(images/nav/navigation_backbround.gif) repeat-x left top #DDDDDD;
	display:table;
}
#menu ul li {
	width:auto;
	float:left;
	display:table-cell;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li a {
	width:auto;
	line-height:2.7;
	text-decoration:none;
	color:#474747;
	padding:0px 30px 0px 30px;
	background:url(images/nav/navigation_border.gif) no-repeat right center;
	float:left;
}
#menu ul li ul {
	display:none;
}
#menu ul li:hover > ul {
	width:270px;
	border-top:1px solid #CACACA;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
}
#menu ul li ul li {
	width:270px;
	background:none;
}
#menu ul li ul li a {
	width:248px;
	border:1px solid #CACACA;
	border-top:none;
	padding:0px 10px 0px 10px;
	background:#DDDDDD;
}
#menu ul li ul li a:hover {
	background:#999999;
}
#menu ul li ul li:hover ul {
	top:0px;
	left:100%;
	z-index:3;
}


*/



/* 20111119 グローバルメニュー用(WP3のメニュー機能)のCSS　（セナ） 開始*/

ul#menu-g-navi{
	width:100%;
	min-height:37px;
	font-size:107%;
	background:url(images/nav/navigation_backbround.gif) repeat-x left top #DDDDDD;
	display:table;
}
ul#menu-g-navi li {
	width:auto;
	float:left;
	display:table-cell;
}
ul#menu-g-navi li:hover {
	position:relative;
}
ul#menu-g-navi li a {
	width:auto;
	line-height:2.7;
	text-decoration:none;
	color:#474747;
	padding:0px 30px 0px 30px;
	background:url(images/nav/navigation_border.gif) no-repeat right center;
	float:left;
}
ul#menu-g-navi li ul {
	display:none;
}
ul#menu-g-navi li:hover > ul {
	width:270px;
	border-top:1px solid #CACACA;
	display:block;
	position:absolute;
	top:100%;
	left:0px;
	z-index:3;
}
ul#menu-g-navi li ul li {
	width:270px;
	background:none;
}
ul#menu-g-navi li ul li a {
	width:248px;
	border:1px solid #CACACA;
	border-top:none;
	padding:0px 10px 0px 10px;
	background:#DDDDDD;
}
ul#menu-g-navi li ul li a:hover {
	background:#999999;
}
ul#menu-g-navi li ul li:hover ul {
	top:0px;
	left:100%;
	z-index:3;
}

/* 20111119 グローバルメニュー用(WP3のメニュー機能)のCSS　（セナ） 終わり*/





#blog-title {
	font-size: 90%;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 10px;
	/*margin-bottom: 0px;*/
	margin-bottom: 0px;
	/*margin-left: 20px;*/
	margin-left: 10px;
	text-align: right;
}

#blog-title a {
	color: #CCC;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 15px;
}

/* Content */
.page-title {
	color: #CE6700;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 180%;

/*
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
	*/

}

.post {
	/*margin-bottom: 50px;*/
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 60px;
	margin-left: 50px;
	margin-right: 50px;
}

.entry-title {
	/*width: 450px;*/
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	/*color: #FF8000;*/
	color: #CE6700;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.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 {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 0px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* 通常のエントリー設定 　ここまで　*/


/* カスタマイズ（センター寄せと太字）したエントリー設定 　ここから　*/

.entry-content-type_center {
	margin-top: 15px;
	text-align: center;
}

.entry-content-type_center p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content-type_center h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content-type_center a {
	text-decoration: underline;
}

.entry-content-type_center ul, .entry-content-type_center ol {
	margin-left: 0px;
	margin-bottom: 10px;
}

.entry-content-type_center ul li, .entry-content-type_center ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* カスタマイズ（センター寄せと太字）したエントリー設定 　ここまで　*/








/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 30px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
	float: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	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;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#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 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 60px;
}

#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;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}



/* 20091008 トップページのサムネイル by sena 　開始　*/
li.top_thumb_list {
	list-style : none;
	display : inline;
	float : left;
	width : 210px; /* $thumb_w の数値 */
	height : 120px; /* $thumb_h の数値 */
	margin: 5px;
}
a.top_illust_thumb {
	border : solid 3px #ffffff;
	display : block;
	height: 75px;
	width: 75px;
	float: left;
	background-image: url(http://www.senastyle.com/wp-content/themes/CorporateSandbox/images/noimage.jpg);
}
a.top_illust_thumb:hover {
  border : solid 3px #808080;
  text-decoration : none;
}
a.top_illust_thumb_title {
	list-style : none;
	display : block;
	float : right;
	width : 110px;
	height : 75px;
	margin: 5px;
}
#whatsnew {
	width:100%;
	min-height:210px;
	font-size:107%;
}

li.thumb_list {
	list-style : none;
	display : inline;
	float : left;
	width : 75px; /* $thumb_w の数値 */
	height : 75px; /* $thumb_h の数値 */
	margin: 5px;
}
a.illust_thumb {
	border : solid 3px #ffffff;
	display : block;
	height: 75px;
	width: 75px;
	float: left;
	background-image: url(http://www.senastyle.com/wp-content/themes/CorporateSandbox/images/noimage.jpg);
}
a.illust_thumb:hover {
  border : solid 3px #808080;
  text-decoration : none;
}
/* 20091008 トップページのサムネイル by sena 　終わり　*/


/* 20100128 トップページのTwitter by sena 　開始　*/
#top_twitter {
	margin-top: 100px;
	margin-left: 25px;
}
/* 20100128 トップページのTwitter by sena 　終わり　*/


/* 20111213 関連記事の表示 by sena 　開始　*/
.related_posts h4 {
	font-size: 160%;
	color: #CE6700;
	margin-top: 100px;
}
.related_posts p {
	color: #696969;
	margin-top: 15px;
	margin-bottom: 5px;
}
.related_posts ul {
	list-style:none;
	margin-top: 20px;
}
.related_posts li {
	font-size: 110%;
	margin-top: 10px;
}
/* 20111213 関連記事の表示 by sena 　終わり　*/
