@charset "UTF-8";

/* basic
---------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'メイリオ',Meiryo;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #333333;
	text-align: center;
	background-color: #fff;
}

a:link {

}
a:visited {

}
a:active,
a:hover {
}

img {
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd { margin:0px; padding:0px; }

.clearboth {
  clear: both;
}

/*↓float使用時のclearfix設定*/
/* clearfix */

.clearfix {
  zoom: 1; /* for IE5.5 - IE7 */
  }
.clearfix:after { /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  /*font-size: 0px;*/
  }
/*  */

/* -- voicenavi style -- */
.c-vnv {
	clear:both !important;
	position: absolute !important;
	clip: rect(0,0,0,0) !important;
	top:-9999px !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	text-decoration:none !important;
	overflow: hidden !important; 
}

/* wrapper
---------------------------------------------*/
#wrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	width: auto;
	font-size: 130%;
	overflow:hidden;
}










/* text
---------------------------------------------*/
.txt_pink {
	color: #d72153;
	font-weight: bold;
}
.txt_orange {
	font-weight: bold;
	color: #FF8C00;
}
.txt_yellow {
	color: #ffec80;
	font-weight: bold;
}
.txt_brown {
	font-weight: bold;
	color: #593329;
}
.txt_gray {
	color: #555;
	font-weight: bold;
}
.txt_red {
	color: #cc0000;
}
.txt_blue {
	font-weight: bold;
	color: #0041b9;
}
.txt_blue2 {
	color: #0066cc;
}
.txt_green {
	color: #5fa200;
	font-weight: bold;
}
.txt_green a {
	color: #5fa200;
	text-decoration: underline;
 }
.txt_green a:visited {	
	color: #5fa200;
 }
.txt_green a:hover {
	color: #c34453;
}

.txt_small {
	font-size: 90%;
}
.txt_large {
	font-size: 120%;
}
.txt_xlarge {
	font-size: 140%;
}

/* -----------------------------------
align
----------------------------------- */
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}


/* margin
---------------------------------------------*/
.mt5 {
    margin-top:5px;
}
.mt8 {
    margin-top:8px;
}
.mt10 {
    margin-top:10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.mr5 {
    margin-right:5px;
}
.mr10 {
    margin-right:10px;
}
.mr15 {
    margin-right:15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
