/* ブラウザスタイルの初期化 */
*{
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: normal;
font-style: normal;
font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

/* body */
body {
	line-height:1.4em;
	font-size:12px;
	color:#333333;
	background-image: url(../images/bg.gif);
	text-align: center;
	background-repeat: repeat;
}

/* デフォルトリンク設定 */
a	{color: #333333; text-decoration: underline}
a:link	{color:#333333; text-decoration: underline}
a:active	{color:#333333; text-decoration: underline}
a:visited	{color:#333333; }
a:hover 	{color:#672f33; text-decoration: underline}

/* contents内のスタイル */
#contents {
	background-color: #FFFFFF;
}

#contentsLeft {
	background-image: url(../images/bg_left.gif);
	background-position: left top;
}

#contentsRight {
	background-image: url(../images/bg_right.gif);
	background-position: right top;
}

/* サイドエリアのスタイル */

#sidearea {
	border: 2px solid #000000;
}

/* メルマガ登録のスタイル */
.inputarea {
	width:85px;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	height: 20px;
	font-size:11px;
}

/* 告知エリアのスタイル */
#news {
	border: 1px solid #999999;
	padding: 5px;
}

/* 最新号エリアのスタイル */
#saishin {
	padding: 12px;
	background-image: url(../images/bg_saishin.gif);
	background-repeat: repeat-y;
}

#saishin li {
	margin-bottom: 10px;
	list-style:none;
	line-height: 1.3em;
}

#saishin p {
	font-size:14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000;
}

/* お知らせのリンクスタイル */

a.infotitle	{
	color: #fe192c;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.5em;
}
a.infotitle:link {color:#fe192c; text-decoration: underline}
a.infotitle:active	{color:#fe192c; text-decoration: underline}
a.infotitle:visited	{color:#fe192c; text-decoration: underline}
a.infotitle:hover 	{color:#672f33}


/* お知らせエリアのスタイル */

#infoarea {
	border: 2px solid #000000;
	padding: 1px;
}


/* 定期購読キャンペーンのスタイル */
#teiki {
	padding: 10px;
	background-color: #fbdbdc;
}


/* メールマガジン登録のスタイル */
#mail{
	padding: 5px;
	background-color: #F2F2F2;
}

#mailside{
	padding: 5px;
	background-color: #a09f9f;
}

#mailmain{
	padding: 10px;
	background-color: #F2F2F2;
}

#mailentry {
	padding: 10px;
	background-image: url(../images/bg_mail_pink.gif);
	background-repeat: repeat-y;
}

#mailentry td {
	padding: 2px;
}

#mailcancel {
	padding: 10px;
	background-image: url(../images/bg_mail_gray.gif);
	background-repeat: repeat-y;
}

#mailcancel td {
	padding: 2px;
}

.mailinputarea {
	width:200px;
	border: 1px solid #999;
	background-color: #fff;
	height: 20px;
	font-size:11px;
}

/* テキストのスタイル */

.f10 {
	font-size:10px;
	line-height: 1.3em;
}

.f11 {
	font-size:11px;
	line-height: 1.3em;
}

.f11b {
	font-size:11px;
	line-height: 1.3em;
	font-weight: bold;
}

.f12b {
	font-size:12px;
	line-height: 1.4em;
	font-weight: bold;
}

.f14b {
	font-size:14px;
	line-height: 1.4em;
	font-weight: bold;
}

.f16b {
	font-size:16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f52c70;
}

.f18b {
	font-size:18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fe1b2c;
}

.info {
	font-weight: bold;
	color: #fe192c;
}

/* 見出しテキストパターン */

#title {
	background-image: url(../images/title_base.gif);
	background-repeat: no-repeat;
	height: 26px;
}

#title h2{
	font-size:14px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
}

/* 目次画像枠 */

#mokuji {
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-left: 10px;
}
