@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

body {
	line-height: 1.4;
	margin: 0 auto;
	background-color: #DDDDDD;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
	text-indent: -9999px;
}
h2 {
	margin: 20px 25px 10px 25px;
	padding: 5px;
	border-top: 4px double #777777;
	border-bottom: 4px double #777777;
	font-size: 150%;
	font-family: Arial;
}
h3 {
	margin: 30px 25px 20px 25px;
	padding: 3px 18px;
	border-bottom: 1px solid #AAAAAA;
	background-image: url(../images/contents_index.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}
h4, h5, h6 {
	margin: 15px 30px;
	font-weight: bold;
}

p {
	margin: 10px 30px;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 30px 10px 50px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px 10px 60px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 30px;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 15px 30px;
	padding: 10px;
	border: 3px double #AAAACC;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 30px;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}

table {
	margin: 15px 30px;
	border: 1px solid #666666;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px 0;
}

img {
	margin: 5px 0;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
}
form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form ul {
	margin: 15px 30px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

/********* 基本構造 *************************************************/

div#container {
	width: 900px;
	margin: 0 auto;
	border-top: 5px solid #222222;
	background-color: #444444;
	background-image: url(../images/container_background.png);
	background-repeat: repeat-y;
}
div#header {
	background-color: #222222;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
div#menu {
	float: right;
	width: 230px;
	padding-bottom: 30px;
}
div#contents {
	float: left;
	width: 670px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
div#footer {
	clear: both;
}

/********* ヘッダー *************************************************/

div#header h1 a {
	display: block;
	overflow: hidden;
	width: 210px;
	height: 100px;
	text-decoration: none;
}
div#header p {
	display: none;
}

/********* メニュー *************************************************/

div#menu h2 {
	margin: 20px 20px 10px 20px;
	border-top: 4px double #CCCCCC;
	border-bottom: 4px double #CCCCCC;
	color: #FFFFFF;
}
div#menu ul {
	margin: 10px 20px 40px 20px;
}
div#menu ul li {
	list-style: none;
	padding: 3px 5px;
	background-image: url(../images/menu_list.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
div#menu a {
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
div#menu a:link, div#menu a:visited {
	background-image: url(../images/menu_index.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #AAAAAA;
}
div#menu a:active, div#menu a:hover {
	background-image: url(../images/menu_index_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}

/********* コンテンツ ***********************************************/

div#contents ul.summary {
	margin-top: 20px;
}
div#contents p.path {
}

div#contents ul.note {
	display: inline;
	margin: 10px 25px;
}
div#contents ul.note li {
	display: inline;
	list-style: none;
	padding: 30px 0;
	background-image: url(../images/icon/note.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
div#contents ul.note li a {
	padding-left: 25px;
}

div#contents ul.feed {
	display: inline;
	margin: 10px 0;
}
div#contents ul.feed li {
	display: inline;
	list-style: none;
	margin-right: 5px;
	padding: 30px 0;
	background-image: url(../images/icon/feed.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
div#contents ul.feed li a {
	padding-left: 25px;
}

div#contents ul.download {
	margin: 15px 20px;
}
div#contents ul.download li {
	list-style: none;
	padding: 2px 7px;
	background-image: url(../images/icon/download.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	text-indent: 25px;
}

div#contents ul.link {
	margin: 15px 20px;
}
div#contents ul.link li {
	list-style: none;
	padding: 2px 7px;
	background-image: url(../images/icon/link.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 25px;
}

div#contents ul.thumbnail {
	margin: 10px 30px;
}
div#contents ul.thumbnail li {
	display: inline;
	list-style: none;
}

div#contents ul.info {
	margin: 10px 30px;
	text-align: right;
}
div#contents ul.info li {
	display: inline;
	margin-left: 5px;
}

/********* フッター *************************************************/

div#footer address {
	padding: 20px 30px 25px 30px;
	background-color: #222222;
	color: #FFFFFF;
	font-family: Arial;
}

/********* 個別指定 *************************************************/

.attention {
	color: #FF0000;
	font-weight: bold;
}
.new {
	color: #FF4500;
}
.counter {
	display: none;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	text-align: left;
}
* html body pre {
	width: 100%;
}
* html body table tr th, * html body table tr td {
	font-size: 80%;
}

