/* Red-Zone start 2009.12.03
body {
	background: #fff url(images/bg.gif) repeat-x 0px 29px;
}
 Red-Zone end 2009.12.03*/


.sbox{
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}
div.sbox h1.stext{

	margin:0;
	display:inline;
} 
.summary{
	font-size:8pt;
}

p.summary {
	display:inline;
}

strong{
	font-weight:normal;
}
em{
	font-style:normal;
}

/* Red-Zone start 2009.12.02 */
/*トップページコンテンツの修正*/
#greet,#pr {
	margin: 10px 0px 0px 0px;
	width:670px;
	clear: both;
}
#greet h2,#pr h2 {
	clear: both;
	font-size: 150%;
	color: #000000;
	font-family:"メイリオ","MS Pゴシック",Osaka,sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	width:670px;
	height: 40px;
	background: url(images/tit_main_blog3.gif) no-repeat 0px 5px;
}
#pr h3{
	background: url(images/tit_infomation.gif) no-repeat;
	height: 37px;
	width: 670px;
	margin: 10px 0 10px 0;
	display: block;
	text-indent:-9999px;
}

#leftGreet,#leftPr {
	width:210px;
	float: left;
	margin: 20px 0px 30px;
}

#leftGreet p ,#leftPr p {
	text-align: center;
	margin-bottom: 10px;
}

#rightGreet,#rightPr {
	width:450px;
	float: left;
	margin: 20px 0px 30px 10px;
}

#rightGreet strong,#rightPr strong {
	color:#ff0000;
}

/* Red-Zone start 2009.12.07 */
#greet table tr,#pr table tr {
	vertical-align: top;
}

#greet table tr td,#pr table tr td {
	padding-left: 10px;
}
/* Red-Zone end 2009.12.07 */


#top_otoiawase {
	clear: both;
}

/*サイドバーの修正*/
#sidebar div #new {
	width: 670px;
}
#new h2{
	clear: both;
	font-size: 150%;
	color: #000000;
	font-family:"メイリオ","MS Pゴシック",Osaka,sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	width:670px;
	height: 40px;
	background: url(images/tit_main_blog3.gif) no-repeat 0px 5px;
}
#type h4{
	clear: both;
	font-size: 150%;
	color: #000000;
	font-family:"メイリオ","MS Pゴシック",Osaka,sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	width:670px;
	height: 40px;
	background: url(images/tit_main_blog3.gif) no-repeat 0px 5px;
}
div #new dl {
	clear: both;
	height: auto;
	margin-left: 0px;
	border-bottom: none;
}

div #new dl dt{
clear: both;
	margin-left: 0px;
	width:65px;
	float: left;
	font-size: 8pt;
}

div #new dl dd {
	width:144px;
	float: left;
	margin-left: 5px;
	font-size: 8pt;
}

div #new dl dd a {
	margin-left: 0px;
	font-size: 8pt;
}

/*- Red-Zone end 2009.12.02 */

/*メニューのプルダウン*/


#topmenu ul li {
	position:relative;
	font-size:16pt;
}

#topmenu ul li a {
	display:block;
}

#topmenu ul li ul {
	display:block;
	position:absolute;
	top:80px;
	left:20px;
	z-index:10;
	background-color:#45C02C;
	width:100px;
	border:1px solid #FFFFFF;
}

#topmenu ul li:hover ul {
	display:block;
}
