


/* 全体設定 */


body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

*{
line-height:20px;
font-family:verdana,ms ui gothic;
scrollbar-face-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color:#CCCC99;
scrollbar-3dlight-color:#000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#FFFFFF;

margin:0;
}

html{
width:100%;
height:100%;
background:#fff;
color:#000;
overflow:auto;
overflow-x:hidden;
display:block;
}

body,td{
color:#666;
font-size:11px;
text-align:left;
text-valign:top;
margin:0;
display:block;
}



/* リンク */
a{
	text-decoration:none;
}

a:link,a:visited,a:active{
color:#333;
text-decoration:none;
}
a:hover{
color:#cc6699;
text-decoration:none;
}


a{
	cursor:crosshair;
}


/* 見出し */

h1{
	margin-bottom:80px;
color:#cc6699;
        padding:30px 0px 0px 0px;
        font-size:50px;
        font-family:ParismatchRegular;
        font-weight:normal
        background-position:0% 50%;
text-align:right;
}
h1:first-letter{
        padding:10px 10px 0px 0px;
font-size:200;
        font-family:ParismatchRegular;
}

h2{
	margin:0px;
color:#999;
        padding:10px 10px 10px 50px;
        font-size:19px;
        font-family:Lucida Sans Unicode,ＭＳ Ｐゴシック;
        font-weight:normal;
        background-color:#fff;
        background-image:url(img/icon.gif);
        background-position:0% 50%;
        background-repeat:no-repeat;  
}
h2:first-letter{
color:#cc6699;
}



/* ページ余白指定 */

#main{
margin:5px 20px;
text-align:left;
vertical-align:top;
}

.top{
text-align:right;
}


/*リスト*/

ol{ margin:5px 0 10px 50px;
    list-style-position:outside; }
ol li{ list-style-type:decimal; }

ul{ margin:5px 0 10px 50px;
    list-style-position:outside; }
ul li{ list-style-type:circle; }

dl{
margin:10px 20px;}
dt{
color:#999;
font-weight:bold;
text-decoration:underline;
list-style-position:outside;
}
dd{
margin:0 20px;
}



/* テキストエリア */

textarea{
width:300px;
height:80px;
color:#666;
font-size:11px;
line-height:15px;
border-style:solid;
border-color:#999;
border-width:1px 0;
padding:3px 5px;
}


/* 装飾box */
.box1{
padding:3px 5px;
margin:5px 10px;
border:1px solid #999;
background:#fff;
}
.box2{
padding:3px 5px;
margin:5px 10px;
border:1px solid #999;
background:#ccc;}


/* 引用 */

blockquote{
padding:5px;
margin:5px 20px;
color:#333;
background-image:url(walk.gif);
background-repeat:repeat;
}




/* 画像のボーダー0 */
img{border:none;}



/* リンクページ */

dl.link{
width:400px;
padding:3px 0 0 0;
}
dl.link dt{
float:left;
margin:-3px 5px 0 0;
}
dl.link2{
width:400px;
padding:3px 0 0 0;
}
dl.link2 dt{
float:left;
margin:0 5px 0 0;
}

