/*----------------------------------------------------
base css for sumitomo

----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  margin : 0;
  padding : 0;
}
  
td, th {
  font-size : 12px;
  color : #333;
  vertical-align : top;
}

img {
  border : 0 none hidden ;
}

sup, sub {
  font-size : 60%;
}

form {
  margin : 0;
}

h2,h3 {
  margin : 0;
  padding : 0;
  font-weight : normal;
}

a:link {
  color : #F60;
  text-decoration : none;
}

a:visited {
  color : #F60;
  text-decoration : none;
}

a:hover {
  color : #F60;
  text-decoration : underline;
}

a:active {
  color : #F60;
  text-decoration : underline;
}


/* font --------------------------------------------*/

.txt1 {
  font-size : 10px;
  line-height : 140%;
}

.txt1-lh {
  font-size : 10px;
  line-height : 180%;
}

.txt2 {
  font-size : 12px;
  line-height : 150%;
}

.txt2-lh {
  font-size : 12px;
  line-height : 170%;
}

.txt3 {
  font-size : 14px;
  line-height : 125%;
}

table.txt1 td {
  font-size : 10px;
  line-height : 140%;
}


/* link --------------------------------------------*/

a.normal:link { color: #333}
a.normal:visited { color:#333}
a.normal:hover { color: #F60}
a.normal:active { color: #F60}

a.awhite:link { color: #FFF}
a.awhite:visited { color:#FFF}
a.awhite:hover { color: #F60}
a.awhite:active { color: #F60}


/* class -------------------------------------------*/

.ind {
  padding-left : 1em;
  text-indent : -1em;
}

.white {
  color : #FFF;
}

.red {
  color : #E00;
}

#path {
	padding: 10px 20px 10px 30px;
	font-size: 10px;
	line-height: 100%;
	background: url("../common/path_icon.gif") no-repeat 20px 11px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.popup_body {
	background-color:#222;}