/*------------------------------------------------------------*/
/*			3カラム対応レイアウト							  */
/*------------------------------------------------------------*/
@charset "UTF-8";

*,html {
  padding: 0;
  margin: 0;
  font-style:normal;
}

/*------------------------------------------------------------*/
body {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

#layout {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:60px;
	margin:1em 0;
}
h1#title {
	font-weight:bold;
	color:#688A00;
	margin:0;
}
#header a {
	text-decoration:none;
	color:#688A00;
}

#footer {
	margin-top:1em;
	clear:both;
	text-align:center;
}
#footer p {
	color:#000;
	padding:10px;
}

/*------------------------------------------------------------*/

#leftWrapper {
	float:left;
	margin:10px -200px 1em 0;
	width:100%;
}

	#contentWrapper {
		float:right;
		margin-left:-200px;
		width:100%;
	}
		#contents {
			margin:0 200px;
			padding:0px;
		}
	#leftSide {
		float:left;
		padding:0px;
		width:200px;
	}

#rightSide {
	margin-top:10px;
	float:right;
	padding:5px;
	width:190px;
}


/*------------------------------------------------------------*/
#globalnavi {
	clear:both;
}

#globalnavi ul {
	list-style: none;
	height:25px;
	background-image:url(images/global.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;	
}

#globalnavi li {
	width: auto;
	float: left;
	display:inline;
	border-right: 2px groove #cccccc;
}

#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0 1em;
	color: #fff;
	height:2em;
	line-height:2em;
}
#globalnavi li a.active {
	background-image:url(images/global_active.png);
	color:#688A00;
}

#globalnavi li a:hover {
	background-image:url(images/global_active.png);
	background-repeat:repeat-x;
	color: #688A00;
}

/*------------------------------------------------------------*/

/* -- パン屑リスト -- */
.topic-path {
	margin:0;
	clear:both;
	height:2em;
	line-height: 2em;
	border-bottom: 1px solid #688A00;
	padding:0 1em;
	background-color: #EDF8C9;
}

.borders {
	border:1px dotted #ccc;
	padding:1em;
	background-color:#F8FDE8;
}

.noborders {
	/*border:1px dotted #ccc;*/
	padding:1em;
}

.latest_posts {
	margin-top: 0.5em;
	border-bottom: 1px dotted #ccc;
}
.noborders h2 {
	font-size: 1.2em;
	color:#688A00;
	margin-top:0;
}
.latest_posts h3 {
	font-size: 1em;
	margin:0 0 0.2em 0;
}
.latest_posts strong {
	color:#688A00;
}
.latest_posts p {
	margin:0;
	color:#688A00;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.top {
	vertical-align:top;
}
.middle {
	vertical-align:middle;
}

/*-----------------------------------------------------------*/

.thumbnails  {
}
.thumbnails li {
border:1px double #CCCCCC;
float:left;
height:100px;
margin:5px 5px 0 0;
padding:5px;
text-align:center;
width:100px;
}
.thumbnails a {
}
.thumbnails img {
margin:auto;
vertical-align:middle;
}
.thumbnails h4 {
font-size:10px;
}
.clear{clear:both;display:none;}

table#refer_rank,
table#vote_rank {
	width:100%;
	margin-top:2em;
}

table#info {
	width:100%;
	clear:both;
}
/*table#info td#infoRight {
	width:202px;
}
table#info td#infoLeft {
	width:325px;
}*/
.infoPhoto {
	margin-bottom:1em;
	border:1px solid #ddd;
	backgroud-color:#f9f9f9;
	width:200px;
	height:150px;
}
.fixed { clear:both }
.leftFloat {
	width:50%;
	float:left;
}
.rightFloat {
	width:50%;
	float:right;
}
