@charset "utf-8";
/* ===================================================================
CSS information

 style info :コンテンツエリア関係 他
=================================================================== */
/*@import url("default.css");

html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	background: #f1f1f1;
	border-top: 5px solid #e73562;
	color: #000;
	font-size: small;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
	color: #33c;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	background: rgba(255,255,255,0);
}

a:visited {
	color: #36f;
}

a:hover {
	position: relative;
	left: 0;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	background: rgba(255,255,255,.5);
	color: #e73562;
}

a:active {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: .1em;
}

a.externalLink {
	margin-right: 3px;
}

a.externalLink img {
	vertical-align: middle;
	margin-left: 3px;
}

hgroup * + * {
	font-size: 100%;
}

small {
	font-size: .9em;
	color: #454545;
}*/


/* radius 
a,
a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/

/*----------------------------------------------------
	#page
----------------------------------------------------
#page {
	width: 860px;
	position: relative;
	margin: 0 auto;
	line-height: 1.5;
}*/

/* pageTop 
#page:target:before {
	content: "次に会う時は...高みだ";
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0;
	color: #666;
	font-size: .9em;
}

.pageTop {
	margin: 150px 0 0;
	text-align: right;
	font-size: .9em;
	letter-spacing: 1px;
}

.pageTop a {
	padding: 6px 12px;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(252,252,254)), to(rgb(248,248,249)));
	background-image: -moz-linear-gradient(top, rgb(252,252,254) 0%, rgb(248,248,249) 100%);
	/background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

.pageTop a:before {
	content: "↑";
	margin-right: 3px;
}

.pageTop a:hover {
	background: #fff;
	color: #e73562;
}*/


/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------
header#globalHeader {
	margin: 50px 0;
}

header#globalHeader hgroup {
	margin-bottom: 15px;
}

header#globalHeader hgroup h1 {
	margin-bottom: 2px;
	font-size: 1.8em;
}

header#globalHeader hgroup h1 a {
	color: #000;
}

header#globalHeader hgroup h1 a:hover {
	color: #e73562;
}


header#globalHeader hgroup h2 {
	letter-spacing: 1px;
	color: #444;
	font-size: small;
}

header#globalHeader ul {
	margin-left: 25px;
}

header#globalHeader ul li {
	margin-bottom: 5px;
}*/

/*----------------------------------------------------
	section
----------------------------------------------------*/
section {
	/zoom: 1;
	margin: 0 ;
	padding: 20px 20px 10px;
	background: #fff;
	/*border: 1px solid #ccc;
	letter-spacing: 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(50%,50%,50%,.3);
	-moz-box-shadow: 0px 0px 6px rgba(50%,50%,50%,.3);
	box-shadow: 0px 0px 6px rgba(50%,50%,50%,.3);*/
}

section table,section ol,section ul,section dl,section blockquote,section pre,section p {
	margin-bottom: 0.5em;
}

section h1 {
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	border-left: 5px solid #e73562;
}

section:target h1:after {
	content: "←";
	margin-left: 5px;
}


section h2 {
	margin: 30px 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e73562;
}

section h1+ h2 {
	margin-top: 0;
}

section h3 {
	margin: 30px 0 10px;
	padding: 0 0 0 8px;
	border-left: 3px solid #e73562;
	line-height: 1.3;
}

section pre {
	margin-bottom: 20px;
	font-size: 93%;
	padding: 15px;
	border: 3px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "ＭＳ ゴシック", Raavi, Consolas, "Courier New", Courier, mono, serif;
	letter-spacing: 0;
	line-height: 1.1;
}

code {
	margin: 0 3px;
	padding: 2px 3px;
	font-size: small;
	background: #efefff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------
footer#globalFooter {
	margin-top: 80px;
	border-top: 5px solid #e73562;
	padding: 20px 0 100px;
}

footer#globalFooter p {
	letter-spacing: .1em;
	font-size: 1.1em;
	text-align: right;
}

footer#globalFooter p small {
	font-size: small;
}*/