@charset "utf-8";

/*-----------------------------
  基本配色
-----------------------------*/
body {
	color: #000;
	background: #fff;
}
a:link {
	color: #09f;
}
a:visited {
	color: #939;
}
a:hover {
	color: #f33;
}
a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #09f;
}

/*-----------------------------
  ブロック要素
-----------------------------*/
h2:first-letter {
	color: #f90;
}
h4 {
}

p {
	line-height: 1.6;
}
blockquote {
	margin: 1em 0;
	padding: 1px 1px 1px 40px;
	background: url("http://szdy.info/images/orange/blockquote_bg.png") no-repeat  top left;
}
pre {
	padding: 0.5em 1em;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-left: 0.5em solid #ddd;
	overflow: scroll;
	width: 94%;
	line-height: 1.6;
}

/*-----------------------------
  インライン要素
-----------------------------*/
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
	color: #f00;
}
q {
}
cite {
	font-style: normal;
	color: #09f;
}
dfn,
acronym,
abbr {
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
code {
	padding: 0 0.25em;
	background: #eee;
}
kbd {
	margin: 0 0.3em;
	padding: 1px 7px 1px 5px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #aaa;
	background-color: #f9f9f9;
}
samp {
}
var {
}

/*-----------------------------
  リスト要素
-----------------------------*/
ul,
ol,
dl {
	line-height: 1.4;
}
ul {
	list-style-image: url("http://szdy.info/images/orange/list_marker1.png");
}
ul ul,
ol ul {
	list-style-image: url("http://szdy.info/images/orange/list_marker2.png");
}
dl {
}
dl dt {
}
dl dd {
}

/*-----------------------------
  フォーム要素
-----------------------------*/
form {
}
fieldset {
}
legend {
	padding: 0.25em 0.5em;
	background-color: #fff;
}
/*
input,
*/
textarea {
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #aaa #aaa #999;
	background-color: #fff;
}
/*
input:hover,
*/
textarea:hover {
	border-color: #00a0dd;
}
textarea {
	padding: 0.5em 10px;
}
/*
input[type~="submit"],
input[type~="reset"] {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #09f;
}
input[type~="submit"]:hover,
input[type~="reset"]:hover {
	background-color: #f33;
}
input[type~="radio"] {
	border: none;
	background-color: transparent;
	background-image: none;
}
*/

/*-----------------------------
  テーブル要素
-----------------------------*/
table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
	text-align: center;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/*-----------------------------
  基本レイアウト
-----------------------------*/
html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
div {
	margin: 0;
	padding: 0;
}
#headerIn,
#main,
#footerIn {
	width: 70%; /*(60%~ | 600px~ | 60em~) etc.*/
	min-width: 600px;
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}
#header,
#main,
#footer {
	clear: both;
	padding: 1px 0;
}

body {
}
#container {
}
#headerIn,
#main,
#footerIn {
}
#header {
	display: none;
}

#main {
	padding: 0 0 4em;
}
p.breadcrumbs {
	margin: 0 0 1em;
	padding: 0.25em 0.5em;
	font-size: 90%;
	border-top: 0.5em solid #ccc;
	border-bottom: 1px solid #ddd;
}
p.breadcrumbs:hover {
	border-bottom: 1px solid #ccc;
}
p.breadcrumbs a {
	text-decoration: none;
}
p.breadcrumbs a:hover {
	text-decoration: underline;
}
p.breadcrumbs a,
p.breadcrumbs span {
	margin-right: 0.125em;
	margin-left: 0.125em;
}
p.breadcrumbs a:link,
p.breadcrumbs a:visited {
	color: #09f;
}
p.breadcrumbs a:hover {
	color: #f33;
}

.entry {
	margin: 4em 0;
	padding: 0 0.5em;
}

p.pageTop {
	font-size: 90%;
	text-align: right;
}
p.pageTop a {
	text-decoration: none;
}
p.pageTop a:hover {
	text-decoration: underline;
}

#footerIn {
	padding-top: 0.5em;
	border-top: 1px solid #ddd;
	font-size: 90%;
}
#footer ul.support {
	float: left;
	width: auto;	
	margin: 0 0.5em;
	padding: 0;
	list-style: none;
}
#footer address {
	margin: 0 0.5em;
	float: right;
	width: auto;
	font-style: normal;
}

/*-----------------------------
CSS Sticky Footer
http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
-----------------------------*/
* {
}
html,
body,
#container {
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em;
	padding: 0;
}
.push,
#footer {
	clear: both;
	height: 5em;
	padding: 0;
	overflow: hidden;
}

/*-----------------------------
ページの先頭へをposition:fixed
http://adp.daa.jp/archives/000602.html
-----------------------------*/
html>body p.pageTop {
	width: 70%; /*(60%~ | 600px~ | 60em~) etc.*/
	min-width: 600px;
	max-width: 800px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	background: #ccc;
	height: 0.5em;
	z-index: 100;
	text-align: center;
}
html>body p.pageTop a {
	float: right;
	width: auto;
	margin: -1.75em 0.25em 0;
	padding: 0.25em 0.5em;
	color: #fff;
	background: #666;
	border: 1px solid #ddd;
}
html>body p.pageTop a:hover {
	color: #fff;
	background: #09f;
	border: 1px solid #ccc;
}

