

@charset "UTF-8";

/**********************************************/
/* style.css                                  */
/**********************************************/

/* general
**********************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p {
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover,  h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline; 
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:200px;
    margin-right:15px;
    font-size:0.9em;
    }

th {
    white-space: nowrap; 
    }

td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

td a:hover{
	font-weight:normal;	
}
    
fieldset,img {border: 0;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
	background:url(../images/11/229.jpg);
	margin: 30px 0;
    height: 100%;
    text-align: center;
    font-size: 1.2em;
    font-family: sans-serif,"HGS創英角ｺﾞｼｯｸUB";
    min-width: 782px;
}

form {
	float:right;
	width:200px;
	margin-top:-55px;
	*height:30px;
	}

a:link, a:visited {
    color: #808000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.noscreen {
    display: none;
}

p {
    line-height: 170%;
    margin-bottom: 10px;
    color: #808000;
	text-indent:0.5em;
	padding:0 20px;
}

h1 {
    font-size: 2.2em;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 15px 0 0 15px;
    letter-spacing: 1px;
}

h1 a:link, h1 a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

h2 {
    font-size: 1.6em;
   //color: #00a062;
    text-align: left;
    margin-bottom: 7px;
    margin-top:5px;
    padding: 3px 0 3px 10px;
    color:#000;
   }

h3 {
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom:10px;
	margin-left:10px;
	padding-left:10px;
}

h4 {
    font-size: 1.2em;
    color: #001301;
    margin:0 0 7px 15px;
}

em {
    color:#c00;
	font-style:normal;
}

hr {
    margin:10px;
    margin-right:10px;
    border:none;
    border-top:#ccf dashed 1px;
    height:1px
}

ul {
	list-style:none;
	margin-bottom:10px;
	}
	
dt {
	margin:10px;
	font-size:1.2em;
	font-weight:bold;
	}

dd {
	margin:10px;
	}

/* wrapper
**********************************************/
div#whole {
    width:950px;
    margin:0 auto;
}


/* header
**********************************************/
div#headerArea {
    width: 952px;
    margin: 0 auto;
    text-align:left;
	background-color:#fff;
	border:solid;
    }

div#headerArea p{
	font-size:1.2em;
}

/* pancrumbs */
ul#pancrumbs {
    margin: 7px 0 5px 15px;
    padding-left: 2px;
    font-size: .9em;
    text-align: left;
    display:block;
}
ul#pancrumbs a {margin-right: 5px; font-weight:normal;}
ul#pancrumbs a:link em {text-decoration: underline;}
ul#pancrumbs a:visited em {text-decoration: underline;}
ul#pancrumbs a:hover em, ul#pancrumbs a:active em {text-decoration: none;}

ul#pancrumbs li {
    display: inline;
    line-height: 2.2;
}
ul#pancrumbs li ul {
    display: inline;
}
ul#pancrumbs li em {
    font-weight: bold;
    font-style: normal;
    color: #555;
}

/* siteArea
**********************************************/
div#siteArea {
    text-align: left;
}

p.goup {
	text-align:right;
	text-decoration:underline;
}

/* leftArea
**********************************************/
div#leftArea {
	background-color:#fff;
	width:660px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	padding-left:30px;
	border:solid;
	}

div#leftArea h2{
	margin-bottom: 1em;
	*text-indent:1.3em;
	padding: 5px 10px;
	border-bottom: 2px solid #cccccc;
	border-left: 3px solid #F5DEB3;
	font-size: 1.6em;
	
}

div.content {
	padding:2px;
}	

div.content h3 a{
	color:#FF0000;
}

div.content h3 a:hover{
	text-decoration:underline;
}

p.cate{
	background:url(../images/11/arrow.gif) no-repeat;
	padding-left:10px;
}

ul#navi{
  margin: 0;
  padding: 0;
  width: 200px;
  background-color:#000000;
}

ul#navi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#navi li{
  float: left;
  width: 12px;
  height: 10px;
  margin: 0;
  padding: 0;
}

li.setList {
  float: left;
  height: 10px;
  margin: 0;
  padding: 0;
  display:block !important;
  padding: 0.5em 0 !important;
 
}


ul#navi a{
  text-align: center;
  display:block;
  width: 12px;
  height: 10px;
  padding: 0.5em 0;
  width: 100%;
  background-color:#000000;
  color: #ffffff
}

ul#navi a:hover{
  background-color:#cdcdcd;
  color: #ffffff;
}



/* rightArea
**********************************************/

div#rightArea {
	background-color:#fff;
	width:238px;
	*width:260px;
	float:left;
	margin-top:10px;
	*margin-left:20px;
	border:solid;
	}

ul.rightList {
	margin:0 0 5px 20px;
}

ul.rightList li{
	padding-left:24px;
	padding-bottom:5px;
	background:url(../images/11/f02.gif) no-repeat;
}

div.rightSide{
	margin-top:10px;
}

div.rightSide h3{
	background:url(../images/11/h3Background.gif) no-repeat;
	padding:2px 12px;
}

div#notFound {
	border:solid;
	background-color:#ffffff;
	padding:20px;
	margin-top:10px;
	width:910px;
}

div#notFound h2{
	text-align:center;
}

div#notFound a{
	color:#c00;
}

div#notFound a:hover{
	text-decoration:underline;
}

/* footer
**********************************************/
div#footer {
    width:950px;
	border:solid;
	background-color:#fff;
	margin:0 auto;
	float:left;
	margin:15px 0;
}

/* class
**********************************************/
.cl:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.cl {
    display: inline-block;
}

div.sector {
    margin-bottom: 30px;
}

p.rel {
	color:#D3D3D3;
	text-align:right;	
}

a.rel {
	color:#D3D3D3;
}

a.rel a:hover{
	text-decoration:underline;
}

