
@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,iframe {
	margin: 0;
	padding: 0;
}

html{
overflow: scroll;
overflow: -moz-scrollbars-vertical;
overflow-x: scroll;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,iframe {
	border: 0 none;
}

address,caption,cite,code,dfn,em,strong,th,var,b,i,u,s,strike {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
ol,ul {
	list-style: none outside none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6,big,small {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {　content: '';　}
abbr,acronym {　border: 0 none;　}

body{
	color:#333;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
}

a:link,a:visited {
	color:#04c;
	text-decoration: none;
}
a:hover,a:active {
	color:#551a8b;
	text-decoration: underline;
}

img,input {
	vertical-align:middle;
}

textarea {
	font-size: 100%;
}

#title {
	background-color: #044899;
	color: #E8EAEB;
	font-size:11px;
	width: 100%;
}

#title div {
	line-height: 110%;
	margin: 0 auto;
	padding-top: 3px;
	width: 954px;
}
#title h1 {
	width: 648px;
}

#body {
	margin:0 auto;
	width:954px;
	position:relative;
}

#head { margin-bottom: 18px; }
#head .logo {
	height: 45px;
	margin: 10px 0 8px 0;
	width: 160px;
}

#main {
	width:950px;
	margin-right:auto;
	zoom:1;
	overflow:hidden;
	line-height:1.4;
}

#foot {
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	width: 950px;
}



/* naviFooter */
#naviFooter{
	margin-bottom:3px;
	padding:20px 0 27px;
	text-align: center;
	background:#fff url(/images/shared/line_dot_gray.png?1396450800) repeat-x left bottom;
}
#naviFooter ul{
	zoom:1;
	overflow:hidden;
	text-align: center;
}
#naviFooter li{
	display:inline;
	line-height:1.3;
}
#naviFooter li a, #naviFooter li span{
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	margin-right:2px;
	padding-right:4px;
	border-right:1px solid #afb1b9;
}
#naviFooter li.endLine a, #naviFooter li.endLine span{ border:none;}
#naviFooter a:link,
#naviFooter a:visited,
#naviFooter a:active{
	color:#04c;
	text-decoration:none;
	background-color:transparent;
}
#naviFooter a:visited{ color:#551a8b; }
#naviFooter a:hover{
	color:#551a8b;
	text-decoration:underline;
	background-color:#fff;
}


