@charset "EUC-JP";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body#new {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	line-height: normal;
	margin: 5px 0px 5px;
	padding: 0px 0px 0.5em 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/eyecatch-blue01.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	text-align:left;
}

a {
	line-height: 150%;
	color: #F03381;
	text-decoration:underline;
}
a:link {
	color: #F03381;
}
a:visited {
	color: #F03381;
}
a:hover {
	color: #FF6699;
}

p {
	padding: 0px 0px 1em;
	margin:0;
	line-height:135%;

}

img.right {
	float:right;
	margin-left:10px;
}

/* Clear */

div.clear {
	clear:both;
	height:0;
}

div.clear hr {
	display:none;
}


#wrapper {
	margin:0;
	padding: 0px;
	width:593px;
}

/* Without Win IE */
html>body #wrapper {
	width:593px;
}

div#content {
	padding:15px;

}

div.article-area {
	margin:0;
	padding: 10px 5px 15px;
}

div#pagetop {
	text-align:right;
	padding:10px 0px;
	margin:10px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;

}

div.pagetop {
	text-align:right;
	padding:10px 0px;
	margin:10px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;

}

li {
	list-style-type: none;
}
