body{
	margin:0px;
	font-size:1.1rem;
	font-family:sans-serif;
	line-height:1.7rem;
}

p {
	margin-bottom:30px;
}

img{
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
}

hr {
	height: 1px;
	border: 0 none; 
	margin-top:15px;
	margin-bottom:15px;
}

a:link {
	text-decoration:NONE;
	border-width:0px;
	border-bottom-width:1px;
	border-style:dotted;
	color:#009BCD;
}

a:visited {
	text-decoration:NONE;
	border-width:0px;
	border-bottom-width:1px;
	border-style:dotted;
	color:#009BCD;
}

a:active {
	text-decoration:NONE;
	border-width:0px;
	border-bottom-width:1px;
	border-style:dotted;
	color:#08C;
}
a:hover {
	text-decoration:NONE;
	border-width:0px;
	border-bottom-width:1px;
	border-style:SOLID;
	color:#08C;
}

h1 {
	font-size: 24pt;
}

h2 {
	margin-top:50px;
	font-size: 18pt;
	border-bottom:dashed 1px #111111;
}

h3 {
	font-size: 14pt;
}

span.sp {
	border:solid 1px #000000;
	background-color:#eeeeee;
	font-size:75%;
	padding:1px 2px;
	border-radius: 2px;        /* CSS3草案 */ 
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */ 
	-moz-border-radius: 2px;   /* Firefox用 */ 
}

span.ex {
	border:solid 1px #444444;
	color:#ffffff;
	background-color:#444444;
	font-size:75%;
	padding:1px 2px;
	border-radius: 2px;        /* CSS3草案 */ 
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */ 
	-moz-border-radius: 2px;   /* Firefox用 */ 
}

span.ex_t {
	color:#444444;
	font-size:90%;
}

span.marker{
	background-color:#f0f555;
	padding:0px 1px;
}

div.gojunavi {
	width:100%;
	background-color:black;
	margin:auto;
	clear:both;
}

div.gojunavi_c {
	width:9.6%;
	background-color:black;
	color:white;
	text-align:center;
	float:left;
	border:solid 0.5px #ffffff;
	border-bottom:solid 0.5px #000000;
}

div.gojunavi_c:hover { background-color:#888888; }

div.gojunavi_cc {
	width:9.6%;
	background-color:#ffffff;
	text-align:center;
	float:left;
	border-top:solid 0.5px #666666;
	border-right:solid 0.5px #666666;
	border-left:solid 0.5px #666666;
}


/*===============================================
画面の横幅が901px以上（パソコン）
===============================================*/
@media (min-width: 1025px) {

img.title {
	width:300px;
}

div.box {
	padding-top:10px;
	width:900px;
	margin:auto;
}

div.head {
	width:270px;
	float:left;
}

div.head_ct {
	padding:10px 0px;
	border-bottom:solid 1px #222222;
}

div.head_c {
	padding:10px 0px;
	border-bottom:solid 1px #222222;
}

div.gojuon {
	width:52px;
	margin:1px;
	line-height:180%;
	background-color:#ffeecc;
	text-align:center;
	float:left;
}

div.gojuon:hover { background-color:#ffddbb; }

div.gojuon_k {
	width:52px;
	margin:1px;
	line-height:180%;
	text-align:center;
	float:left;
}

div.contents {
	float:left;
	width:600px;
	padding:10px 0px 0px 30px;
}

}


/*===============================================
画面の横幅が640pxまで（モバイル）
===============================================*/
@media (max-width:1024px) {

img.title {
	width:90%;
	max-width:500px;
}

div.head_c {
	display:none;
}

div.contents {
	padding:10px;
}

}

/*===============================================
レスポンシブ対応終り
===============================================*/