@import "reset.css";
@charset "utf-8";
html{overflow-y:scroll;}
html,body,#wrap {height:100%;}
body > #wrap{
	height:auto;
	min-height:100%;
}
body {
	width:100%;
	height:100%;
	line-height: 1.8em;
}

#wrap{margin:0 auto;}
html,body,#wrap {height:100%;}
body > #wrap{
	height:auto;
	min-height:100%;
}

#topcontrol {z-index: 9999;}

@media print{

	#topcontrol{display:none;} 
	html,body,#wrap,#contents_wrap {height:auto;}
	body > #wrap{
		height:auto;
		min-height:auto;
	}
  #container{
	margin-bottom:0;
  }
}

/*----------------------------------------------
	header
----------------------------------------------*/
#header {
	width: 100%;
	height: 210px;
	background: #fff url(images/header_bg.png) repeat-x scroll top left;
	background-size:30px 33px;
}

#header_wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
	background:url(images/header_wrap_bg.png) no-repeat scroll top center;
	background-size:contain;
	height: 210px;
}

#logo {
	position: absolute;
	left: 470px;
	top: 15px;
	margin-left: -250px;
	padding: 0;
}

#header_wrap address {
	position: absolute;
	left: 470px;
	margin-left: -290px;
	top:120px;
}

#header_contact_nav{
	position:absolute;
	top:24px;
	right:44px;
}

#header_contact_nav li{
	float:right;
	font-size:10px;
	padding:0 5px;
	line-height:1;	
}

#header_contact_nav li:nth-child(1){
	border-left:solid 1px #CCC;
}

#header_contact_nav li a{
	text-decoration:none;
	color:#666;
}


/*----------------------------------------------
	nav
----------------------------------------------*/
.nav{
	height: 40px;
	border-bottom: 2px solid #f28900;
}
.nav a {
	color:#888;
	font-size:16px;
	transition:all 0.8s ease;
	}
.nav a:hover   {
	transition:all 0.4s ease;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}
.nav li.main_menu{
	float: left;
	display: inline-block;
	height: 40px;
	border-right: 1px dotted #cfc2b4;
}
.nav li.main_menu a.main{
	height: 20px;
	overflow: hidden;
    padding: 10px 1.85em;
}
.nav li.main_menu a.main:hover,
.nav li.main_menu a.main:active{
	color:#f28900;
    background: #fcedcc;
}
#sub .nav{	margin: 25px auto 0px;}

@media print{
	.nav li{	display:none;} 
}

/*----------------------------------------------
	top_contents
----------------------------------------------*/
#contents_wrap{
	width:960px;
	margin:0 auto;
	background: #fff;
	height: 100%;
	padding-bottom: 70px;
}

#contents_wrap_top{
	width:100%;
}

#top_img{
	position: relative;
	list-style: none outside;
	width:960px;
	padding:0px;
	margin: 0 auto;
}

/* 横幅100% */
#top_img.wide{
	width:100%;
}
#top_img.wide img{
	width:100%;
}

/*----------------------------------------------
	#container
----------------------------------------------*/
#container{
	width:960px;
	margin:1em auto 3em;
	padding-top:2em;
}

/*----------------------------------------------
	footer
----------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
}

#footer_container{
	background:#fcf1e8;
	border-bottom:solid 1px #f7931e;
}

#footer_wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
	font-size: 110%;
	padding-top:20px;
}

#footer_nav ul{
	list-style:none;
	text-align:center;
	margin-bottom:1em;
}

#footer_nav li{
	display:inline-block;
	padding:0 1em;
	border-right:solid 1px #CCC;
}

#footer_nav li:nth-child(1){
	border-left:solid 1px #CCC;
}

#footer_nav li a{
	color:#888;
	text-decoration:none;
}
#footer_nav li a:hover{
	color:#f28900;
}

.copyright{
	text-align:center;
	font-size:12px;
	line-height:4;
}

/*----------------------------------------------
	パンくずリスト
----------------------------------------------*/
.breadcrumb {
	position: relative;
	width: 940px;
	margin: 0 auto 2em;
}
.breadcrumb:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.breadcrumb li {
	margin-right: .5em;
	display: block;
	float: left;
}
.breadcrumb li:nth-child(1):before {
	float: left;
	margin-right: .5em;
}
.breadcrumb li:nth-child(2):before {
	content: ">";
	float: left;
	margin-right: .5em;
}
.breadcrumb li:nth-child(3):before {
	content: ">";
	float: left;
	margin-right: .5em;
}

/*----------------------------------------------
	.article
----------------------------------------------*/
.article {
	display: inline-block;
	float: right;
	width: 700px;
	margin-right: 5px;
}
.article section + section {
  margin-top: 4em;
}

.top_article {
	display:block;
	float:none;
	width:940px;
	margin:0 auto;
	padding-top:2em;
}

.top_article .section{
	margin-bottom:1em;

}
/*----------------------------------------------
	.aside
----------------------------------------------*/
.aside {
	display: inline;
	float: left;
	width: 220px;
	margin-left: 5px;
}
.aside .section {
	margin-bottom: 3em;
	clear: both;
}

.aside_nav{
	background:#fcf1e8;
	padding:20px;
	list-style:none;
	margin-bottom:2em;
}

.aside_nav li{
	font-size:16px;
	line-height:2;
}

.aside_nav li a{
	text-decoration:none;
}

.aside_nav li a:link,
.aside_nav li a:visited{
	color:#333;
}

.aside_nav li a:hover,
.aside_nav li a:active{
	color:#f7931e;
}

.aside_nav li:before{
	content:"● ";
	color:#f7931e;

}

.aside_address li{
	padding:0 20px 20px;
	margin-bottom:40px;
}

.aside_address h2{
	color:#f7931e;
	font-weight:bold;
	margin-bottom:1em;
	font-size:16px;
}


.aside_address_kids{
	background:#ebf4f9;
}

.aside_address_kids img{
	margin:-10px 0 1em;
}

.aside_address_fukushima{
	background:#fbf3e0;
}

.aside_address_fukushima img{
	margin:-20px 0 1em;
}


/*----------------------------------------------
	汎用スタイル
----------------------------------------------*/

/*--- 下層ページメイン画像 ---*/
.sub_img {
	position: relative;
	margin: 0 auto 1em;
	box-shadow: 0px 0px 4px #ddd;
	-moz-box-shadow:cc 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
}
.sub_img p {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	color: #111;
	background: rgba(255, 255, 255, 0.7);
	font-size: 200%;
	line-height: 1em;
	padding: .2em 1em;
	min-width: 8em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--- section ---*/
.section {
	margin-bottom: 5em;
	clear: both;
}
.section:last-child{
	margin-bottom: 0em;
}

.section p.txt{	padding: 0 .5em 1em;}
.section p.txt span {	color: #06c;}
.section p.txt span.red {	color: #db0012;}
.section p.img {
	padding: 1em 0 1em;
	text-align: center;
	font-size: 110%;
	line-height: 3em;
}

.sec_title {
	background: #fcedcc; /* Old browsers */
	background: -moz-linear-gradient(left,  #fcedcc 0%, #fcedcc 50%, #fcf7ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fcedcc), color-stop(50%,#fcedcc), color-stop(100%,#fcf7ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fcedcc 0%,#fcedcc 50%,#fcf7ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fcedcc 0%,#fcedcc 50%,#fcf7ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fcedcc 0%,#fcedcc 50%,#fcf7ed 100%); /* IE10+ */
	background: linear-gradient(to right,  #fcedcc 0%,#fcedcc 50%,#fcf7ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcedcc', endColorstr='#fcf7ed',GradientType=1 ); /* IE6-9 */
	margin: 0 auto 2em;
	border-radius: .3em;
}
.sec_title h1 {
	font-size: 160%;
	background: url(images/bg_sec_title.png) repeat-y left top; /* Old browsers */
	-moz-background-size: 17px 40px;
	background-size: 17px 40px;
	padding: .5em 0 .5em 1.2em;
	color: #3f2100;
	border-radius: .3em;
	margin-bottom: 2em;
}
.sec_title.topics h2 {
	font-size: 160%;
	background: url(images/bg_sec_title_topics.png) repeat-y left top; /* Old browsers */
	-moz-background-size: 17px 40px;
	background-size: 17px 40px;
	padding: .5em 0 .5em 1.5em;
	color: #3f2100;
}

.txt_list {	margin-bottom: 2em;}
.txt_list li {
	padding: 1.5em 1em;
	border-bottom: 1px dashed #ddd;
	zoom: 1;
}

.txt_center {
  text-align: center;
}

dl.txt_list {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 1em;
}
dl.txt_list dt {
	padding-top: 1em;
	border-top: 1px dashed #ddd;
	margin: 1em 1em .2em;
}
dl.txt_list dt h3:before {
	content: "■";
	color: #f2a500;
}
dl.txt_list dd {	margin: 0em 2em;}
dl.txt_list dd p:before {
	content: "・";
	color: #aaa;
	font-size: 150%;
}

.dl_list {
	border-top:1px dashed #ddd;
}
.dl_list li {
	padding: 1.5em 1em;
	border-bottom: 1px dashed #ddd;
	zoom: 1;
}

.dl_list li img{
	display:inline-block;
	margin-right:10px;
}

.dl_list li a{
	display:inline-block;
}

.check_list {
	margin-bottom: 2em;
	border-top:1px dashed #ddd;
}

.check_list li {
	padding: 1.5em 1em;
	border-bottom: 1px dashed #ddd;
	zoom: 1;
}

.check_list li:before {
	content:"\002714　";
	color:#F00;
	font-size:16px;
	color:#f2a500;
}


.sub_title {
	color: #3f2100;
	margin: .5em 0 1em;
	font-size: 175%;
	text-indent: -1em;
	padding-left: 1em;
}
.sub_title:before {
	content: "■";
	color: #f2a500;
}

.caution_title {
	color: #3f2100;
	margin: .5em 0 1em;
	font-size: 175%;
	text-indent: -1em;
	padding-left: 1em;
}

.caution_title img{
	margin-right:.5em;
	font-size: 175%;
}

.bg_box {	position: relative;}
.bg_box .bg {
	position: absolute;
	bottom: 0;
	left: 0;
}

.caution {	color: #db0012;}

/* ご面会に関する重要なお知らせ */
.bg_caution_info{
  padding: 3.6em 0;
  background: url(./images/bg_caution_info.jpg) top center no-repeat;
  background-size: contain;
}
.caution_wrap {
_margin: 3.6em auto;
  margin: 0 auto 3.6em;
  padding: 2em 2em;
  width: 720px;
_background: #f8eddb;
_border: 2px solid #f3cebe;
  background: rgba(255,245,228,.95);
  border: 3px solid #f28900;
  box-shadow: 0px 0px 10px rgba(255,255,255,1);
  border-radius: .4em;
}
.caution_wrap h3 {
  text-align: center;
  border-bottom: 3px double #db0012;
  font-size: 24px;
  padding-bottom: .3em;
}
.caution_wrap h3 + p {
  margin-top: 1em;
  font-size: 20px;
}
	
/*--- 第二階層メニュー ---*/
ul.sec_menu_list {
	margin-left: -20px;
	margin-bottom: 2em;
	clear: both;
}
.sec_menu_list li {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 145px 10px 15px 10px;
	background: fff;
	box-shadow: 2px 2px 0px #ddd;
	-moz-box-shadow: 2px 2px 0px #ddd;
	-webkit-box-shadow: 2px 2px 0px #ddd;
	border-top: 3px solid #f28900;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 198px;
	text-align: center;
}
.sec_menu_list a {
	transition:all 0.6s ease;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 2000;
}
.sec_menu_list a:hover {
	transition:all 0.8s ease;
	background: #f2a500;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-moz-opacity: .3;
	-khtml-opacity: .3;
	zoom:1;
_border-radius: .5em;
}
.sec_menu_list li img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_menu_list h3 {
	display: inline-block;
	font-size: 150%;
	margin: 0 auto;
	padding: 1em 1.2em .3em 0;
	color: #f28900;
	background: url(images/arrow_link.png) no-repeat scroll right 1em;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
}
.sec_menu_list p {
	color: #3f2100;
	min-height: 6em;
	font-size: 120%;
	text-align: left;
}
.sec_menu_list.wide li {
	padding: .2em 125px .2em 15px;
	width: 198px;
	text-align: left;
}
.sec_menu_list.wide li img {
	position: absolute;
	top: 15px;
	left: 225px;
}
.sec_menu_list.box {
	position: relative;
	padding: 15px 10px 15px 10px;
	background: fff;
	box-shadow: 2px 2px 0px #ddd;
	-moz-box-shadow: 2px 2px 0px #ddd;
	-webkit-box-shadow: 2px 2px 0px #ddd;
	border-top: 3px solid #f28900;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.info_list {	position: relative;}
.info_list .photo {
	position: absolute;
	top: 2em;
	right: 1em;
}
/*--- 第三階層メニュー ---*/
.item_list {
	margin: 0 1em;
}
.item_list dt {
	margin: 0 1em;
}
.item_list dt {
	color: #3f2100;
	margin: 2em 0 0em;
	font-size: 175%;
	border-bottom: 1px solid #f2a500;
	line-height: 1.2em;
}
.item_list dt:before {
	content: "■";
	color: #f2a500;
}
.item_list dd {	padding: 1em;}


/*----------------------------------------------
	more_info
----------------------------------------------*/
.more_info a {
	display: block;
	padding: .3em 1em;
}
.more_info a:hover {
	background: #fbe4b2;
	text-decoration: none;
	border-radius: 3px;
}
.more_info.link a {
	display: block;
	padding: .3em 2em;
	background: url(images/arrow_link.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
}
.more_info.link a:hover {
	background: #fbe4b2 url(images/arrow_link.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
	text-decoration: none;
	border-radius: 3px;
}
.more_info.site a {
	display: block;
	padding: .3em 2em;
	background: url(images/arrow_site.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
}
.more_info.site a:hover {
	background: #fbe4b2 url(images/arrow_site.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
	text-decoration: none;
	border-radius: 3px;
}

/*----------------------------------------------
	トップページ
----------------------------------------------*/

#top_menu{
	font-size:0;
	list-style:none;
	background:#fcf1e8;
	padding:24px 0;
	margin-bottom:10px;
}

#top_menu ul{
	width:960px;
	margin:0 auto;
	font-size:0;
	list-style:none;
}

#top_menu ul li{
	display:inline-block;
	vertical-align:top;
	width:25%;
}

#top_menu ul li:nth-child(2n+1){
	margin-top:-20px;
}

.top_topics_title{
	text-align:center;
	margin-bottom:2em;
}

#top_topics_200302 {
	width:600px;
	margin:0 auto;
	border-top:dashed 1px #CCC;
	padding-top:2em;
}
#top_topics {
	width:560px;
	margin:0 auto;
	border-top:dashed 1px #CCC;
	padding-top:2em;
}

#top_topics dt{
	color:#f7931e;
	float:left;
	width:120px;
	font-size:16px;
}

#top_topics dd,
#top_topics li {
	font-size:16px;
	border-bottom:dashed 1px #CCC;
	margin-bottom:1em;
	padding:0 0 1em 120px;
}

#top_topics li {
  position: relative;
}
#top_topics li a:before {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  content: "重要なお知らせ";
  font-size: 72%;
  text-align: center;
  color: #fff;
  padding: 0 .8em;
  background: #da5458;
  border-radius: .4em;
}

#top_address_nav{
	list-style:none;
	font-size:0;
	width:940px;
	margin:0 auto 20px;
}

#top_address_nav li{
	display:inline-block;
	width:470px;
}

/*--- table ---*/
.prof_table {
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 120%;
	margin: 1em auto;
}
.prof_table th,
.prof_table td {
	border-bottom: 1px solid #ddd;
}
.prof_table td {
	padding: 1em 2em;
	width: 70%;
	background: #fff;
	color: #3f2100;
}
.prof_table th {
	padding: 1em 2em;
	text-align: center;
	width: 30%;
	border-right: 1px dotted #ddd;
	background: #fcf1e8;
	color: #bb6501;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}


.align_table {
	width: 100%;
	border-top:none;
	font-size: 100%;
	margin: 0;
}
.align_table th,
.align_table td {
	border-bottom:none;
	padding:0;
	line-height:1.4;
}
.align_table td {
	width: auto;
	background: transparent;
}
.align_table th {
	text-align: left;
	width: auto;
	border-right:none;
	background: transparent;
	color: #3f2100;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}

.align_table td:before{
	content:"："
}


/*----------------------------------------------
	お問い合わせ
----------------------------------------------*/
.txt_list p.tel {
	margin-top: .5em;
	line-height: .8em;
	font-size: 350%;
	color: #f28900;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	padding: .5em .5em .5em 1.6em;
	background: #f1f1f1 url(images/icon_tel.png) no-repeat scroll .5em .6em;
	-moz-background-size: 40px 30px;
	background-size: 40px 30px;
	border-radius: .2em;
}
.txt_list p.tel a {
	color: #f28900;
	text-decoration: none;
}
.txt_list p.tel span {
	font-size: 35%;
	color: #3f2100;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/*----------------------------------------------
	個人情報保護方針
----------------------------------------------*/
.privacy_list dt h3.sub_title {	font-size: 125%;}
.privacy_list dt h3.sub_title:before {	content: none;}
.privacy_list dd {
	text-indent: -1.5em;
	padding-left: 1em;
}
.privacy_info .inquiry {
	padding: .5em 1em;
	border: 1px solid #f2a500;
	background: #fdf1d8;
	border-radius: .5em;
	margin-top: 1em;
	color: #3f2100;
}
.privacy_info .inquiry dt,
.privacy_info .inquiry dd {
	float: left;
	display: block;
	margin-right: 1em;
	font-size: 120%;
}

/*----------------------------------------------
	お問い合わせフォーム
----------------------------------------------*/
#form dl {	margin: 1em auto 0;}
.inputarea {
	width: 90%;
	padding: .5em;
}
.staff_caution {
	color: #FF0004;
	font-weight: bold;
}
.form_table {
	border-collapse: collapse;
	width: 90%;
	margin: 1em auto;
	border-top: 1px dotted #ccc;
}
.form_table span {	color:#db0012;}
.form_table th,
.form_table td {
	padding: 1em;
	border-bottom: 1px dotted #ccc;
}
.form_table th {
	background: #eee;
	width: 20%;
	color: #3f2100;
	font-weight: normal;
	white-space: nowrap;
}
.form_table td {	width: 75%;}
.form_table td em {	color: #db0012;}
.form_error_list {	margin-top: 1em;}
.form_error_list li {
	color: #db0012;
	padding: 0em 2em;
}
.submit_area {	text-align: center;}
.submit_area li {
	display: inline-block;
	padding: .5em;
}
.form_bt {
	display: inline-block;
	text-align: center;
	padding: 4px 12px;
	margin-top: 1em;
	border-radius: 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.caution {	color: #db0012;}

/*----------------------------------------------
	サイトマップ
----------------------------------------------*/
.sitemap_list li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.sitemap_list li a {
	display: block;
	padding: .3em 2em;
	background: url(images/arrow_link.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
}
.sitemap_list li a:hover {
	background: #fbe4b2 url(images/arrow_link.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
	text-decoration: none;
	border-radius: 3px;
}
.sitemap_list .sub_list {
	width: 66%;
	float: right;
}
.sitemap_list .sub_list li {
	width: 50%;
	float: left;
	border-bottom: none;
	padding: 0em;
	clear: none;
}
.sitemap_list .sub_list a {
	display: block;
	padding: .3em 2em;
	background: url(images/arrow_link_sub.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
}
.sitemap_list .sub_list a:hover {
	background: #fbe4b2 url(images/arrow_link_sub.png) no-repeat scroll .5em center;
	-moz-background-size:18px 18px;
	background-size:18px 18px;
	text-decoration: none;
	border-radius: 3px;
}

/*サイズ調整*/

.article_mini {
	line-height:1.4;
}

.article_mini .sec_title h2{
    margin: 0 0 .3em;
}
.article_mini .sub_title {
    margin: .3em 0;
    font-size: 125%;
}
.article_mini .txt {
    font-size: 100%;
}

.article_mini .txt_list li{
	padding:.5em 1em;
}

.article_mini .privacy_list h2.sub_title,
.article_mini .privacy_list h3.sub_title,
.article_mini .privacy_info h4.sub_title{
    font-size: 110%;
}

.article_mini p{
    font-size: 100%;
}


/*----------------------------------------------
	float
----------------------------------------------*/
.img_l {
	float: left;
	margin-right: 1.5em;
	margin-left: .5em;
}
.img_r {
	float: right;
	margin-left: 1.5em;
	margin-right: .5em;
}
.float_l {float: left;}       
.float_r {float: right;}

/*----------------------------------------------
	clearfix/clear
----------------------------------------------*/
.section:after,
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
* html .section,
* html .clearfix              { zoom: 1; } /* IE6 */
*:first-child+html .section,
*:first-child+html .clearfix  { zoom: 1; } /* IE7 */
.clear{	clear:both;}
