/*▼デフォルト*/

body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section {
	display:block;
}

html {
	font:13px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
}

li {
	list-style:none;
}

/*▲デフォルト*/


body {
	margin:0px auto 0px auto;
	background: url(img/bg.jpg) #ffffef;
	color: #000000;
}
@media screen and (min-width : 569px) {
	body {
		width: 568px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
}

a{
	/*color: #FFA49B;*/
	text-decoration: none;
}

h1 {
	display: block;
	font-size: 120%;
	margin: 0 auto;
	text-align: center;
}

h3 {
	font-size: 120%;
	margin: 0px;
}

h2 {
	background: -webkit-linear-gradient(top, #009900 0%, #009933 49%, #009900 50%, #006600 100%);
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 2%;
	text-shadow: 1px 1px 3px #0048e5;
}
h5 {
	display: block;
	font-size: 80%;
	margin: 0 auto;
	text-align: center;
}

hr {
	color:#FFFFFF;
}

p {
	//padding:5px;
	margin:5px;
}

/*▼上部のメニュー*/

#menu{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #FFF;
	position:relative;
}

nav li{
	background: -webkit-linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
	width: 25%;
	height: 40px;
	border-bottom: solid 1px #C9C9C9;
	font-size: 12px;
	text-align: center;
	float: left;
}

nav li.active{
	background: -webkit-linear-gradient(top, #FFD7D3 0%, #FFD7D3 49%, #FFE1DE 50%, #FFD7D3 100%);
}

nav li a{
	height: 100%;
	padding: .8em 0;
	display: block;
	border-right: solid 1px #C9C9C9;
	border-left: solid 1px #FFF;
	color: #000000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #C7C7C7, -1px -1px 1px #F5F5F5;
}

nav li.active a{
	color: #FFA49B;
	text-shadow: -1px -1px 1px #CC837C, 1px 1px 1px #FFF;
}

/*▲上部のメニュー*/

/*▼アイテム箱*/

.itemBlock {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 10px;
	padding: 0px 15px 10px;
}

/*▲アイテム箱*/

/*▼アイテムタイトル*/

.title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	border: #fff 1px solid;
	padding: 5px 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: -5px -15px 10px -15px;
}

.dark {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #45494d), color-stop(1.00, #303030));
	background: -webkit-linear-gradient(#45494d, #303030);
	background: linear-gradient(#45494d, #303030);
}

.thin {
	background: -webkit-linear-gradient(top, #abafb5, #828282);
}

/*▲アイテムタイトル*/


table.data {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	width: 95%;
	margin: 5px auto;
	font-size: 100%;
}
td.cell01 {
	border: 1px solid #cccccc;
	background-color: #cdebcf;
	text-align: left;
	width: 30%;
	padding: 3px 0 3px 5px;
}
td.cell02 {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: left;
	width: 70%;
	padding: 3px 0 3px 5px;
}

/*▼矢印つきリスト*/

.list1 ul {
	 border-bottom: 1px solid #ccc;
}

.list1 ul li {
	 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	 background: linear-gradient(#fff, #f0f0f0);
	 border-bottom: 1px solid white;
	 border-top: 1px solid #ccc;
	 height: 44px;
	 margin: 0;
}

.list1 ul li a {
	 color: #333;
	 display: block;
	 height: 44px;
	 margin: 0;
	 padding: 0 0 0 10px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 text-decoration: none;
	 font-weight: bold;
	 white-space: nowrap;
	 line-height: 44px;
}

/*
.list1 ul li a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
*/
/*▲矢印つきリスト*/


.date {
	text-align: right;
	margin: 5px 5px 5px;
	font-size: 80%;
}

/*▼広告*/
#ad {
	text-align: center;
	margin: 15px auto 15px;
}
#ad a {
	text-decoration: underline;
	font-size: 120%;
}
/*▲広告*/