@charset "utf-8";
/* CSS Document */

/*
 + Style Name: default Stylesheet
 + Style URI: http://www.fjord.jp/common/stylesheets/default.css
 + Description: 各種UAのデフォルトスタイルをリセット
 + Version: 1.0
 + Last Up Date: 2008-08-01
 + Author: machida
 + Author URI: http://www.fjord.jp
 + Author Email: machidanohimitsu[at mark]gmail.com
*/

/* * * * * * * * * * * * * * * * * 
+ clearfix
* * * * * * * * * * * * * * * * */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


*:first-child+html .clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}


/* * * * * * * * * * * * * * * * * 
+ Universal selector
* * * * * * * * * * * * * * * * */

html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet{
margin:0;
padding:0;
border:0;
line-height: 1;
}


ul,ol,li,blockquote,q{
	list-style-position: outside;
	list-style-type: none;
}

body {
    font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;}
* html body {
    font-family:
	'ＭＳ Ｐゴシック',
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	sans-serif;}
		
/* * * * * * * * * * * * * * * * * 
+ modules
* * * * * * * * * * * * * * * * */

/* Structure module */
html {
    height: 100%;
    }

body {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	color: #444444;
	background-color: #d5d79c;
    }

/* Text module */
abbr,acronym {
    cursor: help;
    }

address {
    font-style: normal;
    }

blockquote {
    margin: 0.9em 0 0.9em 1.5em;
    padding: 0.2em 10px;
    border: 1px dashed #666;
    }

blockquote p {
    margin: 0.5em 0;
    }

blockquote[title]:before {
    margin: 2px 0;
    padding: 0.1em 0;
    display: block;
    content: attr(title);
    font-size: 80%;
    }

blockquote[cite]:after {
    margin: 2px 0;
    padding: 0.1em 0;
    display: block;
    content: "引用元URI："  attr(cite);
    font-size: 80%;
    text-align: right;
    }

cite {
    display: block;
    font-style: normal;
    font-size: 90%;
    text-align: right;
    }

cite:before {
    content: "(";
    }

cite:after {
    margin-left: 0.5em;
    content: "より引用)";
    }

code {
    }

dfn {
    cursor: help;
    }

em {
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.4em 0;
    padding: 0.2em 0.5em; /* better with border-line */
    padding: 0;
    border: 1px solid #666; /* border-line sample */
    border: none; /* no border-line */
    line-height: 1.4;
    font-weight: bold;
    }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    line-height: inherit;
    font: inherit;
    }

h1 {
    font-size: 70%;
    }

h2 {
	font-size: 140%;
    }

h3 {
    font-size: 140%;
    }

h4 {
    font-size: 130%;
    }

h5 {
    font-size: 120%;
    }

h6 {
    font-size: 110%;
    }

kbd {
    padding: 0.1ex 0.5em;
    border-top: 0.5ex solid #b3b2b2;
    border-right: 0.5ex solid #666;
    border-bottom: 0.5ex solid #666;
    border-left: 0.5ex solid #b3b2b2;
    background-color: #eee;
    font-family: Courier, "Courier New", "Osaka－等幅", monospace;
    text-transform: uppercase;
    }

p {
    margin: 0 0 1.5em 0;
    line-height: 1.7;
    }

pre {
    margin: 0 0 1em 0;
    padding: 4px 10px 8px 10px;
    border: 1px solid #b3b2b2;
    width: auto;
    _width: 98%; /* for Win IE6 */
    line-height: 1.3;
    overflow: visible; /* for Mac IE5.5 */
    /*\*/
    overflow: auto;
    /* */
    background-color: #f5f5f5;
    letter-spacing: 1px;
    }

pre[title]:before {
    margin: 2px 2px 8px 2px;
    padding: 0 0 0.4em 0;
    border-bottom: 1px dashed #999;
    display: block;
    content: attr(title);
    font-size: 80%;
    text-align: right;
    }

pre code {
    margin: 0;
    padding: 0;
    }

q {
    font-style: italic;
    }

q:before {
    padding-left: 0.4em;
    content: "「";
    }

q:after {
    padding-right: 0.4em;
    content: "」";
    }

samp {

    }

span {
    font-family: inherit;
    font-weight: inherit;
    }

strong {
	font-weight: bold;
	text-decoration: none;
    }

var {

    }

/* abbr, acronym, cite, code, dfn, em, kbd, code, q, samp, strong, var {
    color: inherit;
    } */

/* Hypertext module */
a {
    text-decoration: underline;
    }

a:link {
	color: #CC3300;
    }

a:visited {
	color: #993333;
    }

a:hover {
	color: #006699;
    }

a:active {
	color: #46732a;
    }

/* List module */
dl {
    margin: 0 0 0.5em 0;
    }

dt {
    margin: 0 0 0.6em 0;
    }

dd {
    margin: 0 0 1.8em 0.8em;
    padding: 0;
    line-height: 1.5;
    font-size: 95%;
    }

ul,
ol {
/*    margin: 0 0 2em 0;*/
    font-size: 100%;
    }

dd > ul, 
dd > ol {
    margin: 0;
    }

ul li,
ol li {
/*    margin: 0 0 0.8em 1.5em;*/
    font-size: 100%;
    }

blockquote li,
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
    font-size:100%;
    }

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
    margin: 0 0 0 0;
    }

ul li > ul li,
ol li > ol li {
    margin-top: 0;
    }

/* Presentation module */
b {
    font-weight: bold;
    }

big {
    font-size: larger;
    }

hr {

    }

i {
    font-style: italic;
    }

small {
    font-size: smaller;
    }

sub {
    vertical-align: sub;
    font-size: 80%;
}

sup {
    vertical-align: super;
    font-size: 80%;
}

tt {
    font-family: monospace;
}

/* Edit module */
del {
    color: #666;
    text-decoration: line-through;
    }

del[datetime]:before{
    /*content: " ("attr(datetime)"削除) ";*/
    }

ins{
    border-bottom: 1px dotted #666;
    text-decoration: none;
    }

ins[datetime]:before{
    content: " (追記) ";
    }
/* Forms module */
form {
    background-color: transparent;
    }

form dl,
form p {
    margin: 0;
    padding: 0;
    }

form p {
    margin: 0 0 0.5em 0;
    padding: 0;
    }

form dl dt {
    margin: 0 0 0.3em 0;
    }

form dl dd {
    margin: 0 0 0.8em 0;
    }

fieldset {
    margin: 0 0 0.7em 0;
    border: none;
    }


label.chosen,
label:focus {
    color: #333;
    }

dt label {
    font-size: 100%;
    }

input[type="text"],
input[type="password"],
input[type="file"],
input.text,
textarea {
	border: none;
	color: #336581;
    }

.textinput,
.textinputHovered {
    padding: 4px 8px 0 8px;
    width: 241px;
    _width: 252px;  /* for Win IE6 */
    height:19px;
    _height: 23px;  /* for Win IE6 */
    background:url(/images/niceforms/input.gif) no-repeat left top;
    border:none!important;
    }

textarea.textarea,
textarea.textareaHovered {
	width: 336px;
	height: 125px;
	_height: 133px;
	padding: 4px 8px;
    }

input[type="text"]:hover,
input[type="password"]:hover,
input.text:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input.text:focus,
textarea:focus,
.textinputHovered,
.textinput:focus,
.textareaHovered,
.textarea:focus {
    }

input[type="submit"],
input[type="button"],
input[type="reset"]{}  /* これら指定するとWin IE6 でだめ */
input.submit,
.buttonSubmit,
.buttonSubmitHovered {
    padding: 2px 5px;
    border: none;
    width: 69px;
    height: 26px;
    color: #fff;
    font-weight: bold;
    background: url(/images/niceforms/button.gif) no-repeat left top;
    cursor: pointer;
    }

.buttonSubmitHovered,
.buttonSubmit:hover,
.buttonSubmit:focus {
    background-position: left bottom;
    }

/* Radio buttons and Checkboxes */
input[type="radio"],
input[type="checkbox"],
input.radio,
input.checkbox {
	border: none;
	background-color: transparent !important;
    }

.radioAreaUnchecked,
.radioAreaChecked {
    z-index: 5;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    }

.radioAreaUnchecked {
    background: url(/images/niceforms/radio.gif) no-repeat left top;
    }

.radioAreaChecked {
    background: url(/images/niceforms/radio.gif) no-repeat left bottom;
    }

.checkboxAreaUnchecked,
.checkboxAreaChecked {
    z-index: 5;
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    }

.checkboxAreaUnchecked {
    background: url(/images/niceforms/checkbox.gif) no-repeat left top;
    }

.checkboxAreaChecked {
    background: url(/images/niceforms/checkbox.gif) no-repeat left bottom;
    }

input[type="image"],
input.button {
    border: none;
    vertical-align: bottom;
    background-color: transparent;
    }

input.mail {
    ime-mode: disabled;  /* for IE */
    }

legend {
    padding: 0.1em 8px;
    font-size: 90%;
    display: none;
    }


select {
	padding: 4px;
	border: 1px solid #cfd0d4;
	background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 4px;
    }

select:hover,
select:focus {
    border:1px solid #9bbdc2;
    }

optgroup {
    padding: 0.1em 0;
    background-color: #f0f0f0;
    font-weight: bold;
    text-indent: 4px;
    }

option {
    padding: 0 0.4em;
    color: #336581;
    background-color: #fff;
    }

optgroup option {
    padding-left: 1em;
    }

/* Tables module */
table {
	margin: 0 0 0.8em 0;
	border: 1px solid #b3b2b2;
	border-collapse: collapse;
	width: 100%;
    }
* html table {
    border: 2px solid #b3b2b2;
    }
*:first-child+html table {
    border: 2px solid #b3b2b2;
    }
caption {
    width: 100%;
    font-size: 90%;
    }

td,
th {
	margin: 0;
	padding : 2px 7px;
	_padding: 4px 7px !important; /* for Win IE6 */
	border: 2px solid #b3b2b2;
	width: auto;
	line-height: 1.5;
	font-size: 90%;
	vertical-align: middle;
    }

td img,
th img {
    vertical-align: middle;
    }

th {
    /* background-color: #f5f5f5; */
    font-weight: normal;
    /* font-weight: bold; */
    vertical-align: middle;
    }

/* Image module */

a img {
    border: none!important;
    text-decoration: none!important;
    }

/* Object module */
object,
embed {
    margin: 0.3em 0 1em 0;
    }

/* * * * * * * * * * * * * * * * * 
+ class-modules
* * * * * * * * * * * * * * * * */

.design {
	font-size: 3px!important;
	text-indent: -9999px!important;
	margin: 0px;
	padding: 0px;
}
.hide {
	font-size: 5px!important;
	display: none;
}
.box {
	display: block;
}
span.facility_name_design,
span.event_title_design {
  display: none !important;
}
