@charset "utf-8";
/* CSS Document */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, ha, h2, h3 h4, h5, h6, pre, form, fieldset, inout, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

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

ol, ul
{
	list-style: none;
}

img
{
	border: 0;	
}



/*content*/

html {
	background-color: #FFFFFF;
}


body {
	font-size: 75%;
	font-family: sans-serif;
	text-align: justify;
	line-height: 150%;
	color: #666666;
	background: #FFC;
}

a {
	text-decoration: none;
}


a:link {
	color: #6699FF;
}

a:visited {
	color:  #9B63C9;
}

a:hover,
a:focus,
a:active {
	color: #FF6600;
}

h1 {
	font-size: 140%;
	background: #F9C;
	color: #FFF;
}

h2 {
	font-size: 120%;
	border-bottom: #F9C 3px solid;
}

h3 {
	font-size: 110%;
	border-bottom: #F9C 3px solid;

}

h4, dt {
	font-size: 110%;
	border-bottom: #F9C 2px solid;
}

dd {
	margin-bottom: 1em;
}

p {
	text-align: left;
}

ul {
	margin: 0 1em;
	text-align: left;
}

h1, h2, h3, h4 {
	text-align: center;
}

div#content_invitation ol{
	list-style: inside decimal;
	text-align: left;
}

div#content_invitation ul#sode_circle li {
	margin-bottom: 1em;
}

/*layout*/

div#content img {
	width: 20em;
}

div#container {
	width: 20em;
	padding: 1em;
	margin: auto;
	text-align: center;
}

div#navi_area {
	margin-top: 2em;
	border-top: #999 2px solid;
	text-align: left;
}


ul#navigation li {
	width: 18em;
	margin: auto;
	margin-top: 1em;
	text-align: center;
}

ul#navigation li {
	background: #F9C;
}
ul#navigation li a {
	color: #FFF;
	font-weight: bold;
}
ul#navigation li a:hover {
	color: #FF6600;
}

li#news {
	background: #FF99CC;
}
li#saiten {
	background: #8080FF;
}
li#project {
	background: #80FF80;
}
li#invitation {
	background: #FFFF33;
}
li#support {
	background: #CCFF00;
}
li#contact {
	background: #CCCCCC;
}

div#branding h1 {
	background: none;
	border-bottom: #F9C 3px solid;
}

div#site_info{
	border-top: #999 1px solid;
}

strong.red {
	color: #FF0000;
}

strong.orange {
	color: #FF9900;
}

strong.green {
	color: #009966;
}

strong.blue {
	color: #0099CC;
}
