* {
	font-size:14px ;
	line-height: 160%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
	}
body { color:#222} 
a:link{color:#003399; text-decoration:none}
a:visited{color:#003399; text-decoration:none}
a:active{color:#003399; text-decoration:none}
a:hover{color:#003399; text-decoration:underline}

/*---------------------------------------------------コンテンツ-----------------------------------------------------*/
#content .dot { border:2px dotted #999999;	margin:0px 0px 0px 0px;	padding:20px 20px 20px 20px;}
h1 {	font-size: 12px;	color: #444444;	font-weight: normal;	}


.box {
	background: #ffffff;
	width: 100%;
	margin: 0 auto 0px auto;
	padding: 15px;
	border: 2px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.box2 {
	background: #ffffff;
	width: 100%;
	margin: 0 auto 0px auto;
	padding: 30px;
	border: 3px solid #FF0000;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

#wrap{
	width:960px;
	margin:10px auto;
}

#social_box{
	background:#FFE599;
	width:140px;
	padding:15px;
	margin-left:900px;
	text-align:center;
	position:fixed;
	bottom:200px;
	list-style-type:none;
}

#main{
	width:660px;
	float:right;
}

#side{
	width:300px;
	float:right;
}