/*  初期値設定-----------------------------------------------*/
*,p,a,blockquote,table,tr,th,td,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6 { 
padding:0; 
margin:0;
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
text-align:justify;
font-size:17px;
line-height:1.5em;
color:#333333;
}
input,textarea,select {
padding:0; 
margin:0; 
font-family: Meiryo, Verdana, Helvetica, Arial, sans-serif;
font-size:13px;
color:#333333;
}
*, * focus {
	outline: none;
}

/*  ページセンタリング -----------------------------------------------*/
body {
text-align:center;
}
body div {
margin:0 auto;
text-align:justify;
}

/*  ページ全体外枠　-----------------------------------------------*/

#wrap {
width:850px;
background: #ffffff;
}


/*  上部タイトルバナー　-----------------------------------------------*/
#header {

}
.title_menu {
text-align:right;
padding:0 10px 60px 0 ;
color:#ffffff;
}
.title_menu a {
color:#ffffff;
}

/*  パンくずリスト -----------------------------------------------*/

#topicpath {
padding:5px 0 5px 10px;
background:url(../images/bg.png);
}

#topicpath p {
display:inline;
background:url(../images/mark/topic_path.gif) no-repeat left center;
padding:0 0 0 1.5em;
margin:0 0 0 1em;
}

/*  コンテンツ外枠 ----------------------------------------------*/
#wrap-contents {
width:850px;
}


/* 中央コンテンツ ----------------------------------------------*/

#contents {
float:left;
width:100%;
text-align:justify;
color:#333;
}
#contents-in {
clear:both;
padding:0 0 20px 30px;
}

/* フッタ ----------------------------------------------*/

footer {
	clear:both;
background:#333;
text-align:center;
}
footer small {
color:#ffffff;
line-height:4;
}

/*   リンク　-----------------------------------*/
a {
color: #03C;
text-decoration:none;
}

a:hover {
color: #969;
text-decoration:none;
}

a img {
display:inline;
margin:0;
border:none;
}

a.btn {
color:#fff;
background:#6CF;
text-decoration:none;
}

a.btn:hover {
color:#fff;
background:#ddd;
text-decoration:none;
}

/*   コンテンツ共通 -----------------------------------*/


h2 {
	
	font-size:20px;
	font-weight:bold;
	line-height:2;
	margin:0 0 20px 0;
	border-left:5px solid #d3266d;
	padding-left:10px;
}


dl {
	padding:20px;
	margin-bottom:20px;
	line-height:30px;
	border-top:10px solid #d3266d;
	border-bottom:1px solid #d3266d;
}
dl dt { 
font-size:16px;
	line-height:30px;
}

dl dd {
font-size:18px;
	line-height:30px;
	margin:-30px 0 0 150px;
}
	
ul {
	list-style:outside none;
}

ul li {
	margin-left:20px;
}

table {
	border-collapse:collapse;
	width:100%;
}

table th, table td {
font-size:15px;
	border:1px solid #ccc;
	padding:5px 10px;
}

table th {
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
	background:#eee;
}

p {
	
	margin:10px;
}