@charset "UTF-8";
/*==================================================================*/
/* Title   : ƒEƒFƒ‹‚a‚n‚w‰E‹ž CSSƒtƒ@ƒCƒ‹                 */
/* Program : Š”Ž®‰ïŽÐƒSƒr (Y.Kato)                                  */
/*             Copyright (C) 2009 GOV Co.,Ltd. All Rights Reserved. */
/*==================================================================*/
/* ------------------ General Setting ----------------------- */
* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	color: #000000;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg_wellbox3.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-position: -200px 0px;
}

A:link {
  color: #0033CC;
  text-decoration: none;
}

A:visited {
  color: #0033CC;
  text-decoration: none;
}
A:active {
  color: #CC3333;
  text-decoration: underline;
}
A:hover {
	background-color: #FFCCCC;
}

#container{
	width: 852px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px outset #CCCCCC;
	top: 0px;
	height: auto;
	padding: 0px;
	position: relative;
	display: block;
}


/* ------------------ Header Setting ------------------------ */
#HeaderArea {
	width: 852px;
	text-align: center;
	height: 120px;
	background-image: url(../image/title_850.jpg);
	margin: 0px;
	clear: left;
	float: left;
}

/* ------------------ Footer Setting ------------------------ */
#FooterArea {
	width: 802px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	font-size: small;
	color: #333333;
	height: 50px;
/*	background-image: url(../image/bg_footer.jpg); */
background-image: url(../image/bg_menu_t2.jpg);
	text-align: center;
	padding-top: 5px;
	bottom: 0px;
	clear: both;

/*	float: left; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
*/
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

/* ------------------ ContentsArea Setting ------------------ */
#ContentsArea {
	text-align: left;
	width: 820px;
	height: auto;
	clear: left;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
p.comment {
	display: block;
	width: 400px;
	margin-right: 10px;
	margin-left: 20px;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	color: #333333;
}

div.pankuzu {
	font-size: small;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	clear: both;
	float: left;
/*	width: 500px;*/
}
div.pankuzu a {
	font-size: small;
}

div.pankuzu a:link {
	font-size: small;
}

div.pankuzu a:hover {
	color: #716F64;
	font-size: small;
}

div.pankuzu a:active {
	font-size: small;
}

div.mojisize {
	float: right;
	margin-top: 1px;
	margin-right: 6px;
	clear: right;
}
#HeaderArea .logo {
	clear: left;
	float: left;
	height: 120px;
	width: 240px;
	padding: 0px;
}

