﻿@charset "utf-8";
/*-- 専用スタイルシート --*/


div.container {
	background : url(../img/background.jpg) 250px 0 no-repeat ;
}

div#header div.flash {
	padding : 5px 0 0 15px ;
}

div#left_column div.menu ul.main li a.top {
	background-position : 0 -32px !important ;
}

div#right_column div.topimage {
	width : 640px ;
	height : 540px ;
	position : relative ;
}

div#right_column div.qrcode {
	width : 205px ;
	height : 125px ;
	float : left ;
}

div#right_column div.qrcode h2 {
	font-size : 10px ;
	line-height : 15px ;
	text-align : center ;
	color : #000000 ;
}

div#right_column div.qrcode img {
	display : block ;
	float : left ;
}

div#right_column div.qrcode p {
	padding-top : 5px ;
	width : 103px ;
	font-size : 10px ;
	line-height : 15px ;
	color : #000000 ;
	float : right ;
}

div#right_column div.news {
	padding-top : 2px ;
	width : 400px ;
	height : 125px ;
	float : right ;
}

div#right_column div.news h2 {
	width : 400px ;
	height : 16px ;
	text-indent : -9999px ;
	line-height : 16px ;
	background : url(../img/h2_news.gif) left top no-repeat ;
}

div#right_column div.news div.overflow {
	width : 400px ;
	height : 96px ;
	overflow : auto ;
}

div#right_column div.news div.overflow dl dt {
	width : 80px ;
	font-size : 10px ;
	line-height : 16px ;
	float : left ;
}

div#right_column div.news div.overflow dl dd {
	margin-left : 80px ;
	font-size : 10px ;
	line-height : 16px ;
	width : 300px ;
}

div#right_column div.news div.overflow dl dd a {
	font-size : 10px ;
	line-height : 16px ;
}

