body{
	font-family:"源柔ゴシックL Light" !important;
}


/* 各要素の外見の定義 */
dl#news{
    width:100%;
}
 #newswrapper{margin:0 auto;
 margin-bottom:40%;
 width:70%;
 height:70%;}
 
p#info{text-align:center;
    color: #557498;
    font-size: 1.5em;
    position: relative;
    margin: 0 -14px;
    padding: 1% 0 1% 24px;
    background: linear-gradient(#72899e,#aaa,#);
    border: 1px solid #bbb;
    box-shadow: 0 0 0 1px #555;
    text-shadow: 0 1px 1px #fff;

	}

dl#news dt{
    clear:left;
    float:left;
    margin:0;
    padding:10px 0 10px 0.5em;
    width:10em;
    line-height:1.5em;
}
 
dl#news dd{
    margin:0;
    padding:10px 0.5em 10px 7em;
    border-bottom:1px solid #fff;
    line-height:1.5em;
}
 
dl#news a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}

 
dl#news a:hover{
    text-decoration:none;
}
 
/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}
 
/* 自サイトのURLの場合はアイコン表示をパスする */
a[href^="http://ryu-tan.net"],
a[href^="http://www.ryu-tan.net"]{
    padding:inherit;
    background:transparent;
}
#introduction{padding:0.5em 2.5em 0.5em 2.5em;
              font-size: 1.2em;
			  clear:both;
              }
			  
#top-main{#header{margin-top:0;}}

#cm{text-align:center;
    margin-bottom:5%;
	margin-top:5%;}
	
