﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body{
	background-image:url(../images/haikei/machi.png); /*画像名*/
	background-repeat: repeat-x;
	background-position: right top
	font-color:＃2f4f4f;/*文字色*/
	font-size:12px;/*文字サイズ*/
}
header,  #contents, footer{ /**/
	width:auto; /*幅　*/
	margin:auto;/*右余白 自動*/
	text-align:center; /*テキストの横位置*/
}




header{
	maging: auto; /**/
	text-align: center; /*テキストの横位置*/
	line-height: 20px;/**/
	white-space: pre; /*空白スペース全角*/
}

div.b {
margin-left: 1.0em; /* ブロック全体を 1em（1文字）分右に */
text-indent: -1.0em; /* 先頭の1行のみ 2em（2文字）分左に */
}

ul{
	background-color: rgba(0,0,0,0);
	margin: auto;
	padding-left:2px; /*パディング*/
}

ul li {
	list-style: none;
 	margin-right: 8px;
	border-style: solid ; 
	border-width:1px;
	padding: 1px 1px 1px 1px;
	width: 90px;
	box-shadow: 5px 5px 5px #23cd23;
	border-color: #23cd23;
	background-color: white;
	border-radius: 5px;
	font-size:18px; /**/
}
.inline {
	text-align: center;
}
.inline li {
	display: inline;
}
iframe{
	display: block;/**/
	margin: 0px auto;/**/
	text-align:center; /*テキストの横位置*/
	background color:transparent; /*色　透明*/

}
footer{
	padding-top:30px; /**/
}
h1{
	margin-left:10px; /**/
	padding:0 0 50px 0; /**/
	font-size:24px; /**/
	color:#2f4f4f;
	text-align:center; /**/
}
h2{
	margin-left:50px; /**/
	padding:10px; /**/
	font-size:20px; /**/
	color:#2f4f4f;
	text-align:center; /**/
}

a:hover{
	background-position:0 -55px;
}

/* 基本レイアウト ここまで↑ */
.text-center{
	text-align: center;
}

.box-img,
.box-text{
	display: inline-block;
	vertical-align: middle;
}

.frame1{
	border: solid 3px #f0f8ff;
	padding:3px;
	border-radius: 10px;
	box-shadow: 5px 10px 10px #2f4f4f;
}


.frame2{
	border: solid 5px #fof8ff;
	border-radius: 100px 0 100px 0;
	box-shadow: 5px 10px 20px #2f4f4f;
}

.frame3{
	border: solid 3px #2f4f4f;
	border-radius: 120px / 80px;
}

.frame4{
	border-radius: 50%;
	box-shadow: 0px 0px 20px 10px #2f4f4f;
}





table {	
	background-color:#000000/**/
	line-height: normal;/**/	
	text-align:left; /**/

}





