/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:100% "ＭＳ ゴシック","Osaka",sans-serif;
    border:none;
}
html{
	height:100%;
	background:#ffcccc 
	}
body{
	font-size:84%;
	height:100%;
	background:#ffcccc
}

/*ページ全体のリンク指定*/
a{
	color:#E72137;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 780px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	background:url("img/vivi.jpg");
	height:200px;
}
/*サイト名前：ロゴを入れたりしてください*/
#logo{
	font-size:35px;
	padding:30px;
	color:#ce0000;
	font-family:Comic Sans MS;
	}

	/*ヘッダメニュー*/
	#headmenu{
		width:780px;
		height:36px;
		margin-bottom:10px;
		}
	#headmenu ul{
		width:780px;
		list-style:none;
		}
	#headmenu li{
		width:156px;
		height:36px;
		float:left;
		background:url("img/headmenu_a.gif") no-repeat;
		}
	#headmenu li a{
		display:block;
		width:139px;
		height:26px;
		padding:10px 0 0 17px;
		text-decoration:none;
		color:#ffffff;
		}
	#headmenu li a:hover{
		background:url("img/headmenu_ah.gif") no-repeat;
		}


#center{
	width:780px;
	margin-bottom:30px;
	}
				

	.Info{font-size: 18px; color: #ff0033; font-weight:bold;  
	
}
/*サイドのブロック*/
#box_side{
	width: 240px;
	float: left;
}

.menu{
	width:200px;
	margin:20px 30px 30px 0px;
	padding:10px;
	background:#F8B4BB;
	}
	
	h3{
	font-weight:bold;
	background:url("img/menut.gif");
	height:22px;
	padding:8px 0 0 20px;
		}
	#box_side ul{
		padding-top:10px;
		list-style:none;
		}
	#box_side li{
		width:160px;
		margin:5px 0;
			}
	#box_side li a{
		text-decoration:none;
		color:#D11429;
		}
	#box_side li a:hover{
		color:#E72137;
		}
			

			

/*右のブロック*/
#box_main{
	width: 540px;
	float: right;
}

/*右のタイトル部分*/
h1,h2{
	font-weight:bold;
	background:url("img/menut.gif");
	height:22px;
	padding:8px 0 0 20px;
	}
	
	/*メインの記事の部分*/
	.main{
		padding:10px;
		margin:20px 0px 0 0;
		background:#F8B4BB;
		}
		
	/*本文をくる*/
	p{
		padding:15px 7px;
		line-height:150%;
		}
	/*引用文*/
	blockquote{
		margin:10px;
		padding:5px;
		line-height:150%;
		border:1px solid #E72137;
		}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	margin:0 30px 30px 30px;
	padding:10px;
	background:#D11429;
	color:#ffffff;
	}

	#foot a{
		color:#ffffff;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}