/*
 * Combined style sheet for the index pages.
 */

/* Style for all bodies. */
body {
    font-family: MSPGOTHIC,MS  Pゴシック;
    font-size: 13px;
    background-image: url('http://hyama.s203.xrea.com/sitemix/img/2-cake33.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:100% 100%;
    background-color: #ffffff;
    color: #666666;
    background-attachment: fixed;
    scrollbar-face-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-base-color:#888888;
    scrollbar-arrow-color:#888888;
}

body {cursor:url(http://hyama.s203.xrea.com/sitemix/res/arrow3.cur);}
      a{cursor:url(http://hyama.s203.xrea.com/sitemix/res/arrow3.cur);}

input,textarea,select {            /* フォーム内の設定  */
	font-size       :12px;             /* 文字サイズ  */
	color           :#666600;          /*   文字色    */
	background-color:#f9f9f9;          /*   背景色    */
	border          :1 solid #A9A9A9; /* 線の太さ、色*/ 
}
hr {
	border: 1px dashed #666666;
}
.solid {
	border: 1px solid #666666;
}
Tahoma, Verdana, Arial, sans-serif

/*--------------------------------------------------------
ページ上部へのリンク、著作権表示
--------------------------------------------------------*/
#pagetop {
background:rgba(184,116,124,.7);
color:#fff;
border-radius:30px;
width:60px;height:60px; /* 大きさ */
right:20px; /* 位置 */
line-height:22px;
padding-top:30px;
text-align:center;
display:block;
position:fixed;
box-sizing:border-box
}
#pagetop:before {
content:'\25B2';
font-size:20px;
position:absolute;
top:10px;left:0;
width:100%
}
#pagetop:hover{
background:rgba(159,152,133,.7)
}
#fl {
border-top:1px dotted #9f9885;
display:block;
margin:20px 0;
text-align:right
}
