@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* サンプル：共通部 */
html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	background: #333 url(../images/bg.jpg);
}

a {
	outline: 0;
	color: #EC2C81;
}

#header {
  height: 320px;
  background: url(../images/header.jpg) center top no-repeat;
}
#header .siteLogo {
  width: 980px;
  padding-top: 30px;
  margin: 0 auto;
  font-size: 4em;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 10, 80, 0.3);
}

#footer {
	padding: 10px;
	color: #000;
	text-align: center;
}

#topicPath span {
  display: block;
  float: left;
  padding: 10px 10px 10px 0;
}
#topicPath .current {
  font-weight: bold;
}

#content {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	color: #CCC;
}
#content .separateBox dt {
  font-weight: bold;
}
#content .separateBox dd {
  margin: 0 0 10px 20px;
}

#globalNav {
	background: #111;
		/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 0px 6px 0px;

}
#globalNav ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#globalNav ul li {
	display: block;
	float: left;
	width: 243px;
	border-right: 1px solid #998600;
	background-color: #f90;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9900), color-stop(100%, #ffbb00));
	background-image: -webkit-linear-gradient(#ff9900, #ffbb00);
	background-image: -moz-linear-gradient(#ff9900, #ffbb00);
	background-image: -o-linear-gradient(#ff9900, #ffbb00);
	background-image: linear-gradient(#ff9900, #ffbb00);
	border-left: 1px solid #FFF29B;
}
#globalNav ul li.hover {
  background: #000;
  background-image: none;
}
#globalNav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background: #FFE222;
}
#globalNav ul li.hover a {
  color: #fff;
}

#main {
  float: left;
  clear: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
  
}
#main h1 {
	margin: 10px 0;
	font-size: 50px;
	font-weight: bold;
	color: #E93481;
}
#main a {
	color: #D92F76;
}

#main h2 {
  ;
	margin: 20px 0 10px;
	font-size: 2em;
	font-weight: bold;
	clear: both;
	color: #FFE222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#main p {
  margin: 0 0 10px;
}
#main h3 {
	color: #E93481;
	font-size: 2em;
}

#main .full {
  clear: both;
}

#sub {
  float: right;
  line-height: 1.6;
}
#sub .part {
  margin: 10px 0 20px;
}
#sub .part dt {
  font-weight: bold;
}
#sub .part dd {
  font-size: 1em;
}

.separateBox {
	margin: 10px 0 20px;
	border: 1px solid #202020;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #D92F76;
	color: #FFF;
}

.placeholder {
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
#footer {
	background: url(../images/meri.png) no-repeat center top;
	margin-top: 40px;
	padding-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 18px;
}
