html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	background:transparent;
	border:0;
	outline:0;
	vertical-align:baseline;
}

html{
  overflow-y: scroll;
}

body{
	line-height:1.5;
	color:#333;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:focus, a:active{
	border:0;
	outline: none; 
}


ul,ol{
	list-style: none;
}

.clear{
  clear: both;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

#header{
	width: 960px;
	margin: 0 auto; 
}

	#header_left{
		float: left;
		width: 270px;
		margin: 30px 0 0 25px;
	}

	#header_right{
		float: right;
		width: 550px;
		margin: 8px 0 0 0;
	}

		#header_right div{
			text-align: right;
		}

			#icon_fb{
				vertical-align: top;
				margin: 0 10px 0 0;
			}

			#icon_tw{
				vertical-align: top;
				margin: 0 15px 0 0;
			}

			#header_right span{
				display: inline-block;
				*display: inline;
				*zoom: 1;
				padding: 10px 0 0;
			}

		#header_right div ul li{
			float: left;
			margin: 0 35px 0 0;
			margin: 0 30px 0 0\9;
		}

		#header_right div ul li:last-child{
			margin: 0;
		}

#top_mvs{
	background-color: #e67e22;
	text-align: center;	
}

.content_wrapper960{
	width: 960px;
	margin: 0 auto;
}

#to_pagetop{
	text-align: right;
	width: 960px;
	margin: 50px auto 0;
}

	#to_pagetop a{
		background:url(/images/icon_to_top.jpg) no-repeat left center;
		padding: 0 0 0 20px;
		color: #e67e22;
	}

#footer{

}

	#footer_top{
		background-color: #eee;
		padding: 20px 0 40px;
	}

		.footer_links_wrapper{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin: 0 80px 0 0;
			/*height: 300px;*/
			vertical-align: top;
		}

		.footer_links_wrappers .footer_links_wrapper:last-child{
			margin: 0;
		}

			.footer_links_wrapper p{
				font-weight: bold;
				margin: 0 0 5px;
				padding: 0 0 0 25px;
			}

			#footer_icon1{background:url(/images/icon_footer1.jpg) no-repeat;}
			#footer_icon2{background:url(/images/icon_footer2.jpg) no-repeat;}
			#footer_icon3{background:url(/images/icon_footer3.jpg) no-repeat;}

			.footer_links_wrapper ul{
				margin: 0 0 0 25px;
			}

				.footer_links_wrapper ul li{
					margin: 0 0 5px;
				}

					.footer_links_wrapper ul li ul{
						margin: 5px 0 0 25px;
					}

						.footer_links_wrapper ul li ul li{
							margin: 0 0 5px;
							font-size: 12px;
						}

	#footer_bottom{
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 25px 0;
	}

		#footer_bottom ul li{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin: 0 30px;
		}

			#footer_bottom ul li a{
				color: #fff;
			}


/*下層ページ*/
#breadcrumbs{
	margin: 0 0 20px;
}

	#breadcrumbs a{
		color:#e67e22;
	}

	#breadcrumbs a:first-child{
		background:url(/images/icon_home.jpg) no-repeat;
		padding: 0 0 0 20px;
	}

	#breadcrumbs span{
		margin: 0 5px;
	}

#lower_content_left{
	float: left;
	width: 200px;
}

	.lower_left_header{
		background-color: #eee;
		font-weight: bold;
		font-size: 16px;
		padding: 5px 0 5px 8px;
		border-top: 5px solid #e67e22;
	}

	.lower_left_list{

	}

		.lower_left_list li{
			border-bottom: 1px solid #eee;
		}

			.lower_left_list li a{
				display: block;
				padding: 10px 0 10px 10px;
				background:url(/images/arrow.jpg) no-repeat 180px center;
			}

			.lower_left_list li a:hover{
				text-decoration: none;
			}

		.lower_left_list li.current{
			border-bottom: 1px solid #eee;
		}

			.lower_left_list li.current a{
				display: block;
				padding: 10px 0 10px 10px;
				background:url(/images/arrow_current.jpg) no-repeat 180px center;
				background-color: #e67e22;
				color: #fff;
			}

			.lower_left_list li.current a:hover{
				text-decoration: none;
			}

#lower_content_right{
	float: right;
	width: 720px;
}

	.lower_headline1{
		font-size: 30px;
		font-weight: bold;
		border-bottom: 5px solid #e67e22;
		color: #e67e22;
		margin: 0 0 40px;
	}

/*汎用*/
.inner_blk10{padding: 0 10px;}
.inner_blk20{padding: 0 20px;}
.sp_red{color: #ec3647;}

.common_headline{
	background:url(/images/headline_border.jpg) no-repeat left bottom;
	margin: 0 0 20px;
}
