@charset "UTF-8";
/* =====================================

1)Base Element
2)Layout
3)Header
4)Content
5)Footer
6)Clearfix
======================================== */



/*1)Base Element
-------------------------------------------------------------*/
/*Reset
--------------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,address,
object,param,embed{
	margin:0;
	padding:0;
	list-style:none;
	}

ul li img{
	vertical-align:top;
}

img{
	border:0;
}

#wrapper img{
	border:0;
	line-height:0;
	}
	
	
/*2)Layout
-------------------------------------------------------------*/
#wrapper{
	width:1000px; /* change */
	margin:0 auto;
	text-align:left;
	}

/*Link
--------------*/
a{
	color:#216aae;
}
a:link{
	color : #216aae;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
a:visited{
	color:#800080;
}
a:hover{
	color:#ff6600;
}	
a:active{
	color:#800080;
}


/*Font
--------------*/

.txtS, #header ul#hdrLink, #ftrLink #copyright, #content p.txtS{
	font-size:65%;
	line-height:1.4;
	}
	
.fontB{
	font-weight:bold;
}

/*Class
--------------*/
.section{
	clear:both;
}
	
p.pageTop{
	width:114px;
	height:18px;
	clear:both;
	margin:20px 0 0 auto;
	}
	
p.pageTop a{
	display:block;
	width:114px;
	height:18px;
	text-indent:-9999px;
	outline:none;
	background:url(../images/pagetop.gif) no-repeat;
	}
	
.mg0{
	margin:0 !important;
}
.pd0{
	padding:0 !important;
}

	
/*3)Header
-------------------------------------------------------------*/
#header{
	width: 980px;
	text-align: center;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
	
#header #hdrWrap{
	width:980px; /* change -20px */
	padding:15px 10px 10px 10px;
	background:#fff;
	}

#header h1{
	float:left;


	}
	
#header h1 a{
	display:block;
	}

#header h2{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

#header h2 a{
	display:block;
	}

#header #hdrR{
	float:right;
	width:500px;
	text-align:right;
	position:relative;
	top:9px;
	}

#header ul#hdrLink{
	float:left;
	margin:2px 0 0 0;
	}

.btnRight{
	float:right !important;
	margin:2px 0 0 0;
}
	
#header ul#hdrLink li{
	display:inline;
	margin-right:15px;
	vertical-align:middle;
	}
/*
#header ul#hdrLink .dotline span {
	background:url(../images/nav_line_dot.gif) no-repeat left;
	padding-left:10px;
	}
*/
#header ul#hdrLink a{
	color:#222222;
	text-decoration:none;
	}
	
#header ul#hdrLink a:hover,
#printBtn a:hover{
	text-decoration:underline;
	}
	
#header ul#hdrLink a{
	background-color: transparent;
	background-attachment: scroll;
	background-position: left center;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
	
#hdrRtop{
	float:right;
	position:relative;
	}
	
#hdrRbtm{
	float:right;
	clear:both;
	}
	
#hdrR #hdrRbtm ul li{
	line-height:20px !important;
}

#header #hdrLine{
	height:25px;
	clear:both;
	/* background : url(share/images/hdr_line_blue.gif) center top / auto auto repeat-x scroll padding-box border-box #215bbc; */
	background:#215bbc url(share/images/hdr_line_blue.gif) repeat-x top;	/* 130711 DEBUG */

  display : block;
}

/*
---------------------------*/
#hdrRtop{
	width:225px;
	padding-bottom:8px;
	}
	
#hdrRbtm{
	width:400px;
	_width:400px;
	padding-bottom:2px;
	}
	
#header ul#hdrLink{
	margin-top:0;
	}
	

/*4)Content
-------------------------------------------------------------*/
#container{
	width: 1000px;/* change */
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#contBg{
	width:980px; /* change -20px*/
	padding:10px 10px 10px 10px;
	}


#contWrap{
	width:920px; /* change */
	clear:both;
	padding:10px 30px 0 30px;
	}

/*5)Footer
-------------------------------------------------------------*/
#footer{
	width: 980px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	}
	
#ftrDwn{
	clear:both;
	text-align:center;
	background:#003366;
	}
	
#ftrWrap{
	background:#ffffff;
	}

#ftrLink{
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
	width:955px;
	clear:both;
	padding:7px 0px 5px 10px;
	text-align:left;
	background:#003366;
	}

#ftrLink ul{
	float:left;
}
	
#ftrLink ul.txtS{
	padding:0 0 0 5px;
}

#ftrLink #copyright{
	float:right;
	width:310px;
	height:13px;
	color:#ffffff;
	}

#ftrLink ul li{
	display:inline;
	background:url(../images/arw_wh_r.gif) no-repeat left;
	padding:0 0 0 10px;
	margin-right:5px;
	}

#ftrLink ul li a{
	color:#ffffff;
	text-decoration:none;
	}

#ftrLink ul li a:hover{
	text-decoration:underline;
	}
	
#ftrLink:after{
	content:" ";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0; 
	}

/*6)Clearfix
-------------------------------------------------------------*/
.both, .clear, #header h2{
	clear:both;
}

.clearfix:after, #contWrap:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0; 
	}

.clearfix
#contWrap,  {
	display:inline-block;
	zoom:1;
	}	

#top{
	width: 1000px;
	height: 150px;
	float: left;
	margin-top: 15px;
}
#navi{
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
	font-size: 14px;
	width: 630px;
	float: left;
}
#menu{
	margin-top: 40px;
	margin-right: 25px;
	width: 300px;
	float: left;
}
#main{
	margin-top: 40px;
	width: 630px;
	float: right;
}
.catchphrase{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 630px;
	float: right;
}
.photo{
	margin-bottom: 20px;
	width: 630px;
	float: right;
}

.text{
	font-size: 16px;
	font-family:  'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
	line-height: normal;
}