@charset "utf-8";

/* 
01 common
02 mainBox
03 table
04 indexBox
05 privacy
06 contact
07 photoList
08 pdfLsit
*/


#mainBoxnews {
	clear: both;
	margin-top: 15px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#mainBoxnews /* 02 mainBox */
 h2 {
	padding: 0 10px 13px;
	background-color: transparent;
	background-image: url(/tokiwa/images/h2_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #003333;
	font-size: 1.5em;
}


#mainBoxnews div#mainInner {
	margin: 20px 10px 0;
}

#mainBoxnews div#mainInner h3 {
	padding-bottom: 13px;
	font-size: 1.2em;
	color: #000000;
}

#mainBoxnews div#mainInner h4 {
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	padding-top: 10px;
}

#mainBoxnews #mainInner p {
	padding-bottom: 20px;
}
#mainBoxnews  #mainInner .newspic  {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#mainBoxnews #mainInner .newspic ul {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#mainBoxnews #mainInner .newspic li {
	float: left;
	padding: 5px;
}
#mainBoxnews #mainInner .right {
	text-align: right;
}
