@charset "utf-8";
/* gene openwindow用 //======================================== */
* {
	margin: 0px;
	padding: 0px;
}

p,ul,li {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family:"ＭＳ ゴシック", "Osaka−等幅",Arial;
}
a:link , a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover , a:active {
	text-decoration: underline;
	color: #FF6600;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;	
}




/* FOR CONTAINER //========================================*/
#containerAll {
	position: relative;
	text-align: center;
	width: 620px;
	margin:10px auto;
	font-size:90%;
	line-height: 140%;
}

#containerMid {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 580px;
}
#containerBtm {
	margin-right: 20px;
	margin-left: 20px;
	width: 580px;
}

/* FOR CENTER CONT //======================================== */
#containerMid ul {
	list-style-type:disc;
}
#containerMid li {
	list-style-position:outside;
	margin-left:25px; 
	line-height: 130%;
	padding:1px 0px;
}
#containerMid p{
	margin-left:5px; 
	padding-bottom:1px;
	line-height: 130%;
}

/* FOR FOOT //======================================== */

#footTop {
	width: 100%;
	border: none;
}
#footBtm {
	width: 100%;
	height: 20px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#footLogo {
	padding: 3px 5px;
	float: left;
	border: none;
	width: 58px;
}

#footFcopy02 {
	float: right;
	margin-top: 1px;
	text-align: right;
	width: 360px;
	font-size: 80%;
}
 {
	padding: 3px 5px;
	float: right;
	border: none;
	width: 400px;
	text-align: right;
}