<!--
body {
	position:relative;
	width:937;
	margin-top:0%;
	margin-bottom:0%;
	margin: 0 auto;
	background-color:#222222;
	background-image: url("p/back1.png");
	background-position: center top;
	background-repeat: repeat ;
}
h1 {
	padding : 2% ;
	text-shadow: 1px 1px 1px #000000;
	font-size:14;
	color:#dddddd;
	line-height:24px;
	font-weight:100;
	margin: 0 auto;
	background-image: url("p/b00.png");
	background-position: center top;
	background-repeat: no-repeat ;
	background-color: rgba(80,80,80,0.7); /*背景色、透過度*/
}
p {
	width:860;
	box-shadow: 2px 2px 0px #000000;
	padding : 2% ;
	border: 1px solid rgba(100,200,200,0.5);
	background-color: rgba(40,40,40,0.8); /*透過度*/
}
p2 {/*左枠*/
	position:relative;
	width:38%;
}
p3 {/*右枠*/
	position:relative;
	left:50%;
	width:38%;
}
p4 {/*見出し*/
	box-shadow: 1px 1px 1px #000000;
	position:absolute;
	font-size:15;
	color:#eeeeee;
	width:50%;
	border: 1px solid rgba(100,200,200,0.5);
	background-color: rgba(0,0,0,0.5); /*透過度*/
	padding-left: 1em;
}
img{/*画像*/
	border: 0px solid rgba(100,200,200,0.5);
	box-shadow: 2px 2px 1px #000000;
}
.r-float{
	float : left ;
	margin-right: 1em;
}
a:link {/*未訪問のリンク*/
    color:#eeeeee;
}
a:visited {/*訪問後のリンク*/
    color:#dddddd;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ffffff;
    text-decoration:underline;
}
hr {
	margin-left:100;
	margin-right:100;
	height:10;
	border:none;
	background-color:#ffffff;
}
-->