/* Utilities ----------------------------------------------------------------- */
.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* Layout ----------------------------------------------------------------- */

#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#beta, #gamma {
    background-color: #515457;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 150px;
    width: 485px;
}
.layout-twt #beta {
    left: -485px;
    width: 150px;
}
.layout-twt #gamma {
    right: 0px;
    width: 165px;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}
.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}
.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* /////// ニュース /////// */
/* カテゴリー */
.category {
	text-align: left;
	margin: 5px 2px 10px 20px;
	color: #FFFFFF;
         font-size: 14px;
	font-weight:bold;
}
.category a {
	text-decoration: none;
	color: #FFFFFF;
}
.category a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

.category ul {
    margin: 0;
    padding: 0;
    margin-left:13px;
    list-style-image: url(images/parts/ico_category.jpg);
}
.category ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.category ul ul {
    list-style-image: none;
    list-style-type: disc;
    margin-left: 13px;
    font-size: 0.8em;
    font-weight: normal;
}
.category ul ul li {
    margin-top: 0px;
    margin-bottom: 0px;
}



/* 最新記事 */
.entry {
	text-align:left;
	margin-left: 20px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.entry a {
	text-decoration: none;
	color: #FFFFFF;
}
.entry a:hover {
	text-decoration:underline;
	color:#FF9900;
}

/* アーカイブ */
.archive {
	text-align:left;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:15px;
	line-height:18px;
	color: #CCCCCC;
}
.archive a {
	text-decoration:none;
	color: #CCCCCC;
}
.archive a:hover {
	text-decoration:underline;
	color: #FFCC99;
}

/* /// ニュース記事 /// */
/* トピック背景文字設定 */
h2 {
	margin:1px;
	font-size:14px;
	text-align:left;
}
h2 a {
	color:#000000;
	text-decoration:none;
}
.postdate {
	font-size: 10px;
	color: #EE7800;
	text-align: left;
	margin: 2px;
}
.posted {
	font-size: 10px;
	color: #474A4D;
	text-align: right;
	margin: 1px;
}
.posted a {
	color:#474A4D;
	text-decoration:none;
}
.posted a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* 記事背景文字設定 */
#textbox {
	border-style:solid;
	border-width:thin;
	border-color:#D3D7D8;
	background-color: #FFFFFF;
}
#textbox a img {
	border-style:none;
}

.newstext {
	margin-left: 5px;
	margin-right:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
	font-size:12px;
	color:#000000;
	text-align:left;
}
.newstext a {
	color: #3366CC;
	text-decoration:none;
}
.newstext a:hover {
	color:#FF3300;
	text-decoration:underline;
}
/* ページナビゲーション */
.content-nav {
	font-size:12px;
	color:#FF3300;
	margin:2px;
	padding:5px;
}
.content-nav a {
	font-size:12px;
	color:#FF3300;
	text-decoration:none;
}
.content-nav a:hover {
	font-size:12px;
	color: #FF0000;
	text-decoration:underline;
}
.content-nav .current_page {
	background-color:#F30;
	color:#FFF;
	margin:2px;
	padding:5px;
}

/* リンク */
.linktext {
	font-size:12px;
	color:#191970;
	text-align:left;
	margin-left:13px;
	margin-bottom:0px;
	cursor:s-resize;
}
.linkstyle {
	font-size:11px;
	text-align:left;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 2px;
	line-height: 15px;
}
