@charset "euc-jp";

/* 基本設定
----------------------------------------------- */
html{ /* センタリングズレ修正 */
	height:100%;
	margin-bottom:1px;
}

body{
	margin: 0;
	padding: 0;
	text-align:center;
	background: #FFF url(../gifs/bg-side.gif) center top repeat-y;
	color:#333;
}

a:link, a:visited{
	color:#933;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#EE4572;
}


img {
	border:none;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}


hr {
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #CCC;
	height: 1px;
}


/* 基本レイアウト
----------------------------------------------- */
#container {
	width:780px;
	margin: auto;
}

#header {
	margin: auto;
	width:780px;
}

#top-main {
	margin: auto;
	width:730px;
	text-align:left;
}

#main {
	margin: auto;
	width:780px;
	text-align:left;
}

#footer {
	margin: auto;
	width:780px;
	padding: 20px 0 20px 0;
	margin-top: 10px;
	background: #666;
}

#footer-box {
	margin: auto;
	width:730px;
	text-align:left;
}

#foot-copy {
	font-size: 75%;
	line-height:140%;
	color:#CCC;
}


/* サイドメニュー(左)
----------------------------------------------- */
#sidenavi {
	width: 160px;
	text-align:left;
	font-size: 75%;
	line-height:140%;
	color:#666;
}


.sidenavi-box {
	width: 160px;
	margin: 0;
	padding: 2px 0 2px 0px;
	background: #999;
}

.sidenavi-box-main {
	width: 150px;
	margin: 0 0 0 10px;
	font-size: 90%;
	color:#FFF;
}


#sidenavi a:link{
	color:#333;
	text-decoration:none;
 }

#sidenavi a:visited{
	color:#333;
	text-decoration:none;
 }


#sidenavi a:hover{
	color:#EE4572;
	text-decoration:underline;
}

.sidenavi-header {
	margin:6px 0 6px 12px;
}

.sidenavi-dot {
	background-image: url(../gifs/push.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin: 0;
	padding: 2px 0 0 18px;
}

.sidenavi-dot-gotop {
	background-image: url(../gifs/push-top.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin: 0;
	padding: 2px 0 0 18px;
}

#gotop {
	width: 160px;
	text-align:left;
	font-size: 75%;
	line-height:140%;
	color:#666;
}

#gotop a:link{
	color:#333;
	text-decoration:none;
 }

#gotop a:visited{
	color:#333;
	text-decoration:none;
 }


#gotop a:hover{
	color:#EE4572;
	text-decoration:underline;
}

/* テキスト
----------------------------------------------- */
*{
	font-size: 100%;
}

.fs180{	font-size: 180%; line-height:150%;}
.fs150{	font-size: 150%; line-height:150%;}
.fs120{	font-size: 120%; line-height:150%;}
.fs110{	font-size: 110%; line-height:150%;}
.fs90{	font-size: 90%; line-height:140%;}	/* 本文 */
.fs75{	font-size: 75%; line-height:120%;}	/* 注釈・表 */
.fs60{	font-size: 60%; line-height:130%;}	/* キャプション */



h1 {
	font-size: 120%;
	line-height:100%;
	font-weight: bold;
	padding: 0 0 0 8px;
	display: block;
	border-left: 3px solid #CC0000;
}

.linkdot {
	display: inline;
	background-image: url(../gifs/push.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin: 0;
	padding: 2px 0 0 18px;
}


/* スペース
----------------------------------------------- */
.vsp2 {
	margin:2px 0 2px 0;
}

.vsp4 {
	margin:4px 0 4px 0;
}

.vsp6 {
	margin:6px 0 6px 0;
}

.vsp10 {
	margin:10px 0 10px 0;
}

.vsp15 {
	margin:15px 0 15px 0;
}

.hsp10 {
	margin:0 10px 0 10px;
	background: #333;
}

.hsp10 {
	margin:0 10px 0 10px;
}

.hsp-left20 {
	margin-left:20px;
}

.hsp-right10 {
	margin-right:10px;
}

.hsp-right20 {
	margin-right:20px;
}


/* 写真関連
----------------------------------------------- */
.p-right5 {
	float:right;
	margin-left:5px;
}

.p-right5m{
	float:right;
	margin-left:5px;
	margin-bottom:10px;
}

.p-right15 {
	float:right;
	margin-left:15px;
	margin-top:2px;
	margin-bottom:2px;
}

.p-left5 {
	float:left;
	margin-right:5px;
}


.p-left20 {
	float:left;
	margin-right:20px;
	margin-top:2px;
	margin-bottom:2px;
}

.p-left15{
	float:left;
	margin-right:15px;
	margin-top:2px;
	margin-bottom:2px;
}

/* パンくず
----------------------------------------------- */
#topicpath {
	margin: 5px 0 0 0px;
	font-size: 70%;
}


/* TOP
----------------------------------------------- */
.p-message {
	margin: 5px 10px 5px 5px;
}

#mess-table a img{
	border:1pt solid #fff;
 }

#mess-table a:hover img{
	border:1pt solid #EE4572;
 }

#mess-table a:link{
	color:#333;
	text-decoration:none;
}

#mess-table a:visited{
	color:#333;
	text-decoration:none;
}

#mess-table a:hover{
	text-decoration:underline;
	color:#EE4572;
}

/* 10周年
----------------------------------------------- */
.list_10 {
margin: 5px 0 0 24px;
padding: 0;
}


/* 記念式典
----------------------------------------------- */
.list_shikiten {
margin: 0 0 0 30px;
padding: 0;
}

.list_shikiten li{
	padding:5px 0px;
}

.shikiten_img{
	margin-top:5px;
}

.fellow_main{
	float:left;
	width:580;
}

.fellow_content{
	float:left;
	width:415;
	margin-right:5px;
}

.fellow_sub{
	float:right;
	width:160;
	margin-top:5px;
}

.fellow_sub2{
	float:right;
	width:580;
	margin-top:5px;
	text-align:right;
	padding-right:5px;
}

.fellow1{
	margin-top:5px;
}

.fellow2{
	background:#eeeeee;
	padding:3px;
	color:#000;
	font-weight:bold;
}

.fellow3{
	 padding:3px;
}

/* 上海R.Cとの提携に向け！
----------------------------------------------- */
.concent_main{
	float:left;
	width:580;
}

.concent_content{
	float:left;
	width:415;
	margin-right:5px;
}

.concent_sub{
	float:right;
	width:160;
	margin-top:5px;
}

.concent_img{
	margin-top:5px;
}

.concent1{
	margin-top:5px;
}

.concent2{
	background:#eeeeee;
	padding:3px;
	color:#000;
	font-weight:bold;
}

.concent3{
	 padding:3px 0px;
}

/* 上海R.C&鈴鹿シティR.C合同例会
----------------------------------------------- */
.reikai_main{
	float:left;
	width:580;
}

.reikai_content{
	float:left;
	width:415;
	margin-right:5px;
}

.reikai_sub{
	float:right;
	width:160;
	margin-top:5px;
}

.reikai_img{
	margin-top:5px;
}

.reikai_img2{
	margin-top:5px;
}

.reikai_img3{
	margin-top:2px;
}

.reikai1{
	margin-top:5px;
}

.reikai2{
	background:#eeeeee;
	padding:3px;
	color:#000;
	font-weight:bold;
}

.reikai3{
	 padding:3px 0px;
}


/* 記念祝賀会
----------------------------------------------- */
.kinen_main{
	float:left;
	width:580;
}

.kinen_content{
	float:left;
	width:195;
	margin-right:5px;
}

.kinen_sub{
	float:right;
	width:370;
	margin-right:7px;
}


/* はじめに･･･
----------------------------------------------- */
.hajime1{
	margin-top:5px;
}

.hajime2{
	background:#eeeeee;
	padding:3px;
	color:#000;
	font-weight:bold;
}

.hajime3{
	 padding:3px 0px;
}