@charset "utf-8";
/* =====================================================================
*
*    INDEX
*
*    1. Yahoo UI Library Reset CSS
*    2. Basic Format
*    3. Font Format
*    4. Basic Block
*    5. Header
*    6. Footer
*
* =================================================================== */

/* =====================================================================
*    1. Yahoo UI Library Reset CSS
* =================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, 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,  th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* =====================================================================
*    2. Basic Format
* =================================================================== */
body {
	color: #000000;
	background-color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.0;
}

hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	padding: 0.4em 10px;
}

img {
	vertical-align: middle;
}

img.aligncenter {
	display: block;
	margin: 15px auto 15px;
	text-align: center;
}

img.alignleft {
	float: left;
	margin: 10px 20px 15px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 15px 20px;
}

a:hover img {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

abbr {
	border: none;
}

.snapTxt {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

.new {
	margin-left: 5px;
	padding: 1px 3px
}

.h1px {
	height: 1px;
}

.entryDate {
	text-align: right;
	margin-bottom: 10px;
}

/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

/* =====================================================================
*    3. Font Format
* =================================================================== */
body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,'ＭＳ Ｐゴシック','ＭＳ ゴシック',Osaka,Osaka-等幅,sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
;;body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font-size: 99%;
}

.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }

/* =====================================================================
*    4. Basic Block
* =================================================================== */
.wrapper {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/* =====================================================================
*    5. Header
* =================================================================== */
#header {
	width: 100%;
	background-color: #000000;
}

#header .wrapper {
	height: 55px;
}

#header h1 {
	float: left;
	margin: 8px 10px 0px 2px;
}

#header h1 a {
	display: block;
	width: 108px;
	height: 38px;
	background: url(../images/headerLogo.gif) no-repeat 0px 0px;
}

#header ul {
	float: left;
	width: 780px;
	margin-top: 30px;
	text-align: right;
}

#header ul li {
	display: inline;
	margin-left: 15px;
}

#header ul li a {
	padding-left: 15px;
	line-height: 1.4;
}

#header ul li a:hover,
#header ul li a.current,
#header a.current:visited,
#header a.current:active {
	background: url(../images/navigationBg.gif) no-repeat 0px 2px;
}

*:first-child+html body #header ul li a:hover { background-position: 0px 3px; }
*:first-child+html body #header ul li a.current { background-position: 0px 3px; }

* html body #header ul li a:hover { background-position: 0px 3px; }
* html body #header ul li a.current { background-position: 0px 3px; }

#header .rssFeed {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	margin-top: 20px;
	background-image: url(../images/headerFeed.gif);
}

/* =====================================================================
*    6. Footer
* =================================================================== */
#footer {
	width: 100%;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer .wrapper {
	padding-bottom: 50px;
}

#footer .menuBlock,
#footer .entryBlock,
#footer .mobileBlock {
	width: 200px;
	margin-top: 30px;
}

#footer .menuBlock,
#footer .entryBlock {
	float: left;
	margin-right: 30px;
}

#footer .mobileBlock {
	float: right;
}

#footer h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	color: #999999;
	border-bottom: solid 1px #555555;
	font-weight: bold;
}

#footer ul {
	margin-bottom: 5px;
}

#footer ul li {
	margin-bottom: 10px;
}

#footer p {
	color: #999999;
	text-align: right;
}

#footer p img {
	margin: 0px 5px 3px 20px;
}

#footer p.nolinks {
	padding: 20px 0px 200px;
}

