/*:::::::::*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 font-size: 13px;
 background:  url(http://www.kk35.jp/img/background.jpg) no-repeat top right #fff8ed;
}

img {
 border:0;
}

a {
 color: #246631;
}

a:visited {
 color: #590105;
}

a:hover {
 color: #70948F;
}

#wrapper {
 width: 806px;
 margin: 0px auto;
 padding: 0px;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 width: 100%;
 height: 76px;
 margin: 0px;
 padding: 0px;
 background: url(http://www.kk35.jp/img/bckgrnd_header.png) no-repeat top center;
}

#header #title {
 margin: 0px 0px 0px 30px;
 padding-top: 10px;
 color: #893434;
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	letter-spacing: 5px;
}

#header #title a {
 color: #893434;
}

#header div#description {
 margin: 2px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 0.8em;
 text-align: left;
letter-spacing: 3px;
}


/* Main contents */
/* メインコンテンツ設定 */
#main {
	background: url(http://www.kk35.jp/img/bckgrnd_mainBegin.png) no-repeat top center;
	padding-top: 31px;
	width: 806px;
}
#main a:link {
	color: #893434;
}
#main a:visited {
	color: #560008;
}
#main a:hover, #main a:active {
	color: #edb66f;
}
#mainContent {
	background: url(http://www.kk35.jp/img/bckgrnd_mainContent.png) repeat-y top center;
	overflow: hidden;
	width: 806px;
}

#contents {
 float: left;
 width: 375px;
 margin: 0px 0px 0px 10px;
 padding: 0px;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
	color: #510005;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	border-top: 1px dashed #d17d79;
	border-bottom: 1px dashed #d17d79;
}

#contents .contents_body {
 margin: 10px 0px 20px 20px;
 padding: 0px;
}

#contents h3 {
 margin: 25px 0px 5px 0px;
 padding: 0px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents h5 {
 padding: 0px;
 font: bold 0.8em 'arial', sans-serif;
 text-align: right;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#contents .posted {

}

/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 180px;
 margin: 0px 0px 10px 10px;
 padding: 0px 0px 0px 15px;
 font-size: 0.9em;
 text-align: left;
 line-height: 1.6;
}

.sidebar h4 {
 margin: 0px 15px 10px 0px;
 padding: 3px 10px;
 font: bold 0.9em 'arial', sans-serif;
 text-align: left;
	border-top: 1px dashed #d17d79;
	border-bottom: 1px dashed #d17d79;
}

.sidebar ul {
 list-style:none;
 width: 165px;
}

.sidebar p {
 padding: 3px 0px 3px 15px;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px 3px 15px;
 border-bottom: 1px dashed #CDDECD;
 color: #999999;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #006600;
 background: #CC9999;
}

#at35{
width:170px;
}

.link-note{
margin:0px 0px 20px 0px;}


/* フッター設定 */
#footer {
	background: url(http://www.kk35.jp/img/bckgrnd_mainEnd.png) no-repeat top center;
	clear: both;
	padding-top: 26px;
	margin-bottom: 1.0em;
	width: 806px;
}
#footer span {
	color: #ff6c00;
	display: block;
	font-size: 0.8em;
	line-height: 1.7;
	margin-left: 14px;
	margin-right: 15px;
	text-align: right;
	width: 777px;
}
