/* ボディに関するCSS */
body {
	font-size: 14px;
	line-height: 160%;
        text-align: center;
        background-color: #2F4F4F;
        margin-top: 0px;
        padding-top: 0px;
}

/* リンクに関するCSS */
a:active {
        color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #800080;
        text-decoration: none;
	font-weight: 700;
}

/* ページ構造に関するCSS */

#wrapper {
        margin-left: auto;
        margin-right: auto;
	width: 680px;
        text-align: left;
        color: #000000;
        border: none;
        background-color: #F5F5F5;
}

h1 {
        margin: 0px;
	padding: 0px;
        border: none;
	font-size: 10px;
        color: #808080;
	line-height: 100%;
        text-align: center;
}

#header{
        margin: 0px 20px 0px 20px;
	padding: 0px;
        border: none;
	background-image: url(img/title.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 78px;
}

#content{
        background-color: #FFF;
        width: 640px;
        margin: 0px 20px 20px 20px;
	padding: 0px;
        border: none;
}

#info{
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: 400;
}

#footer{
	text-align: right;
	margin-top: 10px;
	border-top: solid 1px #003333;
	padding-right: 10px;
	font-size: 12px;
	font-weight: 400;
}


/* コンテンツに関するCSS */
#content img{
	margin: 0px;
	border: none;
        vertical-align: middle;
}

#content p{
        width: 560px;
        margin: 0px 40px 0px 40px;
}

.back_y {
        background-color: #FFFF00;
        text-decoration: underline;
	font-weight: 700;
}

.red {
        color: #CC0000;
        text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

.small {
	font-size: 13px;
}

.right {
	margin-right: 60px;
	text-align: right;
}

.waku {
        margin: 0px;
        border: solid 1px #00008B;
        background-color: #FFFFCC;
	padding: 0px 40px 0px 40px;
	font-size: 13px;
}

#form{
        background-color: #F5F5F5;
        width: 560px;
        margin: 0px;
	padding: 0px;
        border: none;
}


/* フッターに関するCSS */

#footer a{
	font-size: 13px;
        color: #232323;
}




