@charset "utf-8";

/*------------------------------------------------
	base styles
--------------------------------------------------*/
body{
	color: #404040;
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	line-height: 1.5em;
}
td{
	color: #000000;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
body,p,dl,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ol,ul{
	list-style-type: none;
}
ol li img,
ul li img{
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
img{
	border: none;
}
select{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input,textarea,selectbox{
	color: #000000;
}
textarea{
	font-size: 100%;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
strong{
	font-weight: bold;
}
a:link{
	color: #19254d;
}
a:visited{
	color: #19254d;
}
a:hover{
	text-decoration: none;
}



/*------------------------------------------------
	common styles
--------------------------------------------------*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
	*zoom:1;
}


/* --------------------------------------------- */
/* global */
.right{
	float:right;
}
.left{
	float:left;
}
.both{
	clear:both;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center !important;
}
a,a:link,a:visited,a:hover,a:active{
	color:#836e2c;
	text-decoration: none;
}

