@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-size:80%;
	line-height:160%;
	letter-spacing:0.03em;
	color:#383636;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
div#entry h2 {
	background-image:url(http://www.omiyasan.net/img/icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

h3 {
	color:#c00;
	border-bottom:2px solid #333;
}
h4 {
	clear:both;
	margin-bottom:5px;
}
h2 {
	background-image:url(http://www.omiyasan.net/img/icon.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	clear:both;

}
span {
	font-size:90%;
	color:#666;
	margin-left:25px;
}

a:link {
	color:#36c;
	text-decoration:none;
}
a:visited {
	color:#36c;
	text-decoration:none;
}
a:hover {
	color:#36c;
	text-decoration:underline;
}
a:active {
	color:#36c;
	text-decoration:underline;
}

/*-----------画像関係------------*/

img {
	border:0;
}

img.left {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
img.right {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}
div#entry a img {
	border:1px solid #ccc;
}
div#entry a:hover img  {
	border:1px solid #36c;
}

/*-----------レイアウト関係------------*/

div.wrapper {
	width:960px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
div.inner {
	background-image:url(http://www.omiyasan.net/img/bg-side.gif);
	background-position:left top;
	background-repeat:repeat-y;
	text-align:left;
}


div#title {
	background:#eee;
	text-align:center;
	background:#000;
}
div.headliner {
	background-image:none;
	width:960px;
}

div#main-image {
	text-align:right;
	border-bottom:5px solid #000;
}
div#contents {
	float:left;
	width:570px;
	margin-left:10px;
	padding:0 5px 10px 0;
	text-align:left;
}
div#side {
	float:left;
	width:180px;
	color:#fff;
	padding-top:10px;
}
div#footer {
	border-top:2px solid #000;
	clear:both;
	width:770px;
	margin-left:190px;
	margin-top:10px;

	background:#fff;
}

/*-----------タイトル------------*/

div#title td {
	height:30px;
}


/*-----------トップページ------------*/


div#main-image.img {
	padding-bottom:10px;
	background-image:url(http://www.omiyasan.net/img/shadow.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
div#concept {
	clear:both;
	margin-bottom:20px;
	padding:10px;
	border:2px solid #333;
}
div.new {
	clear:both;
}

div.new img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
/*-----------サイド------------*/

div#side dt {
	font-weight:bold;
	margin-left:0;
	background-image:url(http://www.omiyasan.net/img/bg-dt.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:2px;
}

div#side a:link,div#side a:visited,div#side a:hover {
	color:#fff;
}
div#side a:link,div#side a:visited {
	text-decoration:none;
}
div#side a:hover {
	text-decoration:underline;
}

/*-----------右ナビ------------*/

div#right {
	width:180px;
	float:right;
	padding-bottom:10px;
}
/*-----------サインイン------------*/

div.widget-content {
	text-align:center;
	background:#eee;
	border:1px solid #ccc;
	line-height:200%;
	width:100%;
}
/*-----------投稿フォーム------------*/
table.form-table {
	width:100%;
}
table.form-table td {
	border-bottom:1px dotted #ccc;
}
div.form {
	border:1px solid #c96;
	background:#fff2e9;
	padding:10px;
}
/*-----------登録の仕方------------*/
div.user dt {
	font-weight:bold;
}
div.user dd {
	margin-bottom:10px;
}

/*-----------サムネイル------------*/

.thumbnail {
	text-align:center;
	width:141px;
	height:135px;
	float:left;
	font-size:90%;
	margin-bottom:5px;

}

.thumbnail img {
	border:1px solid #ccc;
}

/*-----------記事関係------------*/
div.entry {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
div.photo-space {
	width:240px;
	float:left;
}
div.photo-space img {
	width:240px;
	padding-bottom:10px;
}
div.detail {
	width:320px;
	float:right;
}
/*-----------データ関係------------*/
dl.data {
	width:100%;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	clear:both;
}
dl.data dt, dl.data dd {
	background-color:#eee;
	margin-left:0;
	margin-bottom:0;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:100px;
	border-top:1px solid #ccc;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:110px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 0px 5px;
}

/*-----------データ関係------------*/

table.list {
	font-size:90%;
	width:100%;
	background:#ccc;
}
table.list td,table.list th {
	background:#fff;
}

/* ---------------アフィリ--------------- */
div.affiliate {
	margin-right:4px;
	margin-left:4px;
	width:100px;
	float:left;
	font-size:80%;
	text-align:center;
}

div.affiliate img {
	border:1px solid #ccc;
	height:100px;
}





