@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      top.css
 Author:         
 Style Info:     トップページ用
----------------------------------------------------------- */

/* ----------------------------------- Flash Style --*/
div#flashBg	{
	width: 100%;
	background: url(../../images/flash_bg.jpg) repeat-x left top;
/*	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	*/
}


/* ----------------------------------- Main Style --*/
div#columnBoxLeft	{
	width: 700px;
	float: left;
}

div#columnBoxRight	{
	width: 210px;
	float: right;
}

.topicsBox	{
	width: 330px;
	margin: 0 0 20px 0;
}

.topicsTitle	{
	border-left: solid 4px #c51d1f;
	margin: 0 0 15px 0;
	padding: 0 0 0 7px;
}

.topicsBorder	{
	border-bottom: solid 1px #cccccc;
	margin: 0 0 10px 0;
	padding: 3px 0;
}

.topicsBox dl	{
	line-height: 2em;
}
.topicsBox dt	{
	width: 6em;
	padding: 1px;
}

.topicsBox dd	{
	padding: 3px 3px 1em 7em;
	margin-top: -2.3em;
	background: url(../../images/line_gray_dot.gif) repeat-x left bottom;
}


.bnrImg	{
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin: 0 0 15px 0;
}

div#bnr img	{
	margin: 0 1px 5px 0;
}

div#bnr #ssl	{
	width: 96px;
}

div#bnr #none	{
	margin: 0 0 5px 0;
}


