/* 基本設定 */
body {
	background: #4D6483 url(../images/bg.gif) repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, p, td, th {
	color: #555;
	font-size: 12px;
	line-height: 150%;
}
.line170 {
	line-height: 170%;
}
.p14-160 {
	font-size: 14px;
	line-height: 160%;
}
.p14-130 {
	font-size: 14px;
	line-height: 130%;
}
.p10-130 {
	font-size: 10px;
	line-height: 130%;
}
.white {
	color: #ffffff;
}
.red {
	color: #cc0000;
}
.blue {
	color: #275580;
}
.orange {
	color: #D76C18;
}
a:link {
	color:#0063C8;
	text-decoration:underline;
}
a:visited {
	color: #4D6483;
	text-decoration:underline;
}
a:hover, a:active {
	color:#D400C8;
	text-decoration:none;
}

h1, h2, h3, p, ul, ol, li, img {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}

/* スペース */
.bspace {
	margin-bottom: 10px;
	padding: 0;
}
.bspace2 {
	margin-bottom: 20px;
	padding: 0;
}
.lspace {
	padding-left: 10px;
}
.pad10 {
	padding: 10px;
}
.pad10tb {
	padding: 10px 0;
}
.link {
	text-align:right;
}

/* 全体レイアウト */
#ccontainer {
	width: 760px;
	margin: 0;
	padding: 0;
}
#left {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
#main {
	width: 610px;
	margin: 0;
	padding: 0 10px;
	background-color: #f4f4f4;
	float: right;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 590px;
}
html>body #main {
width: 590px;
}

/* サイドメニュー */
#left ul {
	width: 150px;
	margin: 100px 0 0 0;
	padding: 0;
	list-style: none;
}
#left li {
	margin: 0;
	padding: 0;
}
#left li img {
	border: none;
	vertical-align:top;
}


/* ヘッダー用 */
#header {
	border-bottom: #0087CC solid 5px;
}
#header h1 {
	padding: 3px 0;
	font-size: 10px;
	line-height: 120%;
}

/* フッター用 */
#footer {
	margin-top: 30px;
	padding: 0;
	border-top: 1px solid #aeaeae;
}

/* form */
form {
	margin: 0;
	padding: 0;
}
.input1 {
	width: 200px;
}
.input2 {
	width: 450px;
}
textarea {
	width: 350px;
	height: 100px;
}

/* list */
table.listt {
	border-collapse: collapse;
}
ul.list {
	margin: 0 20px 30px 15px;
	padding: 0;
}
ul.list li {
	margin-bottom: 7px;
	padding-left: 0.8em;
	background:url(../images/icon_list.gif) 0 0.5em no-repeat;
	border-bottom: 1px dotted #ccc;
}

td.line {
	border-bottom: 1px solid #999;
}
td.dot {
	border-bottom: 1px dotted #ddd;
}

