@charset "Shift_Jis";

/* デフォルトスタイルクリア */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


/* スタイル適用 */

body {
	color: #101010;
        line-height: 150%;
	background: #222222 url(img/stripe001_13.gif) left top fixed;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ','Meiryo',sans-serif;
	font-size: 100%;
}

table {
	margin: 0 auto 0 auto;
	width: 780px;
	border-collapse: collapse;
	border: 3px solid #151515;
	background: #b3b3b3;
}

p {line-height: 155%;
  font-size: 116%;}

td {
padding: 3em;
}


th {
padding: 2.5em;
text-align: center;
font-size: 116%;
background: #151515 url(img/bgrose.jpg)
}

.midashi1 { color : #e5cedb; }


a:link {color: #151515;}
a:visited {color: #942343;}
a:hover {color: #de82a7;}
a:active {color: #de82a7;}