@charset "utf-8";



body {
	margin:0;
	padding:0;
}


a:link, a:visited, a:active, a:hover {
	color:#0000FF;
}

li {
	line-height: 30px;
}


 
 .important {
 	color:#FF0000;
}

.subimportant {
	color:#000099;
}

.remember {
	color:#336600;
}

.clearRightFloat {
	clear:right;
}

.clearLeftFloat {
	clear:left;
}

.clearBoth {
	clear:both;
}

a.target:hover {
	color:#333333;
}

.pictureReservedRegion {
	float:right;
	width:150px;
	height:150px;
	background-color:#00FF33;
	text-align:center;
	vertical-align:middle;
}

.clearPictureReservedRegion {
	clear:right;
}

.pictureReservedRegionLeft {
	float:left;
	width:150px;
	height:150px;
	background-color:#00FF33;
	text-align:center;
}

.clearPictureReservedRegionLeft {
	clear:left;
}

img.pic150 {
	width:150px;
	height:150px;
	border:1px solid black;
}

img.pic150R {
	width:150px;
	height:150px;
	border:1px solid black;
	float:right;
}

span.comment {
	font-size:10px;
}

/***********
 * Layouts *
 ***********/

#outerGroup {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	width: 900px;
	
	margin:0 auto 0 auto;
}


#header {
	margin:0px;
	padding:0px;
	border:0px;
	width: 900px;
	height:150px;
}

#header a img {
    border-width: 0px;
}


#outerGroup #footer {
	clear:both;
	text-align:center;
}

address.copyright {

}



/*
 * ヘッドのセルが黒のテーブル
 */
table.blackHead {
	border: 2px solid black;
}
table.blackHead th {
	text-align:center;
	vertical-align:middle;
	background-color:#000000; 
	color:#FFFFFF
}
table.blackHead td.head {
	background-color:#000000;
	color:#FFFFFF;
	border:1px dotted #555555;
}
table.blackHead td {
	text-align:center;
	vertical-align:middle;
	border:1px dotted #555555;
}



/*
 * テーブル
 */
table {

}

table caption {
	font-size:10px;
}

table thead tr th {
	background-color:#0066FF;
	color:#FFFFFF;
	text-align:center;
}

table tbody tr td.head {
	background-color:#0066FF;
	color:#FFFFFF;
	text-align:center;
}

table tbody tr td {
	text-align:center;
}







a.no_link {
	color:#000000;
	text-decoration:none;
}

