/* CSS Document */
*	{
	font-size:12px;
}
html	{
}

body	{
	margin:0;
	background:url(../common/bg3.gif) repeat;
	line-height: 1.5em;
}
body.sogo	{
	background:url(../images/bg.gif) repeat;
}
body.kagawa	{
	background:url(../common/bg3k.gif) repeat;
}
#CONTENT	a,a:link	{
	font-size:12px;
	color:#000;
	text-decoration: underline;
}#CONTENT	a:visited	{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}#CONTENT	a:hover	{
	font-size:12px;
	color:#f00;
	text-decoration: none;
}#CONTENT	a:active	{
	font-size:12px;
	color:#f00;
	text-decoration: none;
}



#FMENU	a,a:link	{
	font-size:10px;
	color:#000;
	text-decoration:none;
}#FMENU	a:visited	{
	font-size:10px;
	color:#000;
	text-decoration:none;
}#FMENU	a:hover	{
	font-size:10px;
	color:#f00;
	text-decoration:underline;
}#FMENU	a:active	{
	font-size:10px;
	color:#f00;
	text-decoration:underline;
}

img	{
	border:0;
}

a,a:link	{
	font-size:12px;
	color:#000;
	text-decoration: underline;
}	a:visited	{
	font-size:12px;
	color:#000;
	text-decoration: underline;
}	a:hover	{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}	a:active	{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}


.mt { margin-top:12px; }
.mtt { margin-top:36px; }
.mb { margin-bottom:12px; }
.mtb { margin-top:8px;margin-bottom:12px; }
.ml { margin-left:12px; }
.mr { margin-right:12px; }
.mlr { margin-left:12px;margin-right:12px; }

.pt { padding-top:12px; }
.pb { padding-bottom:12px; }
.ptb { padding-top:8px;padding-bottom:12px; }
.pl { padding-left:12px; }
.pr { padding-right:12px; }
.plr { padding-left:12px;padding-right:12px; }

.fl	{	float:left;	}
.fr	{	float:right;	}

.left			{	text-align:left;	}
.right		{	text-align:right;	}
.center		{	text-align:center;	}

.red			{	color:#c00;	}
.black		{	color:#000;	}
.blue		{	color:#00f;}
.green		{	color:#0ff;}
.gray1		{	color:#666;}
.gray2		{	color:#999;}
.gray3		{	color:#ccc;}

.xxsmall	{	font-size:xx-small;	}
.xsmall		{	font-size:x-small;	}
.small		{	font-size:small;	}
.middle		{	font-size:14px;line-height:125%;	}
.xxlarge	{	font-size:xx-large;line-height:125%;	}
.xlarge		{	font-size:x-large;line-height:125%;	}
.large		{	font-size:16px;line-height:125%;	}



