@charset "UTF-8";

/* ブラウザスタイルの初期化 */
* {
  margin: 0;
  padding: 0;
  }
  
/* 文書本体 (body) */
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	border-width: 0;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
}

/* 画像 (img) */
img {
  border: 0;
  }

/* リンクテキスト (a) */
a:link {
	color: #cc3333;
	text-decoration: underline;
}
a:visited {
	color: #cc3333;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}

.txt {
	font-size: 12px;
	line-height: 18px;
}
.txt a {
	color: #333333;
	text-decoration: none;
}
.txt a:link {
    color: #333333;
	text-decoration: none;
}
.txt a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

.submenu-title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.submenu-title a {
	color: #cc3333;
	text-decoration: underline;
}
.submenu-title a:link {
	color: #cc3333;
	text-decoration: underline;
}
.submenu-title a:hover, a:active {
	text-decoration: underline;
	color: #888888;
}

/* 全体のコンテナ (div#container) */
#container {
	width: 889px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* 中央メイン */
#main {
	height: auto;
	width: 790px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: 75px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ヘッダー */
#header {
	width: 790px;
	height: 79px;
	clear: none;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/top_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 370px;
}
h1#logo {
	height: 65px;
}
#headtitle {
	color: #333333;
	text-align: right;
	margin: 0px;
	width: 420px;
	padding-right: 0px;
	float: right;
	height: 65px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headtitle img {
	padding-bottom: 2px;
	border-width: 0;
	padding-right: 20px;
	padding-top: 0px;
}
#headtitle  h2 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin-right: 18px;
}

/* タイトル */
h3.sub-title {
	margin: 0px;
	padding: 0px;
}

/* 詳細 */
#syosai {
	text-align: center;
	clear: none;
	float: none;
	height: auto;
	width: 790px;
	background-image: url(../images/top_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 75px;
}

/* コンテンツ */
#menu {
	padding: 0px;
	width: 749px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 95px;
	height: auto;
	clear: none;
	float: none;
}

/* 特集 */
#sp {
	float: left;
	height: auto;
	width: 298px;
	margin-top: 0px;
	margin-right: 17px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#sp img {
	margin-bottom: 6px;
	clear: none;
	float: none;
}
#sp p {
	margin-bottom: 5px;
}
#sp-navi {
	font-size: 12px;
	line-height: 18px;
}
#sp-navi ul {
	list-style-type: none;
}
#sp-navi li a {
	color: #cc3333;
	font-weight: normal;
}
#sp-navi li a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}


/* サブコンテンツ */
#subcont {
	float: right;
	height: auto;
	width: 434px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#menu-right {
	margin-bottom: 20px;
	float: right;
	width: 434px;
}
.subleft {
	padding: 0px;
	float: left;
	margin-right: 8px;
	height: auto;
	width: 121px;
}
.subright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 305px;
}

.subright img {
	margin-bottom: 3px;
}

/* バックナンバー */
#bn {
	font-size: 12px;
	color: #cc3333;
	background-color: #eeeeee;
	text-align: left;
	width: 736px;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 95px;
	clear: both;
	float: none;
	padding: 7px;
	margin-top: 0px;
}
#bn  a {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}
#bn  a:link {
	text-decoration: underline;
}
#bn a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

/* フッター */
#foot {
	height: auto;
	width: 790px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	text-align: left;
	margin-left: 75px;
	padding: 0px;
}
#foot p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

