/*
------------------------------
   RESET
------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,p,
div,span,
table,tr,th,td,
ul,ol,li,
dl,dt,dd {
	margin: 0;
	padding: 0;
}

body{
	color: #333;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Verdana', sans-serif;
	font-size: 87.5%;
	line-height: 1.6;
	text-align: center;
	background: #ededed;
}

a:link    { color: #062D84; }
a:visited { color: #90c; }
a:hover   { color: #c00; }

h1,h2,h3,h4,h5,h6{ font-size:100%; }
ul,ol,li,dl,dt,dd{ list-style:none; }
hr{ display:none; }

img,object{
	border:none;
	vertical-align:middle;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ol ｛ list-style-type: none; ｝

/*
------------------------------
   USUAL CLASS
------------------------------*/

.ac{text-align:center;}
.ar{text-align:right;}



/*
------------------------------
   LAYOUT
------------------------------*/

#container{
	margin:0 auto;
	padding: 10px 0 0 0;
	width:1010px;
	text-align:left;
}

#container-inner{
	margin:0 auto;
	width:1010px;
	height:100%;
	background: url("/images/bg_container.gif") center repeat-y #ededed;
}

#header {
	margin: 0 0 15px 0;
	background: url("/images/bg_header.jpg") center top no-repeat;
}

#content {
	width:1000px;
	height:100%;
	margin:0;
	padding:0 5px 0 5px;
}

#content-inner {
	float: left;
	width: 770px;
	height: 100%;
}

#alpha {
	float: right;
	width: 540px;
	height: 100%;
}

#alpha-inner {
	margin: 0;
}

#beta {
	float: left;
	width: 230px;
}

#gamma {
	float: right;
	width: 230px;
}

#footer {
	clear: both;
	margin: 0 5px;
	padding: 40px 0 5px 0;
	text-align: center;
	border-bottom: #4C6F10 10px solid;
}

#content:after,
#content-inner:after,
#container-inner:after,
#container-inner:after,
#maincontents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*
------------------------------
   HEADER
------------------------------*/

h1#header-description {
	margin: 0 0 0 10px;
	color: #f37916;
	font-size: 12px;
	line-height: 14px;
}

#header-inner {
	position: relative;
	width: 1000px;
	height: 290px;
	padding: 10px 5px 0 5px;
}


/* タイトルバナー下の説明 */
.blog-description {
	margin: 0 0 0 10px;
	color: #666;
	font-size: 85%;
	background: transparent;
}

#header-inner #header-name {
	margin: 0 0 0 10px;
}

#header-inner p#header-minshu{
	position: absolute;
	top: 35px;
	right: 20px;
}

ul#header-menu {
	margin: 0;
	padding: 0 3px 0 3px;
	height: 40px;
	background: url("/images/bg_header_menu.jpg") top center no-repeat;
}

ul#header-menu li {
	float: left;
	width: 142px;
	height: 40px;
}

ul#header-menu li a {
	display: block;
	width: 142px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}

ul#header-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*
------------------------------
   MAIN CONTENTS
------------------------------*/

.entry {
	width: auto;
	margin: 0 3px 15px;
	word-break: break-all;
}

#alpha .asset-header {
	margin: 0 0 15px 0;
}

#page-title,
.entry-title {
	margin: 0 0 3px 0;
	padding: 15px 0 10px 45px;
	font-size: 130%;
	border-bottom: 1px solid #808080;
	background: url("/images/ic_page_title.gif") left no-repeat;
}


#page-title a,
.entry-title a {
	text-decoration: none;
}


#alpha .asset-meta {
	text-align: right;
}

.entry-header {
	margin: 0 0 10px 0;
	color: #062D84;
	font-size: 120%;
	font-weight: bold;
}
.entry-header a{
           text-decoration: none; 
}

#alpha h2 {
	margin: 1em 0 0.5em 0;
        padding:0 0 0 20px;
	color: #CC9900;	
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	background: url("/new/img/h2icon.gif") left no-repeat;
}


#alpha p {
	margin: 0 0 15px 0;
}


#alpha ul,
#alpha ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}

#alpha ul li { list-style-type: circle; }

#alpha dl {
	margin: 0 0 15px 0;
}
#alpha dt {}
#alpha dd { padding-left: 8px;}

#alpha .asset-footer {
	overflow: hidden;
}

#alpha .entry-categories h4 {
	float: left;
	margin: 0 5px 0 0;
}

#alpha .entry-categories ul li {
	display: inline;
	margin: 0 5px 0 0;
}

#alpha .entry-categories ul {
	list-style: none;
}




/* ブログ記事日付・各タイトル */
.date{
	margin: 0 0 10px 0;
	font-size: 80%;
	font-weight: bold;
           text-align: right;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
	margin: 0 0 10px 0;
	font-size: 115%;
	font-weight: bold;
}



.entry p { margin: 15px 0; }

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	text-align: right;
	border-top: 1px solid #999;
}




/* コメント・トラックバック */
#trackbacks,#comments { margin: 10px 0; }

.trackbacks-header,
.comments-header,
.comments-open-header { margin: 15px 0; }

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
	margin: 0 2px;
	padding: 0;
	line-height: 1.5;
	word-break: break-all;
}

.trackback-content p,
.comment-content p { margin-top: 10px; margin-bottom: 5px;}

.trackback-footer,
.comment-footer {
	margin-right: 2px;
	padding-top: 3px;
	border-top: 1px dotted #36414d;
	font-size: 66.6%;
	text-align: right;
}

#comments-open-data p { margin-bottom: 10px; }

#comment-post { font-weight: bold; }

#comment-author,
#comment-email,
#comment-url {
	width: 220px;
	height: 20px;
}

html > body #comment-author,
html > body #comment-email,
html > body #comment-url { height: 15px; }

#comment-text { width: 400px; height: 150px; }

#comment-bake-cookie {
	margin-left: 2px;
	vertical-align: middle;
}

#comments-open-footer {
	margin-top: 15px;
	text-align: center;
}

.comments-open label { display: block; }



/*
------------------------------
   SIDE MENU
------------------------------*/

.widgets {
	margin: 0 0 15px 0;
}

.widget-archive-category {
	margin: 0 15px 13px 15px;
	padding: 0 0 12px 0;
	background: url("/images/bg_side_category.jpg") bottom center no-repeat;
}

.widget-archive-category-inner{
	padding: 12px 0 0 0;
	background: url("/images/bg_side_category_top.jpg") top center no-repeat;
}

.widget-archive-category h3 {
	margin: 0 12px 0 12px;
	color: #fff;
	font-size: 115%;
}

.widget-archive-category ul {
	margin: 0 12px 0 12px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

.widget-archive-category li {
	padding: 5px 5px 5px 9px; 
	color: #fff;
	border-bottom: 1px solid #fff;
	background: url("/images/ic_side_category.gif") left no-repeat;
}

.widget-archive-category li a,
.widget-archive-category li a:link,
.widget-archive-category li a:visited {
	color: #fff;
	text-decoration: none;
}

.widget-archive-category li a:hover {
	color: #fff;
	text-decoration: underline;
}


.widgets-entries {
	margin: 0 15px 15px 15px;
	padding: 0 0 12px 0;
	background: url("/images/bg_side_entries.gif") bottom center no-repeat;
}

.widgets-entries-inner{
	padding: 12px 0 0 0;
	background: url("/images/bg_side_entries_top.gif") top center no-repeat;
}

.widgets-entries h3 {
	margin: 0 12px 0 12px;
	font-size: 115%;
}

.widgets-entries ul {
	margin: 0 12px 0 12px;
}

.widgets-entries li {
	padding: 5px 5px 5px 9px;
	background: url("/images/ic_side_menu.gif") top left no-repeat;
}

.widgets-menu {
	margin: 0 15px 15px 15px;
}

.widgets-menu h3 {
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 10px;
	color: #fff;
	background: url("/images/bg_sidemenu_title.jpg") left repeat-y #031C54;
	border: 1px solid #d3d3d3;
}

.widgets-menu h4 {
	margin: 0 5px 5px 5px;
}

.widgets-menu p {
	margin: 0 5px 10px 5px;
	line-height:1.3;
}

.widgets-menu p.ac {
	margin: 0 0 10px 0;
	text-align:center;
}

.widgets-menu p.ar a {
	padding: 0 0 0 10px;
	background: url("/images/ic_side_menu.gif") top left no-repeat;
}

.widgets-menu ul {
	margin: 0 10px 0 10px;
}

.widgets-menu li {
	padding: 3px 5px 3px 9px; 
	background: url("/images/ic_side_menu.gif") top left no-repeat;
}

ul.widgets-links{
	margin: 0 0 20px 40px;
}

ul.widgets-links li{
	margin: 0 0 15px 0;
}

.widget-office,
.widget-contact,
.widget-archive-monthly,
.widget-search {
	margin: 0 15px 15px 15px;
	
}

.widget-header {
	margin: 0 0 10px 0;
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: #4C6F10;
	border: 1px solid #d3d3d3;
}

.widget-office h4 {
	margin: 0 10px 10px 10px;
	color: #4C6F10;
}

.widget-office p {
	margin: 0 10px 10px 10px;
	font-size: 90%;
	line-height: 1.3;
}

.widget-contact p {
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 1.3;
}

.widget-office p.ar,
.widget-contact p.ar {
	margin: 0 10px 10px 10px;
}

.widget-office p.ar a,
.widget-contact p.ar a {
	padding: 0 0 0 10px;
	background: url("/images/ic_side_menu.gif") left no-repeat;
}


.widget-profile {
	margin: 0 13px 15px 12px;
	padding: 0 0 12px 0;
	background: url("/images/bg_side_profile.jpg") bottom center no-repeat;
}

.widget-profile-inner{
	padding: 12px 0 0 0;
	background: url("/images/bg_side_profile_top.jpg") top center no-repeat;
}

.widget-profile h3 {
	margin: 0 15px 10px 15px;
	padding: 0 0 3px 0;
	font-size: 115%;
	border-bottom: 2px solid #666;
}

.widget-profile p {
	margin: 0 15px 10px 15px;
	font-size: 90%;
	line-height: 1.3;
}

.widget-profile p.ac {
	text-align:center;
}

.widget-profile p.ar a {
	padding: 0 0 0 10px;
	background: url("/images/ic_side_profile.gif") left no-repeat;
}

.widget-profile dl {
	margin: 0 15px 10px 15px;
}

.widget-profile dl dt {
	margin: 0 0 3px 0;
	font-size: 90%;
	line-height: 1.3;
	font-weight: bold;
}

.widget-profile dl dd {
	margin: 0 0 7px 15px;
	font-size: 90%;
	line-height: 1.3;
}

.widget-archive-monthly li {
	margin: 0 10px 10px 10px;
	font-size: 90%;
	line-height: 1.3;
}

.widget-archive-monthly li a {
	padding: 0 0 0 10px;
	background: url("/images/ic_side_menu.gif") left no-repeat;
}

.widget-syndication ul li {
	margin: 0 0 15px 0;
	text-align: center;
}

/*
------------------------------
   FOOTER
------------------------------*/

ul#footer-menu{
	
}

ul#footer-menu li{
	display:inline;
	font-size: 85%;
}



/* 並び */
div#content dl.{	margin-bottom: 0.5em;}
div#content dl.dt{	background: url("/img/top_icon_arrow.gif") left no-repeat;	margin-top: 0.5em;	margin-left: 0.5em;	padding-left: 20px;	font-weight: bolder;}
div#content dl.dd {	margin: 0.3em 0 0 2em;}


/* フォーム */form { margin: 0px;}
#search-options,input,textarea { padding: 1px;}
#search { width: 140px; height: 20px;}
html > body #search { height: 15px;}


/* テキストエリア */.entry textarea { width: 97%;}
/* 引用 */blockquote { width: auto; margin: 15px 20px 0; padding: 10px; border: 1px solid #666; background: #f6f6f6; line-height: 1.5;}.quotetitle { /* 引用文タイトル */ border-bottom: 1px solid #666; padding: 3px;}
pre { margin: 15px 20px 0px; padding: 10px; background: #f6f6f6; border: 1px solid #999;
 line-height: 1.5; width: 100%; overflow: scroll;}html>body pre { width: 87%;}

/* Typekeyコメンタ−画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* ウェブページ */div.page { margin-top: -5px;}
/* アーカイブページ本文 */.archive-list { margin: 10px 0;}/* アーカイブテンプレートの前後リンク */.content-nav { margin: 10px; text-align: center;}/* カレンダー */.calendarhead { padding-bottom: 5px; text-align: center; color: #333; font-size: 9px; background: none; letter-spacing: 0.2em;}#calendar table { text-align: center; padding: 0px; border-collapse: collapse;}#calendar th { padding-bottom: 3px; font-size: 8px; width: 23px;}#calendar td { padding: 2px 0; font-size: 9px; line-height: 120%;}span.day { text-align: center; font-size: 9px;}span.saturday { color: blue;}span.sunday { color: #e50003;}td.today { display: block; border: 1px solid #333;}#links-left-box dl,#links-right-box dl { margin: 0; padding: 0;}#links-left-box dd,#links-right-box dd {}.side dt,.side dd { margin: 0; padding: 0;}/* サイドメニュータイトル */.sidetitle { margin-top: 3px; border: 1px solid #666666; color: #333; background: #f6f6f6; text-align: center;
 line-height: 2.0;}/* サイドメニュー */.side { margin: 3px 0 20px; background: none; color: #333;
 line-height: 1.5;}.side ul,.side ol { padding-left: 16px;}.side ul li { list-style-type: circle;}.side ul li ul { padding-left: 0px;}.side li li { list-style-type: none;}/* サイドメニュー(サブカテゴリー用) */.side #categories ul { padding-left: 16px;}.side #categories ul ul { padding-left: 10px;}.side #categories li { list-style-type: circle;}/* サイドメニュー(タグクラウド用) */ul#tags { margin-top: 5px; padding-left: 0; list-style: none;}ul#tags .module-list-item { display: inline;}ul#tags li.taglevel1 { font-size: 125%; font-weight: bold;}ul#tags li.taglevel2 { font-size: 125%;}ul#tags li.taglevel3 { font-size: 116.6%;}ul#tags li.taglevel4 { font-size: 108.3%;}ul#tags li.taglevel5 { font-size: 100%;}ul#tags li.taglevel6 { font-size: 91.6%;}/* 検索 */fieldset { border: none;}/* カウンター */.counter { margin: 8px 0 25px; padding: 2px; background: none;}


/* 検索結果画面 */#search-form {
}.search-header { margin: 15px 0;}.search-result-header { margin: 15px 0 0;}


/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */