﻿/*基本リンク関係*/
a:link {
    color:#6699ff;
    font-style:normal;
    text-decoration:none;
}
a:visited {
    color:#44cc77;
    text-decoration:none;
}
a:hover {
    color:#ff6666;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}

img{
	border-style: none;
}

html{
	font-family: ＭＳ Ｐゴシック,monospace;
	font-size: 11pt;
	line-height: 15pt;
}

body{
	text-align: center;
	margin: -5px 0 0 0;
	padding: 0;
	background-color: #f92;
}
	* html body{
		margin-top: 0;
		overflow: hidden;
	}

#body{
	position: absolute;
	top: 0;
	bottom: 32px;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: auto;
	text-align: center;
}


	#main{
		position: relative;
		color: #666;
		margin: 0 auto;
		padding-bottom: 10px;
		width: 950px;
		text-align: left;
		background-color: #fff;
	}



		h1{
			margin-top: 0px;
			padding-top: 11px;
			height: 22pt;
			font-size: 20pt;
			margin-bottom: -5px;
		}
			* html h1{
				margin-bottom: 0;
			}
		
		#sub_head{
			margin-left: 30px;
			font-size: 9pt;
			padding: 10px;
			padding-top: 5px;
		}
		h2.headline{
			margin: 5px auto;
			padding: 5px 14px;
			border-width: 0 0 1px 10px;
			border-color: #911;
			border-style: solid;
			font-size: 17pt;
			color: #272;
			height: 14pt;
		}
		h4.headline{
			border-width: 1px 10px 1px 10px;
			border-color: #911;
			border-style: solid;
			background-color: #fff;
			font-size: 12pt;
			width: 160px;
			color: #252;
			margin: 5px 0 0 35px;
			padding: 3px 0;
			text-align: center;
		}
		div.msg{
			margin: 5px 30px 20px 50px;
		}
	
		.bold-pink{
			font-weight: bold;
			color: #f88;
		}
#footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 32px;
	background-color: #222;
	text-align: left;
	font-size: 9pt;
}
	#copyright{
		position: absolute;
		text-align: right;
		bottom: 0;
		right: 0;
		color: #aaa;
		line-height: 11pt;
	}


/*その他臨時divタグ*/
.center{
	text-align: center;
}
	.center img{
		margin: 0 auto;
	}

span.comment{
	font-size: 9pt;
	line-height: 11pt;
}

