@charset "UTF-8";
body {
	font-family: "CI", "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 100%;
	line-height: 1.8;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../img/bg.gif);
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
  text-decoration : none;
}
p {
	padding-bottom: 10px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}

.lank {
	font-size:18px;
	color:#F00;
	font-weight:600;
	}
.time{
	font-size:16px;
	color:#03F;
	}
.attention{
	font-size:12px;
	color:#090;
	}

/*
------------------------------------------------------------------*/
#maincontents {
	text-align: center;
	width: 860px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
/*	border: 1px double #f90;*/
	color: #000;
}


/*
------------------------------------------------------------------*/
#header {
	background : url(../img/keikaku_img.jpg) no-repeat center top;
	margin-top:0px;
	height: 380px;
	position: relative;
}


/*
------------------------------------------------------------------*/
h1 {
	font-size: 12px;
	color: #F60;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
}


/*
------------------------------------------------------------------*/
#menu li {
	display: inline;
	text-align: right;
}


/*
------------------------------------------------------------------*/
#contents {
	background : url(contents_bg.gif) repeat-y left center;
	padding-top: 20px;
}


/*
------------------------------------------------------------------*/
#main {
	float: left;
	width: 860px;
	display: inline;
	background-color:#FFF;
}
#main p {
	padding-right: 5px;
	padding-left: 5px;
}
#main h2 {
	border: 3px double #ffffff;
	background: #36455c;
	font-size: 120%;
	text-align: center;
	margin-bottom: 5px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
	color: #FFF;
	background-color: #ED869B;
	}

#main h3 {
	border: 3px double #ffffff;
	background: #36455c;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
	color: #FFFFFF;
	}


/*
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
#sub 
}


/*
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 40px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -0.5em;
	padding-left: 0.5em;
}


/*
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 835px;
	text-align: center;
	background : #999999 url(footer.gif) no-repeat center bottom;
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
