/* STYLE RESET */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

img {
	border: 0;
}

iframe{border:none;}


/* BASIC LAYOUT */

#body {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ffffff;
	min-width:1000px;
	_display:inline;
	_zoom:1;
}

#wrap {
	width:1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#footmenu {
	width: 960px;
	margin-bottom: 10px;
	text-align: center;
	clear:both;
}

#footer {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}


/* FOOTMENU */

#footmenu {
	width: 100%;
	background-color:#FFCC00;
	text-align: center;
	padding:3px 0px 5px;
	clear:both;
}

#footmenu a {
	color: #333333;
}

#footmenu li {
	font-size: 12px;
	display:inline;
	border-right:1px solid #333;
	padding-right:6px;
	margin-right:3px;
	list-style-type:none;
}


/* COMMON LINK DESIGN */

a:link, a:visited, a:active {
    color: #36C;
	text-decoration:none;	
}

a:hover {
    color: #36C;
	text-decoration:underline;	
}

#contents h2 a, #contents h3 a {
	text-decoration:none;
}

#contents h2 a:hover, #contents h3 a:hover {
	text-decoration:underline;
}

.newlink a:link, .newlink a:visited, .newlink a:active {
    color: #FF3366;
	text-decoration:none;	
}

.newlink a:hover {
    color: #FF3366;
	text-decoration:underline;	
}

.button a:hover {
 filter: alpha(opacity=70);
 -moz-opacity:0.70;
 opacity:0.70;
}



/* COMMON DESIGN */

p, address {
	font-size: 12px;
	line-height: 150%;
	color: #333;
}

.bottom-line {
	border-bottom: dotted 2px #a0aaba;
	margin-bottom:15px;
	padding-bottom:15px;
}

.clear {
	clear:both;
}

.small {
	font-size: 11px;
	line-height: 140%;
}

.text14 {
	font-size: 14px;
}

iframe.twitter-share-button {
width: 95px!important;
}

.pocket-btn{
 display:inline-block;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.mixi {
	padding-right:7px;
}

div#___plusone_0 {
	width:65px!important;
}

.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/}

#square{
	margin-bottom:10px;
}
