body{
	font-size:11pt;
	background-repeat:no-repeat;
	background-position:40px 0px; 

	margin-top: 6em;
	margin-left:40px;
	
	background-image:url(pict/top.jpg);
	line-height: 150%;

}

h1{
	color:#ffffff;
	background-color:#111111;
	font-size=2em	
}

h2 { 
	color:#444444; 
	background-color:#f0f0f8; 
	height:18pt; 
	font-size:12pt; 
	line-height:18pt;
	border-style: solid;      /* 実線 */
	border-width: 0 0 3px 10px; /* 上、右、下、左 */
	border-color: #4169e1;
}

.top {
	background-color:#4169e1;
}

a:link{
	text-decoration: none
}

a:visited{
    
	text-decoration: none
}

a:active{
	color: #4169e1;
	text-decoration: none
}

a:hover{
	color: navy;
    	background-color: pink
}





blockquote  {
	/* == 背景色 == */
	background-color ; #f0f0f8 ;  /* lightgray */

	/* == ボーダー == */
	border-style: solid;      /* 実線 */
	border-width: 1px 2px 2px 1px; /* 上、右、下、左 */
	border-color: #4169e1;

	/* == マージン == */
	margin:  1em 0 0 2em;   /* 上、右、下、左 */

	/* == パディング == */
	padding: 6px 0 5px 15px;      /* 上、右、下、左 */
}


.left { 
	float:left;
	width:48%;	 
}

.right { 
	float:right;
	width:48%;	
}

.type1 {
	border:1px solid red; 
	height:8px; 
}

.type2 { 
	border:1px solid red; 
	background-color:#4169e1; 
	height:8px; }

.list {
	list-style-type: square;
}

.blue {
	color:#4169e1;
}

.black {
	color:black;
}


.main {
	float:left;
	width:60%;
}

.pict {
	float:right;
	width:38%;
}

.navigater {
	float:right;
	border-color: #4169e1;
	font-size:10px;
	border-style: solid;      /* 実線 */
	border-width: 1px 1px 1px 1px; /* 上、右、下、左 */

}

.copy {
	font-size:10px;
	background-color:"#cccccc";
	text-align: center; 
	}

.contents{
	width:600px;
	background-color: #ffffff;
}