@charset "utf-8";

/* Share Style
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/common/bg.jpg) no-repeat top center;
	background-color:#f8d2bd;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/* font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif; */
	font-size:12px;
	text-align:center;
	color:#333333;
}

h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
}

dt,dl {
	line-height:140%;
}

p {
	line-height:140%;
	margin:0 0 1em 0;
}

ul,li {
	list-style:none;
}

img {
	border: 0;
	background-color: transparent;
	vertical-align: bottom;
}

hr {
	display:none;
}

th {
	line-height:140%;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	vertical-align:top;
}

td {
	line-height:140%;
	vertical-align:top;
}

strong { font-weight: bold; }



/* share class
----------------------------------------------------------- */

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.small {
	font-size:10px;
}

.end {
	margin-bottom:40px;
}

.clearall {
	clear:both;
}

.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
zoom:1;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*********************
iepngfix
**********************/
.pngfix {
	behavior: url("/htc/iepngfix.htc");
}


/* Link Color
----------------------------------------------------------- */
a { text-decoration:none;}

a:link{text-decoration:none;color:#7A2912;}
a:visited{text-decoration:none;color:#7A2912;}
a:hover{text-decoration:underline;color:#9A2912;}
a:active{text-decoration:underline;color:#9A2912;}

