﻿@charset "utf-8";


body {
	font: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.allhtml #container {
	width: 90%;
	max-width: 700px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.allhtml #header {
	background: #990000; 
	padding: 0 10px 0 20px;
}

.allhtml #header h1 {
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

.allhtml #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}

.allhtml #mainContent h1{
	font-size: 130%;
	border-bottom: 1px solid #c85179;
	border-left: 4px solid #c85179;
	padding: 2px 2px 2px 4px ;
	color: #990000;
	background: #FFFFFF;
}

.allhtml #mainContent  h2{
	font-size: 120%;
	padding: 0;
	background: #FFFFFF;
}

.allhtml #mainContent p{
	font-size: 100%;
	color: #333333;
	padding: 0;
	line-height: 170%;
	background: #FFFFFF;
}

p.resizeimage img { width: 100%; }

.allhtml #footer { 
	padding: 0 10px;
	background:#DDDDDD;
}


.allhtml #footer ul{ 
margin: 0; 
padding: 0; 
list-style: none;
border-top: 1px solid #9F99A3;
}

.allhtml #footer li{ 
display: block; 
border-bottom: 1px solid #9F99A3;
background-color: #EEEEEE;
padding: 1px 10px 1px 10px;
text-decoration: none;
margin: 0px;
text-align: left;
font-size: 90%;
}

.allhtml #footer p {
	font-size: 90%;
	margin: 0;
	padding: 10px 0;
}


.space{ clear:both; height:50px; }
.space1000{ clear:both; height:1000px; }
.blue { color: #0066cc; }
.red { color: #cc0000; }


a:link {/*未訪問のリンク*/
    color:#900;
    font-style:normal;
    text-decoration:underline;
}

a:visited {/*訪問後のリンク*/
    color:#600;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#F00;
    font-style:normal;
    text-decoration:underline;
    position: relative;
    left: 1px;
    top: 1px;
}

a:active {/*クリック中*/
    text-decoration:none;
}

