@charset "utf-8";
/*
Theme Name: StopSBS
Theme URI: http://www.stopsbs.jp
Author: thebigdaddy.net
Author URI: http://www.thebigdaddy.net/
Description: ストップ・ザ・揺さぶられ症候群のテーマです
Version: 1.0
*/

html{
	height:100%;
}

body {
	font-family: Hypatia Sans Pro,meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif;
	color:rgb(128, 96, 0);
	background-color:#FFF;
	text-align:left;
	margin:0;
}

img{
	border:none;
}

a:link {
	color:rgb(0, 153, 68);
	text-decoration:underline;
}
a:visited {
	color:rgb(0, 153, 68);
	text-decoration:underline;
}
a:hover {
	color:#00CC99;
	text-decoration:underline;
}

p.small{
	font-size:0.85em;
}
p.medium{
	font-size:1em;
}
p.large{
	font-size:1.25em;
}

p.red{
	font-size:1em;
	font-weight:bold;
	color:#e20000;
}



p.large_s{
	font-size:1.25em;
	font-weight:bold;
	vertical-align : middle;
}

p.midium_s{
	font-size:1em;
	font-weight:bold;
}


/*facebook*/
div#facebook_container{
	background-color: #fffdf0;
	width: 518px;
	height:795px;


}


/*title */
div#fb_title{
	background: url('image/fb_title.jpg') top center no-repeat;
	display: block;
	width: 518px;
	height:60px;
}

div#fb_title a {
	background: url('image/fb_title.jpg') top center no-repeat;
	display: block;
	width: 518px;
	height:60px;
}

/*main*/
div#facebook_main{
	background: url('image/facebook_bg.jpg') top center no-repeat;
	width:518px;
	height:740px;

}


/*about*/
div#fb_about{
	width: 480px;
	max-height:290px;
	float:right;
	margin-right: 8px;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
	background-color: #FDFCF0;
	border-color: #ffae3a;
	border-style: solid;
	border-width: 1px;
	display:inline;
	font-size:0.9em;
	overflow:hidden;

}

/*fb_info*/
div#fb_info{
	width: 250px;
	height:180px;
	float: right;
	margin-right: 8px;
	background-color: #FEEFF2;
	border-color: #ff8080;
	border-style: solid;
	border-width: 1px;
	display:inline;
	font-size:0.8em;
	overflow:hidden;
	line-height:1.2em;
}
div#fb_info_title{
	height: 30px;
	background-image:url('image/info.jpg');
	border-bottom-color: #ff8080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
div#fb_info_content{
	margin:10px;

}

/*fb_goto*/
div#fb_goto a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 255px;
	background-image: url(image/fb_goto.jpg);
	padding-top: 100px;
	text-align: center;
	margin: 10px 5px;
}

div#fb_goto a:hover {
	background-position: 0 -100px;
}


/*fb_space*/
div#fb_space{
	width: 510px;
	height:5px;
	clear:both;

}

