@charset "shift_jis";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 0.9em;
	line-height: 1;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 900px;
	margin: 0 auto; 
	padding: 0 5px;
	background-image: url(img/cnt_bg.png);
	background-repeat: repeat-y;
}

.header {
	height: 200px;
	background-image: url(img/header.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}

img.bg {
	/* Set rules to fill background */
	min-width: 900px;
	min-height: 200px;
	/* Set up positioning */
	position: absolute;
	top: 0;
	margin-left: 0px;
	clip: rect(0px 900px 200px 0px);
}

@media screen {
	img.bg {
}
}

.header h2 {
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    padding-right: 10px;
    padding-left: 20px;
}

.header h1 {
    width: 550px;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    left: 30px;
    top: 50px;
	font-weight:bold;
}

.header h2  a, .header  h2  a:visited {
    color: #FF6400;
    text-decoration: none;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #FFF0DF;
	padding: 5px 5px;
}

table.table01 {
}

.table01 td{
	vertical-align:top;

}

.table01 td.td01{
	background-color:#FFF0DF;
	width: 180px;
}

.table01 td.td02{
	width: 660px;
}

.content {
	background: #FFF;
	width: 660px;
	float: left;
	padding:20px 11px;
	margin: 0 10px;

	/*折り返し対応*/
	/*white-space: pre;           /* CSS 2.0 */
	/*white-space: pre-wrap;      /* CSS 2.1 */
	/*white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	overflow: auto;

}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

h3{
    font-size: 18px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 5px 10px;
    color: #919191;
    padding-left: 40px;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #FFF;
    background-image: url(img/h3.jpg);
}

h4{
    line-height: 30px;
    background-image: url(img/h4.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    font-size:14px;
    color: #919191;
    text-align: left;
    padding-left: 28px;
    overflow: hidden;
	margin-bottom:5px;
}

.menubox {
    width: auto;
    margin-bottom: 15px;
    background-color: #E5E5E5;
    padding: 4px;
}
p{
	line-height:1.2;
	margin: 0px;
}

h5{
    background-image:url(img/h5.jpg); /* 背景画像のURL */
    background-repeat:no-repeat; /* 背景画像の繰り返し指定 */
    background-position:2px 6px; /* 位置調整 */
    padding-left:25px; /* 重ならないように左余白 */
}

.site_desc {
   _width:150px;
    background-color: #FFFFFF;
    font-size: 10.5px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
    color: #454545;
    line-height:1.2;

	/*折り返し対応*/
	/*white-space: pre;           /* CSS 2.0 */
	/*white-space: pre-wrap;      /* CSS 2.1 */
	/*white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	overflow: auto;

}

.site_descNewList {
   _width:150px;
    background-color: #FFFFFF;
    font-size: 15px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
    color: #454545;
    line-height:2;

	/*折り返し対応*/
	/*white-space: pre;           /* CSS 2.0 */
	/*white-space: pre-wrap;      /* CSS 2.1 */
	/*white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	overflow: auto;

}

/* ~~ フッター ~~ */



.footer {
	padding: 10px 0;
	background: #76A0D1;
	text-align: center;
	color: white;
	line-height: 64px;
	height: 64px;
	position: relative;
	clear: both; 
}

.footer a{
    color: #FFFFFF;
    text-decoration: none;
}
.footlink {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FFFFFF;
   font-size: 12px;
	background: #76A0D1;
	border-bottom:#DBD4D3 solid 3px;
	position: relative;
	clear: both; 
}
.footlink a {
    color: #FFFFFF;
    margin-left:5px;
    margin-right:5px;
}



.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}