/*  
Theme Name: TFCR
Theme URI: http://www.homepagegallery.jp/
Description: つくばフィルムコミッション様専用テーマ
Version: 1.0
Author: Minimsl Inc.
Author URI: http://www.homepagegallery.jp/
*/

@import url(sidebar.css);

body {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background: #000 url(images/bk.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

img { border: 0px; }

a {
	color: #000000;
	text-decoration: none;
}

td { vertical-align: top; }

form, table, ul, li {
	padding: 0px;
	margin: 0px;
}

.sub { border: 0px; }

input, textarea { border: 1px solid #cecece; }

h1 {
	padding: 0.2em;
	margin: 0.2em;
}

h2 {
	padding: 0px 0px 0px 5px;
	border-left: #0054a6 6px solid;
	font-size: 16px;
	color: #666;
	line-height: 18px;
	margin: 5px 0px;
}

div#page {
	width: 850px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	border: 1px solid #242424;
}

/*header*/

div#header {
	height: 80px;
	width: 100%;
	background: url(images/header_bg.gif) #000;	
	border-bottom: 5px #23405e solid;
}

div#header #header_title {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}

div#header #header_right {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

img#logo { margin: 8px 0px 0px 20px; }

/* end header */

/*menu*/
div#menu {
	height: 43px;
	width: 100%;
	background: url(images/menu_bg.png) repeat-x top #12273e;
}

div#menu ul { margin: 0; }

div#menu ul li {
	float: left;
	height: 43px;
	display: inline;
	background: url(images/menu_sep.png) top right no-repeat;
	list-style: none;
}

div#menu li a {
	padding: 17px 15px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #dde;
	text-decoration: none;
	display: block;
}

div#menu li a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

/* end menu */

/*blog*/

div#page #blog { clear: left; }
{
}

#blog_left {
	width: 190px;
	overflow: hidden;
	background-color: #000;
	padding-top: 10px;
}

#blog_center {
	background:#fff;
	padding: 10px 0px 20px 0px;
	width: 660px;
	overflow: hidden;
	line-height: 1.8em;
}

/* item class*/
#blog_center .item_class {
	margin: 0px 10px;
	width: auto;
	overflow: hidden;
}

.blog_item {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

#blog_center .item_class .blog_item_title {
	padding: 6px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #4aab37;
	border-width: 1px 0px;
	text-align: left;
}

table.post_date {
	width: 40px;
	border-collapse: collapse;
}

table.post_date th {
	height: 12px;
	padding: 0px auto;
	border: #0054a6 2px solid;
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	text-align: center;
	background-color: #0054a6;
}

table.post_date td {
	padding: 2px auto;
	border: #0054a6 2px solid;
	font-size: 14px;
	font-weight: bold;
	color: #0c4330;
	text-align: center;
	background-color: #fff;
}

#blog_center .item_class .blog_item_title div.item_text1 {
	font-size: 18px;
	font-weight: bold;
}

#blog_center .item_class .blog_item_title div.item_text1 a { color: #0054a6; }

#blog_center .item_class .blog_item_title_top {
	height: 12px;
	width: 100%;
	margin: 0;
	background: #EBEBEB url(images/item_title_bg1.gif) no-repeat right top;
}

#blog_center .item_class img {
	padding: 0px;
	margin: 0px;
}

#blog_center .item_class .blog_item_title_end {
	height: 12px;
	width: 100%;
	margin: 0px 10px 0px 0px;
	background: #EBEBEB url(images/item_title_bg2.gif) no-repeat right top;
}

#blog_center .item_class .item_date {
	height: 36px;
	width: 32px;
	padding-left: 5px;
	margin-right: 15px;
	margin-left: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	background: url(images/date.png) top;
}

#blog_center .item_class .item_date .item_date_month {
	padding-bottom: 3px;
	color: #fff;
	line-height: 14px;
}

#blog_center .item_class .item_date .item_date_date {
	padding-right: 5px;
	color: #330000;
	line-height: 16px;
}

#blog_center .item_class .item_text2 {
	font-size: 11px;
	color: #666;
	text-align: left;
}

#blog_center .item_class .item_text2 a {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	text-align: left;
}

#blog_center .item_class .item_text2 a:hover {
	color: #666666;
	text-decoration: underline;
	text-align: left;
}

#blog_center .item_class .item_text3 { margin: 0px; }

#blog_center .item_class .item_text3 a {
	color: #0c4330;
	text-decoration: none;
}

#blog_center .item_class .item_text3 a:hover {
	color: #666;
	text-decoration: underline;
}

#blog_center .item_class .blog_text3 {
	padding: 0px;
	color: #4c4c4c;
	text-align: left;
}

#blog_center .item_class .panel {
	text-align:right;
	/*height:27px; by minimal*/
	width:100%;
	margin-top: 0px;
}

#blog_center .item_class .panel .panel_links {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#blog_center .item_class .panel .panel_links span.comm a {
	padding: 2px 0px 2px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #0054a6;
	text-decoration: none;
	background: url(images/comm.gif) no-repeat;
	background-position: 1px 0px;
}

div.item_sep {
	clear: both;
	height: 2px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	background-image: url(images/item_sep.gif);
	background-position: 100% 0%;
	background-repeat: repeat-x;
}

/* end item class*/

/* blog comm*/
#blog_center .item_class .blog_comm {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#blog_center .item_class .blog_comm .comm_count {
	padding-top: 15px;
	padding-bottom: 7px;
	font: bold 12px;
	color: #999999;
}

#blog_center .item_class .blog_comm .comm_data {
	height: 20px;
	text-align: left;
	background: url(images/comm_panel_bg.png) repeat-x top;
}

#blog_center .item_class .blog_comm .comm_data_pad {
	padding-top: 2px;
	padding-left: 5px;
	font: normal 11px;
	color: #666666;
}

#blog_center .item_class .blog_comm .comm_data_pad a {
	font: 11px;
	color: #666666;
	text-decoration: underline;
}

#blog_center .item_class .blog_comm .comm_data_pad a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#blog_center .item_class .blog_comm .comm_text {
	padding-left: 5px;
	font: normal 12px/20px;
	color: #666666;
}

#blog_center .item_class .blog_comm .bl_line {
	height: 1px;
	width: 100%;
	padding-top: 5px;
	background: url(images/line_bl.png) repeat-x bottom;
}

#blog_center .item_class #comm_form {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0054a6;
	text-align: left;
}

#blog_center .item_class #comm_form #form_title {
	padding-bottom: 7px;
	padding-left: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #0054a6;
	font: bold 14px;
	color: #0054a6;
}

#blog_center .item_class #comm_form .form_table {
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 11px;
	background: url(images/form_comm_bg.png) repeat-y top;
}

#blog_center .item_class #comm_form .form_comm_end {
	height: 15px;
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	background: url(images/form_comm_end_bg.png) no-repeat top;
}

/* blog comm end*/

#blog_right { 
	width: 190px;
	background: #e5e5e5;
	padding-top: 10px;
}

/*end blog*/

/*footer*/
div#footer {
	width: 810px;
	padding: 10px 20px;
	background: #f4f2e9 url(images/footer_bg.gif);
	background-color: #000;
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

#footer_copy {
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	background-color: #222;
	text-align: center;
	width: 100%;
}

/* end footer */

.item_class blockquote {
	padding-left: 12px;
	background: url(images/bq_bg.png) left repeat-y top;
}

.item_class ol { background: none; }

.item_class ul {
	padding-left: 30px;
	list-style-image: url(images/ul_li.png);
}

.item_class img {
	float: left;
	margin: 5px;
}

/*追加 フォント指定*/
.px10 {
	font-size: 10px;
	line-height: 1.5em;
}

div#header #header_right .px10 {
	clear: right;
	padding-bottom: 5px;
	color: #ccc;
	text-align: right;
}

/*home*/
div.top { width: 468px; }

/*page.php*/
#page_title {
	clear: left;
	height: 50px;
	width: 100%;
	margin-bottom: 5px;
	background: url(images/page_midashi-bg.gif) no-repeat right bottom;
}

#page_title div.item_text1 {
	position: relative;
	left: 10px;
	top: 16px;
	height: 50px;
	vertical-align: middle;
}

#page_title a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

#page_title a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px #ccc dotted;
}

#child_menu {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#child_menu ul {
	padding: 0;
	margin: 0;
	list-style: url(none);
}

#child_menu ul li {
	display: inline;
	float: left;
	padding: 0px 7px 0px 7px;
	margin: 2px -1px 5px 0px;
	border: 1px #0c4330 solid;
	border-width: 0px 1px 0px 1px;
	line-height: 1.2em;
	height: 1.2em;
}

#child_menu a {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}

#child_menu a:hover {
	color: #0c4330;
	text-decoration: underline;
}

/*検索結果*/

#result { }

#result p {
	padding: 0px;
	margin: 0px;
}

#result .result-title {
	font-size: 14px;
	font-weight: bold;
}

#result .result-title a {
	font-size: 14px;
	font-weight: bold;
	color: #0054a6;
	text-decoration: underline;
}

#result .result-title a:hover {
	color: #80BFFF;
	text-decoration: underline;
}

#result .result-cat {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 10px;
	color: #666666;
}

#result .result-cat a {
	color: #666666;
	text-decoration: underline;
}

#result .result-cat a:hover { color: #999999; }

#result .result-text {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font: 12px/150%;
	color: #4c4c4c;
	text-align: left;
}

#flash{
	widows: 850px;
	height: 300px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#bread a { color: #666; }

img.top_title { margin: 0px; }

/*********************************************************/

table.spec { border-collapse:collapse; }

table.spec th {
	padding: 5px;
	border: 1px #ccc solid;
	font-weight: normal;
	background-color: #f5f5f5;
}

table.spec td {
	padding: 5px;
	border: 1px #ccc solid;
}

ul.attention {
	padding-left: 0px;
	margin-left: 5px;
	list-style-image: none;
	list-style-type: none;
}

ul.attention li {
	padding: 0px 0px 0px 22px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background: url(images/cyuui.gif) no-repeat 0px 3px;
	list-style-image: none;
}

ul#sitemap * { font-size: 13px; }

ul#sitemap li a {
	width: auto;
	text-decoration: none;
	background-image: none;
}

ul#sitemap li a:hover {
	color: #444;
	background-color: #fff;
}

ul#sitemap li {
	display: list-item !important;
	list-style-type: circle !important;
	color: #888;
}

ul#sitemap ul { padding: 0em 0em 0em 0em !important; }

input#search{ background: #fff url(images/search_bg.gif) repeat-x; }

