﻿body {
	background-color: #FEFEF2;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #000000;
	line-height: 150%;
}

/*大枠*/
#div_container {
position: absolute;
left: 50%;
height: 100%;
width: 880px;
margin-left: -440px; /* MUST be half the width */
}

/*内側*/
#div_container_inner {
margin-left: 15px;
margin-right: 15px;
background-image: url(images/top_right_bg.gif);
background-repeat: repeat-y;
background-position: right;
}

/*ヘッダー*/
div#header {background-image: url(images/head_logo.jpg);
			background-repeat: repeat-y;
			background-position: center;
			margin: 0;
			padding: 0;
			height: 100px;
			background-color: #FFFFFF;
			}
div#header02 {background-image: url(images/head_logo2017s.jpg);
			background-repeat: repeat-y;
			background-position: center;
			margin: 0;
			padding: 0;
			height: 100px;
			background-color: #FFFFFF;
			}


div#header #left , div#header02 #left {width: 470px;
				margin-left: 20px;
				float: left;
				text-align: left;
				padding: 30px 0px 0px 0px;}
				
div#header #center , div#header02 #center {width: 100px;
				margin-right: 0px;
				float: left;
				text-align: left;
				padding: 75px 0px 0px 0px;}
				
div#header #right , div#header02 #right {width: 220px;
				float: right;
				margin-right: 20px;
				text-align: left;
				padding: 15px 0px 0px 0px;}
				
div#header a , div#header02 a {color: #000000;
			text-decoration: none;}
			
div#header a:hover {text-decoration: underline;}
div#header02 a:hover {text-decoration: underline;}

				 
/*フッター*/
div#footer {background-image: url(images/footer_line.gif);
			background-repeat: repeat-x;
			background-color: #FFFFFF;
			margin: 0px 0px 15px 0px;
			padding: 15px 20px 0px 0px;
			font-size: 0.95em;
			text-align: right;
			clear: both;}

/*メニュー*/
div#menu {margin: 0px 0px 0px 0px;}

ul#menu {margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0;
		padding-left: 0;
		height: 33px;
		}
		
ul#menu li {list-style-type: none;
			float: left;}


/*パンくずリスト*/
p#bread {font-size: 80%;
color: #0A50A1;
margin-top: 5px;
margin-bottom: 5px;
background: #FFFFFF;}

p#bread a {color: #0A50A1;
text-decoration: none;}

p#bread a:hover {color: #0A50A1;
text-decoration: underline;}

/*h2*/
div#title h2 {padding-top: 0px;
padding-bottom: 15px;
margin-top: 0px;
margin-bottom: 0px;
background: #FFFFFF;
}
		
/*リンク*/
a {color: #646464;
text-decoration: none;
}

a:hover {
color: #14143C;
text-decoration: underline;
}

/*コンテンツ*/
div#content {width: 880px;
margin-left: 0px;
margin-right: 20px;
margin-bottom: 20px;
margin-top: 0px;
}

/*サイドバー*/
div#content .sidebar {width: 250px;
background-image: url(images/line2.gif);
background-repeat: repeat-x;
float: left;
margin-left: 0px;
margin-bottom: 25px;
}

ul.sidemenu {margin-top: 0;
margin-left: 0;
padding-left: 0;
line-height: 0;}

ul.sidemenu li {list-style-type: none;}

ul.sidemenu li a {display: block;
		line-height: 35px;
		text-decoration: none;
		color: #000000;
		background-image: url(images/side_menu_bg01.gif);
		background-repeat: repeat-x;
		padding-left: 35px}
		
ul.sidemenu li a:hover {background-image: url(images/side_menu_bg02.gif);
		background-repeat: repeat-x;
		color: #646464;}
		
div#content .content_right {width: 630px;
background-image: url(images/line3.gif);
background-repeat: repeat-x;
float: right;
margin-bottom: 0px;
margin-top: 0px;
}

div#content .content_right h3 {color: #0A50A1;
padding-left: 10px;
background-image: url(images/h3_bg.gif);
background-repeat: no-repeat;
height: 100px;
margin-top: 0px;
margin-bottom: 15px;}


