/*reset*/
body,p,table,tr,th,td,caption,div,span,blockquote,strong,em,form,h1,h2,h3,h4,h5,h6,img {font-wieght: normal; font-style: normal; font-size: 13px; margin: 0; padding: 0; border: 0 none #ffffff;}

/* template */
a {
	color: #0084FF;
	}
#container {
	background-color: #ffffff;
	background-image: url("../img/baseBg.gif");
	background-repeat: repeat-y;
	background-position: center;
	color: #555555;
	}
#wrapperTop {
	background-color: #ffffff;
	background-image: url("../img/contentBg.gif");
	background-repeat: no-repeat;
	color: #555555;
	width: 780px;
	margin: 0 auto;
	}

#side {
	width: 228px;
	float: left;
	margin: 20px 0;
	display: inline;
	}
#side #logo {
	margin-left: 20px;
	margin-bottom: 20px;
	}
#side #mainMenu {
	width: 188px;
	margin-left: 20px;
	margin-top: 20px;
	}

#contents {
	width: 552px;
	float: left;
	margin: 126px 0 0 0;
	display: inline;
	}
#contentsTop {
	width: 532px;
	float: left;
	margin: 20px 0;
	display: inline;
	}
#topImg {
	margin-bottom: 20px;
	}

#infomation {
	margin-top: 10px;
	}
#infomation .date{
	background-image: url("../img/icon01.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 1.2em;
	line-height: 120%;
	margin: 0;
	}
.upNavi {
	text-align: right;
	margin-right: 20px;
	width: 532px;
	}

/* common */
.author {
	text-align: right;
	}
.note {
	font-size: 80%;
	font-weight: normal;
	}
p {
	line-height: 150%;
	margin-bottom: 0.5em;
	}
h2 {
	margin-bottom: 10px;
	}
h3 {
	margin-bottom: 10px;
	color: #0B41A7;
	}
h4 {
	margin-bottom: 10px;
	}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
	}
li {
	margin: 0.2em 0 0.2em 1.2em;
	padding: 0.2em 0em;
	line-height: 150%;
	}

.chapter {
	margin-bottom: 40px;
	width: 532px;
	}
.section {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	}
.subSection {
	margin-bottom: 20px;
	}

div.column {
	margin: 15px;
	margin-bottom: 40px;
	}

.column2 {
	width: 517px;
	margin-left: 15px;
	margin-bottom: 40px;
	}
.column2 td {
	vertical-align: top;
	}
.column2 td td {
	width: auto;
	}
.column2 img.r {
	margin-left: 20px;
	}
.column2 img.l {
	margin-right: 10px;
	}
.column2 .caption {
	text-align: right;
	margin: 5px 0;
	}
.column2 ul {
	margin-right: 0;
	margin-left: 0;
	}

table.column {
	width: 517px;
	margin-left: 15px;
	}
table.column td {
	vertical-align: top;
	}
table.column td td {
	width: auto;
	}
table.column img.r {
	margin-left: 10px;
	}
table.column img.l {
	margin-right: 10px;
	}
table.column .caption {
	text-align: center;
	margin: 5px 0 5px 10px;
	font-size: 90%;
	}
table.column p {
	margin-left: 10px;
	}
table.column caption {
	border: 1px solid #849FD2;
	color: #0B41A7;
    padding: 5px;
	}

/* IE6 */
body {
	_padding-left: 1px;
}
/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}
