body,p,ul,li,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

/*body_bg*/
#body_bg {
	background-image: url(img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*コンテナ*/
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダ*/
#container #header {
	height: 190px;
	position: relative;
}


/*サイトネーム*/
#container #header h1 {
	margin-top: 80px;
	font-size: 26px;
	position: absolute;
	margin-left: 20px;
}
#container #header h1 a {
	color: #000000;
	text-decoration: none;
}

/*サブタイトル*/
#container #header h2 {
	margin-top: 8px;
	font-size: 12px;
	color: #EEEEEE;
	margin-left: 15px;
}


/*コンテンツ*/
#container #contents {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/*サイドバー*/
#sidebar {
	float: left;
	width: 200px;
	padding-left: 10px;
}
#sidebar .photo {
	width: 180px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#sidebar .photo img {
	margin-bottom: 8px;
}

#sidebar .photo_b {
	width: 180px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#sidebar .menu {
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 50px;
}
#sidebar .menu li {
	font-size: 12px;
	background-image: url(img/menubtn_bg1.jpg);
	background-repeat: no-repeat;
	background-color: #4b4b4b;
	width: 180px;
	margin-bottom: 1px;
	list-style-type: none;
}
#sidebar .menu li a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 18px 5px 14px 21px;
	line-height: 1.2em;
}
#sidebar .menu li a:hover {
	color: #fefefe;
	text-decoration: none;
	display: block;
	background-image: url(img/menubtn_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #676767;
}
#sidebar .menu ul li ul li {
	font-size: 12px;
	background-image: url(img/menubtn_bg3.jpg);
	background-repeat: no-repeat;
	background-color: #443538;
	width: 180px;
	list-style-type: none;
	border-top: 1px solid #ffffff;
}
#sidebar .menu ul li ul li a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 35px;
	line-height: 1.2em;
}
#sidebar .menu ul li ul li a:hover {
	color: #fefefe;
	text-decoration: none;
	display: block;
	background-image: url(img/menubtn_bg4.jpg);
	background-repeat: no-repeat;
	background-color: #6f4e55;
}

/*ブログページ　サイドバー*/
#sidebar .group {
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar .group h2 {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #018CBE;
	height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 15px;
}
#sidebar .group li {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}
#sidebar .group li a {
	color: #0066FF;
}


/*メイン*/
#container #contents #main {
	width: 580px;
	float: right;
}
#container #contents #main .pagepic {
	width: 570px;
	margin-bottom: 10px;
}


/*トップページ新着情報エリア*/
#container #contents #main .new {
	width: 570px;
}
#container #contents #main .bg_blue {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	text-indent: 5px;
	background-repeat: repeat-x;
	color: #FEFEFE;
	background-image: url(./img/h2_bg1.jpg);
}

#container #contents #main .new .whatsnew {
	width: 558px;
	height: 100px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	margin-bottom: 10px;
}
#container #contents #main .new .whatsnew li {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-type: none;
	font-size: 12px;
}

/*本文*/
#container #contents #main #article {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 570px;
}
#container #contents #main #article .image_left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#container #contents #main #article .image_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#container #contents #main #article p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #contents #main #article .impact {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}


/*サブページ ブログページタイトル*/
.page_title {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
}

/*サブページh3 パープル背景*/
#contents #main h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*サブページh3 グリーン背景*/
#contents #main .h3_green {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(img/h3_bg_green.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*サブページh3 ブルー背景*/
#contents #main .h3_blue {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(img/h3_bg_blue.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*サブページ　カテゴリボックス*/
#container #contents .cat {
	margin-bottom: 20px;
}

/*個別ページ　助成金*/
.joseikin {
	background-image: url(img/joseikin_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.joseikin_gaiyou {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.joseikin_gaiyou h4 {
	font-size: 14px;
}

#contents #main .point {
	background-color: #FFFFEE;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCCCC;
}
.joseikin .point img {
	margin-right: 5px;
}


.joseikin .point h4 {
	font-size: 14px;
	color: #FF0000;
}
.joseikin li {
	margin-left: 20px;
}


/*個別ページ　会社案内　table*/
#contents #main #article table.about_table {
	border-collapse:separate;
	border-spacing: 1px;
	background-color:#999966;
	empty-cells:hide;
	width: 100%;
	font-size: 12px;
}

#contents #main #article table.about_table th {
	color:#333333;
	background-color:#CCCC99;
	text-align: left;
	font-weight: normal;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	width: 20%;
}

#contents #main #article table.about_table td {
	vertical-align: top;
	margin: 1em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background-color: #FFFFFF;
}


/*ブログタイトルと記事*/
#container #contents #main #article .post {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

/*ブログタイトル*/
#container #contents #main #article .post h2 {
	font-size: 14px;
}
#container #contents #main #article .post h2 a {
	color: #333333;
}
#container #contents #main #article .post h2 a:hover {
	color: #666666;
}


/*ページ分割*/
#container #contents #main #article .pagelink {
	font-size: 12px;
}

/*フロートクリア*/
.floatclear {
	clear: both;
}

/*共通フッダ背景*/
#footer_bg {
	height:130px;
	background-image: url(./img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*フッダ*/
#footer {
	height: 65px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	position: relative;
	padding-top: 65px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
}
#footer_bg #footer a {
	color: #CCCCCC;
}

#footer_bg #footer a:hover {
	color: #FEFEFE;
}


/*投稿画像配置*/
div.post img {
	border: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.wp-caption {
	border: solid 1px #CCCCCC;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}



/*
プラグイン　サイトマップ
.ddsg-wrapper {
	width: 700px;
	font-size: 12px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
}

.ddsg-wrapper h2 {
	color: #FFFFFF;
	background-color: #009900;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
}

.ddsg-wrapper ul li {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 7px;
}

.ddsg-wrapper ul li ul li {
	list-style-type: none;
	margin-left: 20px;
}

.ddsg-wrapper p {
	font-size: 9px;
	color: #CCCCCC;
}

.ddsg-wrapper p a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}


プラグイン　ブログロール
.powerblogroll {
	width: 700px;
	font-size: 12px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
}

.powerblogroll .zoc_powerblogroll {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.powerblogroll h4 {
	color: #FFFFFF;
	background-color: #996699;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
}

.powerblogroll ul li ul li {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 7px;
}
*/
