﻿/*レイアウト*/
body {
	margin:0;
	padding:0;
	background-image:url(../img/bg_01.gif);
	background-repeat:repeat;
	background-color:#727171;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	text-align:center;
}
#stage {
	width:760px;
	background-image:url(../img/bg_02.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	height:100%;
}
#info {
	float:left;
	width:230px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:8px;
	font-size:12px;
	line-height:22px;
	text-align:left;
}
#content {
	float:right;
	width:490px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:12px;
	font-size:12px;
	line-height:22px;
	text-align:left;
}
.cl {
	clear:both;
}
/*a関連*/
a:hover {
	color:#0000ff;
}
a {
	text-decoration: none;
	color:#0000ff;
}
a img {
	border-width:0;
}
/*文字寄せ*/
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

/*色*/
.red {
	color:#ff0000;
}
.d_blue {
	color:#003586;
}
/*ライン*/
.solid {
	border-top:solid 1px #bfbfbf;
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}
.dotted {
	border-top:dotted 1px #bfbfbf;
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}
.dotted2 {
	width:200px;
	text-align:center;
	border-top:dotted 1px #bfbfbf;
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}
/*h関連*/
h1 {
	font-size:16px;
	line-height:20px;
}
h2 {
	font-size:14px;
	line-height:18px;
}
.fb {
	font-size:16px;
	line-height:20px;	
}
/*フロート*/
.f_l {
	float:left;
	padding:10px 10px 10px 0px ;
}
.f_r {
	float:right;
	padding:10px 0 10px 10px ;
}

/*会話部分*/

.italic {
	font-style: italic;
	color:#666666;
}

/*見出し部分*/
.hide {
	display:none;
}

.img1{
	float:left;
	width:180px;
	margin-left:20px;
	text-align:left;
}

.img1 p {
	margin:8px;
}

.img2 {
	float:right;
	width:180px;
	margin-right:20px;
	text-align:left;
}

.img2 p {
	margin:8px;
}


.font_s {
	font-size:10px;
	line-height:14px;
}

.font_l {
	font-size:16px;
	line-height:15px;
	font-weight:bold;
}


.text1 {
	clear:both;
	font-size:10px;
	margin-right:10px;
	text-align:center;
	line-height:0px;
}

.text1 p {
	
}

.img3 {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	text-align:left;
}
.name {
	padding-top:20px;

}

/*赤枠部分*/
.line {	
	border:1px #7b7b7b solid;
}

.mag{
	width:200px;
	margin-left:15px;
}

.pad1{
	position:relative;
	right:20px;
}

.pad2{
	padding:5px;
}