/* ------------------------------------------------------------------- 
	Default Stylesheet for thundergate.com
	Date : Thursday, October 10, 2005
	Auther : mashriq
	Copyright (C) 2006 Chicago Kaminarimon. All rights reserved.
------------------------------------------------------------------- */

/* すべての要素に共通する設定 
------------------------------------------------------------------- */
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
}

/* ボディ 
------------------------------------------------------------------- */
body {
	margin:0 0 0 0;
	padding:10px;
	color: #000000;
	background-color: #FFBF00;
	text-align: center;
	line-height:170%;
	font-size: 80%; 
}

/* リンク 
------------------------------------------------------------------- */
a {text-decoration:underline;color:#FF0000;}
a:hover {text-decoration:none; color:#FF0000;}

/* 共通部品 
------------------------------------------------------------------- */

/* フッター */
div.footer {
	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:75%;
}

/* トップコンテンツ 
------------------------------------------------------------------- */

/* 内容 */
h3 { font-size: small; }
h3.title { font-size: small; }

h4 { font-size: small; }
h4.title { font-size: small; }

p { font-size: x-small; margin:5px; }
p.descript { font-size: x-small; margin:5px; }

li { font-size: x-small; margin:0em 0em 0em -1em; }

div { font-size: x-small; margin:5px; }

/* ブログパーツ用 */
.RSSsite     {
	font-size: medium;
}
.RSSline     {	font-size: x-small;
 }
.RSStitle    {
	font-size: x-small;
}
.RSSdescript { font-size: x-small; margin:5px; }
.RSStime     {
	text-align:right;
	color:#006600;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
}
.RSSselect   { width:240px; font-size:12pt; text-align:left; margin:3px; }
.RSSoption   { font-size:10pt; text-align:left; border-top:#990000 1px dotted; }
.new         { color:#FF0000; }

/* スケジュール */

div.errmsg {
	color: #990000;
}

div.subcontents {
	padding: 5px;
	width: 250px;
	-moz-border-radius: 5px;
	/*background-color:#CCCC99;*/
}

div.topics {
	/*align:center;*/
	padding: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FF9900;
}

div.comments {
	padding: 30px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
}

fieldset
{
	padding: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	background-color:#fff;
}

fieldset legend
{
	padding-bottom: 3px;
	font-weight:bold;
	font-size:small;
	color:#666666;
}

.comments_box_alt
{
	padding:4px;
	margin:4px;
	border-bottom: 1px solid #ccc;
}


