/*  
Theme Name: Surroundings
Theme URI: http://www.surroundings.co.jp/
Description: Surroundings Co., Ltd.
Version: 0.1
Author: Atsuro Ueki
Author URI: http://www.atrovis.com/
*/


/* Begin Typography & Colors */

span.notyet {
	display: none;
	}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",'メイリオ',Meiryo, "ＭＳ Ｐゴシック",
  sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
	}

#page {
	text-align: center;
	}

#page-contents {
	background-color: #fff;
	text-align: left;
	border: 1px solid #bcbcbc;
	}

#header {
	background:#white;
	}

#content {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}

.widecolumn .caption{
	font-size: 1.2em;
	color: #333;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	}

small {
	margin: 0 0 -5px 0;
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
	}

h1, h2, h3 {
	font-weight: normal;
	}

li, ul {
	list-style: none;
	}

#header h1 {
	font-size: 0em;
	text-align: center;
	}

#header .description {
	font-size: 0em;
	text-align: center;
	}

h2 {
	font-size: 1.7em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

hr, .narrowcolumn .entry hr, .widecolumn .entry hr, .entry hr {
	display: inline-block;
	font-size: 1px;
	border: 0;
	color: #bcbcbc;
	height: 1px;
	background-color: #bcbcbc;
	line-height: 1px;
	}

.entry p  {
	font-style: normal;
	font-size: 1em;
	}

.entry p a:visited {
	color: #a10909;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em ;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #bcbcbc;
	}

#sidebar ul, li {
	list-style: none;
	line-height: 1.5em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #D60909;
	text-decoration: none;
	}

a:hover {
	color: #ff0909;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#sitemap a {
	color: #666666;
}

#sitemap a:hover {
	color: #d60909;
}

/* End Typography & Colors */



/* Begin Background Images */
body {
	background: #ffffff url('./img/bg.png') repeat 0 0;
	}

#page {
	background: url('./img/shadow.png') repeat-y center 0;
	}

#page-bottom {
	background: url('./img/shadow_bottom.png') no-repeat center 0;
	}

#mainheader {
	background: #ffffff url('./img/top.png') no-repeat 0 0;
	}

#subheader {
	background: #ffffff url('./img/main2.png') no-repeat 0 0;
	}

#subheader-top {
	background: #ffffff url('./img/main.png') no-repeat 0 0;
	}
/* End Background Images */



/* Begin Structure */
* {
	margin: 0;
	padding: 0; 
}

body {
	margin: 0 0 20px 0;
	padding: 0 ; 
	text-align: justify;
	}

#head {
	position: relative;
	text-align: right;
	width: 640px;
	margin: 24px auto -18px;
}

.jLanguageSelector {
	margin: 0 12px;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	}

#page-contents {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	}

#main-contents {
	min-height: 600px;
	}

#page-bottom {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 30px;
	}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, blockquote {
	margin: 0;
	padding: 0;
	}
h2 {
	border-bottom: 1px solid #bcbcbc;
	}

.widecolumn h2 {
	width: 604px;
	}

.blank {
	margin: 0;
	padding: 0;
	height: 12px;
	line-height: 12px;
	}

#header {
	clear: both;
	}

#mainheader {
	display: block; 
	height: 80px;
	width: 100%;
	}

#mainheader-inner {
	display: block; 
	height: 80px;
	width: 100%;
	}

#subheader {
	display: block; 
	height: 80px;
	width: 100%;
	}

#subheader-top {
	height: 240px;
	width: 100%;
	}

.breadcrumb {
	margin: -74px 12px 42px 0; 
	padding:  0;
	text-align: right;
	clear: both;
	}

.narrowcolumn {
	float: right;
	padding: 0;
	margin: -5px 12px 12px 0;
	width: 428px;
	min-height: 300px;
	}

.widecolumn {
	padding: 0;
	margin: 0 12px;
	width: 616px;
	min-height: 300px;
	}

.post {
	text-align: justify;
	}

#sidebar{
	padding:0;
	margin: 0 12px 12px 12px;
	width: 176px;
}

#sidebar li {
	margin-bottom: 0.5em;
}

#footer{
	clear: both;
	padding: 4px 0;
	margin: 0 12px;
	height: 15px;
	font-size: 0em;
	color: #bcbcbc;
	border-top: 1px solid #bcbcbc;
}

.erase {
	display: none;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright{
	text-align: right;
	float: right;
}

.clear {
	line-height: 0em;
	clear: both;
}

.back {
	border-top: 1px solid #bcbcbc;
	text-align: right;
	float: right;
	width: 604px;
	padding-top: 4px;
	}

.widecolumn img{
	margin:0 10px 0 0;
	padding:5px 5px 25px 5px;
	border-top:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #cccccc;
	background-color:#F6F6F6;
	background-image:url(./img/photo_logo.gif);
	background-repeat:no-repeat;
	background-position:95% bottom;
	}

.widecolumn .main-contents{
	margin:12px;
	}

.widecolumn .photo{
	margin:12px 0;
	}

.widecolumn .text{
	text-align: justify;
	margin: 12px 0;
	text-indent: 1em;
	}


.widecolumn .movie{
	margin: 12px 0 0 0 ;
	}

.widecolumn .caption{
	margin: 12px 90px 0 0;
	border-bottom: 1px solid #bcbcbc;
	}
/* End Structure */



/* Begin Content Details */
#content img {
	border: 1px solid #bcbcbc;
	}

#content ul li{ 
	color: #222222;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 12px 0 12px;
	margin: 12px 0 0 0;
	list-style: none;
	}

#content ul ul li {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: normal;
	text-indent: 1em;
	list-style: none;
	}

#content ol li{
	margin: 0;
	font-size: 0.8em;
	list-style: inside lower-alpha;
	margin-left: 3em;
	text-indent: 0;
}

#content ul ol li{
	margin: 0;
	font-size: 1em;
	list-style: outside lower-alpha;
	margin-left: 3em;
	text-indent: 0;
}

#content ul ol ul li{
	font-size: 0.8em;
	text-indent: 0;
	list-style: none;
	margin: 0;
}

#content ul ol ul ul li{
	font-size: 1em;
	margin: 0;
	margin-left: 1em;
}

#about-index {
	display: block;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin:5px 0 24px 0;
	padding: 0;
	border:1px solid #cccccc;
}

.navigation {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

/* End Content Details */



/* Begin Sitemap Details */
#sitemap ul li{ 
	color: #222222;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 12px 0 12px;
	margin: 12px 0 0 0;
	list-style: inside url('./img/filled-tri.gif');
	}

#sitemap ul ul li {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-indent: 1em;
	margin: 6px 0 0 0;
	list-style: inside url('./img/line-tri.gif');
	}

/* End Sitemap Details */



/* Begin Footer Details */
span#contact a{
	font-size: 0em;
	color: #fff;
	margin: 0 12px 0 0;
	display: block;
	float:left;
	width: 66px;
	height: 14px;
	background:#ffffff url(./img/contact_btn.gif) no-repeat 0 0;
}

span#site-map a{
	font-size: 0em;
	color: #fff;
	margin: 0 12px 0 0;
	display: block;
	float:left;
	width: 66px;
	height: 14px;
	background:#ffffff url(./img/sitemap_btn.gif) no-repeat 0 0;
}

span#policies a{
	font-size: 0em;
	color: #fff;
	margin: 0 12px 0 0;
	display: block;
	float:left;
	width: 66px;
	height: 14px;
	background:#ffffff url(./img/policies_btn.gif) no-repeat 0 0;
}

span#contact a:hover{
	color: #ffffff;
	background:#ffffff url(./img/contact_btn.gif) no-repeat 0 -14px;
}

span#site-map a:hover{
	color: #ffffff;
	background:#ffffff url(./img/sitemap_btn.gif) no-repeat 0 -14px;
}

span#policies a:hover{
	color: #ffffff;
	background:#ffffff url(./img/policies_btn.gif) no-repeat 0 -14px;
}

span#copy-right{
	color: #666666;
	float:right;
	display: block;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
/* End Footer Details */



/* Begin Search Details */
div#search-box	{
}

#search-label {
	color:#EBEAE8;
	background: #EBEAE8 url(./img/search.png) no-repeat 0 0;
	height: 15px;
	width: 176px;
	font-size: 0em;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}

input#search {
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 16px;
	height: 18px;
	width: 146px;
}

input#search-submit {
	margin: 0;
	padding: 0;
	line-height: 1px;
	height: 18px;
	width: 26px;
	font-size: -1px;
	color: #fff;
	border: 1px solid #B6B4B2;
	background: #ffffff url(./img/go.png) no-repeat -3px -1px;
	cursor:Pointer;
}
/* End Search Details */




/* Begin Menu Details */

#index-menu, #index-menu a, #index-menu a:hover {
	font-size: 0em;
	border: 0;
	margin: 0;
	padding: 0;
	}

#about {
	margin: 0 0 12px 0;
	font-size: 0em;
	display: block;
	}

#about a {
	margin: 0 0 12px 0;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	width: 176px;
	height: 55px;
	background: #666666 url("./img/about_btn.png") no-repeat 0 0;
	}

#about a:hover {
	margin: 0 0 12px 0;
	background: #666666 url("./img/about_btn.png") no-repeat 0 -55px;
	}

#works_index {
	margin: 0 0 12px 0;
	font-size: 0em;
	display: block;
	}

#works_index a {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	width: 176px;
	height: 55px;
	background: #666666 url("./img/works_btn.png") no-repeat 0 0;
	}

#works_index a:hover {
	margin: 0 0 12px 0;
	background: #666666 url("./img/works_btn.png") no-repeat 0 -55px;
	}

#projects_index {
	margin: 0 0 12px 0;
	font-size: 0em;
	display: block;
	}

#projects_index a {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	width: 176px;
	height: 55px;
	background: #666666 url("./img/projects_btn.png") no-repeat 0 0;
	}

#projects_index a:hover {
	margin: 0 0 12px 0;
	background: #666666 url("./img/projects_btn.png") no-repeat 0 -55px;
	}

#press_index {
	margin: 0 0 12px 0;
	font-size: 0em;
	display: block;
	}

#press_index a {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	width: 176px;
	height: 55px;
	background: #666666 url("./img/press_btn.png") no-repeat 0 0;
	}

#press_index a:hover {
	margin: 0 0 12px 0;
	background: #666666 url("./img/press_btn.png") no-repeat 0 -55px;
	}
/* End Menu Details */



/* Begin Works Details */
.twoline {
	margin: 0 -10px 12px -10px;
	padding:0 -10px 12px -10px;
	}

.works_icons {
	height: 58px;
	width: 400px;
	margin: 12px 12px 0 0;
	}

.works_small_icons {
	float:left;
	height: 30px;
	width: 208px;
	margin: 12px 0 0 10px;
	padding: 0;
	}

span.exhib-thum {
	float:left;
	height: 45px;
	width: 45px;
	margin: 5px 10px 10px 0;
	padding: 0;
	}
/* End Works Details */

/* Begin Contaft Form Details */
#contactform input {
	border: 1px solid #bcbcbc;
	background-color: #eeeeee;
	font-size: 0.9em ;
	margin: 0 0 12px 0;
	}

#contactform input[type="submit"]{
	cursor:Pointer;
	background-color: #dddddd;
	line-height: 26px;
	height: 26px;
	width: 60px;
	}

#contactform textarea {
        width: 560px;
	border: 1px solid #bcbcbc;
	background-color: #eeeeee;
	font-size: 0.9em ;
	}

#contactform input:focus, #contactform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #d60909;
	}
/* End Contaft Form Details */