﻿
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: 0;
  border-spacing: 0;
}

html {
	overflow: auto;
	background: #ddd;
}

body {
    color: #222;
    margin: 0;
    padding:0;
    font-family: "Lucida Grande","Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    line-height: 1.5em;
    background: #f4f4f4;
}

a:link {
	color:#0288D1;
}

a:visited {
	color:#0288D1;
}

div.clear {
	clear: both;
}



h1 {
	width: 400px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0px 10px;
}

h1 a{
	color: #fff;
	text-decoration: none;
}


#topicpath {
	width: 980px;
	height: 40px;
	margin: 0 auto 0;
}

#topicpath ul{
	width: 980px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 5px;
	margin: 0 ;
	display: block;
}

#topicpath li{
	display: inline-block;
	font-size: 12px;
	color: #666;
	*display: inline;
}

#topicpath li:after{
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0 8px;
}

#topicpath li:last-child:after{
	content: "";
}
#topicpath li a{
	color: #999
}

#footer-wrap{
	clear: both;
	background: #ddd;
	margin: 30px 0 0 0;
}

#footer{
	width: 764px;
	margin: 0 auto 0;
}
#footer img{
	float: left;
	margin: 40px 0 0 0;
}
p.messese{
	float: right;
	font-size: 88%;
	color: #555;
	margin: 40px 0 0 0;
	padding-left: 10px;
	border-left: solid 0px #999; 
}
p.copyright{
	clear: both;
	width: 650px;
	border: none;
	color: #555;
	padding: 30px 0 30px 0;
	font-size: 80%;
	font-weight: 900;
	text-align: center;
}

.social > * { vertical-align: bottom; }
