a:link { text-decoration: none; color:#003366;}
a:visited { text-decoration: none; color:#003366;}
a:hover { text-decoration: none; color: #FF0000; }
a:active { text-decoration: none; color: #FF0000; }


body {
	font-family:"ＭＳゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(archives/back.gif);
}


/*ヘッダー部分 #header 
_____________________________________________________________________*/



#header {
	padding: 0px;
	height: 120px;	
	background: url(archives/bar_topbanner.gif) no-repeat center center;
}



#header h1 {
	font-size: 1em;
	font-family:Arial Black, Helvetica, sans-serif
	color: #FFFFFF;
	width:720px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: -5000px;
}


#header h1 a{
	color: #FFFFFF;
	text-decoration:none;
}

#header h2 {
	font-size: 1em;
	font-family:Arial Black, Helvetica, sans-serif
	color: #FFFFFF;
	width:720px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: -5000px;
}





/*コラムの切り分け #leftside #rightside 
_____________________________________________________________________*/

#honbun {
	text-align: left;
	background-color: #FFFFFF;
}


#content {
	width:720px;
	margin: 0px auto;
	padding: 0px 15px;
	background-color: #F9F9F9;
	border-left:solid 3px #F9FAFA;
	border-right:solid 3px #F9FAFA;
	text-align: left;
}


#leftside {
	width:480px;
	float:left;
	padding:0;
	margin:0;
}

#rightside{
	width:220px;
	float:right;
	padding:0;
	margin:0;
}


#footer {
	border-top:solid 5px #F1B202;
	margin:0;
	padding-top:3px;
	clear:both;
}



/*index Page コンテンツ部分 #content 
_____________________________________________________________________*/




#content h2 {
	font-size:0.9em;
	color:#BF0000;
}

#content h3 {
	font-size:1em;
	color:#darkblue;
	border-bottom:solid 1px #F1B202;
	border-left:solid 20px #F1B202;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content h4 {
	font-size:0.8em;
	color:#BF0000;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 1em 0 0;
}

#content p{
	font-size:0.9em;
	color:#333333;
	line-height:140%;
	padding-right: 30px;
	padding-left: 30px;
}
	
#content a{
	color:darkblue;
}

#content .posted {
	border-top:1px dotted #F1B202;
	padding-top:6px;
	margin-bottom:40px;
}


#content strong {
	color:#BF0000;
	font-weight: bold;
}

/*　各Page コンテンツ部分 #content2 
_____________________________________________________________________*/

#content2 {
	width:720px;
	margin: 0px auto;
	padding: 0px 15px;
	background-color: #F9F9F9;
	border-left:solid 3px #F9FAFA;
	border-right:solid 3px #F9FAFA;
	text-align: left;
}


#content2 h2 {
	font-size:1em;
	color:#darkblue;
	border-bottom:solid 1px #F1B202;
	border-left:solid 20px #F1B202;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content2 h3 {
	font-size:0.9em;
	color:#000000;
	text-align: left;
	margin: 10px 0;
	padding: 0 0 0 1em;
	border-bottom: solid 1px #F1B202;
	border-left: solid 10px #F1B202;
}

#content2 h4 {
	font-size:0.8em;
	color:#BF0000;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 1em 0 0;
}

#content2 p{
	font-size:0.9em;
	color:#333333;
	line-height:140%;
	padding-right: 30px;
	padding-left: 30px;
}
	
#content2 a{
	color:darkblue;
}

#content2 .posted {
	border-top:1px dotted #F1B202;
	padding-top:6px;
	margin-bottom:40px;
}


#content2 strong {
	color:#BF0000;
	font-weight: bold;
}

/*　アーカイブページ コンテンツ部分 #content_archive 
_____________________________________________________________________*/

#content_archive  {
	width:720px;
	margin: 0px auto;
	padding: 0px 15px;
	background-color: #F9F9F9;
	border-left:solid 3px #F9FAFA;
	border-right:solid 3px #F9FAFA;
	text-align: left;
}


#content_archive h2 {
	font-size:1em;
	color:#darkblue;
	border-bottom:solid 1px #F1B202;
	border-left:solid 20px #F1B202;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content_archive h3 {
	font-size:0.9em;
	color:#000000;
	text-align: left;
	margin: 10px 0;
	padding: 0 0 0 1em;
	border-bottom: solid 1px #F1B202;
	border-left: solid 10px #F1B202;
}

#content_archive h4 {
	font-size:0.8em;
	color:#BF0000;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 1em 0 0;
}

#content_archive p{
	font-size:0.9em;
	color:#666666;
	line-height:140%;
}
	
#content_archive a{
	color:darkblue;
}

#content_archive .posted {
	border-top:1px dotted #F1B202;
	padding-top:6px;
	margin-bottom:40px;
}


#content_archive strong {
	color:#BF0000;
	font-weight: bold;
}



/*　参加店一覧 #rightside ul 
_____________________________________________________________________*/

#rightside ul {
	padding-left: 0;
}

#rightside li {
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: none;
	font-size: 0.8em;
}


#rightside a:link,#rightside a:visited{
	background-image: url(archives/dot001.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:2px 0;
	padding-left: 20px;
}
#rightside a:hover,#rightside a:active{
	background-image: url(archives/dot002.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:2px 0;
	padding-left: 20px;
}

.subname {
	font-size: 80%;
	font-weight: normal;
}



#titlenavi {
	text-align: right;
	margin: 20px 30px 20px 0px;
}

#titlenavi h4{
	text-align: right;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	margin:0;
	padding:0;
}


/*フッター部分
_____________________________________________________________________*/


#footer p {
	font-size:0.75em;
	margin:5px 0 5px 10px;
	margin-bottom:0;
}

#footer a {
	color:#77a822;
	text-decoration:none;
}




a {
text-decoration:none;
}

#titlenavi a:link {
	background-image: url(archives/dot401.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}
#titlenavi a:visited {
	background-image: url(archives/dot401.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}

#titlenavi a:hover {
	background-image: url(../Copy%20of%20style-org/img/dot402.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}

#titlenavi a:active {
	background-image: url(../Copy%20of%20style-org/img/dot402.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 18px;
}


#pgfooter {
	background-color: #F1B202;
}

#pgfooter h5{
	font-family: "Arial Black","Geneva","Helvetica", "san-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	width:720px;
	text-align: right;
	margin: 10px auto 0 auto;
	padding: 10px 1.5em 10px 0;
}



.gray {
	color:#999999;
}
	


#navi h4 {
	font-size: 0.8em;
	text-align: right;
	margin: 0px;
	padding-right: 1em;
}


/*カテゴリーへのリンク部分 #toplink 
_____________________________________________________________________*/

#toplink {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 100%;
	width: 720px;
	font-weight: bold;
}

#toplink ul{
	margin:2px 0 0 0;
	padding:0;
	list-style:none;
	height:26px;
	overflow:hidden;
}

#toplink li{
	margin:2px 2px 0 0;
	padding:0;
	float:left;
	width:110px;
}

#toplink a{
	display:block;
	margin:0;
	padding:6px 0;
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
	background-color: #F1B202;
}

#toplink a:hover{
color: #F1B202;
background-color:#FFFFFF;
}

