/* CSS Document */

a	{color: #000000;
text-decoration:none
}

img {border-style:none;
}

body {margin: 0;
padding: 0;
}

/* コンテナ */
div#container	{background-color: #ffffff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	 

/* ヘッダー */
div#header	{background-color: #ffffff;
    background-image:url(images/top4.jpg);
    height:450px;
	padding: 0px 0px 0px}

div#header h1	{margin: 0}




div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}


/* コンテンツ */
div#content	{width: 730px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url(images/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(images/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}
	
	
	
	
	
div#content h4	{background-color: #FFFFFF;
	background-image: url(images/h4.png);
	background-repeat: no-repeat;
	background-position:center;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 40px;
	margin-top: 30px;
	margin-bottom: 0}


div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px
	}

div#content p#message	{margin-top: 0}


/* サイドバー */
div#sidebar	{width: 220px;
	float: left;
	margin-bottom: 25px;
	background-image: url(images/logo.jpg);
}

ul.sidemenu	{border-top: solid 0px #999999;
	font-size: 0.75em;
	margin-top: 85px;
	margin-left: 0px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	padding-left: 5px}


ul.sidemenu li a:hover	{background-color: #ffffff}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	width: 950px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding-left: 270px;}
	
	
	
	
	
#content img {
margin: 12px; margin-bottom: 2px; padding-left:0px; border: 0px solid #999999;
vertical-align: bottom;}




/* 画像横並び */
.images ul {
    padding:0;
    margin:10;
    font-size:0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.images:after ul{
    content:url(css_justify.png);
    line-height:0;
    visibility:hidden;
}

.images ul li{
    display:inline;
    margin:0;
    padding:0;
}

div.images {
　　margen-left:10px;
}








/* テーブル */
.system_tex {
	color: #333333;
	line-height: 15px;
	font-size: 12px;
	text-align: right;
	float: right;
}


.system_tex2 {
	color: #333333;
	line-height: 15px;
	font-size: 12px;
	text-align: left;
	float: left;
}




