@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック";
	background-color: #1D1D1D;
	color: #5C5C5C;
}

#Background {
	background-image: url(img/background-1.jpg);
	background-position: center top;
}
	
#Header {
	font-size: 12px;
	background-image: url(img/header.jpg);
	padding-top: 62px;
	padding-bottom: 62px;
	padding-left: 40px;
}

h1 {
	font-size: 24px;
	margin: 0px;
	font-family: "MS UI Gothic";
	padding: 0px;
	line-height: 26px;
	font-weight: normal;
	color: #5E5E5E;
}

#Container {
	width: 600px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFBFB;
	background-image: url(img/main-back1.jpg);
}

.Center {
	text-align: center;
}

.Red {
	color: #FF0000;
}

/* メインコンテンツ */

#MainContents {
	float: right;
	padding-left: 20px;
	width: 409px;
	background-color: #FEFEFE;
	padding-bottom: 10px;
	padding-top: 15px;
}

.Date {
	font-size: 10px;
	margin-right: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5A5A;
	text-align: right;
	padding-right: 3px;
	font-family: "Times New Roman";
}

#MainContents h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

#MainContents h3 {
	font-size: 16px;
	margin-bottom: 18px;
}

#MainContents h4 {
	font-size: 14px;
	margin-bottom: 15px;
}


#MainContents p {
	width: 380px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 40px;
}

#MainContents dl {
	width: 390px;
	margin-top: 15px;
	margin-right: 5px;
}

#MainContents dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#MainContents dd {
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#MainContents dd em {
	font-style: normal;
}

/* カテゴリ */


#Category {
	width: 150px;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
	color: #555555;
}

#Category li {
	list-style-type: none;
	line-height: 25px;
	padding-left: 19px;
	margin-left: 0px;
	background-image: url(img/category-a4.jpg);
}

#Category a:link {
	color: #555555;
	text-decoration: none;
}

#Category a:active {	
	color: #999999;
}

#Category a:visited {
	color: #555555;
	text-decoration: none;
}

#Category a:hover {
	color: #999999;
	text-decoration: underline;
}

.Category1 {
}

.Category1 h2 {
	background-image: url(img/category-a1.jpg);
	line-height: 26px;
	padding-left: 14px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}

.Category1 ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(img/category-a2.jpg);
	background-position: left bottom;
	padding-bottom: 20px;
}

.Category2 {
}

.Category2 h2 {
	line-height: 26px;
	padding-left: 14px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	background-image: url(img/category-a1.jpg);
}

.Category2 {

}

.Category2 ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(img/category-a3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 24px;
}

.Calculation {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
}

/* プロフィール */

#Profile {
	background-image: url(img/category-a2.jpg);
}

#Profile img {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#Profile  h2 {
	background-image: url(img/category-a1.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 14px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#Profile dl {
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(img/category-a3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-left: 14px;
	padding-top: 7px;
}

#Profile dt {
	float: left;
	line-height: 20px;
}

#Profile dd {
	margin-left: 30px;
	line-height: 20px;
}

/* フッター */

#Footer {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	background-image: url(img/footer-1.gif);
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#Footer ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#Footer li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#Footer a {
	font-size: 12px;
	color: #1F1F1F;
	font-family: "Times New Roman";
	text-decoration: none;
	line-height: 24px;
	position: relative;
	top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

#Footer p {
	font-size: 10px;
	text-align: center;
	font-family: Arial;
	line-height: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #151515;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 2px;
}

#Footer span {
	text-decoration: underline;
}



.BlogImg {
	margin-top: 20px;
	margin-left: 5px;
}

.Battery {
	background-color: #CCCCCC;
	width: 390px;
	margin-bottom: 30px;

}

.Battery th {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

.Battery td {
	padding: 5px;
	background-color: #FFFFFF;
}
