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

.clearfix { display: inline-block; }

/* Hide Mac IE */
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#c-both {
	clear:both;
}

body {
	text-align:center;
	margin:0 auto;
	background-color: #261766;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


a:link {color:#0000ff; text-decoration:none;}
a:visited {color:#ff0000; text-decoration:none;}
a:active {color:#FF0000; text-decoration:overline;}
a:hover{color:#FF0000;text-decoration:none;}

td {font-size:12px;line-height : 180%;
				color:#000000;
				letter-spacing:1pt;
				}

#wrapper {
	text-align:center;
	margin:0 auto;
	width:780px;
	height:auto;
	background-color:#fcfcfc;
	text-align:left;
	border:#cccccc 1px solid;
	overflow: hidden;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/
#wrapper2{
				text-align:left;
				width:730px;
				height:auto;
				border:#cccccc 1px solid;
				margin-left:26px;
			}

#header {
			width:780px;
			height:100px;
			}

#menu_bar {
	width:730px;
	height:50px;
	background-color:#400040;
}
#menu_bar2 {
	margin-top:-10px;
	text-align:center;
}

#page_title {
	margin-left:130px;
	}
			
#left {
	background-color:#ffffff;
	width:120px;
	height:auto;
	border:#cccccc 1px;
	float:left;
}
		
#right {
	margin-left:130px;
	width:580px;
	height:auto;
	font-size:12px;
	text-align:left;
	line-height:2.0em;
	letter-spacing:2px;
	padding:0px;
	/*float:relative;*/
	display:box;
}
#mesg {
				margin-top:0px;
				width:580px;
				height:auto;
				font-size:14px;
				color:#000000;
				font-align:left;
				line-height:1.6em;
				padding:10px;
				overflow:visible;
			}
			
.pagetop {
	float:right;
	padding-right:20px;
}

#footer {
	width:780px;
	height:20px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	padding-top:3px;
}