﻿
/* == ヘッダ == */
.box_head
{
	padding: 10pt;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #D9E1EF;
	background: #FFFFFF;
}
.site_title
{
	font-size: 150%;
	text-align: center;
	margin: 0.2em;
}
.site_description
{
	font-size: 95%;
	text-align: center;
}
.site_description a:link,.site_description a:visited
{
	text-decoration:none;
	color:#0066FF;
}

/* == 検索ボックス == */
.box_search
{
	background-color: #BBCBE5;
	text-align: center;
	min-height: 5px;
}
#keywords
{
	margin: 1pt;
	padding: 1pt;
	width: 22em;
}
.submit
{
	margin: 1pt;
}

/* == レシピ一覧 == */
.recipes
{
	margin: 0.8em 0 0 0;
}
.recipe
{
	margin: 0 0 1em 0;
}
.recipe_title
{
	font-size: 100%;
	font-weight: bold;
	padding: 0.1em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #8D98C3;
}
.recipe_title a:visited, .recipe_title a:link
{
	text-decoration: none;
}

.recipe_description
{
	font-size: 85%;
	margin: 0.2em;
}
.recipe_info
{
	color: #364273;
	font-size: 85%;
	padding: 2pt 2pt 0 2pt;
	text-align: right;
}
.recipe_info_end
{
	clear: right;
}
.recipe_created, .recipe_author
{
	margin: 0 0 0 0.5em;
}
.tags
{
	font-size: 85%;
	padding: 2pt;
	float: left;
}
.tag
{
	display: inline;
	margin: 0 0.4em 0 0;
}
.tag a:visited, .tag a:link
{
	text-decoration: none;
	color: #008000;
}
.tag a:hover
{
	text-decoration: underline;
}


/* == silverlight */
.nosilverlight
{
	margin: 5em;
	text-align: center;
	line-height: 1.2em;
}
.install_silverlight_button
{
	margin: 1em;
}


/* == その他 == */

.box_foot
{
	clear: both;
	color: #646FB0;
	border-color: #646FB0;
	border-style: solid;
	border-width: 1px 0 0 0;
	text-align: center;
	font-size: 90%;
	padding: 0.5em;
}
.box_foot a:link, .box_foot a:visited
{
	text-decoration: none;
	color: #646FB0;
}
.box_foot a:hover
{
	text-decoration: underline;
}

h1.page_title
{
	font-size: 120%;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0.2em;
	border-style: solid;
	border-width: 0 0 2px 0;
}

.site_title a:link, .site_title a:visited, h2 a:link, h2 a:visited
{
	color: #000000;
	text-decoration: none;
}
.layout_main
{
	background-color: #F7F9FC;
	padding: 10px;
}

.box
{
	padding: 5pt;
	border-style: solid;
	border-color: #5D6BA2;
	border-width: 1px;
	background: #FFFFFF;
}

.pagelinks
{
	float: right;
	font-size: 85%;
}
.pagelinks ul
{
	display: inline;
}
.pagelinks ul li
{
	display: inline;
	padding: 0 0.2em 0 0.2em;
}
.pagelink_prev, .pagelink_prev_disabled, .pagelink_next, pagelink_next_disabled
{
	padding: 0 0.2em 0 0.2em;
}
.endbox
{
	clear: both;
}


