body  {
	background: #FFFFFF url(../img/back.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 1.5;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color:#ff6600;
	text-decoration: underline;
}
#container {
	text-align: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	top: 0px;
	padding-top: 2px;
	padding-bottom: 5px;

} 
#header h1 {
	text-align: center;
	margin: 0px;
	padding: 0;
}

#sidebar1 {
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 10px;
}
#sidebar1 h3, 
 #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
#content_area_top {
	width: 790px;
	border-top: 1px ridge #FF9966;
	border-right: 1px ridge #FF9966;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #FF9966;
	text-align: center;
}
#content_area {
	background-image: url(../img/back_side.jpg);
	background-repeat: repeat-y;
	width: 790px;
}
#mainContent {
	margin-left: 10px;
	text-align: left;
	width: 570px;
	float: left;
} 
#top_content1 {
	float: left;
	width: 330px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.annotation {
	font-size: 0.8em;
	color: #FF0000;
	vertical-align: super;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

#top_content2 {
	float: right;
	width: 330px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#square1 {
	padding: 10px 5px;
	text-indent: 10px;
	text-align: left;
}
#square2 {
	text-align: left;
}
#square3 {
	text-align: center;
	border: 3px double #FF0000;
	padding: 5px;
	margin: 5px;
	float: none;
	font-size: 1.2em;
	line-height: 1.5;
}

h2 {
	font-size: 0.5em;
	margin: 0px;
}
.img_right {
	padding: 5px;
	float: right;
}
#footer {
	padding: 0 10px;
	background-image: url(../img/back_footer.jpg);
	background-color: #FFCC99;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* 再使用できる各種クラス */
.ivent_title {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	color: #009933;
}
.ivent_title_small {
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	color: #009933;
}
.ivent_title_small_08 {
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: bold;
	color: #009933;
}
.jikeshi {
	line-height: 1.5;
	text-decoration: line-through;
}
.jikeshi_red {
	background-image: url(../img/double_line.gif);
	background-repeat:repeat-x;
	background-position: center;
}
.flt_right {
	float: right;
	margin-left: 8px;
}
.flt_left { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.font09 {
	font-size: 0.9em;
	line-height: 1.1;
}
.font08 {
	font-size: 0.8em;
	line-height: 1.2;
}
.font07 {
	font-size: 0.7em;
	line-height: 1.1;
}
.new {
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}
.caution {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}
.red {
	color: #FF0000;
	text-decoration: underline;
}
.red2 {
	color: #FF0000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}
.red3 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.em12 {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
}
.img_left {
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.td_frame_color{
	border: 2px dotted #00CC66;
}
.td_back1 {
	background-color: #99FF66;
}
.td_back2 {
	background-color: #99FF99;
}
.up {
	vertical-align: super;
	font-size: small;
}
.nowrap {
	text-align: right;
	white-space: nowrap;
}

/*ここまで*/

[if IE]>

/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
<![endif]
