@charset "Shift_Jis";

@import "reset.css";


body			{background-color: teal;
			 color: #006666}

a:link			{color: #006666;
			 outline: none}

a:visited		{color: teal;
			 font-weight: bold;
			 outline: none}

a:hover			{border-bottom: dotted 1px}

/* container */
div#container		{width: 750px;
			 background-color: honeydew;
			 background-image: url("graph/kamon.png");
			 background-repeat: no-repeat;
			 background-position: center;
			 margin: 10px auto;
			 padding: 5px}


/* header */
div#header		{font-size: 1.5em;
			 margin: 40px 20px}

div#header h1		{text-align: center;
			 letter-spacing: 2px}


/* subheader */
div#subheader		{clear: both;
			 margin-bottom: 20px}

div#subheader p		{width: 55%;
			 float: right;
			 margin: 0 20px;
			 text-align: center;
			 line-height: 1.2em}

div#subheader h1	{text-align: center}

div#subheader h1 a	{color: red}

div#subheader h3	{margin-top: 10px;
			 text-align: center}


/* menulist */
div#menulist		{margin: 20px auto}

div#menulist h1		{text-align: center;
			 letter-spacing: 0.2em}

div#menulist h2		{text-align: center;
			 letter-spacing: 0.2em;
			 margin-bottom: 10px}

div#menulist p		{line-height: 2em}

div#nikki,div#whatsnew	{width: 40%;
			 margin: 10px 20px 10px 20px;
			 float: left}

div#homepage,div#link	{width: 45%;
			 margin: 10px 10px 10px 0;
			 float: right}

div.setup,p.setup	{margin-top: 30px;
			 clear: both}

/* copyright */
div#copyright		{margin: 30px 0 0}

div#copyright h6	{font-style: italic;
			 color: teal;
			 float: right;
			 padding-right: 80px}

/* images */
.railway		{background-image: url("graph/rwbaner.gif");
			 background-repeat: no-repeat;
			 padding-left: 100px}

.photo			{background-image: url("graph/photoban.jpg");
			 background-repeat: no-repeat;
			 padding-left: 90px}

.pocket			{background-image: url("graph/mainlogo.gif");
			 background-repeat: no-repeat;
			 padding-left: 120px}

.tenma			{background-image: url("graph/gratenma_logo.gif");
			 background-repeat: no-repeat;
			 padding-left: 130px}

.amiboh			{background-image: url("graph/minato_amiboh.gif");
			 background-repeat: no-repeat;
			 padding-left: 0px}

.keibin			{background-image: url("graph/mainlogo.gif");
			 background-repeat: no-repeat;
			 padding-left: 125px}

.update			{background-image: url("graph/update.gif");
			 background-repeat: no-repeat;
			 padding-left: 75px}

.new			{background-image: url("graph/new.gif");
			 background-repeat: no-repeat;
			 padding-left: 75px}

/* end */