@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　お知らせ用スタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 リセット
--------------------------------------------------------------------------------------- */

/* 共通設定 -------------------- */


#main {
	/* margin: 0 auto; */
	width: 870px;
	/* text-align: center; */
	/* overflow: hidden; */
	color:#333;
	line-height: 1.5;
	font-size: 16px;
}

h3,h4,h5 { color: #0065CC; font-size: 18px;}
h6 { color: #555; font-size: 15px;}

a 			{ text-decoration: none; overflow: hidden; }
a:link 		{	color: #007ACC;	text-decoration: none;}
a:visited 	{	color: #007ACC;	text-decoration: none;}
a:hover 	{	color: #FF6600;	text-decoration: underline;}
a:active 	{	color: #007ACC;	text-decoration: underline;}


/* --------------------------------------------------------------------------------------
 デフォルト
--------------------------------------------------------------------------------------- */

blockquote {
	background: #F9F9F9 url(../info/images/quote.gif) no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 15px 10px 15px 40px;
	font-size: 13px;
}
code {
	display: block;
	white-space: pre;
	background: #FFFFF6;
	border: 1px solid #EED;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
}

ul,ol {margin: 0 0 1em 1.4em;}

fieldset {padding: 12px 10px; background: #EFE; color: #232; border: 1px solid #DED; margin-bottom: 1em;}
legend {font: bold 1em Verdana,sans-serif; padding: 0 6px; color: #363;}

img {border: none;}
img.bordered,.post img {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.bordered,.post .noboder {padding: 0px; border: 0px;} /* 縁なし画像 */
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}

#container { margin: 0 auto; padding-bottom: 0.5em;}

#main_left {width: 550px; padding: 10px 0 10px 10px;}
#main_right {width: 280px; padding: 25px 10px 10px 0;}

#main_right .content {padding: 10px 8px 10px; background: #F8F8F3; border-top: 1px solid #EAEAE2; margin-bottom: 14px; font-size: 13px;}
#main_right div.content {padding: 10px 8px;}

#sidebar ul {margin: 0;}
#sidebar li {list-style: none; padding: 5px 0;}

/* first post highlight */
#splash {margin-bottom: 1em;}
#splash .post { color:#000; padding: 12px 18px 0; background: #FFFFCC url('') repeat-x left bottom !important; height: 0.01%;}
#splash .metadata {color: #ACA; border-top: 1px solid #DEE9E0; background: none; padding: 8px 0; margin: 0;}
#splash .metadata a {color: #474; text-decoration: none;}
#splash .metadata a:hover {color: #232; text-decoration: underline;}
.date { font-size: 11px;}

/* misc */
.bold {font-weight: bold;}
.bordered {border: 1px solid #DDD; background: #FFF; padding: 5px;}
.clearer {clear: both; font-size: 0;}
.light,.light a {color: #777;}
.odd {background: #F6F6F6;}
.tright {text-align: right;}

#info .right {float: right;}
#info .left {float: left;}

/* post */
.post {margin-bottom: 1em;}
.post .date { font-size: 11px; color: #468; font-size: 0.9em; margin: 4px 0 6px;}
.post .body { font-size: 14px; margin-bottom: 12px; line-height: 2.0em;}
.post .metadata {background: #F6F6F6; border-top: 1px solid #E6E6E6; font: normal 0.9em sans-serif; padding: 6px; clear: both;}
.post .metadata a {color: #333; text-decoration: none;}

/* icons */
span.comment {background: url(../info/images/icon_comment.gif) no-repeat left center; padding-left: 18px;}
span.tag {background: url(../info/images/icon_tag.gif) no-repeat left center; padding-left: 18px;}

/* comments */
.commentlist {margin: 1em 0 0; font-size: 0.9em;}
.commentlist li {list-style: none; padding: 8px 10px 1px;}
.commentlist .post .date {margin-bottom: 3px;}

#info em { color: #FF9900; font-size: 17px; font-style: normal; font-weight: bold;}
#info strong { font-style: normal; font-weight: normal;}
#info b { font-weight: bold;}

