@charset "utf-8";

/* @group html5 Reset */
/*================================
html5 Reset Stylesheet
==================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* @end */


/* @group YUI Fonts */
/*================================
YUI Fonts CSS
==================================*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* @end */


/* @group Base */
/*================================
Base Preferences
==================================*/
/*
Default Stylesheet for Nezu-muse-app
v1.0.2
Author: Hajime Ohmory (Mochizuki Printing Co.,Ltd. - http://www.ebis.co.jp/mochizuki/)
Editor: Espresso 1.1.2 / CSSEdit 2.6.1 / CODA 1.7
LastUpdated: 2011-08-26 09-26
LastChangedBy: Hajime Ohmory
description: 
Precautions: 
*/

html {
   overflow-y: scroll;  /* コンテンツ量が少なくても縦スクロールバーを出す */
}

body {
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		  "メイリオ", Meiryo,
		  Osaka,
		  "ＭＳ Ｐゴシック", "MS PGothic",
		  sans-serif;
	background-color: #eee;
	-webkit-text-size-adjust: none;  /* iPhoneiPadでの自動テキストサイズ調整をオフ */
}

img {
	vertical-align: bottom;  /* 画像下部に白がでるのを防ぐ */
	-ms-interpolation-mode: bicubic;  /* ieで画像縮小表示時に荒れるのを防止 */
}

a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
				 "メイリオ", Meiryo,
				 Osaka,
				 "ＭＳ Ｐゴシック", "MS PGothic", 
				 AmericanTypewriter ;
	color: #7A8E3D;
	font-weight: bold;
/*	text-shadow: #ff6e69 .3px .3px 1px;*/
	text-decoration: none;
	white-space:nowrap;  /* 途中改行を防止 */
	padding-right: .4em;
}

a:hover {
	color: #7A8E3D;
	font-weight: bold;
/*	text-shadow: #ff6e69 .3px .3px 1px;*/
	text-decoration: underline;
}

/*a:link {
	color: #30F;
}*/

/*a:visited {
	color: #36F;
}*/

/*a:hover {
	color: #3CF;
}*/

/*a:active {
	color: #3FF;
}*/

ul {
	line-height: 1.8;
}

li {
	list-style: none;
}

ul.disc li {
	list-style: disc;
}

ul.available li {
	display: inline-block;
	margin-right: .3em;
}

p, small {
	font-size: 93%;
	color: #555;
	line-height: 1.6;
	letter-spacing: 1px;
}
#header p {
	font-weight: bold;
}

table p {
	font-size: ;
}

p span {
	font-size: 85%;
}

h1 {
	font-size: 182%;
	color: #005580;
	line-height: 1.4;
}

#header h2 {
	position: absolute;
	top: -1.5em;
	left: 0;
	margin: 0;
	font-size: 153.9%;
	/*font-style: italic;*/
	font-weight: normal;
	border: none;
}

h2 {
	font-size: 108%;
	margin-top: 2em;
	margin-bottom: .4em;
	padding-left: .4em;
	border-left: 5px solid #7A8E3D;
}

h5 {
	font-weight: normal;
}

table {
	width: 100%;
	/*border-top: 1px solid #ccc;*/
/*	border-left: 1px solid #ccc;*/
	border-collapse: collapse;  /* テーブルの余白を消す */
	border-spacing: 0;  /* テーブルの余白を消す */
	empty-cells: show;
	font-size: 100%;
}

th {
	width: 10em;
	padding-top: .2em;
	padding-left: 0.8em;
	padding-bottom: .2em;
/*	border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
/*	background: url(../Images/bgTh.png) repeat;*/
}

td {
	padding-top: 0.2em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	padding-right: 1em;
/*	border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
}
/* @end */


/* @group Layout */
body#press {
	width: 720px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
body#press > div {
	padding: 3em 3em 1em;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
	border: 1px solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
}
#header {
	padding-top: 130px;
	background: url('logo.gif') no-repeat right top;
}
#header .hgroup {
	position: relative;
}
.main > p {
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}
ul.disc {
	margin-left: 3em;
}
ul.available {
	margin-left: .5em;
	margin-top: .5em;
}
#footer {
	margin-top: 1em;
	text-align: center;
}
/* @end */