﻿@charset "utf-8";
/* ================================================
CD = 18112013
LD = 18112013
===================================================
editor:
1.
2.
3.
===================================================
contect:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
================================================*/










/*1.html ========================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:500);


body, .font_base {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}


h3 {
	color: #81F7F3;
	font-size: 16px;
}


.font_red {
	color: #c00;
}
a {
	color: #9264B0;
}
a:hover {
	color: #554E8B;
}

.tit {
	color: #81F7F3;
}

#content h2 {
	color: #554E8B;
	font-family: verdana;
	font-size: 30px;
	font-weight: 500;
	line-height: inherit;
}

#footer {
	font-size: 12px;
	line-height: 16px;
}