﻿/* 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{
	margin-bottom:15px;
	background-image: url(img/bg01.gif);
	background-repeat: repeat-y;

}

#inbox01 .colL{
	width: 400px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#inbox01 .colR{
	width:190px;
	padding-top: 4px;
}
#box01 p{
	}
	
#inbox02{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
}


/*----------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{
	background-image: url(img/bg01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
#inbox03{ margin-bottom:15px;}
#inbox03 .colL{ width: 385px;}
#inbox03 .colR{ width:181px;}

#inbox04 .colL{
	width: 290px;
	background-image: url(img/dots.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 25px;
}
#inbox04 .colR{
	width:260px;
	background-color: #a2c19c;
	padding: 15px;
}


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

#box04{
}

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

#box04 .colR p{
	font-size: 77%;
}


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

#liveinfo p{ font-size:77%;}
#liveinfo .colL{
	width: 290px;

}

#liveinfo .colR{
	width: 280px;
}

