@charset "utf-8";

/*=======================================================
  reset
=======================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/*=======================================================
  elements
=======================================================*/
body {
	font-size: 63%;
	font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3';
/*	background: #FFF url(../images/common/body_bg.jpg) repeat-x 0 0 fixed;*/
	background: #F3EFEA;
	margin: 0 auto;
	text-align: center;
	color: #555;
}

a,
a:visited {
	color: #003366;
}
a:hover {
	color: #D27559;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

/*=======================================================
  contents
=======================================================*/
#contents {
	width: 800px;
	margin: 10px auto 0;
	border-top: 1px solid #DED3C7;
	border-left: 1px solid #DED3C7;
	border-right: 1px solid #DED3C7;
	background-color:#FFF;
}

/*=======================================================
  header
=======================================================*/
#header {
	width: 800px;
	margin: 0 auto 10px;
	text-align: center;
	position:relative;
}

#header div.contact {
	position:absolute;
	right:10px;
	top:10px;
}

/*=======================================================
  main
=======================================================*/
#main {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

div.f_clear{
	clear:both;
	font-size:1;
	line-height:1;
	margin:0;
	padding:0;
}

#main div.left {
	width: 165px;
	padding-left:10px;
	text-align: left;
	float:left
}

#main div.left ul.menu {
	margin-bottom:10px;
}

#main div.left ul.menu li{
	margin-bottom:5px;
}

#main div.right {
	width: 600px;
	padding-right:14px;
	text-align: left;
	float:right;
	padding-bottom:50px;
}

/*=======================================================
  footer
=======================================================*/
#footer {
	width: 810px;
	margin: 0 auto;
	background:url(../images/common/footer_bg.jpg) no-repeat;
	height:83px;
	clear:both;
}

#footer ul.btn li{
	margin-left:5px;
}

#footer ul.btn li{
	float:left;
}
	


/*=======================================================
  top
=======================================================*/

#main div.right_top {
	width: 608px;
	padding-right:10px;
	text-align: left;
	float:right;
	margin-bottom:15px;
}

dl.news {
	margin-left: 15px;
	padding: 0;
	line-height:25px;
}
dl.news dt {
	clear: left;
	float: left;
	width: 100px;
	font-size: 12px;
}
dl.news dd {
	font-size: 12px;
}

/*=======================================================
  sub
=======================================================*/
#header_sub {
	width: 800px;
	margin: 10px auto 0;
	border: 1px solid #DED3C7;
}

#contents_sub {
	width: 800px;
	margin: 10px auto 0;
	border-top: 1px solid #DED3C7;
	border-left: 1px solid #DED3C7;
	border-right: 1px solid #DED3C7;
	background-color:#FFF;
	padding-top:15px;
}

p.right_t{
	padding:0 10px;
	font-size:12px;
	margin-top:10px;
	line-height:1.8em;
}


/*=======================================================
  表組み
=======================================================*/
#contentsTB {
	display:block;
	width: 600px;
	margin: 10px 0;
	padding: 0;
	float: left;
	border-collapse: collapse;
}

#contentsTB table {
	width: 600px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#contentsTB table th {
	height: auto;
	padding: 10px 10px 9px;
	background-color: #cae8e0;
	font-weight: normal;
	border: 1px solid #d6d6d6;
	text-align:center;
	color:#333;
	font-size:12px;
	font-weight:bold;
}


#contentsTB table td {
	padding: 10px 10px 9px;
	background-color: #f3f9f9;
	border: 1px solid #d6d6d6;
	font-size:12px;
}

#contentsTB table td p.kensyu{
	color:#236e70;
}


#contentsTB_p {
	display:block;
	width: 600px;
	margin: 10px 0;
	padding: 0;
	float: left;
	border-collapse: collapse;
}

#contentsTB_p table {
	width: 600px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#contentsTB_p table th {
	height: auto;
	padding: 10px 10px 9px;
	background-color: #d2cce6;
	font-weight: normal;
	border: 1px solid #d6d6d6;
	text-align:center;
	color:#333;
	font-size:12px;
	font-weight:bold;
}


#contentsTB_p table td {
	padding: 5px 10px 9px;
	background-color: #f6f2fc;
	border: 1px solid #d6d6d6;
	font-size:12px;
	line-height:1.8em;
}

#contentsTB_p table td p.kensyu{
	color:#574481;
	line-height:1.8em;
}



/*=======================================================
  パンくずList
=======================================================*/
ol#topicPath{
	margin:5px 0 10px;
	text-align:left;
	padding-bottom:15px;
	padding-left:10px;
	border-bottom:#CCC dotted 1px;
}
ol#topicPath li{
	display: inline;
	line-height: 14px;
	list-style-type: none;
	font-size: 10px;
	color: #999;
}
ol#topicPath li a{
	padding-right: 10px;
	color:#666;
	background: url(../images/common/gule.gif) no-repeat right center;
	text-decoration: none;
}
ol#topicPath li a:hover{
	color: #D27559;
	text-decoration: none;
}

