@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	text-align: center;
	background-color: #FCFCFC;

}


a {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #E27D72;
	text-decoration: underline;
}

form{
	margin:3px;
	padding:0px;
}
img{
	border:none;
}
h1 {
	font-size:16;
	color:#FFFFFF;
}

div.adtext{
	margin-top: 3px;
	margin-bottom: 3px;
}
div.adtext a {
	text-decoration: none;
	color: #009900;
}
div.adtext a:hover {
	text-decoration: underline;
}

div#all {
	background-color: #FFFFFF;
	width: 400px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8080FF;
	border-right-color: #8080FF;
	border-bottom-color: #8080FF;
	border-left-color: #8080FF;
	padding: 0px;
}


#header_title {
	background-color: #8080FF;
	width: 400px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin: 0px;

}
#header_title p {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 14px;

}
#header_title a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#con_main {
	width: 400px;
	background-color: #FFFFFF;
	
	margin-bottom: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}


div#footer {
	width: 400px;
	font-weight: bold;
	color: #8080FF;
	text-align: center;

	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
div#footer p{
	padding: 5px;

}

#maga_title {
	font-size: 22px;
	font-weight: bold;
	color:#000000;
}
#maga_title span {
	color: #0000C8;
}

.kakudesu {
	font-size: 11px;
}

#maker_list {
	width:360px;
	margin-right: auto;
	margin-left: auto;
}
.new{
	font-weight: bold;
	color: #FF3300;
}



/* Design 5 */
table.Design5 {
    font-size: 10px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #8080FF;
    border-bottom: 1px solid #8080FF;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #8080FF;
}
table.Design5 td {
    text-align: right;
    border-top: 1px dotted #8080FF;
    padding: 0.2em 0.5em;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #8080FF;
}
table.Design5 th.Corner {
    --text-align: left;
}