/*======================================================*/
/*	メインCSS											*/
/*======================================================*/
/*------------------------------------------------------*/
/*	タグ												*/
/*------------------------------------------------------*/
BODY{
	background-color 	: #ffffff;
	font-size			: 12px;
	margin				: 0px;
	line-height			: 4em;
}
H1{
	font-size		: 12px;
	text-align		: center;
	margin-top		: 4em;
	margin-bottom	: 4em;
}
H2{
	font-size		: 12px;
	text-align		: left;
	margin			: 0px 0px 0px 1em;
}
H3{
	font-size		: 12px;
	text-align		: left;
	margin			: 0px 0px 0px 1em;
}
TABLE CAPTION{
	caption-side	: top;
}
TD{
	font-size		: 12px;
}
P{
	font-size		: 12px;
	margin			: 0px;
}
UL{
	font-size		: 12px;
	font-weight		: bold;
	margin-top		: 4px;
}
UL LI{
	margin-top		: 0px;
	margin-bottom	: 8px;
}
IMG{
	border-width	: 0px;
	border-style	: none;
}
A,A:visited{
	text-decoration	: none;
	color			: #000000;
}
A:hover{
	text-decoration	: none;
	color			: red;
}
/* トップページのメニューで使用 */
A.wide{
	display : block;
	width   : 100%;
}
A:hover.wide{
	text-decoration	: none;
	color			: red;
	BACKGROUND-COLOR : #b0f9bc;
}
/**/

P#toiawase A{
	text-decoration	: underline;
	color			: red;
}
STRONG{
	color			: #000099;
	font-weight		: bold;
	font-style		: normal;
}
/*------------------------------------------------------*/
/*	ID													*/
/*------------------------------------------------------*/
TABLE#layout{
	background-color	: #ffffff;
}
TABLE#headermenu{
	background-color	: #ffffff;
}
TABLE#headermenu TBODY TR TD#menu{
	background-color	: #000000;
}
TABLE#qq{
	background-image	: url(img/bg3.gif);
	background-repeat	: no-repeat;
	background-position	: 50% 50%;
}
P#toiawase{
	text-align		: center;
	font-size		: 12px;
}
P#pages{
	text-align	: center;
	margin-top		: 2em;
	margin-bottom	: 2em;
	font-size		: 12px;
}
P#copyright{
	color		: #ffffff;
	text-align	: center;
	font-weight	: bold;
	font-size	: 12px;
}
/*------------------------------------------------------*/
/*	クラス												*/
/*------------------------------------------------------*/
P.text{
	text-align		: left;
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 3em;
	margin-left		: 1em;
}
DIV.titleimage{
	text-align		: center;
	margin			: 10px 0px 10px 0px;
}
.right{
	text-align		: right;
}
.left{
	text-align		: left;
}
.center{
	text-align		: center;
}
