﻿body {
	font-size : 13px;
	color: #555555;
	text-align : center;
	letter-spacing : 0px;
	padding : 0px;
	margin : 0px auto;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family : 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color : #99CCCC;
}
td {
	font-size : 13px;
}

a {	color: #5588ff;}
a:link {	color: #5588ff;}
a:visited {	color: #8855aa;}
a:hover {	color: #00cccc;}
a:active {	color: #00cccc;}


html.contents {
	padding : 0px;
	background-image : url(sysimg/main_bg.gif);
	background-repeat : no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	text-align : center;
}
body.contents {
	padding : 0px;
	background-image : url(sysimg/main_bg.gif);
	background-repeat : no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	text-align : center;
}
.full {
	width : 800px;
	margin : 0px auto;
	text-align : left;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
}
.full_pad {
	padding : 0px 20px;
}

div.left {
	float : left;
	width : 200px;
	}
div.right {
	float : right;
	width : 550px;
	}
div.float_end {	clear : both;}
	
div.text {
	margin : 0px 20px;
}
div.new {
	padding : 0px 10px;
	margin : 5px 10px;	
	border-bottom: 1px solid #025C9F;
}
div.space5px {
	height : 5px;
	overflow : hidden;
}
div.space2px {
	height : 2px;
	overflow : hidden;
}