a:link {font-size: 10pt;text-decoration:NONE; color:#000099;} /* 未訪問リンク */
a:visited {font-size: 10pt;text-decoration:NONE; color:#000099;} /* 訪問済みリンク */
a:active {font-size: 10pt;text-decoration:NONE; color:#000099;} /* クリックしたとき */
a:hover {font-size: 10pt;text-decoration:UNDERLINE;color:red ;} /* マウスが乗ったとき */

/*ユニバーサルセレクタ*/
* {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    word-break: break-all ;
    word-wrap: break-word ;
}

/*ブラウザによってちがう幅・高さの解釈の対策*/
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    padding: 10px 0 10px 10px;
    text-align: left;
    margin: 0 auto 0 auto;
	font-size: 14px;
}

ul{
    list-style-type: none;
    margin: 10px 0 0 5px;
    line-height: 1.0em;
}

strong{
    font-weight: bold;
}

bold{
    font-weight: bold;
}

h1 {
	padding: 10px 0 0 10px;
}

h2{
	margin: 20px 0 20px 15px;
    font-weight: bold;
	font-size: 17px;
	color: #990099;
}

h3{
	margin: 20px 0 20px 15px;
    font-weight: bold;
	font-size: 17px;
}

h4{
    padding: 0 0 3px 5px;
    margin: 5px 15px 10px 20px;
    font-weight: bold;
    border-left: 4px solid #789FE0;
}

#link_title {
	font-size: 17px;
    font-weight: bold;
	color: #990099;
}

#memo_text{
    margin: 5px 20px 20px 20px;
}

#banner{
    width: 750px;
    height: 121px;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    color: #000000;
    background-image: url(gif/banner.gif);
    background-repeat: no-repeat;
}

#container {
    width: 750px;
    height: auto;
}

#container .rightside {
    float: left;
    width: 200px;
    height: auto;
    margin:0 0 0 20px;
    padding: 5px 5px 5px 5px;
}

#container .main {
  background-color: #FFFFFF;
	padding: 15px 0 15px 0;
    float: left;
    width: 520px;
    height: auto;
    border-bottom: 1px solid #7c3f3f;
}

#copyright {
    clear: both;
	padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    width: 750px;
    text-align: center;
    font-size: 12px;
    color: #4A525A;
}

#ads_title {
    font-weight: normal;
    font-size: 12px;
    margin: 10px 30px 10px 20px;
	padding: 0 0 0 10px;
    border-left: 3px solid #789FE0;	
}

.red {
	color:red;
	font-weight:bold;}
