﻿@charset "utf8";

/*----------------------------------------------
   基本レイアウト
----------------------------------------------*/
div#main {
	display: inline;
	float: left;
	width: 410px;
	margin: 30px 0 0;
	text-align: left;
}

div#side{
	display: inline;
	float: right;
	width: 300px;
	margin: 30px 0 0;
	text-align: left;
}


/*----------------------------------------------
   Welcome
----------------------------------------------*/
div.welcome {
	margin-bottom: 40px;
}

div.welcome h2{
	margin-top: 0;
}


/*----------------------------------------------
   New Diary
----------------------------------------------*/
div.rss {
	margin-bottom: 40px;
}


.rss dt {
	float: left;
	width: 80px;
}

.rss dd {
	margin: 0 0 10px 80px;
}

.rss p.description {
	font-size: 92%;
}

/*----------------------------------------------
   What's New
----------------------------------------------*/
div.topics-detail dl {
	margin-bottom: 10px;
}

div.topics-detail dt {
	float: left;
	width: 80px;
}

div.topics-detail dd {
	margin: 0 0 10px 80px;
}


/*----------------------------------------------
   Schedule
----------------------------------------------*/


/*----------------------------------------------
   Information
----------------------------------------------*/
div.information{
	margin-bottom: 40px;
}

div.information h2{
	color: #cf3;

}

div.information dl{
	margin-bottom: 10px;
}

div.information dt{
	color: #FFF;
	float: left;
	width: 130px;
}

div.information dd{
	margin: 0 0 5px 130px;
}

div.information img {
	margin: 0;
}

/*----------------------------------------------
   Route
----------------------------------------------*/
div.route{
	margin-bottom: 40px;
	margin-top: 0px;
}

div.route h2{
	color: #cf3;
	margin-top: 0px;
}


p.route_link {
	float: left;
	margin-top: 12px;
}

p.credit {
	float: right;
}


/*----------------------------------------------
   Contact
----------------------------------------------*/
div.contact{
	margin-bottom: 40px;
	margin-top: 0px;
}

div.contact h2{
	color: #cf3;
	margin-top: 0px;
}


/*----------------------------------------------
   Sponsor
----------------------------------------------*/

div.ads h2{
	color: #cf3;
}

/*----------------------------------------------
   WebRing
----------------------------------------------*/

.webring {
	text-align: center;
	background: #333;
}