/*------------------------------ 共通 ------------------------------*/
body {
	border-style: none;
	width: 700px;
	margin: 0px;
	text-align:center;
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color:    #808080;
	scrollbar-highlight-color:  #E7E7E7;
	scrollbar-face-color:       #E7E7E7;
	scrollbar-shadow-color:     #404040;
	scrollbar-track-color:      #ffffff;
	scrollbar-arrow-color:      #404040;
}

a:link      {color: #003FBE; text-decoration: underline;}
a:visited   {color: #751374; text-decoration: underline;}
a:hover     {color: #FF5400;}
a:active    {color: #000000;}
a           {text-decoration: none;}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

img	{ border-style: none; }

hr {
	width: 100%;
	height: 1px;
	color: #000000;
}

hr.dot {
	width: 100%;
	height: 1px;
	border-style: dotted;
}

#outline {
	width: 700px;
	height: 100%;
	font-size: 14px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
}

#index {
	padding-bottom: 10px;
	line-height: 30px;
}

.red	{ color: red; }
.blue	{ color: blue; }
.green	{ color: green; }
.purple { color: #7D22EE; }

.bold { font-weight: bold; }

/*------------------------------ トップ ------------------------------*/
#top {
	width: 640px;
	margin-top: 0%;
	margin-bottom: 30%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#bottom	{
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
	width: 640px;
}

table.menu { width: 600px; }

table.menu td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.r50 { margin-right: 50px; }


/*------------------------------ 店舗案内 ------------------------------*/
table.shop {
	width: 550px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.shop th {
	border: 1px solid #000000;
	font-weight: normal;
	background-color: #C9C9C9;
	width: 100px;
}

table.shop td {
	border: 1px solid #000000;
	background-color: #FFFFEF;
	padding: 5px;
	text-align: left;
}

div.map	{
	width: 700px;
	border-top: 1px solid #9F42FE;
	border-bottom: 1px solid #9F42FE;
	font-size: 16px;
	background-color: #DEC7F5;
	text-align: left;
	padding: 2px;
}


/*------------------------------ ツーリング日記 ------------------------------*/
ul.diary {
	text-align: left;
	line-height: 30px;
}

body.d { background-image : url(image/diary_bg.gif); }

#title {
	font-weight: bold;
	font-size: 18px;
	background-color: #924FC5;
	color: #FFFFFF;
	width: 720px;
	padding: 3px;
}

#message {
	font-family:'ＭＳ ゴシック';
	font-size: 12pt;
	width: 710px;
	line-height: 28px;
	text-align: left;
	background-color: #FFE5BD;
	padding: 1em 0.5em 0.5em 0.5em;
}

#diary {
	width: 760px;
}

/*
#diary img {
	width: 250px;
	height: 188px;
}
*/
#diary2	{
	width: 640px;
}

#diary2 img	{
	width: 300px;
	height: 225px;
}

/*------------------------------ リンク集 ------------------------------*/
ul.anc {
	text-align: left;
	margin-top: 0px;
}

ul.anc li {
	display: inline;
	margin-right: 1em;
	line-height: 25px;
}

div.mi {
	font-size: 13px;
	color: #FFFF40;
	background-color: #8492EF;
	width: 600px;
	margin-bottom: 10px;
	padding: 2px;
	font-weight: bold;
}

table.link {
	width: 500px;
	font-size: 13px;
	border-collapse: collapse;
	margin-bottom: 50px;
}

table.link th {
	background-color: #CEDBF7;
	font-weight: normal;
	text-align: left;
	width: 150px;
	border: solid 1px black;
	padding: 2px;
}

table.link td {
	background-color: #DEEBFF;
	border: solid 1px black;
	padding: 2px;
}

/*------------------------------ イベント情報 ------------------------------*/

#event {
	text-align: left;
	font-family:MS Gothic;
	font-size: 16px;
	margin-left: 1em;
}

#ev {
	margin: 0;
	background-color: #ffffef;
}

#ev li {
	list-style: square;
	line-height: 1.5em;
}

table.evt {
	width: 640px;
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #ffffff;
}
table.evt td {
	border: 1px solid #000000;
	padding: 5px;
}
