﻿@charset "utf-8";

h1,h2,h3{
font-size:100%;
font-weight:normal;
}

*{
margin:0;
padding:0;
}

body{
font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック", serif;
padding: 0;
margin: 0;
text-align:center;
background-color:#ffeef7;
}

a{
outline:none;
}

a:link{
    color:#000000;
}
a:visited{
    color:#000000;
}
a:hover{
    text-decoration:none;
}

/* ************************************************
	     リンクバナー
************************************************ */

.link_info{
width:500px;
height:800px;
margin:15px auto;
}

.link_info p{
color:#000000;
line-height:20px;
font-size:12px;
}


