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


/*デフォルトCSSリセット*/




li{
	list-style:none;
}

h1,h2,h3,p,input,textarea,li,select{
	font-size:100%;
	font-weight:normal;
	margin:5 0 0 0;
	padding:0;
}

img{
	border:0;
	vertical-align:bottom;
}


/*---------------------*/



body{
	margin:0;
	padding:0;
	background-image:url(../images/bg1.png);
}


#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
}


#main{
	width:600px;
	height:500px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(../images/main.png);
	background-repeat:no-repeat;
}

#side{
	width:300px;
	float:right;
	margin:0 auto;
}

.menu{
	width:279px;
	height:72px;
}

#m2{
	width:236px;
	height:14px;
	margin:11px 0 0 20px;
	padding:0;
}


#tw{
	width:264px;
	height:370px;
	margin:15px 0 0 7px;
	padding:0;
}



p.center{
	margin:10px;
	text-align:center;
	line-height:1.5em;
}


#foot{
    bottom:0px;
    height:30px;
	margin:0 auto;
    width:900px;
}






/*リンク文字の設定*/

a{
	

	color:#99006C;
}

a:hover{
	text-decoration:none;
	color:#CC6699;
}


/*共通設定*/

body{
	color: #999;
	font-size:11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




