@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}
		list-style-type: none;
	}
	img {
		border: none;
	}
	input, textarea, select {
		font-size: 1em;
	}
	form {
		margin: 0px;
	}
	table {
		border-collapse:collapse;
		font-size: 100%;
		border-spacing: 0;
	}
	.clearfix:after, .imgRight:after, imgLeft:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */
	
	.mT20 {
		margin-top:20px;
	}
	.mB20 {
		margin-bottom:20px;
	}
	a { 
		color:#00F;
		text-decoration:none;
	}
    strong {
        color: #ed1818;
        font-weight: bold;
    }
/*frame style*/
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
	}
	#header, #content, #footer, #Mv, #GNav {
		width:100%;
        min-width: 1000px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1000px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
		padding:10px !important;
	}
	.imgLeft {
		float:left;
		padding:10px !important;
	}
	#wrapLeft {
		float:left;
	}
    #mainWrap {
		float:left;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
		background-color:#333;
	}
	#content {
        padding: 40px 0;
        position: relative;
        z-index: 5;
			
	}
    #content .container {
        width: 968px;
        border-width: 1px 0;
    }
	#wrapLeft {
		width:230px;
	}
	#wrapRight {
		width:230px;
	}
	#mainWrap {
		width:968px;
        position: relative;
        z-index: 1;
		
		
	}
	.textBox02 {
        float: left;
        width: 968px;
	}
	.imgRight img, .imgLeft img {
		margin: 20px;
		padding: 10px;
		border-radius:4px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de6262+10,ffb88c+90 */
background: rgb(222,98,98); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNkZTYyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmI4OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(222,98,98,1) 10%, rgba(255,184,140,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(222,98,98,1)), color-stop(90%,rgba(255,184,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6262', endColorstr='#ffb88c',GradientType=0 ); /* IE6-8 */
	}
/*end container and wrappers*/

/*header*/
	#header {
				padding:10px 0;
        position: relative;
        z-index: 4;
		
	}
	.siteTitle {
		display:inline-block;
		*display:inline;
        padding: 0 15px;
		zoom:1;
		margin-top: 10px;
	}
	.siteTitle a {
        display: block;
		color: #fff;
		text-transform: uppercase;
		font-size:40px;
        font-weight: bold;
		letter-spacing:normal;
        position: relative;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  background: -webkit-linear-gradient(90deg, #DE6262 10%, #FFB88C 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #DE6262 10%, #FFB88C 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #DE6262 10%, #FFB88C 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #DE6262 10%, #FFB88C 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #DE6262 10%, #FFB88C 90%); /* W3C */
   border-radius:10px;     
		padding: 10px;
		margin-bottom: 50px;
	}
.siteTitle a:before {
     
content: '';
position: absolute;
bottom: -20px;
left: 20px;
z-index: 0;
display: block;
height: 0;
width: 0;
border: solid transparent;
border-width: 20px 16px 0 0;
border-top-color:#DE6262;

	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}

/*end header*/

/*Main visual*/
	#Mv {
		position:relative;
        z-index: 2;
		height: 400px;
		background: url(../images/mv.png) no-repeat center;
	}
	#Mv .container {
		position:relative;
        z-index: 2;
	}
	.Mv {
        width: 100%;
        min-width: 1000px;
        min-height: 239px;
		text-align:center;
		position:relative;
		z-index:1;
        overflow: hidden;
	}
	.Mv img {
       min-height: 239px;
        width: 100%;
        min-width: 1300px;
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img {
		vertical-align:middle;
		margin-right: 15px;
	}
	#content h1, h2, .text01 h3 {
		font-size: 21px;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 10px 5px;
	line-height: 48px;
	position: relative;
	margin-bottom: 5px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb88c+10,de6262+90 */
background: rgb(255,184,140); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmYjg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RlNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,184,140,1) 10%, rgba(222,98,98,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(10%,rgba(255,184,140,1)), color-stop(90%,rgba(222,98,98,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb88c', endColorstr='#de6262',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	text-align: center;
		margin-top: 20px;
	}
.wla
{
	border-bottom: 3px solid #01C4B6;
	padding-bottom: 8px;
}
    h2, .text01 h3 {
        margin: 10px 0;
        line-height: 40px;
        *min-height:40px;
        font-size: 18px;
    }
	.blogpart h3 {
font-size: 21px;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 10px 5px;
	line-height: 48px;
	position: relative;
	margin-bottom: 5px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb88c+10,de6262+90 */
background: rgb(255,184,140); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmYjg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2RlNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,184,140,1) 10%, rgba(222,98,98,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(10%,rgba(255,184,140,1)), color-stop(90%,rgba(222,98,98,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb88c', endColorstr='#de6262',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	text-align: center;
	}
.blogpart h3 span {
    border-bottom: 3px solid #01C4B6;
    padding-bottom: 11px;
}


/*end headings*/

/*content*/
	.text01 {
        position: relative;
        margin-bottom:50px;
		background: #F09279;
	}
	.text01 p {
		font-size:13px;
		color:#333;
		padding: 15px;
		line-height: 1.9;
		text-align: justify;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:20px 10px;
		margin: 10px;
	}
	.link01 li {
		margin-bottom:5px;
		list-style: none;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#fff;
		letter-spacing:0.05em;
		padding:10px 8px;
        padding-left: 33px;
        background:#E5756B url(../images/circle.png) no-repeat 8px center;
     border-radius: 3px;  
	}
	.link01 li a:hover {
  text-decoration: underline;
		 background:#333 url(../images/circle.png) no-repeat 8px center;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
        clear: both;
		padding:10px 15px;
        margin: 0 150px;
	}
	.con-nav li {
		margin-bottom:3px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display:block;
		font-size:14px;
		color:#333;
		letter-spacing:0.05em;
		padding:7px 8px;
        padding-left: 33px;
		border: 1px solid #c7c7c7;
        background: url(../images/link.png) no-repeat 8px center;
        background-color: #B3D2DE;
	}
	.con-nav li a:hover {
		background-color: #A8D4AD;
	}
	
/*end sitemap links*/

/*nav*/
    .nav {
        position: relative;
				text-decoration: none;		
			
    }
  
    .nav ul {
      	text-decoration: none;
			*display: inline;
			display: inline-block;
			text-align: center;
		
		
		zoom:1;
    }
    .nav ul li {
        position: relative;
        z-index: 1;
					text-decoration: none;
			list-style: none;
				*display: inline;
			display: inline-block;
			text-align: center;
			margin-bottom: 10px;
    }
    .nav ul li:last-child {}
    .nav ul li a {
        font-size: 13px;
        color: #333;
			width: 220px;
        letter-spacing: 0.1em;
        padding: 20px 10px;
        position: relative;
				*display: inline;
			background: #FFB88C;
				display: inline-block;
			transition: all 0.5s ease-in;
			border-radius: 3px;
			box-shadow: 1px 5px 5px -2px rgba(0,0,0,0.75);
    }
    .nav ul li a:hover {
    color: #fff;	
			background-color: #DF6563;
			box-shadow:inset 2px 2px 2px #000;
    }
    .nav a .navclip {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        height: 100%;
        width: 0%;
        background-color: #95AFBA;
        transition: all 0.3s ease ;
		*display:none;
    }
    .nav ul li a:hover .navclip {
        width: 100%;
        right: auto;
        left: 0;
        background-color: #E2F89C;
    }
/*end nav*/

/*new*/
	.new {
      float: right;
			
				position: ab;
	}
    #Mv .new {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 220px;
    }
.new h3
 {
    font-size: 16px;
    color: #484848;
    letter-spacing: 0.05em;
    padding: 0px 5px;
    line-height: 48px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #DDD;
    margin: 20px 0;
	 text-align: left;
}
.new h3 span
{
				border-bottom:solid 3px #01c4b6;
    		padding-bottom: 11px;
}
	.new ul {
        padding:10px 10px;
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
				display: block;
				
	}
	.new ul li {
        margin: 0 5px;
				display:inline-block;
				*display:inline;
	}
	.new ul li:first-child {
		border-top: 0;
	}
	.new ul li a span {
		display: block;
		color:#333;
		font-size:12px;
		letter-spacing:normal;
		line-height:normal;
		padding-left: 0px;
		
	}
    .new ul li a p {
        font-size: 11px;
			 font-weight: bold;
    }
	.new ul li a {
		display:block;
		font-size:12px;
		color: #333;
		padding: 12px 20px;
		letter-spacing:0.1em;
		position:relative;
		line-height:2;
		text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de6262+10,ffb88c+90 */
background: rgb(222,98,98); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNkZTYyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmI4OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(222,98,98,1) 10%, rgba(255,184,140,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(222,98,98,1)), color-stop(90%,rgba(255,184,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,98,98,1) 10%,rgba(255,184,140,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6262', endColorstr='#ffb88c',GradientType=0 ); /* IE6-8 */
border-radius: 3px;
		transition: all 0.3s ease-in;
	}
	.new ul li a:hover {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb88c+10,de6262+90 */
background: rgb(255,184,140); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmI4OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNkZTYyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,184,140,1) 10%, rgba(222,98,98,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(255,184,140,1)), color-stop(90%,rgba(222,98,98,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,184,140,1) 10%,rgba(222,98,98,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb88c', endColorstr='#de6262',GradientType=0 ); /* IE6-8 */

		color: #fff;
	}
	.new ul li a:hover span{
		color: #fff;
	}
/*end new*/

/*blogpart*/
	.blogpart {	
        display: block;
        position: relative;
        margin-bottom: 20px;
		margin-top: 50px;
        text-align: center;
		background:#F09279;
	}
.clear{
	clear: both;
}
	.blogpart center{	
       float: left;
		padding: 20px 0;
		padding-left:60px;
	}
/*end blogpart*/

/*footer*/
	#Footer {
        position: relative;
        z-index: 1;
		background:#EE8C77;
        /*background-image: url(../images/footer_bg.png);*/
		padding:25px 0 ;
	}
	.FNav {
		padding:10px 0;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 15px 0px;
        margin-bottom: 10px;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		display:block;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.1em;
        border-bottom: 1px solid transparent;
	}
	.FNav ul li a:hover {
       
        color: #a9211a;
	}
    .FNav ul li a:before {
        content: "\25b9";
    }
	.copy {
		color:#333;
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		
	}
/*end footer*/

/*slide show styles*/

	#slides {
		margin:0 auto;
		text-align:center;
		position:relative;
		top:0px;
		z-index:1;
		width:100%;
		padding:0px 0px 0px;
		display:none;/*note:if slider is enabled, uncomment 'display:none' to prevent div from flashing*/
	}
	#slides .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center ; 
        min-height: 239px;
	}
	/*Slider navigation*/
	#slides .slidesjs-navigation {
		position:absolute;
		text-indent:-9999px;
		display:block;
		font-size:0;
		bottom:34px;
		z-index:10;
		height:30px;
		width:30px;
		background:url(../images/navigation.png) no-repeat;
	}
	#slides .slidesjs-previous { 
		left:468px; 
		background-position:0 0;
	}
	#slides .slidesjs-next{ 
		right:468px; 
		background-position:0 -30px;
	}
	
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0;
		right:5px;
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#24b5fa;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#293134;
	}

	.slidesjs-pagination {
		position: absolute;
		margin: 0px auto;
		width: 100%;
		height:12px;
		z-index: 10;
        left: 0;
		bottom:5px;
		display: block;
		text-align: center;
	
	}
	.slidesjs-pagination li {
		margin:0 2px;
		list-style:none;
		display:inline-block;
		zoom:1;
		*display:inline;
	
	}
	.slidesjs-pagination li:first-child {
		
	}
	.slidesjs-pagination li a {
		display:block;
		width:12px;
		height:0;
		padding-top:12px;
		background-color:#fff;
		float:left;
		overflow:hidden;
		border-radius: 20px;
	}
	.slidesjs-pagination li a:hover {
		background-color:#19d8ca;
	}
	.slidesjs-pagination li a.active {
		background-color:#19d8ca;
        box-shadow: inset 0px 0px 1px #19d8ca;
	}
/*end slideshow styles*/