@charset "utf-8";

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*/////////////////////////////////////*/

html{
	overflow-y:scroll;
}

body {
	background:#ffffff;
}

body,input,textarea,select{
	font-family:"メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
*/

strong{
	font-weight:bold;
}

a,
:focus{
	outline:0 none;
}

a{
	//text-decoration:underline;
	text-decoration:none;
}

p,li{
	line-height:1.8;
}


/*//////////////////////////////////////
	clearfix
//////////////////////////////////////*/

.clearfix:after {
	content: "";  /* 新しい要素 */
	display: block;  /* ブロックレベル要素 */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.clear{
	clear:both;
}

/*//////////////////////////////////////
	hidden
//////////////////////////////////////*/

.hidden{
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}

/*//////////////////////////////////////
	wrapper
//////////////////////////////////////*/

#wrapper{
	//background:url(/images/pop_bg.jpg) repeat-y;
	width:100%;
	height:100%;
	margin:0 auto;
}

/*//////////////////////////////////////
	breadcrumbs
//////////////////////////////////////*/

#breadcrumbs{
	padding:0;
	margin:0;
	margin-top:16px;
	text-align: left;
	font-size:100%;
}

#breadcrumbs a{
	color:#000;
}

/*//////////////////////////////////////
	#header
//////////////////////////////////////*/

#header{
	//background:url(/images/pop_header_bg.jpg) repeat-x;
	//background:url(/images/header_bg3.jpg) no-repeat;
	//width:980px;
	height:114px;
	min-width:980px;
}

#header .header_name{
	position:absolute;
	background:url(/images/top_logo.jpg) no-repeat;
	width:254px;
	height:38px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:34px;
	top:0px;
}

#header .map_policy{
	position:absolute;
	background:url(/images/top_map_policy.jpg) no-repeat;
	width:226px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:721px;
	top:18px;
}

#header .sitemap{
	position:absolute;
	background:url(/images/top_sitemap.jpg) no-repeat;
	width:76px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:721px;
	top:18px;
}

#header .privacy{
	position:absolute;
	background:url(/images/top_privacy.jpg) no-repeat;
	width:120px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:827px;
	top:18px;
}

#header .pos {
	width:980px;
	margin:0 auto;
	position:relative;
}

#header .menu{
	position:absolute;
	//left:36px;
	left:0px;
	top:44px;
}

#header .menu ul {
	float:left;
	margin-right:0px;
	//margin-right:5px;
}

#header .menu ul li{
	float:left;
}

/*//////////////////////////////////////
	#content
//////////////////////////////////////*/

#content{
	width:980px;
	margin:0 auto;
}

#content .content_btm{
	width:980px;
	margin:0 auto;
	padding-bottom:74px;
}

/*//////////////////////////////////////
	#entry
//////////////////////////////////////*/

/* 	.pageTop
--------------------------------------------------*/
ul.pageTop{
margin-bottom:15px;
width:980px;
text-align:right;
font-size:88%;
}
ul.pageTop li{
background:none;
padding-left:0;
}
ul.pageTop li a{
color:#000;
background:url(/images/icon_bullet053.gif) left no-repeat;
padding-left:15px;
}

/*//////////////////////////////////////
	#footer_pop
//////////////////////////////////////*/

#footer_pop{
	background:url(/images/pop_footerbar980n.jpg) no-repeat 0 top;
	width:980px;
	height:36px;
	margin-top:14px;
	color:#ffffff;
	text-align:right;
	padding-top:4px;
}

.footer_pos {
	width:980px;
	margin:0 auto;
	position:relative;
}
