@charset "Shift_JIS";
@import "base.css";
/* TOPページ用スタイル
---------------------------------------------*/
/* 3段組レイアウト
---------------------------------------------------- */
#primary {
	display:inline;		/* IEでフロート化するとマージンが2倍になるバグを回避 */ 
	margin-left:15px;
	width: 640px;
	float:left;
}
#secondary{
	width: 230px;
	float:left;
}
#main {
	width: 410px;
	padding-top:10px;
	float:right;
}
#sub{
	width: 230px;
	float:right;
}
#sub address {
  margin: 0 10px;
  padding: 1em 0 0 1px;
  font-style: normal;
  font-size: x-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #930;
  background: transparent;
	border-bottom: 1px solid #ccc;
}
/* 本文のレイアウト
---------------------------------------------*/
#main h2{
	margin:10px 0;
}
/*-----------セクション定義----------*/
#sub .section, #secondary .section, #main .section{
	margin: 16px 10px 0 10px;
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}
#main .section p{
	text-indent:1em;
}
#main .section h3{
	clear:both;
	padding-top:0.2em;
}
#main .section h4{
	clear:both;
	padding-left:0.2em;
	margin-top:0.5em;
	border-left:#900 solid 6px;
}
#main .section ol{
	margin:0 0 0 15px;
}
#main .section ol li.point, .boxS .boxSCont ul li.point{
	color:#800000;
}
#main .section .figure{
	display:block;
	margin:0 auto;
}
/*-----------囲みボックス定義----------*/
#sub .boxS,#secondary .boxS{
	width:210px;
	margin: 16px 10px 0 10px;
	background: url(../images/boxStop.gif) left top no-repeat;
}
#sub .boxSHead,#secondary .boxSHead{
	padding:5px 5px 0 35px;
}
#sub .boxSCont,#secondary .boxSCont{
	background: url(../images/boxSbottom.gif) left bottom no-repeat;
	padding:10px 1em 20px 1em;
}
#sub .boxSCont dl {

}
#sub .boxSCont dl dt {
	font-size: 90%;
	color: #999;
	margin-top: 10px;
}
/*-----------ログイン部定義----------*/
#sub .login,#secondary .login  {
	margin-bottom:10px;
	padding:2px;
	border:solid 1px #900;
	background-color:#cc9;
	width:204px;
	voice-family:"\"}\"";
	voice-family: inherit;
	width:204px;
}
#sub .login h4,#secondary .login h4{
	color:#800000;
}
#sub .login p,#secondary .login p{
	padding:5px;
	font-size:90%;
}
/*-----------写真部定義----------*/
#sub .photo,#secondary .photo  {
	margin-bottom:10px;
	padding:2px;
	border:solid 1px #900;
	background-color:#cc9;
	width:204px;
	voice-family:"\"}\"";
	voice-family: inherit;
	width:204px;
}
#sub .photo img,#secondary .photo img{
	display:block;
}
#sub .photo p,#secondary .photo p{
	padding:5px;
	font-size:90%;
}

#secondary .boxSCont ul {
	list-style-position: outside;
	margin-left:10px;
}
#secondary .boxSCont ul li{
	list-style-image:url(../images/arrow.gif);
}
#secondary .boxSCont ul dd{
	color: #999;
}

#topic .section p {
	margin: 10px 0;
}
#topic .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#whatsNew dl {
	margin: 16px 18px 0 18px;
}
#whatsNew dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

#mainContents h2 {
	clear:both;
	color: #fff;
	background: url(../images/title_bg.gif) left top repeat-x;
}
#mainContents h3 {
	clear:both;
	padding-left:0.2em;
	border-left:#006 solid 6px;
}
#mainContents h4 {
	clear:both;
	color:#006;
	font-weight:bold;
	font-size:120%;
}
.kyocho {
	color: #00C;
	font-weight:bolder;
	font-size:130%;
	border:solid 2px #00C;
}
#mainContents .section p {
	margin: 10px 0;
}
#mainContents img.center {
	clear:both;
	margin-left:200px;
}
#mainContents .section p.sub {
	border-bottom: 1px  dashed #ccc;
	padding-bottom:1em;
	clear:both;
}
#colum1 .section, #colum2 .section, #colum3 .section {
	margin: 16px 18px 0 5px;
	border-bottom: 1px solid #ccc;
}
#colum1 .section h3, #colum2 .section h3, #colum3 .section h3{
	clear:both;
	padding-left:0.2em;
	border-left:#006 solid 6px;
	margin-bottom:1em;
}
#colum1 .section ul, #colum2 .section ul, #colum3 .section ul, #mainContents .section ul {
	margin:0.8em 0 0.8em 1em;
	list-style-position:inside;
}
#colum1 .section ul li, #colum2 .section ul li, #colum3 .section ul li, #mainContents .section ul li{
	margin:0.8em 0 0.8em 1em;
	list-style-image:url(../images/marker.gif);
}
/* テーブル
---------------------------------------------------- */
#mainContents .tableS {
	margin-top:1em;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#mainContents .tableS td {
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#mainContents .tableS th {
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #ccc;
	border-right: none;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
/* バナーリンク */
.vivitto-navi{
	display:none;
}
