
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color: #00d9d9;
	background-image: radial-gradient(#FFFFFF 40%, transparent 40%),radial-gradient(#FFFFFF 40%, transparent 40%);
	background-size:60px 60px;
	background-position: 0 0, 30px 30px;
}

a {
	color: #4682b4;
}

a:hover {
	color: #b22222;
}

img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}

/* スマートフォンは表示しない */
.smanone {
	display: none;
}

@media screen and (min-width: 769px){
#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
}

@media screen and (max-width: 768px){
	#container {
		width:100%;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		border: 1px solid #000000;
		background-color: #FFFFFF;
	}
}


#main {
	margin-right: 10px;
	margin-left: 10px;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
nav#breadcrumbs ol li:before {
	content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

#header {
	height: auto;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 10px 0px 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#header h1 {
	position: absolute;
	font-size: 12px;
	margin: 0.67em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	color: #0F00F0;
}

#header a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header a {
	text-decoration: none;
}

h1 {
	position: absolute;
	font-size: 12px;
	margin: 0.67em 0;
}

#headertext {
	font-size: 12px;
}

#text1 h2 {
//	position: relative;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border: 2px solid #00FFFF;
	border-radius: 20px 5px 5px 20px / 20px 5px 5px 20px;
#	background: linear-gradient(#00FFFF 0%, #FFFFFF 80%);
	background: linear-gradient(#00FFFF 0%, #0F00F0 80%);
}

#text1 h3 {
//	position: relative;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 2px solid #00FFFF;
	border-radius: 20px 5px 5px 20px / 20px 5px 5px 20px;
	background: linear-gradient(#00FFFF 0%, #FFFFFF 80%);
#	background: linear-gradient(#00FFFF 0%, #0F00F0 80%);
}
#sub_contents .introductory{
	float: left;
	margin-left: 20;
}

#sub_contents .description{
	margin-bottom: 5;
#	width: 530px;
	margin-top: 0;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #00F0FF;
	background: linear-gradient(#00F0F0 0%, #0000FF 80%);
}

#sub_contents .introductory p{
	padding-left: 10;
	margin: 0;
}

#sub_contents .introductory table,tr,td{
	font-weight: bold;
	border: 2px solid #00FFFF;
}

.clear{
	clear: both;
}

p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#contents {
	width:100%;
	margin:10px 0px 10px 0px;
}

.cont {
	padding: 1px 25px 1px 40px;
}

.cont h3 {
	padding: 1px 25px 1px 40px;
	background-color: #ffe4e1;
}

footer {
	border:dashed 1px #999;
}

.menubox {
	display: block;
//	margin-right: 10px;
//	margin-left: 10px;
	border: 2px solid #00FFFF;
}

.menubox h4 {
	font-size: 16px;
	padding: 1px 25px 1px 10px;
//	border-left: 10px solid #CC3366;
//	border-top: 1px dashed #CC3366;
//	border-bottom: 1px dashed #CC3366;
	line-height: 44px;
	background-color: #00FFFF;
	color: #FFFFFF;
}

.menubox ul li {
	list-style: none;
}

.menubox ul li a {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #00FFFF);
	background-image: linear-gradient(to bottom, #FFFFFF, #00FFFF);
	box-shadow: inset 1px 1px 0 #fbc1d0;
	line-height: 44px;
}

.menubox ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footlink {
	line-height: 64px;
	height: 64px;
	
}

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: 64px;
	background-image: -webkit-linear-gradient(top, #666656, #666666);
	background-image: linear-gradient(to bottom, #666656, #666666);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer a:link {
	color: #FFFFFF;
}

.cont a {
	text-align: center;
}

.red {
	color: #f00;
}

