/*ページ全体の指定*/
body{
	margin:0px;
	padding:0px;
	background-color: #660000;
}

/*ページ全体のリンク指定*/
a{
	color:#333333;
	font-size: 10pt;
	}
	
/*ページの輪郭*/
#flame{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFCC;
	background-image: url(img/bloghed.jpg);
	background-position: center 20px;
	background-repeat: no-repeat;
}

/*ヘッダ*/
#head{
	width: 800px;
	height: 310px;
}
	#headt{
	padding:0px 5px;
	border-bottom:2px solid #3BACF4;
	text-align:right;
	background-color: #660000;
		}
	#headt a{
		color:#eee;
		text-decoration:none;
		}

/*タイトルの部分*/
h1{
	margin:0px;
	font-size:12px;
	font-family:"Arial Black";
	color:#333;
	}
	
/*左のブロック*/
#left{
	width: 230px;
	float: left;
	text-align: center;
}

.menu{
	margin-bottom:15px;
	text-align: center;
	width: 215px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
	h3{
		background:url("img/menubg.gif") repeat-x;
		margin:0px;
		padding:5px 0px 0px 10px;
		height:25px;
		font-size:100%;
		color:#fff;
		}
		
#left ul{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	}
	#left li{
		margin:5px 0px;
		padding:2px 0px 0px 20px;
		background:url("img/listbg.gif") no-repeat;
		}

		
/*右のブロック*/
#right{
	width: 560px;
	float: right;
}

/*右のタイトル部分*/
.bg{

	}
h2{
	background:url("img/menubg2.gif") repeat-x;
	margin:0px;
	padding:5px 0px 0px 10px;
	height:25px;
	font-size:100%;
	color:#fff;
	}
	
	/*メインの記事の部分*/
	.main{
		margin-bottom:10px;
		}
		
	/*本文をくくる*/
	p{
		margin:0px;
		padding:3px 0px 5px 2px;
		line-height:150%;
		}
		
	/*別バージョン*/
	.main1{
	clear:both;
	float:right;
	width: 530px;
	padding: 10px;
	margin-top: 5px;
	border: thin groove #660000;
	margin-right: 10px;
	text-align: left;
	font-size: 10pt;
	color: #330000;
		}
/*メイン記事の下にあるフッター説明*/
	.main2{
	clear:both;
	width:700px;
	color: #330000;
	font-size: 12px;
	margin-top: 25px;
	border: thin ridge #660000;
	background-image: url(img/boss.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-left: 25px;
	text-align: center;
		}
/*メイン記事の下にあるフッター説明写真無し*/
	.main3{
	clear:both;
	width:700px;
	color: #330000;
	font-size: 12px;
	margin-top: 25px;
	border: thin ridge #660000;
	padding-right: 20px;
	padding-left: 40px;
	margin-left: 25px;
	text-align: center;
		}
/*メイン記事右側写真無し*/
	.main4{
	clear:both;
	width:530px;
	color: #330000;
	font-size: 12px;
	margin-top: 10px;
	border: thin ridge #660000;
	padding-top: 10px;
	text-align: center;
		}
/*メイン記事右側インターネットページ*/
	.main5{
	clear:both;
	width:490px;
	color: #330000;
	font-size: 12px;
	margin-top: 10px;
	border: thin ridge #660000;
	text-align: left;
	background-image: url(img/modem4.jpg);
	background-position: center bottom;
	height: 420px;
	background-repeat: no-repeat;
	font-style: normal;
	vertical-align: top;
	padding: 20px;
	text-indent: 2px;
		}
/*メイン記事右側高さ420px固定*/
	.main6{
	clear:both;
	width:490px;
	color: #330000;
	font-size: 12px;
	margin-top: 10px;
	border: thin ridge #660000;
	text-align: left;
	height: 420px;
	padding: 20px;
	text-indent: 2px;
		}
/*メイン記事右側高さ自動*/
	.main7{
	clear:both;
	width:500px;
	color: #330000;
	font-size: 12px;
	margin-top: 10px;
	border: thin ridge #660000;
	text-align: left;
	padding: 20px;
	text-indent: 2px;
		}
		
/*著作権表示の部分つまりフッタ*/
#foot{
	clear:both;
	width:800px;
	text-align: center;
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#foot a{
		color:#330000;
		}
	.syamei{
	font-size: 10px;
	font-weight: bold;
	color: #330000;
	text-align: center;
		}
	
#foot2{
	text-align:center;
	padding:3px 0px;
	color: #666666;
	}
	
	#foot2 a{
		color:#330033;
		text-decoration:none;
		}
	#foot2 a:hover{
	color: #330000;
		}
	.both{
		clear:both;
		}
	.linksp{
	color:#330000;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:800px;
	clear:both;
	position: static;
	background-color: #FFFFCC;
	background-position: center;
		}

