@charset "utf-8";
/*
Theme Name: warabi_cms_1
Theme URI: http://www.total-office-net.com
Description: トータルオフィスネット
Author: TotalOfficeNet
*/

/* CSS Document */
/*///////////////
#
#	MainColor => #fff100 (濃い黄色)
#	SubColor => #FFFFCC (薄い黄色)
#	SubColor => #FFA500（オレンジ色）
#
///////////////*/

/* ++++++ タグリセット ++++++ */
html, body, 
ul, ol, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
div, p, blockquote, 
th, td, 
form, fieldset, input, textarea, 
pre {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
/* ++++++ 共通設定 ++++++ */
body {
	text-align: center;
	color: #666666;
	background-color: #FFFFCC;
}
a {
	color: #FF0000;
}
a:hover {
	color:#FFA500;
}
ul, li {
	font-size: 14px;
	line-height: 1.5em;
}
p {
	margin: 0 0 1em 0;
}
small {
	font-size: 12px;
}
blockquote {
	margin: 5px;
	padding: 0.5em;
	border: 1px solid #666666;
	background-color: #fff799;
}
pre {
	padding: 0.5em 0 0.5em 20px;
/*	width: 95%;
	max-width: 85%;*/
	overflow: scroll;
/*	font-family: monospace;*/
	border: 1px solid #FFA500;
}
textarea, input {
	padding: 3px;
	font-size: 12px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear	{
	clear: both;
}
.auther_day {
	font-size: 12px;
}
.font_small {
	font-size: 12px;
}
.border_bottom {
	border-bottom: 1px solid #CCC;
}
.post_date {
	padding: 3px 0;
	margin: 0 0 5px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
}
.comments_date {
	padding: 3px 0;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	font-size: 12px;
}
.post_tags {
	clear: both;
	padding: 3px 0;
	margin: 0 0 5px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}

/* ++++++ ヘッダータイトルの背景 ++++++ */
#header_title_bg {
	width: 788px;
	margin: auto;
	background: url(./images/footer_bg.gif) 0 0 repeat-y;
}
#header_title {
	width: 780px;
	margin: auto;
	text-align: left;
	border-top: 8px solid #fff100;
	background:#FFFFFF url(./images/line1.gif) bottom repeat-x;
	padding: 0 0 4px 0;
}
#blog_name {
/*	margin: 10px 0 0 4px;*/
	height: 100px;
	background:#FFFFFF url(./images/header_title.gif) 0 0 no-repeat;
}
#blog_name a {
/*	font-size: 18px;
	font-weight: bold;
	text-decoration: none;*/
	display: block;
	height: 55px;
	width: 515px;
	text-indent: -9999px;
}
#blog_name p {
	width: 515px;
	font-size: 15px;
	margin: 0 1em;
}

/* ++++++ 全体の位置 ++++++ */
#container {
	width: 788px;
	margin: auto;
	text-align: left;
	background: url(./images/container_bg.gif) 0 0 repeat-y;
}

/* ++++++ ヘッダー部分のデザイン ++++++ */
#header {
	width: 780px;
	margin: 0 4px;
}

/* ++++++ ヘッダー画像部分のデザイン ++++++ */
#title_image {
}

/* ++++++ トップページヘッダー部分のデザイン ++++++ */
#header_top {
	background: #FFF url(./images/top.jpg) 0 0 no-repeat;
	height: 240px;
	text-indent: -9999px;
}

/* ++++++ サブページヘッダー部分のデザイン ++++++ */
#single_header, #page_header {
	background: #FFF url(./images/header_photo_sub_1.jpg) 0 0 no-repeat;
	height: 50px;
	text-indent: -9999px;
}

/* ++++++ ヘッダーメニュー部分のデザイン ++++++ */
#header_menu {
	width: 780px;
	padding: 2px 0 5px 0;
	background:#FFF url(./images/line3.gif) bottom repeat-x;
}
#header_menu ul {
	overflow: hidden;
}
#header_menu li {
	display: inline;
	float: left;
	line-height: 50px;
	font-size: 15px;
	list-style-type: none;
}
#header_menu li a {
	display: block;
	width: 130px;
	height:50px;
	background: url(./images/header_menu_button.gif) 0 0 no-repeat;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#header_menu li a:hover {
	color: #FF000;
	background-position: 0 -50px;
}

/* ++++++ パンくずリスト部分のデザイン ++++++ */
#header_bread {
	clear: both;
	padding: 0 0 4px 10px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background:#FFF100 url(./images/line3.gif) bottom repeat-x;
	overflow: hidden;
}
#header_bread a {
	color: #FF0000;
}
#header_bread a:hover {
	color: #FFA500;
}

/* ++++++ コンテンツ部分のデザイン ++++++ */
#contents{
	clear: both;
	width: 788px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */
#sidebar {
	width: 190px;
	padding: 5px 0 0 9px;
	float: left;
}
#sidebar h2 {
	line-height: 30px;
	background: #FFF url(./images/side_h2_bg.gif) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff100;
}
#side_menu, #calendar, #cat_menu, #day_menu, #side_search, #side_tags {
	border-bottom: 1px solid #CCC;
}
#side_menu ul{
	margin:  5px 0 5px 5px;
}
#side_menu li{
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 3px 0;
	background: #FFF url(./images/list1.png) 0 0 no-repeat;
}
#side_menu ul li ul {
	margin: 0;
}
#side_menu {
	margin: 0 0 10px 0;
}
#cat_menu, #day_menu, #side_tags {
	margin: 10px 0;
}
#cat_menu ul, #day_menu ul {
	margin:  5px 0 5px 20px;
}
#cat_menu li, #day_menu ul {
	font-size: 14px;
	list-style: circle;
}
#cat_menu ul li ul {
	margin: 0 0 0 20px;
}
#cat_menu li ul li {
	list-style: circle;
}
#qr_menu {
	text-align: center;
}
#tags_text {
	padding: 5px 0;
}
#tags_text a {
	text-decoration: none;
}

/* ++++++ 検索フォーム部分のデザイン ++++++ */
#side_search {
	margin: 5px 0 10px 0;
}
#side_search form {
	position: relative;
	margin: 5px 0;
	padding: 0 0 5px 0;
	width: 190px;
	height: 25px;
}
#side_search form p {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 20px;
}
#side_search p .search {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 16px;
	padding: 2px;
}
head+body #side_search p .search {
	width: 126px;
	height: 16px;
}
#side_search p .searchsubmit {
	position: absolute;
	top: 2px;
	right: 0;
	width: 40px;
	height: 20px;
	padding: 0;
}

/* ++++++ カレンダー部分のデザイン ++++++ */
#calendar {
	vertical: 10px 0;
}
#calendar table	{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#calendar th, #calendar td {
	padding: 5px 0;
	border: solid 1px #FFF100;
}
#calendar caption {
	padding: 3px 0;
}
#calendar tfoot td {
	border: none;
}
#calendar tfoot td#prev	{
	text-align: left;
}
#calendar tfoot td#next	{
	text-align: right;
}

/* ++++++ メイン部分のデザイン ++++++ */
#main {
	width: 560px;
	float: right;
	margin: 0 0 10px 0;
	padding: 5px 14px 0 0;
}
#main img {
	margin: 5px;
}
#main h1 {
	background: #CCC url(./images/h1_bg.gif) 0 0 no-repeat;
	width: 560px;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 40px;
	color: #FFF100;
	text-indent: 40px;
}
#main h1 a {
	display: block;
	color: #FFF100;
	text-decoration: none;
}
#main h1 a:hover, #main h2 a:hover, #main h3 a:hover  {
	color: #FFA500;
}
#main h2 {
	margin: 0 0 5px 0;
	width: 540px;
	background: url(./images/h2_bg.gif) 0 0 no-repeat;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 20px;
}
#main h2 a, #main h3 a {
	display: block;
	color: #666;
	text-decoration: none;
}
#main h2.h2_top_bg {
	width: 525px;
	background: url(./images/h2_top_bg.gif) 0 0 no-repeat;
	line-height: 40px;
	padding: 0 0 0 35px;
}
#main h2.h2_top_bg a:hover {
	color: #FFF;
}
#main h3 {
	margin: 0 0 5px 0;
	width: 555px;
	font-size: 16px;
	line-height: 20px;
	text-indent: 10px;
	border-left: 5px solid #FFA500;
}
#main ul, #main ol {
	margin: 0 0 1em 1em;
	padding: 0px;
}
#main ul li {
	margin: 0 0 0 20px;
	list-style: circle;
}
#main ol li {
	margin: 0 0 0 20px;
	list-style: decimal;
}
.main_text {
	overflow: auto;
	width: 560px;
	font-size: 14px;
	border-bottom: 1px dotted #FFA500;
}
.navi_link { /*次の記事へ*/
	margin: 5px 0;
	font-size: 12px;
	line-height: 2em;
}
.post_link { /*次ページへ*/
	margin: 5px 0px;
	font-size: 12px;
	line-height: 2em;
}
.page_link p {
	margin: 5px 0;
	font-size: 12px;
}

/* ++++++ ページトップへ部分のデザイン ++++++ */
#return_top {
	clear: both;
	margin: 5px;
}
#return_top a {
	display: block;
	width: 100px;
	height: 14px;
	background: url(./images/return_page_top.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}
#return_top a:hover {
	background-position: -100px 0;
}

/* ++++++ フッター部分のデザイン ++++++ */
#footer	{
	clear: both;
	width: 788px;
	font-size: 12px;
	background: url(./images/footer_bg.gif) 0 0 repeat-y;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #FFA500;
}
#footer p {
	font-size: 12px;
	margin:0;
}
#footer_main {
	width: 780px;
	margin: 0 4px;
	padding: 5px 0;
	background:#FFFFFF url(./images/line3.gif) top repeat-x;
	border-bottom: 5px solid #fff100;
}
#footer_main ul {
	list-style-type: none;
	overflow:hidden
}
#footer_main li {
	display: inline;
	float: left;
	font-size: 12px;
	list-style-type: none;
}
#footer_main li a {
	padding: 0 5px;
	border-right: 1px solid #666;
	text-decoration: none;
	text-align: center;
}
#footer_info {
	clear: both;
	margin: 5px 0 5px 5px;
}
#footer_text {
	padding: 10px 0 0 10px;
	background:#FFFFFF url(./images/line1.gif) top repeat-x;
}
#footer address	{
	padding: 0 5px 0 0;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}
#powered_by {
	padding: 0 5px 0 0;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}
#rss {
	background: url(./images/rss.png) 0px 0px no-repeat;
	padding: 0 0 0 15px;
}

/* ++++++ トップページ部分のデザイン ++++++ */
.main_list {
	overflow: auto;
	margin: 0 0 20px 0;
}
.main_list ul {
	margin: 5px 0 0 1em;
	line-height: 1.2em;
}
.main_list li {
	margin: 0 0 0 20px;
	list-style: circle;
}
.main_list li a {
	text-decoration: none;
}
.new_info {
	overflow: auto;
	width: 560px;
}

/* ++++++ 事務所概要部分のデザイン ++++++ */
#aboutus table {
	margin: 5px;
}
#aboutus th {
	width: 140px;
	height: 1.5em;
	padding: 0 1em;
	font-size: 14px;
	background-color: #FFFFCC;
	border: 1px solid #666;
	font-weight: nomal;
}
#aboutus td {
	width: 360px;
	padding: 5px 1em 5px 1em;
	border: 1px solid #666;
	line-height: 1.5em;
}
#aboutus td ul {
	margin: 0 0 0 1em;
}

/* ++++++ リンク部分のデザイン ++++++ */
#link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#link ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#link ul li ul li {
	margin: 0 0 0 20px;
	background: url(./images/arrow.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
}

/* ++++++ コメント部分のデザイン ++++++ */
#comments p, #pings p {
	margin: 0 0 0.5em 0;
}
#pings p#tb {
	padding: 0 5px;
	border: 1px solid #CCC;
}
#comments .com {
	margin: 0 0 1em 1em;
	border-bottom: 1px dotted #CCC;
}
#comments .commeta {
	border-top: 1px solid #FFF100;
}

/* ++++++ GoogleMap部分のデザイン ++++++ */
#google_map {
	margin: 10px;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
/*	border:1px solid #999;*/
}
.photo-end {
	clear:left;
}
/* ---------- */
li.widget_text {
	list-style: none;	
	margin: 0 0 10px 0;
}
