@import url("globalnavi.css");    /* グローバルナビ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin:0;
	padding:0;
}
.text10 {
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}
.text10brown {
	font-size: 10px;
	line-height: 140%;
	color: #57523E;
}
.text11 {
	font-size: 11px;
	line-height: 140%;
	color: #666666;
}
.text11glay {
	font-size: 11px;
	line-height: 140%;
	color: #DEDEDE;
}
.text11pink {
	font-size: 11px;
	line-height: 140%;
	color: #D71873;
}
.text11red {
	font-size: 11px;
	line-height: 140%;
	color: #CC0000;
}
.text11orange {
	font-size: 11px;
	line-height: 140%;
	color: #F07144;
}
.text11green {
	font-size: 11px;
	line-height: 140%;
	color: #66CC33;
}
.text11blue {
	font-size: 11px;
	line-height: 140%;
	color: #70ADCC;
}
.text11white {
	font-size: 11px;
	line-height: 140%;
	color: #FFFFFF;
}
.text12 {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}
.text12red {
	font-size: 12px;
	line-height: 140%;
	color: #CC0000;
}
.text12pink {
	font-size: 12px;
	line-height: 140%;
	color: #D71873;
}
.text12green {
	font-size: 12px;
	line-height: 140%;
	color: #66CC33;
}
.text12greend {
	font-size: 12px;
	line-height: 140%;
	color: #339999;
}
.text12green_wiki {
	font-size: 12px;
	line-height: 140%;
	color: #2E789B;
}
.text12white {
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}
.text12blue {
	font-size: 12px;
	line-height: 140%;
	color: #70ADCC;
}
.text12brown {
	font-size: 12px;
	line-height: 140%;
	color: #57523E;
}
.text14 {
	font-size: 14px;
	line-height: 140%;
	color: #666666;
}
.text14red {
	font-size: 14px;
	line-height: 140%;
	color: #CC0000;
}
.text14green_wiki {
	font-size: 14px;
	line-height: 140%;
	color: #2E789B;
}
.mark {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	font-weight:bold;
}
a.pink:link         {color:#D71873; text-decoration:none;}
a.pink:visited      {color:#D71873; text-decoration:none;}
a.pink:active       {color:#D71873; text-decoration:underline;}
a.pink:hover        {color:#D71873; text-decoration:underline;}

a.text_u:link         {color:#666666;}
a.text_u:visited      {color:#666666;}
a.text_u:active       {color:#666666;}
a.text_u:hover        {color:#666666;}

a.glay:link         {color:#666666; text-decoration:none;}
a.glay:visited      {color:#666666; text-decoration:none;}
a.glay:active       {color:#666666; text-decoration:underline;}
a.glay:hover        {color:#666666; text-decoration:underline;}

a.glay_u:link         {color:#DEDEDE;}
a.glay_u:visited      {color:#DEDEDE;}
a.glay_u:active       {color:#DEDEDE;}
a.glay_u:hover        {color:#DEDEDE;}

a.blue:link         {color:#70ADC9; text-decoration:none;}
a.blue:visited      {color:#70ADC9; text-decoration:none;}
a.blue:active       {color:#70ADC9; text-decoration:underline;}
a.blue:hover        {color:#70ADC9; text-decoration:underline;}

a.wiki:link         {color:#2E789B; text-decoration:none;}
a.wiki:visited      {color:#2E789B; text-decoration:none;}
a.wiki:active       {color:#2E789B; text-decoration:underline;}
a.wiki:hover        {color:#2E789B; text-decoration:underline;}

.btn {
	width: 200px;
}
.btn98 {
	width: 98px;
}
/* ------------------------------------------------------------------------------ */
/* --- リストエリア --- */
#topicPathArea{
	width:800px;
	text-align: left;
}
.topicPath {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 10px;
}

/* --- リスト項目 --- */
.topicPath li {
display: inline;
}

/* --- リンク --- */
.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(/images/common/topic_path2.gif) no-repeat right; /* 区切りの記号 */
text-decoration:underline;
}

/* ------------------------------------------------------------------------------ */
