/* 全てのページ */
*{box-sizing:border-box;}
body{
font-size:14px;font-family:"メイリオ";color:black;
width:1280px;height:auto;margin:0px auto;padding:0px;
}
a{text-decoration:none;color:hotpink;}
a:hover{text-decoration:underline;color:indigo;}

#wrapper{width:960px;margin:5px auto;}
#title{width:960px;color:hotpink;font-size:36px;font-family:'YuGothic','Yu Gothic';font-weight:bold;text-shadow:0px 0px 2px yellow;}
.menu1{width:228px;height:auto;margin-left:16px;border:solid 2px hotpink;border-radius:10px;float:left;}
.menu1:first-child{margin-left:0px;}
	.menu1 a{padding:5px 0px;display:block;}
	.menu1 a:hover{color:white;text-decoration:none;background-color:hotpink;border-radius:8px;}
.topmenu1{width:270px;height:90px;border:solid 5px white;float:left;}
	.topmenu1:hover{opacity:0.3;}
.topmenu2{width:150px;height:90px;border:solid 5px white;float:left;}
	.topmenu2:hover{opacity:0.3;}
.contents_title{width:960px;height:auto;color:#303030;font-size:26px;font-family:'YuGothic','Yu Gothic';font-weight:bold;text-align:center;}
#footer{width:960px;height:auto;margin-top:10px;padding:5px;text-align:center;}



/* トップ */
