*  { 
    margin:0px;
	padding:0px;
	border:0px;
}

body {
	font-family:"HiraKakuProN-W6";
	background: #FFF;
	color: #000;
	-webkit-text-size-adjust:none;
	font-size:14px;
	line-height:1.25;
}

a:link {
	font-family:"HiraKakuProN-W6";
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	font-family:"HiraKakuProN-W6";
	color: #BF00DF;
	text-decoration: underline;
}

#mainbody a:hover {
     background-color: #FFDDFF;
}

#smallbody a:hover {
     background-color: #FFDDFF;
}

h1, h2, h3, #mainbody ,#smallbody{
	font-size:100%;
	font-weight:bold;
}

.style1 {
	padding:5px 10px;
}

.style2 {
	padding:5px 10px;
	color: deeppink;
}

.style3 {
	padding:5px 10px;
	color: fuchsia;
}

p.line {
   border-bottom: 2px solid #FF33CC;
   padding-bottom: 0.5em;
}


#header {
	height:32px;
	line-height:32px;	
	background-color:#F0F0F0;
}

h1 {
    height:44px;
	background: url("images/h1_pink.png") repeat-x;
	font-family:"HiraKakuProN-W6";
	font-size:20px;
	color: white;
	text-align:center;
	line-height:44px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

h2 {
    height:26px;
	background: url("images/h2_pink.png") repeat-x;
	padding:0px 10px;
	font-family:"HiraKakuProN-W6";
    font-size:16px;
    color: #990066;
	line-height:26px;
	margin-top:11px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

h3 {
    height:22px;
	background: url("images/h3_pink.png") repeat-x;
	padding:0px 10px;
	font-family:"HiraKakuProN-W6";
    font-size:16px;
    color: #000066;
	line-height:22px;
	margin-top:11px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

li {
    list-style-type:none;
}

#mainbody li {
    height:33px;
	font-family:"HiraKakuProN-W6";
	font-size:16px;
	border-bottom:solid 1px #D9D9D9;
	line-height:34px;
    overflow:hidden;
}

#mainbody a {
    display:block;
	height:33px;
	padding:0px 26px 0px 10px;
	background-image:url("images/link_pink.png");
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	color:#8B008B;
}

#smallbody li {
    height:23px;
	font-family:"HiraKakuProN-W6";
	font-size:13px;
	border-bottom:solid 1px #D9D9D9;
	line-height:24px;
    overflow:hidden;
}

#smallbody a {
    display:block;
	height:23px;
	padding:0px 26px 0px 10px;
	background-image:url("images/link_pink.png");
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	color:#8B008B;
}

.button {
	height: 28px;
	line-height: 28px;
	max-width: 60px;
    padding: 0 12px;
	font-family: ArialMT;
    font-weight: bold;
	font-size: 12px;
	color: white;
	text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
}

#next {
	float: right;
	position: absolute;
	top: 46px;
	right: 10px;
	background:url("images/next_pink.png") no-repeat 0 0;
}

#back {
	float: left;
	position: absolute;
	top: 46px;
	left: 10px;
	background:url("images/back_pink.png") no-repeat 0 0;
}

.button a{
	text-decoration: none;
	color:black;
}

/* footer
----------------------------------------------------*/
div.under_top {
	text-align:center;
	padding:15px 0 0;
    border-top:solid 1px #D9D9D9;
}

#footer {
	text-align:center;
	height:17px;
	line-height:17px;	
	font-size:10px;
    font-family:"HiraKakuProN-W6";	
	color:#D9D9D9;
	background-color:#FF00CC;
	margin-top:10px;
}

