@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: left;
	height: 100px;
	width: 100%;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header #ad {
	position: absolute;
	right: 5px;
	top: 40px;
}




h1{
	font-size: 24px;
	color: #000;	
	position: absolute;
	top: 15px;
	right: 5px;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 120%;
	clear: both;
	margin-top:5px;
	margin-left:5px;
	padding-left: 50px;
	background: url(../images/bar_1.gif) no-repeat;
	line-height: 40px;
	height: 40px;
	width: 870px;
	overflow: hidden;
	color: #0094E1;
}

ul{
	list-style-type: none;
}




#contents {
	clear: left;
	width: 100%;
	background: #1E90FF;
}

#main {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 270px;
	color: #FFF;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	background: #fff;
}

#footer a {
	text-decoration: none;
}


/*メニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 4px;
	padding-bottom: 15px;
}

ul#menu li.last {
	margin-right: 0px;
}

ul#menu li a {
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	width: 180px;
	display: block;
	overflow: hidden;
	background: url(../images/menu_1.gif);
	line-height: 40px;
	height: 40px;
	color: #1E90FF;
}

ul#menu li#current a {
	background: url(../images/menu_2.gif);
	color: #FFF;
}

ul#menu li a:hover {
	background: url(../images/menu_3.gif);
	color: #FFF;
}

/*更新情報
---------------------------------------------------------------------------*/
.timeline {
	overflow: auto;
	height: 70px;
	width: 840px;
	padding-left: 13px;
	margin-left:10px;
	background: #F0FFFF;
	font-size: 18px;
	color:#000;
	border: 1px solid #2D3131;
}

.timeline dl {
	clear: left;
	width: 810px;
	overflow: hidden;
}

.timeline dt {
	font-weight: bold;
	float: left;
	width: 110px;
	border-bottom: 1px dotted #2D3131;
}

.timeline dd {
	float: left;
	width: 680px;
	border-bottom: 1px dotted #2D3131;
}


/*box設定
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	overflow: hidden;
	overflow: auto;
	width: 270px;
	height: 300px;
	background: #FFFFFF;
	margin-top:1em;
	margin-bottom:0.5em;
	margin-left: 10px;
	float: left;
	display: inline;
}


#main .box2 {
	padding: 10px;
	overflow: hidden;
	overflow: auto;
	width: 260px;
	height: 200px;
	background: #FFFFFF;
	margin-top:1em;
	margin-bottom:0.5em;
	margin-left: 15px;
	float: left;
	display: inline;
}

#main li {
	font-size: 18px;
	color:#000;
	margin:0;
}

#main h3 {
	font-size: 24px;
	color: #1E90FF;
	padding-left:3px;
	border-bottom: 3px solid #000;
}

#main img {
	padding-right:5px;
}

/*RSS取得
---------------------------------------------------------------------------*/
#timelog {
	background: #FFFFFF;
	color: #1E90FF;
	border: 1px solid #000;
	padding-bottom:50px;
}

#timelog li{
	background: #FFFFFF;
	margin:15px 5px;
	border-bottom: 1px dotted #2D3131;
}

#main2 {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #FFF;
}