﻿@charset "utf-8";

/* CSS レイアウト */
#main_image{
	width:800px;
	height:320px;
	margin: 10px auto;
	overflow: hidden;
	padding:0px;
	list-style:none;
}

#contents .title{
	padding:10px 0px;
}
#contents .rule{
	font-size:1em;
	line-height:1.8em;
	background-color: #FFF;
	border: 1px #9D9D9D dashed;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#contents .rule .rule_houshin{
	border:1px #9D9D9D solid;
	margin:10px 0px;
	padding:0px 10px 10px 10px;
}
#contents .rule .rule_houshin p{
	font-weight:bold;
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:1.2em;
}

#contents .rule p{
	padding:0px;
	margin:10px 0px;
}

#contents .rule .rule_title{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #9D9D9D;
	padding-top: 10px;
}
