@charset "utf-8";

a:link    {color:#6688ff;text-decoration:none}
a:visited {color:#6688ff;text-decoration:none}
a:active  {color:#ff8866;text-decoration:none}
a:hover   {color:#ff8866;text-decoration:underline}

html {
	/*font-size: 62.5%;*/
}
body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	background: url('./picture/system/background.jpg') no-repeat top right;
	background-color:#ffffff;
}

#wrap {
	width: 960px;
	padding:10px 10px 10px 10px;
	margin:0px auto 0px auto;
	overflow: auto;
	/*background-color:#f0f8ff;*/
}

header {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}
header h1 {
	border-bottom:solid 2px #384858;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
header #logo {
	color:#384858;
	font-size:70px;
	line-height:100%;
	/*font-family: 'Garamond', serif;*/
	font-family: 'Cormorant Garamond', serif;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-shadow: 2px 2px 6px rgba(0,16,32,0.5);
}
header #logo:visited {
	color:#384858;
}
header #logo:hover {
	color:#384858;
	text-decoration:none;
}
#spacer {
	height:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#main {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*background-color:#ffffff;*/
}

footer {
	text-align:center;
	font-size:16px;
	color:#888888;
	background-color:#222222;
	padding:20px 0px 30px 0px;
	margin:20px auto 0px auto;
	border-top:solid 10px #14181d;
}
footer small{
	font-size:14px;
}


/* ナビゲートボタン類 */
#page_top {
	display: none;
	position: fixed;
	bottom:20px;
	right:0px;
	width:80px;
	height:80px;
}
#page_top a {
	display: block;
	width:80px;
	height:80px;
	background: url('./picture/system/btn_pagetop.png') no-repeat top left;
}

#mobile{
	display: none;
}
#mobile_index {
}
#mobile_top {
}
#mobile_menu {
}
#blind {
	display: none;
}




#sub h3 {
	color:#dddddd;
	font-size:24px;
	line-height:100%;
	font-family: 'Cormorant Garamond', serif;
	font-weight:bold;
	padding:6px 10px 6px 0px;
	margin:0px 0px 20px 0px;
	text-align:right;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	background: url('./picture/system/bg-menutitle.png') no-repeat top right;
	opacity: 0.8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#sub_category {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#sub_category ul {
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
#sub_category li {
	display:inline-block;
	width:310px;
	color:#555555;
	font-size:20px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 10px 5px;
	text-align:right;
}
#sub_category li a {
	display:block;
	color:#ffffff;
	line-height:100%;
	font-weight:normal;
	padding:50px 10px 5px 5px;
	margin:0px 0px 0px 0px;
	Opacity: 0.8;
	border-left:solid 10px #6688ff;
	border-radius: 5px;
	text-shadow: 1px 1px 3px rgba(0,16,32,1.0);
}
#sub_category li a:visited {
	color:#ffffff;
}
#sub_category li a:hover {
	color:#ffffff;
	text-decoration:none;
	Opacity: 1.0;
	border-left:solid 10px #66ff88;
}
#sub_category .selected {
	Opacity: 1.0;
	border-right:solid 10px #66ff88;
}
#rating .block {
	color:#888888;
	font-size:16px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#rating .block a {
	color:#6688ff;
	text-decoration: none;
	background: none;
	border:solid 1px #6688ff;
	padding:1px 40px 0px 40px;
	margin:0px 0px 0px 20px;
	text-shadow: none;
	border-radius: 5px 5px 5px 5px;
}
#rating .block a:visited {
	color:#6688ff;
}
#rating .block a:hover {
	color:#ffffff;
	background-color: #6688ff;
}
#search .block {
	font-size:14px;
	color:#888888;
	text-align:left;
	margin:0px 10px 20px 15px;
	padding:0px 0px 0px 0px;
}
#tag_cloud .block {
	color:#888888;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	line-height:180%;
	padding:10px 0px 10px 5px;
	margin:0px 0px 20px 0px;
}
#tag_cloud .block strong {
	font-size:22px;
	font-weight:bold;
}
#tag_cloud .block a {
	color:#888888;
}
#tag_cloud .block a:visited {
	color:#888888;
}
#tag_cloud .block a:hover {
	color:#6688ff;
}

form {
	margin:0px;
	/*padding:0px;*/
}
input,select{
	height: auto;
	font-size:14pt;
	color:#888888;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px;
	padding:4px;
	vertical-align: middle;
	background-color:#ffffff;
}
hr {
	color: #cccccc;
	border-color: #eeeeee;
	height: 1px;
	border: 1px;
	margin:5px;
	padding:0px;
}
img {
	border-width:0px;
	vertical-align: top;
}
iframe {
	border-width:0px;
}

#route {
	color:#88aa99;
	font-size:14px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:right;
	margin:0px 0px 0px 0px;
}
#route a {
	color:#228866;
}
#route a:visited {
	color:#228866;
}

#information {
	margin:40px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#information h2 {
	color:#384858;
	font-size:32px;
	line-height:100%;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	line-height:140%;
	text-align:left;
	margin:0px 0px 10px 0px;
	text-shadow: 2px 2px 6px rgba(0,16,32,0.5);
}
#information .text {
	color:#666666;
	font-size:20px;
	font-weight:normal;
	line-height:160%;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 10px;
}
#information .text p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

/* top right bottom left */

#main {
	color:#888888;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
	border-radius: 5px;
}
#main .block,#main #conf,#main #relation {
	padding:12px 12px 12px 12px;
	margin:0px 0px 30px 0px;
	/*border:solid 1px #666666;*/
	border-radius: 5px;
	box-shadow: 0px 0px 6px 1px rgba(64,96,128,0.2);
}
#main article {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#main h2 {
	color:#384858;
	font-size:32px;
	line-height:100%;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	line-height:140%;
	text-align:left;
	margin:0px 0px 10px 0px;
	text-shadow: 2px 2px 6px rgba(0,16,32,0.5);
}
#main h2 span {
	font-size:24px;
}
#main h3 {
	color:#ffffff;
	font-size:24px;
	line-height:100%;
	font-weight:normal;
	line-height:140%;
	text-align:left;
	padding:5px 0px 0px 10px;
	margin:0px 5px 10px 5px;
	border-radius: 5px;
	background-color:#384858;
}
#main h3 span {
	font-size:24px;
}
#main h3 small {
	font-size:18px;
	line-height:100%;
}
#main h3 a {
	color:#ffffff;
}
#main h3 a:visited {
	color:#ffffff;
}
#main h3 a:hover {
	color:#ffffff;
	text-decoration:none;
}
#main h4 {
	color:#ffffff;
	font-size:24px;
	line-height:100%;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	text-shadow: 2px 2px 6px rgba(0,16,32,0.7);
}
#main h5 {
	color:#ffffff;
	font-size:24px;
	line-height:140%;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:solid 2px #dddddd;
}
#main h5 a {
	color:#6688ff;
}
#main h5 a:visited {
	color:#6688ff;
}
#main h5 a:hover {
	color:#6688ff;
	/*text-decoration:none;*/
}
#main #category {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-shadow: 1px 1px 4px rgba(0,16,32,0.7);
}
#main .block img {
	margin:0px 0px 10px 0px;
}
#main .block .text {
	color:#666666;
	font-size:20px;
	font-weight:normal;
	line-height:160%;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
#main .block .text p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 10px;
}
#main .block .text ul {
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 30px;
}
#main .block .text small {
	font-size:10px;
	color:#aaaaaa;
}
#main .block .text .download {
	color:#ffffff;
	display:block;
	text-align:center;
	border:solid 1px #6688ff;
	background-color: #6688ff;
	padding:20px 20px 20px 20px;
	margin:20px 10px 20px 10px;
    border-radius: 10px;
}
#main .block .text .drawer {
	border:solid 1px #6688ff;
	padding:10px 10px 10px 10px;
	margin:0px 0px 20px 0px;
    border-radius: 5px;
}
#main .block .text .drawer_caption {
	color:#ffffff;
	background-color: #6688ff;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
    border-radius: 5px;
}
#main .block .text .drawer_contents {
	margin:20px 0px 0px 0px;
}
#main .block .text .download:visited {
	color:#ffffff;
}
#main .block .text .download:hover {
	color:#6688ff;
	text-decoration: none;
	background: none;
}
#main .block .image {
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
#main .block .more {
	width:200px;
	float:left;
	font-size:22px;
	text-align:left;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}
#main .block .more a {
	color:#ffffff;
	text-decoration: none;
	background-color: #6688ff;
	border:solid 1px #6688ff;
	padding:7px 20px 5px 20px;
	border-radius: 5px;
}
#main .block .more a:hover {
	color:#6688ff;
	background-color: #ffffff;
}
#main .block .author {
	width:320px;
	float:right;
	color:#aaaaaa;
	font-size:14px;
	font-weight:normal;
	line-height:140%;
	padding:0px 10px 0px 0px;
	text-align:right;
	border-right:solid 10px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	margin:10px 0px 0px 0px;
	border-bottom-right-radius: 5px;
}
#main .block .author strong{
	font-size:36px;
	color:#cccccc;
	font-weight:bold;
	font-style: italic;
}
#main .adsense {
	width:920px;
	padding:0px 0px 0px 0px;
	margin: 40px auto 40px auto;
}
#main .thumbnail {
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#main .thumbnail_wrap {
	text-align:left;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	background-color:#ff0000;
}
#main .thumbnail .image {
	width: 200px;
	height: 200px;
	background-repeat:no-repeat;
	background-position:center;
	padding:0px 0px 0px 0px;
	margin:10px auto 15px auto;
    /*border-radius: 5px;*/
}
#main .thumbnail a {
	width:218px;
	height:255px;
	display:inline-block;
	color:#8899aa;
	background-color:#ffffff;
	font-size:12px;
	padding: 5px;
	border:solid 1px #eeeeff;
	text-align:center;
	vertical-align:top;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	box-shadow: 0px 0px 4px 1px rgba(64,96,128,0.1);
    border-radius: 5px;
}
#main .thumbnail a:visited {
	color:#8899aa;
	background-color:#ffffff;
}
#main .thumbnail a:hover {
	color:#224466;
	background-color:#aaccff;
	/*border:solid 1px #ccaaaa;*/
	text-decoration:none;
}
#main .link {
	display:block;
	color:#666666;
	font-size:18px;
	font-weight:normal;
	line-height:140%;
	padding:10px 0px 10px 0px;
	margin:10px 0px 0px 15px;
	text-align:left;
	border-bottom:dotted 3px #dddddd;
}
#main .link:visited {
	color:#666666;
}
#main .link:hover {
	color:#666666;
	background-color:#f0fff8;
	text-decoration:none;
}
#main .link img{
	vertical-align:middle;
}
#main .button {
	display:block;
	width:400px;
	padding:20px;
	text-align:center;
	margin:0px auto 30px auto;
	border:solid 1px #6688ff;
	color:#6688ff;
	background-color:#ffffff;
    border-radius: 10px;
}
#main .button:visited {
	color:#6688ff;
}
#main .button:hover {
	text-decoration:none;
	border:solid 1px #6688ff;
	color:#ffffff;
	background-color:#6688ff;
}
#main .quotation {
	color:#888888;
	border-left:solid 10px #aaaaaa;
	padding:5px 5px 5px 5px;
	margin:5px 0px 0px 0px;
	background-color:#eeeeee;
    border-radius: 5px;
}
#main .quotation a {
	color:#888888;
}
#main .quotation a:visited {
	color:#888888;
}
#main .result {
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
}
#main .result h5 {
	color:#666666;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#main .result .thumbnail {
	float:left;
	width:180px;
	opacity:0.7;
    border-radius: 5px;
}
#main .result .thumbnail:hover {
	opacity:1.0;
}
#main .result .text {
	float:right;
	width:380px;
	color:#666666;
	text-align:left;
	font-size:18px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#main .result .tag {
	float:right;
	width:380px;
	color:#888888;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	background-color:#eeeeee;
    border-radius: 10px;
}
#conf .text{
	color:#aaaaaa;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#time_score {
	color:#aaaaaa;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
}

#main table.exif {
	width: 100%;
	font-size:14px;
	border: 1px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0px 0px 20px 0px;
}
#main table.exif th {
	padding: 2px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
#main table.exif td {
	padding: 2px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	line-height:120%;
}

#main table.camera {
	width: 100%;
	font-size:14px;
	border: 1px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0px 20px 0px;
}
#main table.camera th {
	padding: 2px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
#main table.camera td {
	padding: 2px 2px 2px 5px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	line-height:120%;
}

#main table.statistics {
	width: 100%;
	border: 1px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:0px;
	margin-bottom:20px;
}
#main table.statistics th {
	font-size:11px;
	color:#666666;
	padding: 2px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#main table.statistics td {
	font-size:12px;
	color:#666666;
	padding: 2px 2px 2px 3px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
	line-height:120%;
}
#main .graph {
	height:14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #88aaff;
	/*background: url('./picture/system/graph.jpg') no-repeat top left;
	background-size: contain;*/
}
#main table.review_data {
	width: 100%;
	border: 3px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:0px;
	margin-bottom:0px;
}
#main table.review_data th {
	width: 120px;
	color:#666666;
	font-size:14px;
	padding: 2px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#main table.review_data td {
	color:#666666;
	font-size:14px;
	padding: 2px 2px 2px 3px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
	line-height:120%;
}
#main table.review_data .degree {
	color:#ffcc00;
	font-weight:bold;
}

#main table.review_photo {
	width: 100%;
	border: 3px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:0px;
	margin-bottom:20px;
}
#main table.review_photo th {
	width: 120px;
	font-size:14px;
	padding: 2px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#main table.review_photo td {
	padding: 2px 2px 2px 3px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
	line-height:120%;
}

table.layout {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
}
table.layout th {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	vertical-align: baseline;
}
table.layout td {
	font-weight: normal;
	text-align: right;
	padding: 0px;
	vertical-align: baseline;
}

#picture a {
	width:138px;
	height:150px;
	float: left;
	display: block;
	/*Opacity: 0.75;*/
	margin:5px 4px 5px 4px;
	padding:0px 0px 0px 0px;
	border-radius: 5px;
}
#picture .block {
	padding:8px 8px 8px 8px;
	margin:0px 0px 30px 0px;
}
#picture a:visited {
}
#picture a:hover {
	/*Opacity: 1.0;*/
}

#comment {
}
#comment h3 {
	color:#555555;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 10px 1px;
	text-align:left;
	margin:10px 0px 0px 0px;
}

#comment .text {
	color:#555555;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	padding:3px 5px 3px 5px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

#comment .author {
	color:#A0A0A0;
	font-size:11px;
	font-weight:normal;
	padding:2px 0px 0px 10px;
	text-align:right;
	border-bottom:dotted 1px #806080;
	margin-bottom:10px;
}

#trackback {
}
#trackback h3 {
	color:#555555;
	font-size:12px;
	font-weight:bold;
	padding:1px 9px 0px 1px;
	text-align:left;
	margin:10px 0px 0px 0px;
}
#trackback .title {
}
#trackback .text {
	color:#555599;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	padding:3px 5px 3px 5px;
	text-align:left;
	margin:0px 0px 0px 0px;
}
#trackback .author {
	color:#A0A0A0;
	font-size:11px;
	font-weight:normal;
	padding:2px 0px 0px 10px;
	text-align:right;
	border-bottom:dotted 1px #806080;
	margin-bottom:10px;
}


#page {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
}
#page ul {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#page li {
	display: inline;
	margin-right: 2px;
}
#page li a {
	height:50px;
	overflow: hidden;
	line-height:250%;
	display: inline-block;
	padding: 0px 10px;
	background-color: #6688ff;
	border: 1px #6688ff solid;
	text-decoration: none;
	color: #ffffff;
}
#page li a:hover {
	overflow: hidden;
	background-color: #ffffff;
	border: 1px #6688ff solid;
	text-decoration:none;
	color: #6688ff;
}
#page li strong {
	height:50px;
	overflow: hidden;
	line-height:250%;
	display: inline-block;
	display: inline-block;
	padding: 0px 10px;
	background-color: #ffffff;
	border: 1px #6688ff solid;
	color: #6688ff;
}
#page li span {
	height:50px;
	overflow: hidden;
	line-height:250%;
	display: inline-block;
	padding: 0px 10px;
	background-color: #6688ff;
	border: 1px #6688ff solid;
	color: #aaeeff;
}
#page li .left {
	width:150px;
	border-radius: 10px 0px 0px 10px;
}
#page li .right {
	width:150px;
	border-radius: 0px 10px 10px 0px;
}

#conf {
	margin: 0px 0px 30px 0px;
}
#conf .text {
	font-size:20px;
	margin: 0px 0px 0px 20px;
}
#relation {
	margin: 0px 0px 30px 0px;
}
#relation ul {
	list-style-type: none;
	text-align: left;
	font-size: 18px;
	color:#888888;
	padding:0px 0px 0px 0px;
	margin:0px 10px 10px 15px;
}
#relation li span {
	display: block;
	font-size: 14px;
	margin:0px 10px 20px 30px;
}




.clear {
	clear:both;
}





/* top right bottom left */



/* メディアクエリー --------------------------------------------------- */
@media screen and (min-width: 1700px) {

#wrap {
	width:1680px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	border-radius: 0;
	overflow: auto;
}
#main .adsense {
	width:1640px;
}


}

@media screen and (max-width: 640px) {

#wrap {
	width:620px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	border-radius: 0;
	overflow: auto;
}
body {
	-webkit-text-size-adjust: 100%; /* スマホ用 */
	background: none;
	}
#main {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*background-color:#ffffff;*/
	float:none;
}

#picture a {
	Opacity: 1.0;
}

#sub_category li {
	display:inline-block;
	width:300px;
	color:#555555;
	font-size:20px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 10px 5px;
	text-align:right;
}

#main .thumbnail .image {
	width: 180px;
	height: 180px;
	background-repeat:no-repeat;
	background-position:center;
	padding:0px 0px 0px 0px;
	margin:10px auto 15px auto;
    border-radius: 5px;
}
#main .thumbnail a {
	width:184px;
	height:230px;
	display:inline-block;
	color:#8899aa;
	background-color:#ffffff;
	font-size:12px;
	padding: 5px;
	border:solid 1px #eeeeff;
	text-align:center;
	vertical-align:top;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	box-shadow: 0px 0px 4px 1px rgba(64,96,128,0.1);
    border-radius: 5px;
}
#main .adsense {
	width:580px;
}









}
