@charset "utf-8";
body {
   margin: 0;
   padding: 0;
   background: #ffffff;
   font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
   line-height: 1.8;
   text-align:center;
   background-repeat:repeat-x;
   letter-spacing:1px;
   font-size:12px;
   color:#4d4d4d;
}



/*Universal Reset*/
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
p,ul,li,dt,dl,dd { line-height:20px; margin:0; padding:0; }
p { margin:0 0 0.8em 0; }
ul li { list-style-type:none; }

a img { border:0; }

a {
   text-decoration:none;
   color:#458a59;
}
a:visited {
   text-decoration:none;
   color:#458a59;
}
a:hover {
   text-decoration:none;
   color:#074216;
}
a:active {
   text-decoration:none;
   color:#074216;
}




blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
table{
   width:100%;
   margin:0;
   font-size:12px;
}
table th, table td{ padding:0.5em 0.5em; line-height:150%; }

td.clear{
	padding:0;
	line-height:0;
	margin:0;
}

/*共通利用用*/
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignright_margin10 {
   float: right;
   margin:0 0 10px 10px;
}
.alignleft {
   float: left;
}
.alignleft_margin10 {
   float: left;
      margin:0 10px 10px 0;
}
.clear {
   clear: both;
}

.padding_top_15px{
	padding-top:15px;
}

.margine_right_15px{
	margin-right:15px;
}

.margine_right_10px{
	margin-right:10px;
}

.margine_right_20px{
	margin-right:20px;
}

.margine_right_25px{
	margin-right:25px;
}

.margine_bottom_25px{
	margin-bottom:25px;
}

.margine_bottom_30px_border{
	margin-bottom:30px;
	border-bottom:dotted 1px #cccccc;
}

.margine_bottom_15px{
	margin-bottom:15px;
}

.margine_bottom_10px{
	margin-bottom:10px;
}

.margine_bottom_0px{
	margin-bottom:0px;
}

.margine_bottom_20px{
	margin-bottom:20px;
}

.margine_bottom_40px{
	margin-bottom:40px;
}

.margin_top_30px{
	margin-top:30px;
}

.margine_top_25px{
	margin-top:25px;
}

.margine_top_15px{
	margin-top:15px;
}

.margine_top_0px{
	margin-top:0px;
}

.margine_top_10px{
	margin-top:10px;
}

.margine_top_20px{
	margin-top:20px;
}

.margine_left_25px{
	margin-left:25px;
}

.margine_left_15px{
	margin-left:15px;
}

.margine_left_10px{
	margin-left:10px;
}

.margine_left_20px{
	margin-left:20px;
}

.padding_10px{
	padding:10px;
}

.padding_5px{
	padding:5px;
}

.padding_15px{
	padding:15px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height:1%;
	}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* フォント*/
.text_pink{
	color:#DD5B82;
}

.text_red{
	color:#AB5656;
}

.bg_red{
background-color:#F5E9E9;
}

.bg_blue{
background-color:#EEF4F5;
}

.text_gray{
	color:#eaeaea;
}

.text_blue{
	color:#297F82;
}

.bg_blue{
background-color:#EEF4F5;
}

.text_green{
	color:#458a59;
}

.bg_green{
background-color:#E9F5ED;
}

.text_white{
	color:#ffffff;
}

.text_tya{
	color:#F5F1E8;
}

.text_orange{
	color:#B8720A;
}

.bg_orange{
background-color:#F5E5D5;
}

.text_par{
	color:#5659AB;
}

.bg_par{
background-color:#EFE9F5;
}

.text_yellow{
	color:#848A45;
}

.text_yellow2{
	color:#AB9356;
}

.bg_yellow2{
background-color:#F5F3E9;
}


.bg_yellow{
background-color:#F5F5D3;
}


.border_red{
	border-color:#AB5656;
}



.border_blue{
	border-color:#297F82;
}


.border_green{
	border-color:#458a59;
}


.border_none{
border-color:transparent;
}

.border_yellow{
	border-color:#AB9356;
}




.font_size_10px{
	font-size:10px;
	line-height:15px;
}

.font_size_11px{
	font-size:11px;
}

.font_size_12px{
	font-size:12px;
}

.font_size_13px{
	font-size:13px;
}

.font_size_14px{
	font-size:14px;
}

.font_size_15px{
	font-size:15px;
}

.font_size_18px{
	font-size:18px;
}

.font_size_50px{
	font-size:50px;
}

.bold{
	font-weight:bold;
}


.font_reset{
	font-size:12px;
	   color:#4d4d4d;
	font-weight:normal;
}

.border_1_dotted{
	border:1px #cccccc dotted;
	border-width: 1px 0px 0px 0px;
	height:1px;
}



ul.list_normal{
	padding:0;
	margin:0 0 0 15px;
}

.list_normal li{
	margin-bottom:5px;
	padding:0 0 0 0px;
	list-style:disc;
}

ul.list_mal{
	padding:0;
	margin:0 0 0 2px;
}

.list_mal li{
	margin-bottom:5px;
	padding:0 0 0 15px;
	background-image:url(../images/common/list_mal.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}

ul.list_arrow{
	padding:0;
	margin:0 0 0 2px;
}

.list_arrow li{
	margin-bottom:5px;
	padding:0 0 0 15px;
	background-image:url(../images/common/arrow_g.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}

ol.list_suji{
	padding:0;
	margin:0 0 0 25px;
}

.list_suji li{
	margin-bottom:5px;
	padding:0 0 0 0px;
}

.iepngfix {   
behavior: expression(IEPNGFIX.fix(this));   
}  

.text_center{
	text-align:center;
}

.spacing0{
	letter-spacing:0;
}

.txtblock_blue01{
	background-color:#0671B0; 
	height:18px; 
	padding:2px 9px; 
	color:#FFF; 
	text-indent:0; 
	line-height:18px; 
	margin:0px 0 0 5px; 
	font-size:11px;
	font-weight:normal;
}


.photo_r{
	background:url('../images/common/shadow.gif') no-repeat right bottom;
	width:auto;
	top:3px; left:3px;
	margin:0 3px 3px 10px;
	float:right;
}

.photo_r img{
	position:relative;
	left:-3px; top:-3px;
	padding:3px;
	border:1px solid #cccccc;
}


.photo_l{
	background:url('../images/common/shadow.gif') no-repeat right bottom;
	width:auto;
	top:3px; left:3px;
	margin:0 13px 3px 3px;
	float:left;
}

.photo_l img{
	position:relative;
	left:-3px; top:-3px;
	padding:3px;
	border:1px solid #cccccc;
}

.photo_c{
	background:url('../images/common/shadow.gif') no-repeat right bottom;
	width:auto;
	top:3px; left:3px;
	margin:0 3px 3px 3px;
	float:left;
}

.photo_c img{
	position:relative;
	left:-3px; top:-3px;
	padding:3px;
	border:1px solid #cccccc;
	
}

.font_mintyo{
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

hr.dashed_1px {
height: 1px;
border: none;
border-top: 1px #cccccc dashed;
}

#seminar_btn{
	clear:both;
	margin-bottom:10px;
	float:right;
	text-align:right;
}

#seminar_btn a{
	background-color:#AB5656; 
	height:18px; 
	padding:3px 10px; 
	color:#FFF; 
	text-indent:0; 
	line-height:18px; 
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}

#seminar_btn a:hover{
	background-color:#683333;
	height:18px;
	padding:3px 10px;
	color:#FFF;
	text-indent:0;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}

#link_btn{
	clear:both;
	margin-bottom:10px;
	float:right;
	text-align:right;
}

#link_btn a{
	background-color:#458a59; 
	height:18px; 
	padding:3px 10px; 
	color:#FFF; 
	text-indent:0; 
	line-height:18px; 
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}

#link_btn a:hover{
	background-color:#074216;
	height:18px;
	padding:3px 10px;
	color:#FFF;
	text-indent:0;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}

#link_btn_noclear{
	clear:none;
	margin-bottom:10px;
	float:right;
	text-align:right;
}

#link_btn_noclear a{
	background-color:#458a59; 
	height:18px; 
	padding:3px 10px; 
	color:#FFF; 
	text-indent:0; 
	line-height:18px; 
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}

#link_btn_noclear a:hover{
	background-color:#074216;
	height:18px;
	padding:3px 10px;
	color:#FFF;
	text-indent:0;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	display:block;
}
.facebookArea{
	text-align:left;
	margin-top:10px;
	height:70px;
}
