﻿@charset "UTF-8";
<!--

/*----------------------------------------

センタリング

----------------------------------------*/

/*--------------------
IE
--------------------*/

body{
	text-align:center;
}

/*----------------------------------------

タグ

----------------------------------------*/

img,embed,object{
	vertical-align:top;
}

h2{
	border-bottom:none;
}


/*----------------------------------------

構造

----------------------------------------*/

body{
	font-size:80%;
	line-height:1.5;
}

#container{
	margin:0 auto;
}


#swf{
	padding-bottom:1em;
	background-color:#12BF01;
}
#swf p{
	padding:0;
	background-color:#1C3E57;
}

/*----------------------------------------

#section1

----------------------------------------*/

#today {
	background-image:url(../images/bg_today.gif);
	background-repeat:no-repeat;
	padding:4px 0 20px 115px;
	margin:0px;
	font-weight: bold;
}

-->