@charset "utf-8";
/*
Theme Name: Web-i基本テンプレート
Theme URI: http://www.web-i.co.jp/
Description: web-i Base Temaplate
Version: 1.0 2010/03/01
Author: web-i
Author URI: http://www.web-i.co.jp/
*/

/* Start COMMON RESET ****************************************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
  margin: 0;
  padding: 0;
  borer: 0;
  outline: 0;
  /* text-align: left; */
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
/* End COMMON RESET ****************************************************/

/* Start TUG BASE RESET ****************************************************/
body{
  line-height: 1;
/* 20100223 表示修正Start */
  overflow-y: scroll
/* 20100223 表示修正End */
}
a{
  text-decoration: underline;
  outline: none;
}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}
a img,:link img,:visited img{
  border: none;
}
ol, ul{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
:focus{
  outline: 0;
}
ins{
  text-decoration: none;
}
del{
  text-decoration: line-through;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
address {
  display: inline;
}
hr{
  border: 0;
  height: 1px;
  background-color: #000000;
  color: #000000;
}
q:before,q:after {
  content: '';
}
/* End TUG BASE RESET ****************************************************/



/* Utilities ----------------------------------------------------------------- */
#content-inside:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inside {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inside { height: 1%; }
#content-inside { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */

#header, #content, #alpha, #beta, #footer {
  position: relative;
}

#alpha, #beta {
  display: inline;
  float: left;
}

#header-inside, #content-inside, #footer-inside,
#alpha-inner, #beta-inner {
  position: static;
}

#header-inside, #content-inside, #footer-inside {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header-inside, #footer-inside,
#alpha-inner, #beta-inner {
  overflow: hidden;
  padding: 0;
}

#content-inside{
  padding-top: 0;
}

/* Start Body ************************************************************************/
body {
	text-align:center;
	background:#fff;
	color:#333;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: url('images/base_background.jpg') center repeat-y;
}

a{
  color: #336699;
}
a:hover {
  color: #3399CC;
}

.clear{
  clear:both;
}

#gotop{
  clear:both;
  width:100%;
  font-size:100% !important;
  font-size:95%;
  margin:0;
}

#gotop a{
  display: block;
  float: right;
  overflow: hidden;
}

.navi{
  margin:5px 5px 10px;
  text-align:left;
  font-size:85% !important;
  font-size:80%;
}
/* End Body ************************************************************************/

/* Start Page ************************************************************************/
#page{
	line-height:1.6;
	font-size:80%;
	width:980px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: url('images/body_background.gif') 0 repeat-y;
}

#page-inside{
  min-height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  width:980px;
}
/* End Page ************************************************************************/

/* Start TopPage ************************************************************************/
#top_main_visual {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
/* End TopPage ************************************************************************/

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.body-default #alpha {
	float: right;
	width: 730px;
	left: 0;
}

.body-default #beta {
	float:left;
	left: 0;
	width: 250px;
}

#alpha-inner {
	margin:0;
	padding:10px 20px 0;
}

#beta-inner {
	margin:0;
	padding:0;
}

/* Start header Style  ****************************************************/
#header{
  width:980px;
}
#header-inside{
  width:980px;
  background:#ffffff url('images/header_background.jpg') bottom repeat-x;
  padding-bottom:20px;
  border-bottom:1px solid #ffffff;
}
#header-contents{
  width:100%;
}
#header-contents .left{
  width:60%;
  float:left;
}
#header-contents .right{
  width:40%;
  float:right;
  padding: 5px 0 0;
}
#header-description{
  font-size:95% !important;
  font-size:90%;
  line-height: 1.2;
  width:810px;
  padding: 8px 10px 7px;
  visibility: visible;
}

#header-name{
  margin:10px;
  line-height: 1.5;
  color: #333;
  font-size:140% !important;
  font-size:135%;
  font-weight:bold;
  line-height: 1.5;
}

#header-name a{
  text-decoration: none;
  font-weight:bold;
}

#header-name a:hover{
  text-decoration: underline;
}

#header .sub-menu{
  padding:0 15px 5px 25px;
  font-size:100% !important;
  font-size:95%;
  text-align:right;
}

#header .sub-menu a:link,
#header .sub-menu a:visited{
  margin-left:3px;
}

#header .sub-info{
  margin-right:15px;
  text-align: right;
}

/* End header Style  ****************************************************/


/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
	padding-top:10px;
}

/* Start Footer Style  ****************************************************/
#footer {
  width:980px;
  clear:both;
  margin-top: 20px;
  /* background:#F4F4F4; */
  background:#81858e;
  color:#666666;
  padding-bottom:10px;
}

.copyright {
  width:100%;
  text-align: center;
}

.copyright .copyright-content {
  padding:10px 15px 0;
  font-size: 85% !important;
  font-size: 80%;
  color: #ffffff;
}
/* End Footer Style  ****************************************************/

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title{
  padding:10px 0 10px 20px;
  font-size:115% !important;
  font-size:110%;
  font-weight:bold;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	margin:10px 0 20px;
	border-bottom:1px solid #999;
}

.asset-header {
	padding:0;
}

/* 20100223 表示修正Start */
.asset-content {
	padding: 0 20px;
}

.asset-content h2 {
        font-weight: bold;
        font-size: 115%
}

.asset-content div.strong {
        font-weight: bold;
}

.asset-content div.dan1 {
        clear:both;
	padding-left: 10px;
}

.asset-content div.dan1spase{
	padding-left: 110px;
}

.asset-content span.dan1title {
        float: left;
	width: 100px;
       	display:block;
}

.asset-content div.dan2 {
        clear:both;
	padding-left: 20px
}

.asset-content div.dan2spase {
	padding-left: 100px
}

.asset-content span.dan2title {
        float: left;
	width: 80px;
       	display:block;
}

.asset-content div.dan3 {
	padding-left: 30px
}

.asset-content div.dan4 {
	padding-left: 40px
}

.asset-content table {
	table-layout: fixed;
	width: 560px;
	margin: auto
}

.asset-content caption {
	font-weight: bold
}

.asset-content th, td {
	border: 1px solid #81858e;
	padding: 3px 10px
}

.asset-content th {
	font-weight: bold
}

.asset-content table th.width-220 {
	width: 220px
}
/* 20100223 表示修正End */

.asset-name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 15px;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:105% !important;
	font-size:100%;
	background: url('images/arrow03.gif') 0 center no-repeat;
}

.page-asset .asset-name{
  padding:10px 0 10px 20px;
  font-size:115% !important;
  font-size:110%;
  font-weight:bold;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:10px;
}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	_height:1px;
	clear:both;
	display: block;
	margin:10px 0;
	padding:0 0 0 15px;
	background: url('images/arrow_sitemap01.gif') no-repeat left center;
}

.asset-meta {
	text-align:right;
	font-size:100%;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header{
  padding:10px 0 10px 20px;
  font-size:115% !important;
  font-size:110%;
  font-weight:bold;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
}

.trackbacks-info {
	padding:10px;
}

#comments {
	margin:10px 0 0;
}

#comments .comments-header{
  _height:1px;
  padding:8px 10px 10px 20px;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
  font-size:120% !important;
  font-size:115%;
  font-weight:bold;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	padding:5px 10px;
	border:1px solid #999;
	background:#eee;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header{
  _height:1px;
  padding:8px 10px 10px 20px;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
  font-size:120% !important;
  font-size:115%;
  font-weight:bold;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	background: #fff url('images/arrow_sitemap01.gif') no-repeat 0 5px;
	padding:3px 0 3px 20px;
	text-decoration:none;
	color:#494949;
}

.archive li a:hover {
	color:#848484;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/arrow_sitemap02.gif') no-repeat 0 7px;
	padding:3px 0 3px 12px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/bg_midashi1.jpg') no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
}

.search-form-content {
	background:#eee;
	padding:10px;
	border:1px solid #666;
	margin-bottom:15px;
}

.search-results-header {
	_height:1px;
	padding:5px 10px;
	background: #99b1cc;
	color:#fff;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.3;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message{
  margin-bottom:20px;
}

#welcome_message h3.title{
  _height:1px;
  padding:8px 10px 10px 20px;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
  font-size:120% !important;
  font-size:115%;
  font-weight:bold;
  margin: 0;
}

#welcome_message .content{
  margin:0;
  padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news{
  margin-bottom:20px;
  padding:0 0 10px;
}

#top-news h3{
  margin: 0;
  _height:1px;
  padding:8px 10px 10px 20px;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
  font-size:120% !important;
  font-size:115%;
  font-weight:bold;
}

#top-news .news{
  padding:4px 10px 2px;
  background: url('images/border_dot.gif') repeat-x left bottom;
}

#top-news .day{
  float: left;
  width: 70px;
  color: #000000;
  font-size:115% !important;
  font-size:110%;
  background: url('images/arrow03.gif') no-repeat 0 center;
  padding-left: 15px;
}

#top-news .title{
  float: right;
  padding-left:5px;
  /* width: 450px; */
  width: 550px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title{
  margin: 0;
  _height:1px;
  padding:8px 10px 10px 20px;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
  font-size:120% !important;
  font-size:115%;
  font-weight:bold;
}

.top-entry-content .content{
  margin:0;
  padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title{
  margin: 0;
  _height:1px;
  padding:10px 0 10px 20px;
  font-size:115% !important;
  font-size:110%;
  font-weight:bold;
  border-left: 25px solid #81858e;
  border-bottom: 2px solid #81858e;
}

.top-category-content{
  margin:0;
  padding:0 0 10px 0;
}

.top-category-content h4.name{
  margin:0 5px 2px 9px;
  padding:0 0 3px 15px;
  font-weight:bold;
  line-height:1.2;
  _height:1px;
  font-size:105% !important;
  font-size:100%;
  background: url('images/arrow03.gif') 0 center no-repeat;
}

#top-category .content{
  margin:0;
  padding:0 10px 15px 10px;
  border-bottom:1px solid #cccccc;
}

#top-category .content img{
  background-color:#666666;
  padding: 3px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:230px;
	margin:5px 0 15px 10px;
	padding-bottom:10px;
}

#beta .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
	/* width:165px; */
	width:215px;
}

#beta .widget select {
	/* width:155px; */
	width:205px;
	margin:10px;
}

#beta .widget ul {
	/* width:170px; */
	width:220px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	_height:1px;
	margin:0;
	padding:0 0 0 15px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:230px;
	margin:5px 0 15px 10px;
	background: #F4F4F4;
	padding: 5px 0 0;
	border-top:2px solid #cccccc;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:105% !important;
	font-size:100%;
	width:230px;
	margin: 0;
}

.widget-main-menu li {
	width: 230px;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:205px;
	padding:4px 0 4px 25px;
	border-bottom:1px solid #cccccc;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:underline;
	display:block;
	width:205px;
	padding:4px 0 4px 25px;
	border-bottom:1px solid #cccccc;
	color: #3377FF;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	text-decoration:none;
	display:block;
	width:185px;
	padding:4px 0 4px 45px;
	border-bottom:1px solid #cccccc;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	display:block;
	width:185px;
	padding:4px 0 4px 45px;
	border-bottom:1px solid #cccccc;
	color: #3377FF;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px 10px;
}

.widget_search .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
}

.widget_search .widget-content {
	width:170px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:110px;
}

.widget_search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:168px;
	margin:0 0 15px 10px;
}

.rss-content {
	background: url('images/rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #EFEFEF;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:170px;
	padding:5px;
}

.widget_calendar #calendar_wrap table {
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 105% !important;
	font-size: 100%;
}

.widget_calendar #calendar_wrap table td a {
	font-weight:bold;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
