


body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	-webkit-text-size-adjust: 100%;
}


h2 {
	font-size: 100%;
	text-shadow: 1px 1px 2px #eee;
	color: #ff2253;
	margin-bottom: 10px;
	text-align: center;
}
#wrap {
	padding: 10px;
}

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #221a14;
	background: -webkit-gradient(linear, left top, left bottom, from(#423932), to(#221a14));
	font-size: 85%;
	width: 300px;
	margin: 0 auto;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 99px;
	padding: 8px 0;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}




section, nav {
	margin-bottom: 1em;
}
h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #f4b800;
	margin-bottom: 1em;
	min-height: 23px;
	font-size:120%;
}
p {
	margin-bottom: 0.5em;
	line-height:1.6em;
}
aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
footer {
	background: url(../images/bg_footer.png) repeat-x;
}
footer p {
	clear: both;
	padding: 2;
	color:#FFFFFF;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

#balloon {
	width: 200px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	position: absolute;
	background-color: rgba(231, 26, 91, 0.9);
	padding: 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

#balloon p {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 位置だけを調整する場合に使用
------------------------------------------------------------------------*/
.txtL { text-align: left; }
.txtC { text-align: center; }
.txtR { text-align: right; }


table.list-table td{
	
	padding-bottom:7px;
	
}

table td.txtC{
	
	text-align:center;
	vertical-align:middle;
}



/* マージン
------------------------------------------------------------------------*/

.mb3{

margin-bottom:3px;

}


.mb5{

margin-bottom:5px;

}

.mb10{

margin-bottom:10px;

}

.mb12{

margin-bottom:12px;

}

.mb15{

margin-bottom:15px;

}

.mb50{

margin-bottom:50px;

}

.mb150{

margin-bottom:150px;

}

.ml10{

margin-left:10px;

}

.mr10{

margin-right:10px;

}


table.smp{
	border-collapse: collapse;
	width:300px;
}
/*  main_banner
------------------------------------------------------------------------*/

table.smp td{
	border: 1px solid #e4b34d;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	

}


table.smp2{
	border-collapse: collapse;
	width:300px;
}
/*  main_banner
------------------------------------------------------------------------*/

table.smp2 td{
	border: 1px solid #ffffff;
	padding:3px;
	vertical-align:top;

}

/* 文字の設定
------------------------------------------------------------------------*/

/* strongじゃない太字のみの場合に使用 */
	
	.txtBold { font-weight: bold; }

/* テキストに下線だけを入れる場合に使用 */
	
	.bLine { text-decoration: underline; }

/* 文字の色だけを変える場合に使用 */
	
	.txtRed 	{ color: #ff0000; }
	.txtGreen 	{ color: #006600; }
	.txtBlue 	{ color: #0000ff; }
	.txtBlack 	{ color: #000000; }
	.txtWhite 	{ color: #ffffff; }
	.txtOrange 	{ color: #FF9900; }
	.txtPink 	{ color: #FF6699; }
	.txtBrown 	{ color: #856A4E; }


.fs90{

font-size:90%;

}

.fs100{

font-size:100%;

}

.fs120{

font-size:120%;

}

.fs140{

font-size:140%;

}

ul.kouzyo{
margin:0px 15px;
list-style:disc;

}



ul.kouzyo li{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;


}

table.banner td{
	padding-left:9px;
	padding-right:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:2px;
}