body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#base {
	background: #FFFFFF url(../images/contents_bg.gif);
}
td {
	font-size: 12px;
	color: #333333;
}
th {
	font-size: 12px;
	color: #333333;
	text-align: left;
}
h2 {
	font-size: 14px;
	display: inline;
	color: #333333;
}
p {
	font-size: 12px;
	line-height: 1.5em;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style: disc;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
li{
	line-height: 1.5em;
}

/*link関連*/
a:link {
	color: #3668B4;
}
a:visited {
	color: #6745A7;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF3333;
}
.h2gray a:link {
	color: #333333;
	text-decoration: none;
}
.h2gray a:visited {
	color: #333333;
	text-decoration: none;
}
.h2gray a:hover {
	color: #333333;
	text-decoration: underline;
}
.h2gray a:active {
	color: #333333;
	text-decoration: underline;
}

/*footer link関連*/
.gr-txt-s{
	font-size: 10px;
}
.gr-txt-s a:link {
	color: #666666;
	text-decoration: none;
}
.gr-txt-s a:visited {
	color: #666666;
	text-decoration: none;
}
.gr-txt-s a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.gr-txt-s a:active {
	color: #FF3333;
	text-decoration: underline;
}

/*テキスト関連*/
.txt-w {
	color: #FFFFFF;
}
.txt-red {
	color: #FF3333;
}
.txt-blue {
	color: #3668B4;
}
.txt-999 {
	color: #999999;
}
.txt-333 {
	color: #333333;
}
.caption {
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 3px;
}
.indent1_2em {
	text-indent: -1.5em;
	padding: 0em 0em 0em 1.5em;
}

/*レイアウト関連*/
.l-margin20 {
	margin-left: 20px;
}
.image_lm {
	margin: 2px 10px 5px 0px;
	float: left;
}
.image_rm {
	margin: 2px 0px 5px 10px;
	float: right;
}
.clearfloat {
	clear: both;
}

