/* ページのベースデザイン */
body
{
	background:url("images/bg.gif") fixed;
	background-color: #CC9966;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* 本文テキストのフォントサイズ,色,行間 */
body,td
{
	font-size:12px;
	color:#777777;
	line-height:140%;
	font-family:Verdana;
}



/*ページ全体の背景色・マージン指定*/

/*テキストリンクの色*/
a:link
{
	text-decoration:underline;
	color:#0000FF;
}

/*訪問済みのリンクの色*/
a:visited
{
	text-decoration:underline;
	color:#9900CC;
}

/*クリックされているときのリンクの色*/
a:active
{
	text-decoration:underline;
	color:#FF3300;
}

/*マウスの上にカーソルがあるときのリンクの色*/
a:hover
{
	text-decoration:underline;
	color:#FF9900;
}

/*左メニュー・リンクテキスト指定*/
.lin2 a:link
{
	font-size:13px;
	color:#777777;
	text-decoration:none;
}

/*左メニュー・訪問済みリンクテキスト指定*/
.lin2 a:visited
{
	font-size:13px;
	color:#777777;
	text-decoration:none;
}

/*左メニュー・クリックされているときのリンクの色*/
.lin2 a:active
{
	font-size:13px;
	color:#3366CC;
	text-decoration:underline;
}

/*左メニュー・マウスの上にカーソルがあるときのリンクの色*/
.lin2 a:hover
{
	font-size:13px;
	color:#3366CC;
	text-decoration:underline;
}

/*オレンジの背景色*/
.color1
{
	background-color:#FFE1B4;
}

/*ホワイトの背景色*/
.color2
{
	background-color:#FFFFFF;
}

/*一番外側の枠線の色の背景色*/
.color3
{
	background-color:#FF0033;
}

/* 下線が点線の部分 */
.hr1
{
	border-color:#62a165;
	border-style:dotted;
	border-width:1px;
}

/* メインタイトルのフォントサイズ,色*/
.text1
{
	font-size: 24px;
	color: #739575;
	line-height: 140%;
	font-family: Verdana;
	font-weight: bold;
}

/* ページタイトルのフォントサイズ,色*/
.text2
{
	font-size: 18px;
	color: #739575;
	line-height: 140%;
	font-family: Verdana;
	font-weight: bold;
}





#main
{
	width:1000px;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	background-color:#ffffff;
	border:solid #555555;
	border-width:1px 1px;
	text-align:left;
}

#box
{
	width:100%;
	height:100%;
	padding:0px 10px;
	clear:both;
}

#left
{
	width:160px;
	float:left;
}

.l_box
{
	padding:5px;
	margin:5px 0px;
	border:1px dotted #555555;
}

.l_box ul
{
	padding:10px 10px;
	margin:0px;
	list-style:none;
}

.l_box ul li
{
	padding:0px 0px 0px 5px;
	margin:2px 0px;
	list-style:none;
	border:solid #609ff6;
	border-width:0px 0px 0px 3px;
}

.l_name
{
	padding:2px 10px;
	background-color:#b2d1fc;
}

#right
{
	width:600px;
	float:left;
	padding:0px 0px 0px 5px;
}

.title
{
	width:103%;
	color:#ffffff;
	font:90%;
	font-weight:bold;
	padding:2px 10px;
	margin:4px 0px;
	border:solid #468ff5;
	border-width:0px 0px 0px 5px;
	background-color:#86b7fc;
}

.text
{
	width:100%;
	padding:5px;
}

