/* ----------------------------------------------------------------------
	CHOU-FLEUR-DESIGN
	http://www.chou-fleur.net/

	クリエイティブ・コモンズ・ライセンスに従って使用してください
	http://creativecommons.org/licenses/by-sa/2.0/

	自由に改変して構いませんがオリジナルの著作権は製作者に帰属します
---------------------------------------------------------------------- */

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

body {
	margin-top : 10px;
	margin-bottom : 10px;
	padding : 0px;
	color : #ffffff;
	background : #000000 url("http://www.daytona-mag.com/comm/sema/img/cfd09_bkpix.gif") top left repeat;
	font-size : x-small;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	font-weight : normal;
	font-style : normal;
	line-height :2.5;
}

a { text-decoration : none; }
a:link { color : #ff6600; }
a:visited { color : #ff6600; }
a:hover { color : #ff0000; }
a:active { color : #ff0000; }
a img { border : none; }

textarea, input, select {
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
}

textarea {
	width : 90%;
}

hr { display : none; }

/* ----------------------------------------------------------------------
	レイアウト
---------------------------------------------------------------------- */

#AreaLayout {
	margin : 0px auto 0px auto;
	width : 760px;
}

#AreaBanner {
/*	background : transparent url("http://www.daytona-mag.com/comm/sema/0008)2007.jpg") top center no-repeat;*/
}

#AreaSearch {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right : 30px;
	background : #000000;
                border-top : 1px solid #999999;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	text-align : right;
}

#AreaCalendar {
	padding-top : 5px;
	padding-bottom : 5px;
	color : #999999;
	background : #000000;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	text-align : center;
}

#AreaNavigator {
	padding-top : 5px;
	padding-bottom : 5px;
	color : #999999;
	background : #000000;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	text-align : center;
}

#AreaTextColumn {
	float : left;
	margin-top : 15px;
	margin-bottom : 15px;
	width : 500px;
	background : transparent;
}

#AreaExtraColumn {
	float : right;
	margin-top : 15px;
	margin-bottom : 15px;
	padding : 10px;
	width : 220px;
	background : transparent;
	border : 1px solid #999999;
line-height :1.5;

}

#AreaLicense {
	clear : both;
	padding : 5px 10px 5px 10px;
	color : #999999;
	background : transparent url("http://www.daytona-mag.com/comm/sema/img/cfd09_fbkpix.gif") bottom center no-repeat;
	border-top : 1px solid #999999;
	text-align : right;
}

/* ----------------------------------------------------------------------
	トップ
---------------------------------------------------------------------- */

#AreaBanner h1 {
	padding : 10px 0px 0px 0px;
	font-size : 16px;
}

#AreaBanner h1 a {
	border : none;
}

#AreaBanner p {
	padding : 0px;
	color : #999999;
	font-size : 10px;
}

/* ----------------------------------------------------------------------
	検索
---------------------------------------------------------------------- */

#AreaSearch form p {
	display : block;
}

/* ----------------------------------------------------------------------
	カレンダー
---------------------------------------------------------------------- */

#AreaCalendar p {
	font-size : x-small;
	font-weight : bold;
}

#AreaCalendar ul {
	list-style-type : none;
}

#AreaCalendar li {
	display : inline;
}

/* ----------------------------------------------------------------------
	記事
---------------------------------------------------------------------- */

.AreaDailyEntry {
	margin-bottom : 20px;
	border : 1px solid #999999;
}

.AreaDailyEntry h2 {
	padding : 10px 10px 10px 10px;
	color : #ff0000;
	font-size :x-small;
}

.AreaEntry h3 {
　　　　　　　Vspace="1"
	<!---padding : 5px 10px 10px 10px;--->
	color : #ffcc00;
	font-size : small;
	font-family: "Verdana", "georgia", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "times new roman", "serif";
                border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;


}

.AreaEntryBody {
	padding : 10px;
}

.AreaEntryBody .EntryExtended {
	padding-top : 2em;
}

.AreaEntryBody p.EntryShowHide {
	padding-top : 2em;
	text-align : right;
}

.AreaEntryFooter {
	padding : 5px 10px 5px 10px;
	text-align : right;
}

.AreaEntryFooter li.EntryPermalink {
	list-style-type : none;
}

.AreaEntryFooter li.EntryComment {
	list-style-type : none;
}

.AreaEntryFooter li.EntryTrackback {
	list-style-type : none;
}

/* ----------------------------------------------------------------------
	サイドバー
---------------------------------------------------------------------- */

#AreaExtraColumn dt {
	margin-bottom : 10px;
	padding : 2px 5px 2px 5px;
	font-size : small;
	font-weight : bold;
}

#AreaExtraColumn ul {
	margin-bottom : 10px;
	list-style-type : disc;
	list-style-position : inside;
	vertical-align : middle;
}

#AreaExtraColumn li {
	padding : 0px 5px 0px 5px;
}

#AreaExtraColumn ul ul {
	list-style-type : circle;
	padding : 0px 0px 0px 5px;
}

/* ----------------------------------------------------------------------
	ライセンス
---------------------------------------------------------------------- */

#AreaLicense p {
	font-size : 10px;
}

/* ----------------------------------------------------------------------
	固定リンク
---------------------------------------------------------------------- */

.AreaEntryFooter .AreaComment {
	margin-top : 0px;
}

.AreaComment .CommentBody {
	margin-top : 10px;
	text-align : left;
}

.AreaComment .CommentPost {
	text-align : left;
}

.AreaComment .CommentForm {
	margin-top : 20px;
	text-align : left;
}

.AreaComment .TrackbackBody {
	margin-top : 10px;
	text-align : left;
}

.AreaComment .TrackbackPost {
	text-align : left;
}

.AreaEntryFooter .TrackbackUri {
	text-align : left;
}
