body {
	color : black;
	background-color : #cccccc;
	margin:0;
}

.photo {
	color:#666;
	line-width: 120%;
	line-height:1em;
}

th {
	font-size: x-small;
	line-width: 120%;
	line-height : 140%;
}

td {
	font-size: x-small;
	line-width: 120%;
	line-height : 140%;
}

a {
	font-weight:bold;
}

a:hover {
	COLOR: #ff0000;
	text-decoration:: underline;
}

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

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

h1 {
	font-size : medium;
}

h2 {
	font-size : x-small;
	line-height : 130%;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	line-height : 140%;
	margin:0;
	padding:0;
}

.subtitle-1 {
	COLOR: blu;
	FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
}

.subtitle-2 {
	color: blu;
	font-size: 12pt;
	font-weight: bold;
	line-height:1.5em;
}

.subtitle-3 {
	color:#000066;
	font-size:smaller;
	font-weight: bold;
}


.textsmall {
	font-size:smaller;
}

.textlarge {
	font-size:larger;
}

.border {
	border:1px solid #999;
}

/*----------------------------------------*/
/* grid
/*----------------------------------------*/

table.gridsmall {
	border-collapse:collapse;
}

table.gridsmall th {
	border-bottom:1px #ccc dashed;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
}

table.gridsmall td {
	border-bottom:1px #ccc dashed;
	vertical-align:top;

}


/*----------------------------------------*/
/* header
/*----------------------------------------*/

#header {
	width:800px;
	height:240px;
	background:url(images/header_tex.gif) no-repeat;
}

#header .logo {
}

* html #header div.logo{
	width:113px;
	height:133px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/msa_logo.png);
}

* html #header div.logo img{
    display:none;
}

#header .title {
	color:#fff;
	font-family:"Meiryo", "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	font-size:28px;
	line-height:56px;
}

#header ul {
	margin:60px 15px 0 0;
}

#header li {
	color:#fff;
	font-weight:bold;
	display:inline;
	margin-left:5px;
}

#header li a {
	color:#fff;
}
