@charset "shift_jis";

body {
	line-height: 180%;
	margin: 0;
	padding: 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #ffffff;
}

h1,h2,h3,h4 {
	color:#1e90ff;
	font-size: 110%;
	margin: 10px 0px 20px 0px;
	padding: 7px 7px 7px 35px;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	text-shadow: glay 0.5px 0.5px 0.5px;
	background-image:url(img/hlist.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}

a {
	color:#1e90ff;
	text-decoration:none;
	}

a:hover {
	color:#000080;
	}

.intro{
	float:left;
	margin-bottom: 20px;
	margin-top:25px;
	font-size:170%;
	font-weight:bold;
	}

.intro span{
	display:block;
	font-size:60%;
	font-weight:normal;
	}

.navia{
	clear:both;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	border-bottom:5px solid #ebebeb;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.str {
	border: 1px solid #999999;
	padding: 10px;
	background: #f4f5ff;
	margin-bottom: 10px;
	width:auto;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cccccc;
}

.ex {
	border: 1px solid #999999;
	padding: 10px;
	background: #000000;
	color:#ffffff;
	margin-bottom: 10px;
	width:auto;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cccccc;
}

img {
	border: none;
	max-width: 399px;
	height: auto;
}

#prpf {
	border: 1px solid #9999ff;
	padding: 5px;
	margin-bottom: 30px;
	box-shadow: gray 1px 1px 1px 1px;
	width:auto;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cccccc;
}

#footer {
	clear: both;
	font-size: 90%;
	padding: 15px;
	text-align: center;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #cccccc;
	background: #1e90ff;
}

#footer li{
	display: inline;
}

#footer li a{
	color: #ffffff;
}

#footer li a:hover {
	background: #666666;
}

#op {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#left {
	float: left;
	width: 65%;
	margin-top: 30px;
	margin-left: auto;
	margin-bottom: 10px;
}

#menu {
	float: right;
	font-size: 90%;
	width: 30%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
}

#menu li:first-child a {
	border-radius:5px 0 0 5px;  
}  

#menu li:last-child a {  
	border-radius:0 5px 5px 0;  
} 

#menu .ta {
	border: 1px solid #999999;
	padding: 5px;
	background: #f4f5ff;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cccccc;
}

.mmm a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	padding-left: 15px;
	zoom: 1;
}

.mmm a:hover {
	background: #1e90ff;
	color: #ffffff;
}

#menu .side {
	margin: 10px 0px 30px 0px;
	padding: 7px 7px 7px 35px;
	text-shadow: black 0.5px 0.5px 0.5px;
	background-image:url(img/hlist.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	border-radius: 15px;
	box-shadow: 5px 5px 5px 5px #cccccc;
}

.ad {
	border: 1px solid #9999ff;
	font-size: 100%;
	padding: 5px;
	margin-bottom: 30px;
	width:auto;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #cccccc;
}

#footer {
	clear: both;
	height: 150%;
	padding-top: 15px;
	text-align: center;
	color: 87ceeb;
	margin-right: auto;
	margin-left: auto;
	border-top:2px solid #a9a9a9;
}

@media only screen and (max-width:480px){

body {
	margin: 10px;
}

#op {
	width: 100%;
}

#left {
	width: 100%;
}

#menu {
	float: left;
	width: auto;
	margin-top: auto;
}

img {
	max-width: 100%;
}
}

@media only screen and (min-width:480px) and (max-width:1024px){

body {
	margin: 20px;
}

#op {
	width: 100%;
}

nav#navi ul li a{
	font-size: 90%;
	}

img {
	max-width: 100%;
}
}