/* ######## サイトの外側の部分 ######### */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee url(img/bg.gif) repeat;
}
/* ######## 基本となるリンクの色　ここから ######## */
a {
	text-decoration: underline;
}
a:link,a:visited,a:active {color: #c00;}
.content a:hover {
	color: #f30;
	background-color: #eee;
	text-decoration: underline;
}
/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	width: 950px;	/* サイトの幅 */
	background: url(img/cntnt_bg.gif) repeat-y;
	color: #333;
	text-align: left;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
	line-height: 1.3em;
	padding: 0 22px;
	margin-right: auto;
	margin-left: auto;
}

img {	
	border: none;
}

em {
	font-weight: bold;
	color:#f60;
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: medium;
	line-height: 1em;
}

/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */

.txt14{ font-size: 14pt; }
.txt11{ font-size: 11pt; }


/* ========SNSボタンまとめて設置======== */
#socialbuttons div {
	margin: 30px 0px 20px 75px;
	float: left;
}
