/* ブラウザスタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* リンクテキスト (a) */

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	color: #6699CC;
	text-decoration: underline;
}

/* 文書本体 (body) */

body {
	color: #000000;
	background: #FFFFCC url('../images/bg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	text-align:center;
}

/* 全体のコンテナ */

div#wrapper {
	width: 940px;
	margin: 0px auto 0px auto;
	background: #FFFFCC;
	text-align:left;
}

/* メニュー */

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
.menu a:active {
	color: #FFFF00;
	text-decoration: underline;
}

/* キャッチコピー */

.catch h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

/* スペイン語もっと聞く会・会員募集 */

.motto_mds {
	color: #FF3300;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	display: inline;
}

.motto_body {
	margin: 10px;
	line-height: 1.5;
}

.motto_body_normal {
	color: #000000;
	font-size: 12px;
	display: inline;
}

.motto_body_bold {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

/* サボニャン挿絵 */
.sabo_img {
	float: right;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

.sabo_img_l {
	float: left;
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}

.sabo_img_r {
	float: right;
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px;
}

/* プロフィール挿絵 */
.mitu_img {
	float: left;
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 0px 10px 10px 0px;
}


/* 見出し */

.midasi h2 {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 28px;
}

.midasi_nospace h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

/* その他本文 */

.sonota_body {
	margin: 16px 0px 0px 10px;
	line-height: 1.5;
}

.sonota_body_normal {
	color: #000000;
	font-size: 14px;
	display: inline;
}

.sonota_body_bold {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.sonota_body_bold_over {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	text-decoration: line-through;
}

.sonota_body_bold_red {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.sonota_body_normal_blue {
	color: #0000FF;
	font-size: 14px;
	display: inline;
}


/* メリット表示 */

.merit {
	line-height: 1.5;
}

.merit h3{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

/* お客様の声 */

.koe_body {
	margin: 16px 0px 0px 10px;
	line-height: 1.5;
}

.koe_body_normal {
	color: #000000;
	font-size: 14px;
	display: inline;
}

.koe_body_boldl {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

/* 右カラムのリンク */

.migi_link a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.migi_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.migi_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.migi_link a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* コピーライト */

.copyright {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "sans-serif", "Osaka";
}

/* プロフィールテーブル */
.prof_box {
	border-collapse: collapse;
	border: solid 1px #000000;
	color: #000000;
	font-size: 14px;
	padding: 7px;
}

/* 音声テーブル */
.onsei_dl {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}