@charset "UTF-8";
/* CSS Document */

/*全ページデザイン用*/

*{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18pt;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
.linkbox p {
	margin-top: 8px;
}

img{
	border:0;
}

#contents {
	width:768px;
	height:1024px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/ipad_back.jpg);
}

#header {
	width:768px;
	height:65px;
	background-color: #333;
}


#main {
	width:768px;
	height:auto;
	clear:both;
	text-align: center;
}

#navigation {
	width:768px;
	height:80px;
	text-align: right;
}

 #navigation ul li{
	float:left;
	list-style-type: none;
	width: 80;
	height: 50px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom:0;
 }
 
.links {
	margin-top: 70px;
}

#LinkMenu {
	height: 600px;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*#LinkMenu h3 {
	background-color: #FFC;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}
*/
#LinkMenu h3 a {
	display:block;
	text-align:center;
	font-size:15px;
	margin:3px;
	text-decoration:none;
	background-color:#50879B;
	color:#FFF;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699CB8;
	border-right-color: #0C2A40;
	border-bottom-color: #0C2A40;
	border-left-color: #699CB8;
}
#LinkMenu h3 a:hover {
	color:#CF0;
}
.number {
	font-size: 20px;
	color: #CF0;
}

#LinkMenu h3 a:active {
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C2A40;
	border-right-color: #699CB8;
	border-bottom-color: #699CB8;
	border-left-color: #0C2A40;
}

.link1 {
	height: 150px;
	width: 400px;
}
.linkbox {
	margin-top: 15px;
	height: 100px;
	width: 400px;
	/*	background-image: url(images/linkbox_back.png);
*/	border-bottom-style: dotted;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}
