@charset "shift_jis";

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

h1 {
	font-weight: bold;
	font-size: 90%;
	color: #696969;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	text-shadow: glay 0.5px 0.5px 0.5px;
	background-image: url(img/hlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

h2,h3,h4 {
	font-weight: bold;
	color: #ffffff;
	font-size: 110%;
	margin: 10px 0px 20px 0px;
	padding: 7px 7px 7px 35px;
	text-shadow: glay 0.5px 0.5px 0.5px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #cccccc;
	background: #696969;
	}

a {
	color: #0000ff;
	text-decoration: none;
	}

a:hover {
	color: #000080;
	}

.intro{
	float: left;
	width: 90%;
	font-size: 80%;
	display: block;
	margin-bottom: 10px;
	}

.navia{
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #cccccc;
	background: #000000;
	}

.navia img{
	margin-bottom: -40px;
	max-width: 100%;
	}

nav#navi ul li{
	float: left;
	width: 16%;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	}

nav#navi ul li a{
	display: block;
	color: #ffffff;
	float: left;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	}

nav#navi ul li a:hover{
	background: #cccccc;
	}

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

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

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

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

img.ekaeru {
	max-width: 100%;
}


.area {
    clear: both;
	overflow: hidden;
	padding: 5px;
}

.arealeftimg {
	float:left;
	width:20%;
	margin-right: 5px;
	margin-left: 5px;
}

.arealeft {
	float:left;
	width:70%;
	margin-right: 10px;
	padding: 5px;
	background: #f0f8ff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #cccccc;
}

#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: #f5f5f5;
	margin-bottom: 20px;
	border-radius: 10px;
}

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

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

#menu .side {
	color:#ffffff;
	margin: 10px 0px 30px 0px;
	padding: 7px 7px 7px 35px;
	box-shadow: gray 1px 1px 1px 1px;
	text-shadow: black 0.5px 0.5px 0.5px;
	border-radius: 10px;
	background: #696969;
}

.ad {
	border: 2px solid #696969;
	padding: 5px;
	margin-bottom: 30px;

	width: auto;
	border-radius: 10px;
}

#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: #000000;
}

#footer li{
	display: inline;
}

#footer li a{
	color: #ffffff;
}

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

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

body {
	margin: 10px;
}

nav#navi ul li{
	clear: both;
	width: 100%;
}

nav#navi ul li a{
	width: 100%;
	font-size: 90%;
	color: #ffffff;
	display: block;
	padding: 8px 0 8px 0;
	border: 1px solid #ffffff;
	}

#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%;
}
}