/*マージン設定*/
* {
margin: 0px;
padding: 0px;
}


/*センター配置*/
body {
text-align: center;
background-image: url("img/back.jpg"); 
background-position: center top; 
background-repeat: repeat-x;
}





/* ------------------------------
　テキスト設定
------------------------------ */

.media {
color:#666666;
font-size: 10px;
line-height: 1.5em;
}

/* ------------------------------
　各タイトルアイコン
------------------------------ */

.title {
margin: 0px 0px 10px 0px;
}

/* ------------------------------
　ページトップ
------------------------------ */

.toheadicon {
margin: 0px 20px 0px 0px;
}


/* ------------------------------
　リンク
------------------------------ */
a:link {
color:#ecd28f;
text-decoration : underline;
}
a:visited {
color:#ecd28f;
text-decoration : none;
}
a:hover{
color:#daa520;
text-decoration : underline;
}