@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #555;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	background-color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #555;
	vertical-align: top;
	letter-spacing: 1px;
}
#container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #fff;
	padding-bottom: 10px;
	margin: 0 auto;
}
#header_01 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#header_01 h1 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
}
#header_01 h1 a {
	font-weight: normal;
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
#header_01 p {
	margin: 0px;
	padding: 10px;
}
ul#gnavi {
	margin: 0px auto 10px;
	padding: 0px;
	height: 40px;
	width: 928px;
}
ul#gnavi li {
	list-style: none;
	float: left;
}
ul#gnavi li a {
	margin: 0px;
	padding: 0px;
}
#mainimg {
	margin: 10px auto 0px;
	width: 930px;
	height: 280px;
}

#flashcontent {
	text-align: center;
	margin: 10px auto 0px;
	padding: 0px;
	height: 280px;
	width: 930px;
}
#layout_01 {
	background-image: url(../images/clarte_bg_12.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 220px;
	text-align: center;
	padding-left: 10px;
}
#sidebar1 .sidebar_02 {
	margin: 0px;
	padding-top: 10px;
	font-size: 10px;
}
#sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 220px;
	padding-right: 10px;
}

#sidebar2 .sidebar_03 {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar2 .sidebar_05 {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}
.sidebar_04 {
	background-color: #F2F0E8;
	padding-bottom: 10px;
}
#sidebar2 .blog_01 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 190px;
}
#sidebar2 .blog_01 dt {
	float: left;
	width: 40px;
	font-size: 10px;
}
#sidebar2 .blog_01 dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#mainContent {
	margin: 0;
	padding: 0px 0px 30px 10px;
	width: 470px;
	float: left;
}
#mainContent h2 {
	background-image: url(../images/clarte_bg_03.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	background-position: left bottom;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent div#new_01 {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#mainContent div#new_01 p {
	background: #5E8F30;
	line-height: 1em;
	padding: 0px;
	margin: 0px 0px 10px;
	height: 30px;
}
#mainContent div#new_01 dl {
	margin: 0px;
	padding: 0px;
}
#mainContent div#new_01 dl dt {
	font-weight: bold;
	color: #5E8F30;
	padding-left: 5px;
}
#mainContent div#new_01 dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#footer_01 {
	background-color: #5E8F30;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	padding: 10px;
}
#footer_01 td {
	font-size: 9px;
	color: #fff;
	padding-bottom: 3px;
	white-space: nowrap;
}
#footer_01 td a {
	color: #fff;
	text-decoration: none;
}
#footer_01 td a:hover {
	color: #FF9900;
}
#footer_02 {
	text-align: right;
	font-size: 9px;
	margin: 7px 0px 0px;
	padding: 0px;
}
#footer_02 a {
	color: #fff;
	text-decoration: none;
}
#footer_03 {
	background-image: url(../images/clarte_bg_13.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 910px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
#footer_03 p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer_03 td {
	vertical-align: bottom;
	padding-bottom: 10px;
	font-size: 10px;
	letter-spacing: 0px;
}
#footer_04 {
	width: 910px;
	margin-top: 10px;
}
.footer_05 {
	text-align: right;
	width: 140px;
}
#footer_06 {
	background-color: #5E8F30;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_06 p {
	margin: 0px;
	padding: 0px;
}
#footer_06 p a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#footer_07 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ABC3F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer_08 {
	width: 495px;
	padding-left: 20px;
	padding-top: 2px;
}
#footer_08 ul {
	margin: 0px;
	padding: 0px;
	width: 495px;
}
#footer_08 li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
}
.border_01 {
	border: 2px solid #fff;
}
.center {
	text-align: center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.right {
	text-align: right;
}
a {
	color: #5E8F30;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

