@charset "Shift_JIS";

@import "./base.css";

/* アップデート */
#updates h3{
	margin-bottom: 0.2em;
	/*font-family: "Arial","Helvetica",sans-serif;*/
	font-size: 1em;
	font-weight: bold;
}
#updates ul{
	margin-left: 1em;
	list-style-type: none;
}
#updates ul li{
	margin-bottom: 0.1em;
}

/* お知らせ */
#information h3{
	margin-bottom: 0.2em;
	/*font-family: "Arial","Helvetica",sans-serif;*/
	font-size: 1em;
	font-weight: bold;
}
#information ul{
	margin-left: 1em;
	list-style-type: none;
}
#information ul li{
	margin-bottom: 0.1em;
}

/* イベント */
#event h3{
	margin-bottom: 0.2em;
	/*font-family: "Arial","Helvetica",sans-serif;*/
	font-size: 1em;
	font-weight: bold;
}
#event ul{
	margin-left: 1em;
	list-style-type: none;
}
#event ul li{
	margin-bottom: 0.1em;
}
#event dl{
	margin-left: 1em;
	list-style-type: none;
}
#event dl dt{
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
#event dl dd{
	margin-left: 1em;
	margin-bottom: 0.1em;
}

/* メッセージ */
#message form{
	margin-left: 16px;
}
#message form div{
	margin-bottom: 0.2em;
}
#message form label{
	display: block;
}
#form_name input,
#form_message textarea{
	display: block;
	border: 1px solid #C1C1C1;
	padding: 1px;
	background-color: transparent;
	color: #3D3D3D;
	font-size: inherit;
	cursor: text;
}
#form_name input{
	margin-left: 1em;
	width: 15em;
}
#form_message textarea{
	margin-left: 1em;
	width: 30em;
	height: 5em;
}
#input_submit{
	margin-left: 1em;
	border: none;
	padding: 0.1em 2em 0.1em 2em;
	background-color: #3D3D3D;
	color: #FFFFFF;
	cursor: pointer;
}
#input_check1,
#input_check2,
#input_check3{
}
#form_check_sub{
	display: none;
}

/* プロファイル */
#profile h3{
	margin-bottom: 0.2em;
	/*font-family: "Arial","Helvetica",sans-serif;*/
	font-size: 1em;
	font-weight: bold;
}
#profile div.description{
	margin-left: 1em;
	line-height: 1.2;
}

/* Twitter */
#twitter div#twitter_link{
	margin-bottom: 0.5em;
}
#twitter ul#twitter_update_list{
	margin: 0.1em 0 0.1em 2em;
	list-style-type: square;
}
#twitter ul#twitter_update_list li{
	margin-bottom: 0.5em;
}
