body {
	font-family:メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Arial, Helvetica, sans-serif, Osaka, Verdana;
	background:#ebeaeb;
	margin:0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a img{
	border:0;
}
a:link, a:visited {
	color: #fd2e95;
	position:relative;
}
a:hover {
	text-decoration: underline !important;
	position:relative;
	top:2px;
	left:1px;
}

h1 {
	background: url("/img/header.gif") no-repeat;
	margin: auto;
	width: 825px;
	height:250px;
}

h1 p,#header-description{
	display: none;
}

h3, p {
	margin: 0px;
	padding: 0px;
}

#mainContainer{
	width:825px;
	background: url("/img/bg.gif");
	margin:auto;
	z-index:1;
	background-position:relative;
	left:60px;
	top:250px;
}
#container-inner{
	z-index:2;
	background: url("/img/bg_main.gif") no-repeat;
	background-position:left 0 top 250px;
}

#left {
	float: left;
	width: 200px;
	padding: 10px;
	margin-left: 25px;
}

.side {
	width: 180px;
	margin: 0px 10px;
	padding: 0px;
}

.menu{
	margin-bottom:12px;
}

.menu ul,.menu li {
	margin:0px;
	padding:0px;
}

.menu li {
	padding-left:6px;
	list-style-type: none;
}
.icon{
 text-align:center;
}
.menuContainer{
	padding:6px 0;
	border-bottom:2px dotted #999;
}

#left .menu p {
	color: #000000;
	font-size: small;
	line-height: 150%;
}

#left .menu img {
	text-align: center;
}

#left .menu h3 {
	color: #000000;
	font-size: small;
	line-height: 120%;
	margin-bottom: 10px;
}

#left .banner {
	text-align: center;
	padding:0px 0px 10px 0px;
	margin:0px;
	width: 180px;
}

#left .adsense {
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	width: 180px;
}

#left .banner p {
	color: #000000;
	font-size: small;
	padding:0px;
	margin:0px;
	line-height: 150%;
}

#left .banner img {
	padding:0px;
	margin:0px;
	text-align: center;
}

#left .itunes {
	background: url("/img/left_box.gif") no-repeat;
	color: #000000;
	font-size: small;
	line-height: 120%;
	margin:20px 0px 20px 0px;
	padding:10px 10px 0px 10px;
	width:180px;
	height:100px;
}

#right {
	float: left;
	width:580px;
	padding: 0px;
	margin: 0px;
}

.box {
	background:#fff;
	width:530px;
	padding: 12px;
	margin: 0 12px 12px;
	border:1px solid #999;
	box_shadow:1px 2px 6px #999;
	-webkit-box-shadow:1px 2px 6px #999;
	-moz-box-shadow:1px 2px 6px #999;
	-ms-box-shadow:1px 2px 6px #999;
	box-shadow:1px 2px 6px #999;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	box-border-radius:10px;
}

.box-adsense {
	float: left;
	padding: 0px;
	margin:  0px 0px 8px 0px;
}

.box .main {
	width: 100%;
	position:relative; top:0px; left:0px;
}

.box .photo {
	float:left;
	margin:0 12px 12px 0;
}

.box h3 {
	border-left:solid 5px #ccc;
	font-size: 150%;
	line-height:120%;
	margin-bottom:12px;
	padding-left:6px;
}

.box .text {
	float:left;
	font-size: small;
	line-height:150%;
	width: 355px;
}

.box .menu {
	display:block;
	clear:both;
	margin:0;
	padding:0;
	text-align:right;
}

.box .tag {
	margin: 0px;
	padding: 0px 8px;
	font-size:small;
	border:0px solid;
}
.box .tag a {
	font-size:small;
	text-decoration:none;
}

#right .news {}

#caution {
	background-color: #fd2e95;
	font-size: small;
	width: 570px;
	text-align:center;
	padding:10px;
	margin:0px;
	line-height:normal;
	border:solid 1px #fd2e95;
}

#footer {
	font-size: small;
	width:580px;
	height:20px;
	text-align:center;
	margin:24px; 0
	clear:both;
	float:right;
}

#footer a,#footer a:visited {
	color: #000;
}

.infoMain{
	width:100%;
}
.infoTbl th,.infoTbl td{
	border-collapse: collapse
	border:1px solid #fff;
	padding:12px;
}

.infoTbl th{
	background:#FFCED7;
}
.infoTbl td{
	background:#E7E7E7;
}


.infoTbl table{
}

.infoAttention{
	color:#FF0000;
}

.txtAC{
	text-align:center;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}