/* ------------------------ 

		リセット

-------------------------- */

* {margin: 0}

body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;

	color: #333;
	background-color: #f9f9f9;
	}

ul,
ol,
dl,
li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

img {border: none;}

hr {margin: 0px;}

/* ------------------------ 

		コンテナ

-------------------------- */

div#container {
			width: 936px;
			margin: auto;
			}

/* ------------------------ 

		ヘッダー

-------------------------- */

div#header {
			height: 137px;
			background: url('header.jpg') no-repeat;
			background-color: #a8d1ff;
			padding: 0 8px 0 8px;
			position: relative;
			}

div#header h1 {
			position: absolute;
			top: 82px; left: 18px;
			font-size: 1.5em;
			background: url('title.gif') no-repeat;
			width: 880px;
			height: 40px;

			padding: 10px;
			}

div#header h1 a {
			text-decoration: none;
			color: #2b76cc;
			}

div#header p {
			position: absolute;
			top: 5px; right: 15px;
			font-weight: bold;
			}

		div#header p#logo 	{
					position: absolute;
					top: 21px;
					left: 30px;
					}

		div#header-right { /* ホーム サイトマップ お問い合わせ */
			position: absolute;
			top: 40px;
			left: 270px;	
			}

		div#header-right li{
			float:left;
			display: inline;
			}

/* ------------------------ 

		コンテンツ

-------------------------- */

div#content {
			padding: 0 18px 0 18px;
			background: url('bg.jpg') repeat-y;
			}

		*:first-child + html div#content{overflow: auto;} /* ie7 */
		* html #content {height: 1%;} /* ie6 */

		div#content:after {   
		    content: ".";   
		    display: block;   
		    visibility: hidden;   
		    height: 0px;   
		    clear: both;
			} 

div#main 	{
			width: 690px;
			float: right;
			display: inline;
			}

div#sidebar { /* 左サイドバー */
			width: 190px;
			float: left;
			display: inline;
			}

	/* 最近の記事 id="recent" */

	div#recent {
				margin:-15px 0 15px 0;
				clear: both;
				position: relative;
				padding: 8px 8px 8px 0;
				border-left: 1px solid #999;
				border-right: 1px solid #999;
				border-bottom: 1px solid #999;
				}

	div#recent ul {
				height: 150px;
				overflow-y: auto;
				}
	
	div#recent li {
				background: url('mark03.gif') no-repeat 0 1px;
				padding-left: 14px;
				margin:0 5px 7px 5px;
				}

	/* ページタイトル（カテゴリー） */

	p#pagetitle {
		width: 682px; height: 23px;
		background: url('pagetitle.jpg') no-repeat;
		padding: 47px 0 0 8px;
		font-weight: bold;
		margin-bottom: 15px;
		}

	p#pagetitle a {
		text-decoration: none;
		color: #333;
		}

	/* 記事 */

		* html div.post {
			height: 1%; /* ie6バグ用高さ算出 */
		}

	div.post {
			border: solid 1px #999999;
			padding: 10px 10px 0px 10px;
			margin-bottom: 5px;
			clear: both;
			}
	
	div.post h2 {
			background: url('posth2bg.gif') no-repeat;
			font-size: 1.2em;
			padding: 0 0 0 8px;
			margin-bottom: 10px;
			height: 40px;
			line-height: 40px;
			}

	div.post h3 {
			clear: both;
			font-size: 1em;
			margin: 0 0 10px 0;
			padding-left: 5px;
			line-height: 30px;
			background: url('posth3bg.gif') repeat-x;
			height: 30px;
			}
	
	div.post h2 a {
			color: #ffffff;
			}
	
	div.post p {
			line-height: 1.6;
			margin: 0 0 15px 5px;
			}
	
	div.post ul {
			margin: 0 0 15px 20px;
			}
	div.post ul li {
			margin: 0 0 4px 0;
			background: url('mark03.gif') no-repeat 0 2px;
			padding-left: 14px;
			line-height: 1.3;
			}

	div.post ul li ul li {
			margin: 5px 0 4px -15px;
			background-image: none;
			line-height: 1.3;
			}
	
	p.postinfo {
			color:#2b76cc;
			text-align: right;
			margin: 20px 0 0;
			clear: both;
			font-size: 0.8em;
			}
	
	p.postinfo a {
				color: #2b76cc
				}

	p.top {
		float: right;
		margin-bottom: 5px;
		}


	/* 記事内の画像 */

	.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
			}

	.alignright {
			float: right;
			margin-left: 10px;
			margin-bottom: 2px;
			}

	.alignleft {
			float: left;
			margin-right: 10px;
			margin-bottom: 2px;
			}

	div.post img {border: none;}

	/* サイドバー */

	div#sidebar h2, div#sidebar2 h2 {
			background-color: #003366;
			border-bottom: 3px solid #ff9900;
			color: #fff;
			font-size: 1em;
			padding: 5px;
			margin: 0;
			}

	div#sidebar ul, div#sidebar2 ul {
			border-left: 1px solid #999999;
			border-right: 1px solid #999999;
			border-bottom: 1px solid #999999;
			padding: 10px 5px 5px 5px;
			margin-bottom: 15px;
			}

	div#sidebar li, div#sidebar2 li {
			background: url('mark02.gif') no-repeat 0 2px;
			padding-left: 13px;
			margin-bottom: 10px;
			word-break:break-all；
			}
	div#sidebar li ul {
			border: 1px solid #fff;
			padding: 0;
			margin: 10px 0 0 0;
			}

	div#sidebar li ul li {
			background: url('mark03.gif') no-repeat 0 1px;
			padding-left: 12px;
			}

	div#sidebar form {margin-bottom: 15px;}


	/* フィード */

	p.feed {
		font-size: 1em;
		font-family: Verdana, Helvetica, sans-serif;
		margin-bottom: 15px;
		}

	p.feed a {
		color: #444444;
		text-decoration: none;
		}

	p.feed img {
		vertical-align: middle;
		margin-right: 8px;
		}

	/* ページリンク */

	p.pagelink {
		clear: both;
		}
	span.pageprev {
		float: left;
		margin-bottom: 10px;
		}

	span.pagenext {
		float: right;
		margin-bottom: 10px;
		}

	/* 検索 */

	input#s {
			width: 175px;
			margin: 10px 0 5px 0; 
			}


/* ------------------------ 

		フッター

-------------------------- */

div#footer {
			clear: both;
			background: url('footer.jpg') no-repeat;
			height: 150px;
			position: relative;
			padding-top: 33px;
			}

div#footer ul {
	zoom: 1;

	width:600px;
	padding: 0 0 7px 170px;
	}

div#footer li {
	width: 101px;
	display: inline;
	float: left;

		background: url(mark02.gif) no-repeat 0 2px;
		padding-left: 14px;
		margin-right: 5px;
		}


address {
		position: absolute;
		top: 115px ; right: 18px;

		font-style: normal;
		font-family: Arial, sans-serif;
		font-size: 13px;
		}