/* M S */
html, body {
	height: 100%;
}

body {
	color: #444444;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#C41B1B;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #C41B1B;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

#for-footer {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#main {
	margin: 0 auto;
	width: 850px;
	position: relative;
	padding-bottom: 150px;
}

#header {
	margin-top:10px;
	float:left;
	width: 850px;
}

#header-info {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 330px;
	height: 55px;
}

#header-info-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#header-info-after-lines {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#header-info2 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 300px;
	height: 55px;
}

#header-info2-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#header-info2-after-lines{
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#logo {
	float:right;
	width: 120px;
	height: 70px;
	margin-bottom: 8px;
}

/*MENU Starts Here*/
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 850px; /*For KHTML*/
  list-style: none;
  height: 24px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 185px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 150px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  margin-right: -1px;
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  padding: 0 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background-image: url("./images/navi/tab_circle.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #666666;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background-image: none;
  background-color: #FFFFFF;
  color: #666;
  font-weight: normal;
  border-top: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background-image: none;
  background-color: #FFFFFF;
  font-weight: normal;
  color: #c41b1b;
  border-top: 1px solid #CCC;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  float: none;
  background-image: none;
  background-color: #FFFFFF;
  color: #666;
  font-weight: normal;
  border-top: 1px solid #CCC;
  border-top: 1px solid #CCC;
  width: 100px;
  margin-left: -10px;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background-image: none;
  background-color: #FFFFFF;
  font-weight: normal;
  color: #c41b1b;
  border-top: 1px solid #CCC;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*Contents Start Here*/
#contants {
	width:850px;
}

#second-line {
	width: 850px;
	margin-top: 10px;
	float: left;
	border-bottom: 1px solid #CCC;
}

#second-line-left {
	width: 425px;
	border-right: 1px solid #CCC;
	float: left;
	padding-bottom: 10px;
}

#second-line-left h1 {
	color: #C41B1B;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#news-body {
	color: #666666;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#news-body a {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#second-line-right {
	width: 400px;
	float: right;
	padding-bottom: 10px;
}

#second-line-right table{
	margin-top: -3px;
}

#second-line-right h1 {
	color: #C41B1B;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#second-line-right-body {
	color: #666666;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	list-style: none;
}

#second-line-right-body-notify {
	color: #FF3300;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px #C41B1B dotted;
	padding-bottom: 1px;
}

#third-line {
	width: 850px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#third-line-left {
	width: 425px;
	border-right: 1px solid #CCC;
	float: left;
	height: 120px;
	padding-top: 5px;
}

#third-line-right {
	width: 400px;
	float: right;
}


#third-line-right table td{
	text-align: center;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #C41B1B;
}

.mv_title1 {
	border-bottom: dotted 1px #C41B1B;
	padding-bottom: 2px;
	margin-bottom: 3px;
	margin-right: 5px;
	background-color: #E4E4E4;
}
.mv_title2 {
	border-bottom: dotted 1px #C41B1B;
	padding-bottom: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	background-color: #E4E4E4;
}



/*Footer Starts Here*/
#footer {
	background-image: url("./images/bg_bottom.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 150px;
}

#header {
	margin-top:10px;
	float:left;
	width: 850px;
	margin-bottom: 15px;
}

#footer-inner {
	margin: 0 auto;
	width: 850px;
	position: relative;
}

#footer-inner-inner1 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 170px;
	height: 85px;
}

#footer-info-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info-after-lines a {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

.tbs {
	BORDER: #C41B1B 1px solid;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px; 
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 5px;
	height: 10px;
	COLOR: #C41B1B;
	PADDING-TOP: 1px;
	FONT-FAMILY: "Lucida Grande", Verdana, sans-serif;
	BACKGROUND-COLOR: #ffffff;
}

#button_submit {
	background-image: url(./images/b1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 8px;
	width: 75px;
	height: 18px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size: 10px;
	COLOR: #444444;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#footer-inner-inner2 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 165px;
	height: 85px;
}

#footer-info2-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info2-after-lines a{
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-inner-inner3 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 140px;
	height: 85px;
}

#footer-info3-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info3-after-lines a {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-inner-inner4 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: left;
	width: 140px;
	height: 85px;
}

#footer-info4-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info4-after-lines a {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-inner-inner5 {
	padding: 5px 0px 0px 8px;
	border-left: 1px solid #E5E5E5;
	float: right;
	width: 180px;
	height: 85px;
}

#footer-info5-first-line {
	color:#C41B1B;
	font-weight: 600;
	font-size: 11px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info5-after-lines {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-info5-after-lines a {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer-very-bottom {
	width: 400px;
	margin-top: 20px;
	padding-top: 5px;
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	left: 50%;
	margin-left: -225px;
	position: relative;
}
/* M E */




/* S S */
#sub-contants {
	width:850px;
	position: relative;
	z-index: 1;
}

#sub-side-menu {
	width: 160px;
	padding: 0px;
	float: left;
	margin:0px;
}

#sub-side-menu-box1 {
	width:160px;
	padding: 5px;
	border: 1px #E4E4E4 solid;
	margin-bottom: 8px;
}

#lselect {
	font-size: 0.9em;
}

#lselect ul li {
	padding: 3px 0px 3px 20px;
	color:#999999;
}

#lselect a {
	display: block;
	font-size: 1.1em;
	color: #C41B1B;
}

#lselect a.c {
	display:inline;
	line-height:5px;
	margin:0;
	padding:0;
	font: normal 1.0em/0.9em  "Lucida Grande", Verdana, sans-serif;
	color: #999999;
	letter-spacing: -1px;
}

#lselect {
	margin-bottom: 5px;
	border:0px solid #000000;
}

#lselect h3 {
	width: 196px;
	height: 40px;
	margin-bottom:-20px;
	padding:10px 0 0 15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform: uppercase;
	color:#999999;
}
#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0 0 0 0;
	padding:0 0 15px 10px;
	font-size:10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border:0px dotted #666666;
	width:120px;
	}

#linkList ul li{
	margin: 0;
	padding: 3px 0 3px 18px;
	border-bottom: 1px dotted #999999;
	background: transparent url(./images/bullet.jpg) no-repeat 2% 48%;
}

#linkList ul li a, #linkList ul li a:visited {
	border-bottom: none;
	outline:0;
}

#linkList ul li a:hover {
	color: #999999;
	text-decoration: underline;
}

#sub-mainpane {
	width: 660px;
	border-left: 3px #CCC double;
	padding: 0px 0px 5px 5px;
	float: right;
}

#sub-mainpane-inner {
	width: 630px;
	border-left: 1px #E4E4E4 solid;
	border-right: 1px #E4E4E4 solid;
	border-top: 1px #E4E4E4 solid;
	border-bottom: 1px #E4E4E4 solid;
	padding: 10px;
	float: right;
}

.board-members {
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_board_members_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.acknowledgement{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_acknowledgement_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.supporters{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_supporters_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.help{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_help_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.donation{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_donation_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.cd{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_cd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.dvd{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_dvd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.l_links{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_links_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.angelusbell{
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_angelusbell_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.tenfeetproject {
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_10_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

.peacemusium {
	color: #C41B1B;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(./images/h1_pm_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-bottom: -10px;
	text-indent: -1000px;
	overflow: hidden;
}

#sub-mainpane-inner-body{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px;
	width: 95%;
	font-weight: normal;
	line-height: 17px;
}

#sub-mainpane-inner-body-board-members{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 100px;
	width: 95%;
	font-weight: normal;
	line-height: 25px;
}

#sub-mainpane-inner-body-board-members h2 {
	color: #666666;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 0px;
	margin-bottom: 3px;
	width: 350px;
}

#sub-mainpane-inner-body-angelusbell{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	width: 95%;
	font-weight: normal;
	line-height: 25px;
}

#sub-mainpane-inner-body-angelusbell h2 {
	color: #666666;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 0px;
	margin-bottom: 3px;
	width: 350px;
}

#sub-mainpane-inner-body-10{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	width: 95%;
	font-weight: normal;
	line-height: 25px;
}

#sub-mainpane-inner-body-10 h2 {
	color: #666666;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 0px;
	margin-bottom: 3px;
	width: 350px;
}

#sub-mainpane-inner-body-acknowledgement{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 10px;
	width: 95%;
	font-weight: normal;
	line-height: 25px;
}

#sub-mainpane-inner-body-acknowledgement h2 {
	color: #666666;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 0px;
	margin-bottom: 3px;
	width: 350px;
}

#sub-mainpane-inner-body-help{
	color: #666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	padding: 15px 15px 15px 10px;
	width: 95%;
	font-weight: normal;
	line-height: 25px;
}

#sub-mainpane-inner-body-help h2 {
	color: #666666;
	font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 0px;
	margin-bottom: 3px;
	width: 350px;
}

#sub-mainpane-inner-body-em {
	border-top: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
	padding: 1px;
	background-color: #FFFF66;
	color: #FF0000;
}

#sub-mainpane-inner-body-em2 {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 1px;
	background-color: #E4E4E4;
	color: #333333;
}

#sub-mainpane-inner-body-em-riji {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 1px;
	background-color: #FFFF66;
	color: #333333;
	width: 210px;
	text-align: center;
}

#sub-mainpane-inner-body-em3 {
	border-top: 1px dotted #FF3300;
	border-bottom: 1px dotted #FF3300;
	padding: 1px;
	background-color: #FFCC99;
	color: #333333;
}

#sub-mainpane-inner-body-em4 {
	border-top: 1px dotted #00CC33;
	border-bottom: 1px dotted #00CC33;
	padding: 1px;
	background-color: #DFFFD0;
	color: #333333;
}

#sub-mainpane-inner-body-em5 {
	border-top: 1px dotted #003399;
	border-bottom: 1px dotted #003399;
	padding: 1px;
	background-color: #DEEBFF;
	color: #333333;
}

#photo1 {
	margin: 0px 5px 5px 0px;
	padding: 3px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background-color: #F4F4F4;
}

#sub-mainpane-inner-body-em-yokoi {
	border-top: 1px dotted #777777;
	border-bottom: 1px dotted #777777;
	padding: 1px;
	background-color: #E6E6E6;
	color: #333333;
	width: 210px;
	text-align: center;
}


/* S S */