@charset "UTF-8";
/* ALL */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	font-weight: 100;
	list-style-type: none;
	letter-spacing: 0.1em;
	color: #222;
}

h4, strong {
	font-weight: bold;
}

img {
	border: none;
}

.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.clear {
   clear: both;
   height: 0px;
   line-height: 0px;
   zoom: 1;
}

.b {
	font-weight: bold;
}

.red {
	color: #C00;
}

.green {
	color: #5F8425;
}

.gray {
	color: #666;
}

.f120 {
	font-size: 120%;
}

.f150 {
	font-size: 150%;
}

.link_text a:link {
	color: #006837;
}

.link_text a:visited {
	color: #006837;
}

.link_text a:hover {
	color: #FFF;
	background-color: #8cc63f;
}

.link_text a:active {
	color: #006837;
}
	


/* BASE_BOX */
#top {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 85px;
}

#logo {
	float: left;
	margin-top: 5px;
}

h1 {
	font-size: 8pt;
	color: #FFF;
	width:450px;
}

#s_menu {
	float: right;
	width:500px;
}

#s_menu p {
	float: right;
	font-size:10pt;
}

.s_menu_list {
	text-indent: 10px;
	background: url(../images/common/icon_arrow_1.jpg) no-repeat left center;
	margin-right: 15px;
	margin-top: 5px;
}

.s_menu_list a:link {
	text-decoration: none;
	color: #FFF;
}

.s_menu_list a:visited {
	text-decoration: none;
	color: #FFF;
}

.s_menu_list a:hover {
	text-decoration: none;
	color: #8cc63f;
}

.s_menu_list a:active {
	text-decoration: none;
	color: #FFF;
}

.tel {
	float:right;
	margin-top: 20px;
	text-align: right;
	width:500px;
}

#navi {
	float:left;
	width: 950px;
}

#navi li {
	float: left;
}

#navi li img {
	float: left;
	height: 40px;
}


#wrapper {
		clear:both;
	width: 950px;
	margin: 20px auto 0px auto;
	text-align: left;
	background: url(../images/common/back_wrapper.gif) repeat-y;
	font-size: 108%;
}

#container {
	width: 910px;
	padding: 0px 20px;
}

#left_box {
	width: 575px;
	padding-right: 15px;
	float: left;
}

#rigth_box {
	width: 305px;
	float: right;
}


/* RIGHT_BOX */

.info_box {
	float:left;
	width: 305px;
	margin-bottom: 15px;
}

.info_box ul li {
	float:left;
	margin:0px;
}

.info_box ul li a {
	float:left;
	border-top: 1px dashed #CCC;
	width: 295px;
	padding:5px;
	display:block;
	text-decoration: none
}

.info_box ul li a:hover {
	background-color: #8CC63F;
}

.info_box ul li a:link span {
	color: #006837;
	font-weight: normal;
}

.info_box ul li a:visited span {
	color: #006837;
	font-weight: normal;
}

.info_box ul li a:hover spanv {
	color: #FFF;
	font-weight: normal;
}

.info_box ul li a:active span {
	color: #006837;
	font-weight: normal;
}

.info_box ul li a:link strong {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}

.info_box ul li a:visited strong {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}

.info_box ul li a:hover strong {
	color: #FFF;
	font-weight: normal;
	font-size: 80%;
}

.info_box ul li a:active strong {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}


/* コラム用のカテゴリー表示ボックス  */
.category_box {
	float:left;
	width: 305px;
	margin-bottom: 15px;
}

.category_box ul {
	margin:0px 0px 0px 0px;
}

.category_box li {
	margin:0px 0px 0px 5px;
	padding: 10px 0px 10px 20px;
	border-top: 1px dashed #CCC;
	background: url(../images/common/icon_arrow_2.jpg) no-repeat left center;
}




#variety_box {
	width: 285px;
	float:left;
	padding: 10px;
	background-color: #f2f2f2;
}

#bn_blog {
	margin-bottom: 10px;
}

#twt_box {
	width: 243px;
	padding-bottom: 10px;
	padding-left: 40px;
	/*padding: 0px 15px 10px 15px;*/
	background-color: #31cdfe;
	border-right: 1px solid #d1cdcc;
	border-bottom: 1px solid #d1cdcc;
	border-left: 1px solid #d1cdcc;
	margin-bottom: 10px;
}

.twt {
	width: 231px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #999;
}

#twt_box p {
	color: #FFF;
}

#w3c_box {
	width: 265px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 10px;
}

#bn_w3c {
	text-align: right;
	margin-top: 5px;
}

.contact {
	margin: 5px;
	text-align: center;
}

#inquiry_box {
	margin: 30px auto;
	text-align: center;
}

#inquiry_box p {
	margin-bottom: 10px;
}


/* FOOTER */

#footer_top {
	width: 100%;
	height: 70px;
	background: url(../images/common/back_footer_ue.jpg) repeat-x;
}

#footer_img {
	margin: 0px auto;
}

#footer_box {
	min-width:950px;
	width: 100%;
	background-color: #333333;
	margin:0px auto;
}

#footer {
	width: 950px;
	padding-bottom: 20px;
	margin: 0px auto;
	text-align: left;
	color: #FFF;
}

#adress {
	padding: 30px 0px 0px 14px;
}

#adress p,#adress strong {
	color: #FFF;
}

.site_map {
	width: 210px;
	float: left;
	margin-right: 20px;
	display:inline;
}

.site_map h2 {
	font-size: 100%;
	margin-top:5px;
	width: 210px;
	border-bottom: 1px solid #B3B3B3;
	text-indent: 15px;
	background: url(../images/common/icon_arrow_1.jpg) no-repeat left center;
	padding-bottom: 3px;
	padding-top: 10px;
	font-weight: normal;
	color:#FFF;
}

.site_map h2 a {
	text-decoration: none;
}

.site_map h2 a:link {
	color: #FFF;
}

.site_map h2 a:visited {
	color: #FFF;
}

.site_map h2 a:hover {
	color: #8cc63f;
}

.site_map h2 a:active {
	color: #FFF;
}

.site_map ul {
	padding-left: 10px;
	margin-bottom:20px;
}

.site_map ul li {
	display: block;
	text-indent: 5px;
	width: 198px;
	padding-top: 13px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
	font-size: 80%;
}

/*.menu_l {
	margin-top: 10px;
}*/

.site_map ul li a {
	text-decoration: none;
}

.site_map ul li a:link {
	color: #FFF;
}

.site_map ul li a:visited {
	color: #FFF;
}

.site_map ul li a:hover {
	color: #8cc63f;
}

.site_map ul li a:active {
	color: #FFF;
}

#copyright {
	clear: both;
	font-size: smaller;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
}



/*  ----------------------------------------------------  */
/*  パンくずリスト */
/*  ----------------------------------------------------  */

.pankuzu {
	float:left;
	font-size:0.9em;
	margin:0px 0px 20px 0px;
	list-style:none;
	width:570px;
	border-bottom:1px dashed #CCC;
	padding-bottom:20px;
}

.pankuzu li {
	float:left;
	list-style:none;
}


/* 100202 無料相談バナー用 */
#bn_box {
	width: 285px;
	padding: 10px;
	background-color: #E4E4E4;
	margin-bottom: 10px;
}

.bn_img {
	margin-bottom:10px;
}


