@import url("reset.css");

article, aside, figure, footer, header, hgroup, nav, section {
	display: block !important;
}
body {
	font: 12px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg.png) no-repeat top fixed ;
	letter-spacing:0.086em;
}

* {
	box-sizing: border-box;
	line-height: 1.5em;
}

a {
	color: #FFFFFF;
	background: #163483;
	text-decoration: none;
	margin: 0px 3px;
}

a:hover {
	text-decoration: underline;
}

/* ============================== */

#wrapper {
	margin: 0px auto;
	width: 960px;
	background: #fff100;
	border: 10px solid #31c3b0;
	opacity:0.96;
}
#wrapper tr .header .sitename {
	margin: 40px 20px 40px 250px;
	position: relative;
}
#wrapper  tr .header .sitename #yurayura{
	position: absolute;
	left: -300px;
	top: -20px;
}

#wrapper tr .header .sitename p a em {
	font-size: 52px;
}

#wrapper tr .header .sitename p {
	margin-bottom: 10px;
	color:#ff5579;
}
#wrapper tr .header .sitename p a {
	font-size: 32px;
	text-decoration: none;
	font-weight: bold;
	background: none;
	color: #31c3b0;
	display: block;
}
#wrapper tr .header .subnav {
	background: #31c3b0;
	padding: 10px 20px;
}
#wrapper tr .header .subnav ul li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #FFFFFF;
}
#wrapper tr .header .subnav ul li:first-child {
	border-left: none;
}
#wrapper tr .header .subnav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	background-color: transparent;
}
#wrapper tbody tr .header .subnav.clearfix ul li a:hover {
	color: #163483;
}


/* ============================== */


#wrapper tr .contents .wrap {
	width: 100%;
}
#wrapper tr .contents .wrap tr .nav {
	width: 350px;
	background: #163483;
	padding: 0px 20px 20px;
}
#wrapper tr .contents .wrap tr .article {
	background: #fff100;
	padding: 20px;
}
#wrapper tr .contents .wrap tr .nav div ul {
	padding-top: 0px;
}
#wrapper tr .contents .wrap tr .nav div ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	letter-spacing:0.1em;
}

#wrapper tr .contents .wrap tr .nav div ul a:hover {
	color: #FFFF00;
	text-decoration: none;
	display: block;
}

#wrapper tr .contents .wrap tr .nav div ul .big a {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 25px;
}
#wrapper tr .contents .wrap tr .nav div ul .big a:first-letter {
	background: #31c3b0;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 16px;
	margin-right: 3px;
}
#wrapper tr .contents .wrap tr .nav div ul li a {
	margin-left: 27px;
	font-size: 13px;
	margin-bottom: 5px;
}
#wrapper tr .contents .wrap tr .nav .pr {
	margin-top: 30px;
	color: #FFFFFF;
}

#wrapper tr .contents .wrap tr .nav .pr h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
}
#wrapper tr .contents .wrap tr .nav .pr p a {
	color: #ff5579;
}

/* ============================== */

#wrapper tr .contents .wrap tr .article div article h1 {
	font-size: 32px;
	color: #31c3b0;
	margin-bottom: 10px;
}
#wrapper tr .contents .wrap tr .article div article h2  {
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	
	font-size: 20px;
	color: #FFFFFF;
	background: #31c3b0;
	padding: 3px;
	margin: 20px 0px 15px;
}
#wrapper tr .contents .wrap tr .article div article h3  {
	font-size: 24px;
	color: #ff5579;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin: 20px 0px 15px;
	font-weight: bold;
}
#wrapper tr .contents .wrap tr .article div article h4  {
	font-size: 18px;
	color: #163483;
	font-weight: bold;
	margin: 15px 0px 10px;
}
#wrapper tr .contents .wrap tr .article div article h5  {
	font-size: 24px;
	color: #163483;
}
#wrapper tr .contents .wrap tr .article div article p  {
	margin-bottom: 15px;
}

#wrapper tr .contents .wrap tr .article div article blockquote {
	text-align: center;
	margin: 30px 100px;
	background:#fff;
	padding: 10px 10px 10px;
}
#wrapper tr .contents .wrap tr .article div article table {
	margin: 20px 0px 30px;
}
#wrapper tr .contents .wrap tr .article div article table th {
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
}
#wrapper tr .contents .wrap tr .article div article table td {
	border: 1px solid #666666;
	padding: 5px;
}
#wrapper tr .contents .wrap tr .article div article dl {
}
#wrapper tr .contents .wrap tr .article div article dl dt{
	font-size: 14px;
	font-weight: bold;
	color: ;
	color: #163483;
	margin-bottom: 5px;
}
#wrapper tr .contents .wrap tr .article div article dl dt:before{
	content: "■";
	font-size: 20px;
}
#wrapper tr .contents .wrap tr .article div article dl dd {
	margin-left: 21px;
	margin-bottom: 15px;
}
#wrapper tr .contents .wrap tr .article div article ul {
	list-style: disc;
	padding-left: 20px;
	margin: 15px 0px;
}
#wrapper tr .contents .wrap tr .article div article ol {
	list-style: decimal;
	padding-left: 25px;
	margin: 15px 0px;
}

#wrapper tr .contents .wrap tr .article div article li {
	margin-bottom: 5px;
}
#wrapper tr .contents .wrap tr .article div article aside  {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	padding: 0px 0px 10px;
	margin: 30px 0px;
}
#wrapper tbody tr .header .subnav.clearfix ul {
	float: right;
}


/* ============================== */


#wrapper tr .footer div {
	background: #31c3b0;
	padding: 20px;
	text-align: center;
}
#wrapper tr .footer div a {
	background-color: transparent;
}