﻿/* CSS Document */

p {
	font-size: 12px;
	line-height:1.5em;
	margin-bottom: 15px;
}
.colR {
	float:right;
}
.colL {
	float:left;
}

.mb10{
margin-bottom:10px;
}

.mb15{
margin-bottom:15px;
}


#mainVisual{
margin-bottom:15px;
}

.txtRed{ color:#FF0000;}



/*----------box01----------*/

#box01{
	border: 1px solid #3d5965;
	margin-bottom:15px;

}

#box01 .colL{
	width: 450px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#box01 .colR{
	width:130px;
	padding-top: 4px;
}
#box01 p{
	font-size:77%;
	}

/*----------box02----------*/

#box02{
	background-color: #FAEEC8;
	border: 1px solid #c6a640;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom:15px;
}

#box02 .colL{
	width:380px;
	padding-top: 15px;
}
#box02 .colR{
}

/*----------box03----------*/

#box03{
}

#box03 .colL{
width:425px;
}
#box03 .colR{
	width:191px;
}

/*----------box04----------*/

#box04{
}

#box04 .colL{
width:155px;
}
#box04 .colR{
	width:470px;
}


/*----------liveinfo----------*/
#liveinfo{
	background-color: #EAEAEA;
	padding: 15px;
	margin-bottom: 15px;
}

#liveinfo p{ font-size:77%;}
#liveinfo .colL{
	width: 290px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 25px;
}

#liveinfo .colR{
	width: 280px;
}

