@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	color: #030133;
}
p, ul, ol, li, dl, dt, dd, div, form, address {
	list-style-type:none;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
p, h1,h2,h3{
	margin-bottom:3px;
}
img {
	border:none;
}

#contents #side ul {
	margin-top: 10px;
}


#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(../images/core.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}


#header {
	height: 130px;
	padding-left: 300px;
	padding-top: 20px;
}

#header h1 {
	font-size: 12px;
}

#header h2 {
	font-size: 18px;
}


#header p {
	color: #030133;
	font-weight: normal;
	font-size: 90%;
}

#maincontent {
	display: inline;
	float: right;
	width: 560px;
	padding-right: 20px;
}

#maincontent h2 {
	font-weight: bold;
	font-size: 110%;
	color: #030133;
	padding-left: 10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-top: 0px;
	margin-bottom: 5px;
}
#maincontent h3 {
	font-weight: bold;
	font-size: 100%;
	color: #030133;
	padding-left: 10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666699;
	border-left-color: #666699;
	margin-bottom: 5px;
}


#maincontent h4 {
	font-size: 85%;
	color: #030133;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}

#maincontent p{
	margin-bottom: 10px;
	line-height:1.5;
}
#maincontent ul {
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(../images/brt-maincontent.jpg);
	font-size: 95%;
}
#subcontent {
	margin-bottom: 30px;
}
#subcontent p {
	font-size: 90%;
}

#subcontent .topic {
	float: left;
	width: 170px;
	display: inline;
}
#subcontent .topic-padding {
	float: left;
	width: 170px;
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}



#navigation {
	display: inline;
	float: left;
	width: 164px;
	margin-left:16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030133;
	font-size: 100%;
	font-weight: bold;
}
#navigation li a {
	color: #006;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navigation li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #006;
}
#subcontent img {
	margin-bottom: 10px;
}
#topicpath {
	margin-top: 10px;
	margin-bottom: 20px;
}
#topicpath p {
	font-size: 85%;
	color: #999;
}
#maincontent .example {
	padding-left: 20px;
	margin-bottom: 30px;
}
#maincontent .example p {
	font-size: 90%;
	color: #669;
	margin-bottom: 15px;
}


#company {/* テーブルタグに「company」というid名を付け全体の設定する */
	width: 560px; /* テーブル全体の幅 */
}
td, th {
	padding: 3px 5px; /* セル内余白設定 */
}

#footer {
	height:50px;
	clear: both;
	background-color: #006;
	padding-top: 5px;
	padding-bottom: 5px;
}



#footer p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
.pagetop {
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
	height: 30px;
	padding-right: 10px;
	line-height: 30px;
}
