/*---------------------INDEX------------------------

	1. CSS RESET
	2. CLEAR FIX
	3. BASE LAYOUT
	4. MAC

--------------------------------------------------*/





/*--------------------------------------------------

	1. CSS RESET

--------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
ul,li{
	list-style-type:none;
}
img{
	border:none;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
td,th{
	border:none;
}
h1,h2,h3,h4,h5,h6,em,strong,address,th{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
}
hr{
	display:none;
}






/*--------------------------------------------------

	2. CLEAR FIX

--------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}





/*--------------------------------------------------

	3. BASE LAYOUT

--------------------------------------------------*/

#base {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}
.top_content {
	width: 397px;
	text-align: left;
	margin-left: 30px;
}
.top_dl_001 {
	background-image: url(../image/top/top_dl_001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	margin-top: 30px;
}
#base h1 {
	margin-bottom: 40px;
}
.top_content h2 {
	margin-bottom: 15px;
}
.top_content p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	letter-spacing: 2px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.top_content br {
	letter-spacing: 0px;
}
.top_bt_001 {
	margin-bottom: 10px;
}
.top_content .top_t_001 {
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
}






/*--------------------------------------------------

	4. MAC

--------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0){
.top_content p {
	font-size: 11px;
	letter-spacing: 1px;
}
.top_content .top_t_001 {
	font-size: 10px;
	letter-spacing: 0px;
}
}
