/* みんなの想いでマップ by お台場WEB 無駄な部分多いですがご勘弁下さい。 */

body { background: #f1f1f1; margin: 0 auto; padding: 0; font: .9em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; color: #444; }

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

h2 { color: #B60D0A; font: bold 1.2em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; border-bottom: 1px solid #ccc; }

h3 { color: #808080; background: #D0D4D4; padding: 3px 10px; margin: 0 0 15px; }

a {
text-decoration: none;
color: #74A8F5;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}

a img {
border: 0;
}

#header {
background-color: #7FBAE6;
display: block;
width: 100%;
height: 20px;
margin: 0;
text-align: center;
}

.splitright {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 60%;
margin: 0 auto;
padding: 10px 10px 10px 10px;
float: left;
overflow: hidden;
}

/* ----------- 入力フォーム ----------- */
	#myform{
		position: absolute;
		top: 20px;
		left: 80px;
		width: 250px;
		hight: 150px;
		margin-top: 5px;
		margin-left: 5px;
		padding: 5px;
		background: url(../img/box.png) no-repeat;
		filter: alpha(opacity=85); /*IE*/
		-moz-opacity:0.85; /*FF*/
		opacity:0.85;
	}
/* ----------- デザイン ----------- */
	#basic{
		text-align: center;
		width: 240px;
		hight: 130px;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:3px;
	}
	#basic p{
		font-size:12px;
		color:#666666;
		margin-bottom:3px;
		padding-bottom:2px;
	}
	#basic input{
		background-color: #f5f5dc; 
		width:100%;
		font-size:12px;
	}
	#basic button{ 
		clear:both;
		margin-left:5px;
		background:#b3d7f1;
		color:#000;
		border:solid 1px #666666;
		font-size:10px;
		font-weight:bold;
		padding:4px 6px;
	}


/* ----------- フッター ----------- */
#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #C4C4C4;
width: 100%;
text-align: center;
color: #444;
font-size: 0.8em;
}

#footer a {
color: #86C32A;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #74A8F5}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

