@charset "Shift-JIS";

/*  Base_css
----------------------------------------*/
div,p {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
}

ul,ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

dl,dt,dd {
	margin: 0px;
	padding: 0px;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
	}

select,
input { margin: 2px; vertical-align: middle;}


address {
	margin: 10px 0px auto;
	padding: 0px;
	font-style: normal;
	color: #666666;
	font-size: 82%;
	font-family: Verdana, Arial, 'MS Pゴシック', sans-serif;
	}


/* Link */
a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #a7681f;
	text-decoration: none;
}

#header a{color:#fff;}
#header a:hover{color:#fff;text-decoration: underline;}
#header a:visited{color: #a7681f;}

#mainArea #contents a,
#mainArea #contents_l a { color: #666666; }

#mainArea #contents a:hover,
#mainArea #contents_l a:hover {
	color: #666666;
	text-decoration: underline;
}

#mainArea #contents a:visited,
#mainArea #contents_l a:visited { color: #a7681f; }

/*区切り線*/
hr { display:none; }
.hrborder {
	height:1px;
	background:url(../images/bg_hrborder.gif) repeat-x;
}

/*テーブル*/
table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

table th {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
}

table td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
}

table td a { color: #666666; }
table td a img {
	padding: 0 3px 0 0;
	vertical-align: middle;
}

textarea { font-size: 100%; }

/*  汎用クラス
----------------------------------------*/
/* このページの先頭へ */
.totop {
	clear:both;
	width: 760px;
	margin: 0 0 10px 0;
	text-align: right;
	color: #999999;
	font-size: 82%;
	line-height: 100%;
}

.totop img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.note{
	color: #FF0000;
	font-weight: bold;
}

/* 段落設定 */
.pCenter { text-align: center; }
.pLeft { text-align: left; }
.pRight { text-align: right; }

img.imgRight {
	padding: 0 0 20px 20px;
	float: right;
}
img.imgLeft {
	padding: 0 20px 20px 0;
	float: left;
}
	
/* 回り込みクリア */
.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

