@charset "EUC-JP";

/* ========== 要素毎の設定 ========== */
a:link	{
	color:	rgb(0, 0, 200);
	background-color: transparent; 
}

a:visited {
	color: rgb(140, 0, 140);
}

a:active {
	color: rgb(153, 153, 255);
}

a:hover {
	color: rgb(255, 0, 255);
}

html {  }

body {
        color: rgb(0, 0, 0);
        background: rgb(200, 200, 200) url(images/tile.png) repeat;
        text-align:	center;
        font-size:	16px;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 0;
}

img {
	border: none;
}

h1 {
	margin: 0;
        width: 560px;
        float: left;
}

h2 {
	color: rgb(255, 100, 0);
}

h3 {
	color: rgb(0, 160, 255);
}

/* ===== container ===== */
div#container {
        width: 780px;
        margin: auto;
        background: url(images/main.png) repeat-y;
        border: none;
}

div#header {
        width: 780px;
        height: 140px;
        background: white url(images/header.png) no-repeat;
}

div#header div#ad_head {
        /* margin: 40px 26px 0 0;
        margin: 25px 22px 0 0; */
	position: relative;
	top: 25px;
	right: 22px;
        float: right;
}

div#row2 {
	margin: 0;
	padding: 0;
}

/* ===== メインパート、本文 ===== */
div#main {
        clear: both;
}

div#adsp {
        width: 150px;
        margin-right: 5px;
        text-align: center;
        float: right;
}

div#adsp div.ad{
        margin: 1em auto;
}

div#honbun {
        width: 625px;
        float: left;
}

div#intro {
        margin: 16px 21px 16px 16px;
        text-align: left;
        border: 2px rgb(92, 200, 200) dashed;
        background: rgb(255, 250, 255);
}

#intro h2 {
        margin-left: 16px; 
        /* background: rgb(92, 127, 173); */
}

#intro p {
        margin: 0;
        padding: 1em;
}

/* ===== 各セクション ===== */
div.section {
        text-align: left;
        margin: 1em;
}

div.section h3 { 
        color: white;
        background: rgb(0, 156, 255);
        border: 2px rgb(0, 156, 255) outset;
}

div.section h3 img {
        vertical-align: -8px;
}

div.section h3 span {
         /* display: block;
         text-indent: 1em; */
}

div.section img.figure {
         float: left;
         margin: 0.5em 0.5em 0.5em 1em;
}

div.section p {
        margin-left: 1em;
        text-indent: 1em;
}

/* セクション内の定義リスト */
div.section dl {
	margin-left: 2em;
}

div.section dl dt {
	color: rgb(255, 0, 200);
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.section dl dd {
	margin-top: 0.5em;
}

div.section dl dd div.banner {
	float: left;
	margin: 0.5em;
}

div.section dl dd p {
	margin: 0.5em 0 1em 0;
}

/* links */
div#links {
        width: 740px;
        margin: 1em auto;
        padding: 0;
        border: 1px rgb(0, 200, 0) solid;
        text-align: center;
        clear: both;
}

div#links p {
        color: white;
        background: rgb(0, 200, 0);
        margin: 0;
        padding: 2px;
}

div#links div {
        color: black;
        background: white url(images/tile03.png);
        padding: 1em;
}

/* ===== フッタ ===== */
div#footer {
	width: 780px;
	height:	80px;
        /* background: rgb(100, 0, 200) url(images/footer.png); */
	text-align: center;
        /* color: rgb(200, 200 ,200) */
        clear: both;
}

#footer p {
        margin-top: 0;
        top: 29px;
        position: relative;
        font-weight: bold;
}