/* CSS Document */

/******************** 既存の要素の再定義 ********************/
a:link {  
	color: #6699cc;
}

a:visited {  
	color: #cc6699;
}

a:active {  
	color: #ffcc00;
}

body {  
	background-image : url(../Material/Color/bg_back.gif);
	color: #555555;
	margin: 0;
	text-align: center;
}

a img {  
	border: none;
}

li {  
	font-size: 80%;
	line-height: 100%;
	margin: 5px 0;
}

/******************** レイアウトテーブル ********************/
table#Layout {  
	background-color: #ffffff;
	border: 2px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 0;
	margin: 0 auto;
	/*margin: 0 0 0 100px;*/
	width: 682px;
}

/***** ロゴ部分 *****/
table#Layout td#Logo {  
	height: 58px;
	padding-left: 20px;
}

/***** ロゴ下の水平線 *****/
table#Layout td#LineHead {  
	background-image : url(../Material/Color/obj_head.gif);
	height: 9px;
	width: 682px;
}

/***** 左列 *****/
table#Layout td#LeftCol {  
	padding: 0 0 0 7px;
	vertical-align: top;
	width: 160px;
}

/***** 右列 *****/
table#Layout td#RightCol {  
	padding: 0 0 0 7px;
	vertical-align: top;
	width: 480px;
}

/***** コピーライト上の水平線 *****/
table#Layout td#LineFoot {  
	background-color: #dddddd;
	background-image : url(../Material/Color/obj_foot.gif);
	height: 8px;
}

/***** コピーライト *****/
table#Layout td#Copyright {
  	
	background-color: #dddddd;
	font-size: 80%;
	height: 20px;
	line-height: 100%;
	text-align: center;
}
/******************** 左列の内容 ********************/
/***** サイトイメージ画像 *****/
table.SiteImage {  
	background-image : url(../Material/Color/bg_gray.gif);
	border-collapse: collapse;
	line-height: 0;
	margin: 10px 0;
	width: 152px;
}

table.SiteImage td {  
	padding: 0;
}

table.SiteImage td#r1_c1 {  
	background-image : url(../Material/Color/obj_menu_01.gif);
	background-position: left top;
	height: 13px;
	width: 151px;
}

table.SiteImage td#r2_c1 {  
	background-image : url(../Material/Color/obj_menu_02.gif);
	height: 122px;
	width: 6px;
}

table.SiteImage td#r2_c2 {  
	text-align: center;
	width: 140px;
}

table.SiteImage td#r2_c3 {  
	background-image : url(../Material/Color/obj_menu_03.gif);
	height: 122px;
	width: 5px;
}

table.SiteImage td#r3_c1 {  
	background-image : url(../Material/Color/obj_menu_04.gif);
	height: 13px;
	width: 151px;
}

/***** ナビゲーション *****/
table.Navi {  
	background-image : url(../Material/Color/bg_orange.gif);
	border-collapse: collapse;
	line-height: 0;
	margin: 10px 0;
	width: 152px;
}

table.Navi td {  
	padding: 0;
}

table.Navi td#r1_c1 {  
	background-image : url(../Material/Color/obj_menu_05.gif);
	background-position: left top;
	height: 11px;
	width: 151px;
}

table.Navi td#r2_c1 {  
	background-image : url(../Material/Color/obj_menu_06.gif);
	height: 122px;
	width: 11px;
}

table.Navi td#r2_c2 {  
	text-align: center;
	vertical-align: top;
	width: 129px;
}

table.Navi td#r2_c2 p {  
	background-image : url(../Material/Color/btp_point.gif);
	background-repeat: no-repeat;
	line-height: 300%;
	margin: 7px 0 7px 0;
	padding: 0;
}

table.Navi td#r2_c2 li {  
	margin: 0 0 7px 0px;
	padding: 0 0 0 0px;
}

table.Navi td#r2_c3 {  
	background-image : url(../Material/Color/obj_menu_07.gif);
	height: 122px;
	width: 11px;
}

table.Navi td#r3_c1 {  
	background-image : url(../Material/Color/obj_menu_08.gif);
	height: 11px;
	width: 151px;
}

/***** アクセス情報 *****/
table.Access {  
	background-image : url(../Material/Color/bg_gray.gif);
	border-collapse: collapse;
	line-height: 0;
	margin: 10px 0;
	width: 151px;
}

table.Access td {  
	padding: 0;
}

table.Access td#r1_c1 {  
	background-image : url(../Material/Color/obj_menu_10.gif);
	height: 8px;
	width: 151px;
}

table.Access td#r2_c1 {  
	background-image : url(../Material/Color/obj_menu_02.gif);
	height: 13px;
	width: 6px;
}

table.Access td#r2_c2 {  
	font-size: 70%;
	line-height: 100%;
	width: 140px;
}

table.Access td#r2_c2 div.AccessHead {  
	margin: 5px 0;
}

table.Access td#r2_c2 div.AccessAddress {  
	margin: 3px 0;
}

table.Access td#r2_c2 div.AccessMap {  
	margin: 3px 0;
	text-align: right;
}

table.Access td#r2_c3 {  
	background-image : url(../Material/Color/obj_menu_03.gif);
	height: 13px;
	width: 5px;
}

table.Access td#r3_c1 {  
	background-image : url(../Material/Color/obj_menu_09.gif);
	height: 5px;
	width: 151px;
}

/******************** 右列の内容 ********************/
table#Layout td#RightCol em {  
	color: #ff9933;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}

table#Layout td#RightCol h1 {  
	margin: 12px 0 0 0;
}

table#Layout td#RightCol h2 {  
	background-color: #eeeeee;
	background-image : url(../Material/Color/p_pink.gif);
	background-position: 3px 6px;
	background-repeat: no-repeat;
	font-size: 80%;
	font-weight: bold;
	height: 10px;
	line-height: 100%;
	margin: 10px 30px 10px 3px;
	padding: 7px 0 5px 21px;
}

table#Layout td#RightCol h3 {  
	background-image : url(../Material/Color/p_gray.gif);
	background-position: 3px 5px;
	background-repeat: no-repeat;
	font-size: 80%;
	font-weight: bold;
	height: 10px;
	line-height: 100%;
	margin: 10px 30px 10px 3px;
	padding: 7px 0 5px 21px;
}

table#Layout td#RightCol p {  
	font-size: 80%;
	line-height: 130%;
	margin: 10px 0 10px 15px;
	padding-right: 30px;
}

table#Layout td#RightCol div.hr1 {  
	background-image : url(../Material/Color/line_01.gif);
	background-repeat: no-repeat;
	height: 7px;
	padding-right: 30px;
	width: 100%;
}

table#Layout td#RightCol div.hr2 {  
	background-image : url(../Material/Color/line_02.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 100%;
}

/******************** 共通設定 ********************/
.Right {  
	text-align: right;
}

.FloatLeft {  
	float: left;
	margin-right: 10px;
}
