/********************基本構成********************/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
	background-image: url(img/bg.gif);




}
#bodyBg {
	background-image: url(img/background.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;

}
#content {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}


h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

img {
border: none;
}

a img {
	border: none;
}

ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
}


a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/********************レイアウト********************/

#header {
	background-image: url(img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	position: relative;
	text-align: right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;





}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;

}
#mainImg {
	padding: 0px;
	margin: 0px;
}
#mainArea {
	padding-right: 15px;
	padding-left: 15px;
	clear: both;


}
#mainContent {
	float: right;
	width: 695px;
}
#leftNavi {
	float: left;
	width: 210px;

}
#footerNavi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(<$MTBlogRelativeURL$>temp/images/footer_navi_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	clear: both;





}
#footer {
	background-color: #F6F6F6;
	background-image: url(<$MTBlogRelativeURL$>temp/images/footer_orangeline.gif);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 40px;
	padding-top: 15px;
	font-size: xx-small;
	padding-left: 20px;



}
#leftNavi ul {
	margin-bottom: 20px;
	background-color: #333333;
	padding-bottom: 10px;
}
#leftNavi li {
	background-image: url(img/li_arrow.jpg);
	background-repeat: no-repeat;
	height: 34px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 30px;
	background-color: #535353;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-position: 20px;



}
#mainContent h2 {
	font-size: 1.1em;
	letter-spacing: 0.5em;
	background-color: #DCDCDB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 8px;

}
#mainContent p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;

}

class.subtitle {
	line-height: 80%;
	font-weight: bold;
}

#mainContent .datetime {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(img/date_back.jpg);
	padding-top: 19px;
	padding-bottom: 4px;
	padding-left: 40px;
	font-size: 14px;
	margin: 0px;
}
#mainContent .diaryArea {
	background-color: #FFFFFF;
	padding: 5px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	text-align: left;
	margin-bottom: 20px;

}
#mainContent .underlines {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#leftNavi .standard {
	background-color: #333333;
	padding: 10px;
	margin-bottom: 20px;
}
#leftNavi p {
	line-height: 1.3em;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
#mainContent .expecttb {
	margin-bottom: 10px;
	font-size: 0.9em;
	border-collapse: collapse;
}
#mainContent .expecttb td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 200px;
	text-align: center;
	
}
#mainContent .expecttb th {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #999999;
	background-color: #EFEFEF;
	font-weight: normal;
	width: 200px;
}
#headMenu {
	padding: 0px;
	margin: 0px 0px 10px;
}
#headMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#mainContent .trackUrl {
	background-color: #FCFCF3;
	padding: 5px;
}
