/* 基本情報 --------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background-color: #AC1F24;
        	text-align: center;
	font-family:  Verdana, Arial, sans-serif;
	}

a {
	color: #ffffff;
	text-decoration: underline;
	}

a:link {
	color: #ffffff;
	text-decoration: underline;
	}

a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a:active {
	color: #ffffff;
	text-decoration: underline;
	}

a:hover {
	color: #ffffff;
	background-color: #AC1F24;
	text-decoration: none;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


/* コンテンツ枠全体 --------------------------------------------------------*/

#container {
	line-height: 125%;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #AC1F24;
	}


/* ヘッダー部分 --------------------------------------------------------*/

#banner {
 　　　　　　background: #AC1F24;
 　　　　　　background-repeat: no-repeat;
　　　　　　 background-position: bottom right;
	height: 185px;
	}



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

#center {
	float: left;
	width: 665px;
	overflow: hidden;
	}

#right {
	float: left;
	width: 245px;
	background-color: #AC1F24;
	overflow: hidden;
	}


/* center各項目詳細設定 --------------------------------------------------------*/

.content {
	width: 625px;
	background-color: #AC1F24;
	font-size: x-small;
	}

.content p {
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 2px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #ffffff;
	font-size: x-small;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	margin-bottom: 20px;
	}

.content h3 {
	color: #ffffff;
	font-size: small;
	text-align: left;
	font-weight: bold;
	}

.content p.posted {
	font-size: x-small;
	text-align: right;
	margin: 20px 0px 60px 0px;
	line-height: normal;
	padding: 3px;
	}

.content p.techstuff {
	font-size: x-small;
	margin: 0px 0px 60px 0px;
	line-height: normal;
	}

.comments_all {
	margin: 0px 0px 60px 0px;
	}


/* right各項目詳細設定 --------------------------------------------------------*/

.sidebar {
	padding: 0px;
	}

.sidebar h2 {
	color: #ffffff;
	font-size: x-small;
	border-bottom: 1px solid #ffffff;	
        text-align: left;
	font-weight: none;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	font-size: x-small;
	text-align: left;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	margin-bottom: 15px;
	}
