@charset "UTF-8";
/*
Theme Name: atmosphere ltd.
Theme URI: http://atmosphere-ltd.com
Description: The WordPress theme for atmosphere ltd.
Version: 1
Author: FURUYA Nozomu

*/



/* CSS Document */
html {
    overflow-y:scroll;
    }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	min-height: 540px;

}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #000000;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
	margin-top: -270px;
	border-width: 3px 0px 0px 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 500px;
	width: 780px;
	margin-left: -390px;
	border-style: solid;
	border-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 1.5em;
	padding-left: 0em;
	height: 140px;
	background-image: url(images/menuline.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #header img {
	border-style: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: both;
	font-size: 10px;
	line-height: 150%;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
#menu h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#menu ul,#menu ol {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.worklist ol {
	list-style-type: none;
}
#menu li{
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
}
.children li a:hover,.menulist li a:hover,#post ul a:hover{
	color: #FF0000;
	background-color: #FFFF00;	
}
.worklist {
	width: auto;
	float: left;
	margin: 0px;
	line-height: 13px;
}
.worklist li {
	float: left;
	width: 120px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style-position: inside;
}
#post h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#post {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
}
#post ul{	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#post li {
	display: inline;
	margin-right: 35px;
}
* html body .worklist li{
	padding-left: -20px;
	list-style-position: inside;
}
.menulist {
	width: auto;
	float: right;
}
.menulist li {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.children li {
	float: none;
	list-style-type: none;
	font-weight: normal;
	list-style-position: outside;
}

* html body .children li {
	padding-left: -40px;	
	list-style-position: outside;
	list-style-type: none;

}
.children .children{
	display: none;
}

.information {
	width: 30px;
	display: block;
	position: relative;
	font-size: 9px;
	text-align: right;
	float: right;
	margin-top: 10px;
}
#header img {
	float: left;
}
#menu {
	clear: both;
	margin: 0px;
}
#mainContent-in {
	min-height: 360px;
	width:auto;
	overflow: hidden;
}
#mainContent h1 {
	font-size: 11px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 10px;
	font-weight: normal;
}
/*トップページ*/
#sitetop {
	min-height: 350px;
	margin: 0px;
	padding:0px;
	background-color: #E8E5E3;
	background-image: url(images/main_img.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
*html body #sitetop {
	height: 350px;
}
#sitetop h1 ,#sitetop h2{
	text-indent: -9999px;
	display: none;
}
.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 230px;
	padding-left: 20px;
	position: relative;
}

/*コンテンツ*/

.page_item{
	margin: 0px;
	padding: 0px;
	}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.attention {
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
}

.entry {
	visibility: visible;
	min-height: 320px;
}
.work {	min-height: 320px;

	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
/*	background-color: #ECECEC; */
}
.work p{
	margin: 0px;
	padding: 0px;
}
ul .children {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	line-height: 12px;
}
.oneColFixCtrHdr #container #mainContent #mainContent-in #post .children {
	display: none;
}

.pankuzu{
	color: #FF9900;
	margin-bottom: 1ex;
}
.pankuzu a:hover{
	background-color:#FFFF00
	}
.gmap{
color:#666666;
}
.gmap a:hover{
color:#FF3300;
}
.map{
	position: relative;
	left: -260px;
	z-index: 0;
	float: right;
}
.navigation{
	font-size:10px;
	padding-top: 5px;
	color: #999999;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
}
.navigation .alignright {
	float: right;
}
.navigation .alignleft {
	float: left;
}


/* コンタクトフォーム */
.contactform {
	position: static;
	overflow: visible;
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	padding: 4px;
	margin: 3px 0 0 0;
    font-weight: bold;
}
*html body .contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	padding: 9px;
	margin: 3px 0 0 0;
    font-weight: bold;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	padding: 4px;
	margin: 3px 0 0 0;
}

.contacterror {
	border: 1px solid #ff0000;
}
textarea {
	margin: 0 10px 0 0;
	border: 1px solid #999999}
	
	
#contactsubmit
{
	border-width: 1px;
	border-color: #860023;
}
/* End Contact Form ][ CSS */
.current-cat a,page_itemcurrent_page_item a{
	color: #FF0000;
}
.current-cat ul li a{
	color: #333333;
}

/* TEXT on Image */
.infooverimage {
	position: absolute;
	top: 400px;
	left: 15px;
	width: auto;
	background-color:#FFFFFF;
	padding:2px;
}
.infooverimage p {
	margin: 0px;
	padding: 0px;
}
