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

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

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

#wrap {
width:860px;
background: #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}


/*  上部タイトルバナー　-----------------------------------------------*/
#header {
background:url(../images/header.jpg) no-repeat 0 0;
}


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

#topicpath {
padding-left:10px;
}

#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 {
margin-top:5px;
background:url(../images/bk_leftmenu.jpg) repeat-y 0 0;
}

/*  左メニュー -----------------------------------------------*/
#leftmenu {
float:left;
width:170px;
}

#leftmenu-in {
margin:10px;
}
/* 右コンテンツ ----------------------------------------------*/

#contents {
float:right;
text-align:justify;
width:680px;
color:#333;
}
#contents-in {
clear:both;
margin:0 10px;
}
/*  左メニュー */
#leftmenu-in ul {
list-style-type:none;
list-style-position:outside;
margin:0 0 0 0;
border-bottom:1px dotted #ccc;
}

#leftmenu-in ul li a {
display:block;
font-size:14px;
padding-left:15px;
border-top:1px dotted #ccc;
line-height:2em;
color:#333333;
}
#leftmenu-in ul li a:hover {
color:#c23732;
}

/*  左メニュー　サブメニュー */
#leftmenu-in ul ul {
list-style-type:square;
list-style-position:outside;
margin:0 0 0 40px;
border:0px;
}

#leftmenu-in ul ul li a {
display:block;
font-size:14px;
padding:0;
line-height:1.5em;
color:#333333;
border:0px;
}
#leftmenu-in ul ul li a:hover {
color:#c23732;
}


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

#footer p {
text-align:right;
margin:0 10px;
}

#footer {
text-align:right;
padding:10px;
}

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

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

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





/*   コンテンツ共通 -----------------------------------*/
h2 {
font-weight:normal;
font-size:16px;
border-bottom:1px solid #6e5a5b;
margin:10px 0;
padding-left:15px;
}

h3 {
font-weight:normal;
color:#6e5a5b;
font-size:15px;
margin:0 0 5px  0;
padding-left:15px;
}

h4 {
background:#b7d1ad;
font-weight:normal;
font-size:15px;
margin:10px  0;
padding-left:15px;
}

img {
margin:0;
}

p {
margin:1em 0 1em 2em;
text-align:justify;
}
blockquote {
margin:0.5em 0 0.5em  5em;
}


/*---表---*/
table {
width:100%;
border-collapse:collapse;
padding:1em 0 1em 2em;
}
th {
text-align:center;
background:#eeeeee;
border:1px solid #999999;
padding:0.2em 1em;
}
td {
text-align:left;
border:1px solid #999999;
padding:0.2em 1em;
}
td.r {
text-align:right;
}

/*---表---*/
table.form {
table-layout:auto;
border-collapse:collapse;
padding:1em 0 1em 1em;
}
table.form th {
text-align:center;
background:#eeeeee;
border:2px solid #ffffff;
padding:0.2em 1em;
}
table.form td {
text-align:left;
border:2px solid #ffffff;
padding:0.2em 1em;
}
table.form td.r {
text-align:right;
}
table.table_border th, table.table_border td {
border:1px solid #999999;
}

table.form table.table_in {
table-layout:auto;
border-collapse: separate;
padding:1em 0.5em;
}
table.form  table.table_in th {
text-align:center;
background:#eeeeee;
border:0px;
padding:0.2em 0;
}
table.form table.table_in td {
text-align:left;
border:0px;
padding:0.2em 0;
}


/*  箇条書き */
ul.ul_none {
list-style-type:none;
list-style-position:outside;
margin:10px 0 10px 4em;
}

ul.ul_decimal {
list-style-type:decimal;
list-style-position:outside;
margin:10px 0 10px 4em;
}
ul.ul_contents, ul.ul_contents2 {
list-style-type:square;
list-style-position:outside;
margin:10px 0 10px 4em;
}
ul.ul_contents li {
margin-bottom: 0.5em;
}

/*  定義リスト */

dl.dl_contents, dl.dl_contents2, dl.dl_contents3, dl.dl_contents4 {
margin:0.5em 0 2em 2em;
}
dl.dl_contents dt, dl.dl_contents2, dt {
line-height:1.5em;
}

dl.dl_contents dd {
margin:-1.5em 0 0 0;
padding-left:75px;
}
dl.dl_contents2 dd {
margin:-1.5em 0 0 0;
padding-left:20px;
}
dl.dl_contents3 dt {
width:170px;
background:#eeeeee;
text-align:center;
}
dl.dl_contents3 dd {
margin:-1.5em 0 1em 180px;
}

dl.dl_contents4 dd {
margin:0 0 1em 0;
border-bottom:1px dotted #dddddd;
}
/*---------------------------------------------*/
/*---外部HPのへのリンクボタン---*/
p.hp {
margin:2em;
text-align:center;
}
.hp a {
display:block;
text-align:center;
width:300px;
padding:1em ;
border:1px solid #999999;
background: url(../images/background.jpg);
}

.hp a:hover {
padding:1em;
border:1px solid #999999;
background:#cccccc;
}


/* form ----------------------------------*/

.kyocho {
color:#CC0000;
}


.waku {
margin:10px 0 10px 20px;
color:#6d665e;
}




/* クラス ----------------------------------*/

.pagetop {
text-align:right;
}

/* floatのクリア---*/
.floatclear {
clear:both;
height:5px;
}

.linethrough {
text-decoration:line-through;
}

/* アコーディオンメニュー　*/
ul.acc, ul.acc li ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
} 
 
ul.acc a{ 
  display: block; 
  height: 30px; 
  line-height: 30px; 
  color: #feffff; 
} 
 
ul.acc { 
  background-color: #185AAC; 
} 
 
ul.acc li ul { 
  background-color: #A6B5E2; 
} 







