﻿@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;
	background:#ffffff;
	color:#434343;
}

a:link, 
a:visited,  
a:active{
    color: #434343;
    text-decoration:underline;
}
a:hover {
    color: #434343;
    text-decoration:none;
}
/*----------------------------------------------------------------------------------------
　新着情報
----------------------------------------------------------------------------------------*/

#frame{
	width:235px;
	margin:0;
	padding:0 0 0 0px;
	font-size:75%;
}

#frame dl{
	width:235px;
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:1.5;
}

#frame dl dt{
	left:0;
	padding:8px 0 6px 0;
	width:45px;
	position:absolute;
}


#frame dl dd{
	position: relative;
	margin:0;
	padding:8px 0 6px 45px;
	text-align:left;
	background:url(../images/ico_dot.gif) repeat-x 0 bottom;

}

/* IE6 */
* html #frame dl dd{
	position: relative;
	width:240px;
	margin:0;
	padding:8px 0 6px 50px;
	background:url(../images/ico_dot.gif) repeat-x 0 bottom;

}

