@charset "shift_jis";


/* ==================================================
  common
================================================== */

body {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 100%;
	background-color: #FFFDEA;
}

hr {
	display: none;
}

a {
	/*\*/
	color: #336699;
	text-decoration: none;
	/**/
}

div, p {
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
}

h2, h3, h4, ul, li, dl {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

.font11 {
	font-size: 11px;
	line-height: 1.1;
	color: #333;
}

.font12 {
	font-size: 12px;
	line-height: 1.3;
	color: #333;
}

.font14 {
	font-size: 14px;
	line-height: 1.1;
	color: #333;
}

.font11 a,
.font12 a, 
.font13 a {
	color: #0099CC;
	text-decoration: underline;
}

.font11 a:hover,
.font12 a:hover, 
.font14 a:hover {
	color: #006699;
	text-decoration: underline;
}

.fontWht {
	color: #fff;
}

.fontWht a { color:#FFFFFF; text-decoration: none;}

.fontWht a:hover {
	color: #666666;
	text-decoration: underline;
}

.fontRed {
	color: #FF0000;
}

.fontGry {
	color: #666666;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ptlink {
	background-image: url(../image/arrowGry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 10px;
	text-align: left;
}

.ptlinkFooter {
	background-image: url(../image/arrowFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 10px;
	text-align: left;
}

.ptlinkFooter a {
	color:#0099CC;
}

#whole {
	margin: 0px;
	padding: 0 0 30px 0;
	width: 100%;
}

div#content {
	width: 100%;
}

div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}

.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}

.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}

