﻿@charset "utf-8";
/*=============================
 Since: 2009-12-01
 Last Modified: 2009-12-01
 Guideline: Ver.0.1
==============================*/

/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　基本設定
----------------------------------------------------------------------------------------*/

body, div, ul, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

body {
	font-family:"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#333333;
}

a:link, 
a:visited,  
a:active{
    color: #333333;
    text-decoration:underline;
}
a:hover {
    color: #333333;
    text-decoration:none;
}


/*----------------------------------------------------------------------------------------
　新着情報
----------------------------------------------------------------------------------------*/

#frame{
	width:650px;
	margin:0 0 0 0;
	padding:0 0 0 4px;
	font-size:85%;
	line-height:150%;
}

#frame dl{
	width:600px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#frame dl dt{
	clear:both;
	float:left;
	width:80px;
	padding:0 0 10px 20px;
	background:url(../images/ico_01.gif) no-repeat 0 4px;
}


#frame dl dd{
	float:left;
	width:500px;
	margin:0;
	padding:0 0 10px 0;

}

