/********************************************************/
/*        全ての要素の余白をゼロに指定                  */
/********************************************************/
* {
  padding: 0;
  margin: 0;
}

/********************************************************/
/*                  基本リンク                          */
/********************************************************/

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	color: #00ff00;
	text-decoration: underline;
}
a:ACTIVE {
	color: #00ff00;
	text-decoration: underline;
}

/********************************************************/
/*        レイアウトに関する指定                        */
/********************************************************/

body {
	font-size: 80%;
	text-align: center;
	font-family: ＭＳ Ｐゴシック;
	background-image: url(image/bg.gif);
	padding-top: 15px;
}

/********************************************************/
/*        ページ全体の指定                              */
/********************************************************/
#group {
	text-align : left;
	color:#666666;
	width : 750px;
margin-left:100px;

}

/************************************************/
/*        見出し                                */
/************************************************/
#ttop {
	background-color : #FF9933;
	font-size: 95%;
	color: #ffffff;
	padding-top: 0px;
	padding-left: 10px;
	font-weight: normal;
	line-height: 20px;
}

/************************************************/
/*        ヘッダー画像                          */
/************************************************/
#group #header {
	width: 750px;
	height: 200px;
	background-image: url(image/main_img.jpg);
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#group #header #top_logo {
	font-size: 5.0em;
	color: #ffffff;
	font-family: "Garamond";
	padding-top: 70px;
	padding-left: 30px;
}

/************************************************/
/*        ナビメニュー（横）                    */
/************************************************/
#group #navi {
	width: 750px;
	line-height: 30px;
	font-size: 1.0em;
	margin: 0 auto;
	padding: 3px 3px auto auto;
	background-color: #FF9933;
	color: #ffffff;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background-color: #FF9933;
	color: #ffffff;
}
#navi ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border-right: solid 1px #ffffff;

}
#navi ul li.last {
	border-right: none;
}
#navi ul li a {display:block;width:105px;overfow:hidden;color:#ffffff;text-decoration:none;}
#navi ul li a:VISITED {color:#e1e1e1;text-decoration:none;;}
#navi ul li a:hover {color:#ffff00;text-decoration:underline;}
#navi ul li a:ACTIVE {color:#ffff00;text-decoration:underline;}

/************************************************/
/*        コンテンツ全体                        */
/************************************************/
#c_group {
	background-color: #ffffff;
	border-left: solid 1px #FF9933;
	border-right: solid 1px #FF9933;
}

#c_group #left {
	float : left;
	padding-top: 10px;
	padding-left: 10px;
	width: 200px;
}
#c_group #content {
	background-color: #ffffff;
	text-align: left;
	margin: 0 0 0 210px;
	padding-top: 10px;
}
#c_group .floatclear {
	clear: left;
	display: block;
}
#footer {
	background-color: #FF9933;
	color: #ffffff;
	text-align: center;
	padding: 15px;
}

/************************************************/
/*        左カラム詳細                          */
/************************************************/
#c_group #left .list_ttl {
	width: 190px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color : #FF9933;

	color: #ffffff;
	font-weight : bold;
	line-height: 20px;
}

#c_group #left ul {
	width: 190px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}

#c_group #left ul li {
	margin: 0px;
	line-height: 25px;
	padding-left: 10px;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-indent:1em;
	background: url(image/icon1.gif) center left no-repeat;
}
#c_group #left p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;

}
/************************************************/
/*        右カラム詳細                          */
/************************************************/
.c_tbl_t1 {
	width: 92%;
	border: 1px solid #999999;
	text-align: left;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

.c_tbl_ttl {
	width: 100%;
	height: 30px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color : #FF9933;
	text-indent:1em;
	color: #ffffff;
	font-weight : bold;
}

.td1 {
	width: 96%;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	line-height: 1.5em;
}

.td2 {
	width: 100%;
	text-align: left;
	line-height: 120%;
	margin: 0px;
	padding: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
}

