/*

excom original templat 
name: hospital_01
designer: Kondo 
http://www.excom.co.jp/
layouts: layout-wm

*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/* Header */

#header {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;    
}

#header-inner {
  position: relative;
}

#header-name {
  margin-bottom: 0;
}

#header-description {
    
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#header #head-contact {
	position: absolute;
	right: 50px;
	top: 15px;
	border: 1px solid #CCCCCC;
	margin: 0;
	background-color: #FCFCFC;
}
#header #head-contact div {
	margin: 5px;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-content a {
    text-decoration: none;
    color: #FF0000;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    /* border-top: 1px solid #ccc; */
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

/*.widget-header,*/
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* Utility */

/*.widget-header,*/
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
	color: #333;
	font-family: georgia;
	background-image: url(http://alpha-jam.com/img/container-inner_bg.gif);
	background-position: left top;
	background-repeat: repeat;
}

a {
    color: #FF0000; /*#74A410;*/
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* Layout ----------------------------------------------------------------- */
/* コンテンツ描画域内 */
#container {
	width: 924px; /*940px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(71,222,243); /*#E7EAB3;*/
}
/* コンテンツ描画域外 */
#container-inner {
	margin-right: auto;
	margin-left: auto;
	width: 928px;
}

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

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 5px;
}

#content {
    background-color: rgb(231,254,254);
    border-bottom: 1px solid #EA7B38;
}
#content {
}

#container-inner {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#header-inner,
#main-navigation-inner,
#content-inner,
/*#footer-inner*/ {

}

/* Header ----------------------------------------------------------------- */

#header {
	width: 920px;
height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://alpha-jam.com/img/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header a {
    color: #8EAC4A;
}

#header-content {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 900px;
}

#header-name {
    color: #04274F; 
    font-size: 30px;
    margin-bottom: 3px;
    font-family: Meiryo !important;
}

#header-description {
    color: #666666;
    font-size: 16px; 
    margin-bottom: 0; 
    letter-spacing: 0.1em;
    padding-left: 5px;
    font-family: Meiryo !important;
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	width: 200px;
	margin-bottom: 10px;
	background-position: left bottom;
	background-repeat: no-repeat; */
}

#main-navigation-inner {
	background-position: left top;
	background-repeat: repeat;*/

}

#main-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0px;
}

#main-navigation ul li {
	font-weight: bold;
}

/* 左サイドバー */
#main-navigation ul li a {
	display: block;
	text-decoration: none;
  text-indent: 0px;
	padding: 2px 10px 0px 0;
  color: rgb(88,116,117);
  height: 45px;
  line-height: 320%;
  background-repeat: no-repeat;
}

/* サイドメニューへマウスホバー時の変化 */
#main-navigation ul li a:hover {
  text-decoration: underline;	
	background-position: left top;
	background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: 2px;
}

#main-navigation ul li.on a {
}

#main-navigation ul li.last {

}


/* Search ---------------------------------------------------------------- */

.widget-search {
	width: 280px;
	margint:0 auto;
	display:none;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 4px;
		margin-left: 5px;
		width: 190px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 50px;
    top: 8px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
	display: none;
}

#header .widget-sign-in .widget-content {
	background-color: #000;
	float: right;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */

#content {
	line-height: 1.5;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
  padding: 7px 0 40px 0;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(http://alpha-jam.com/img/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(http://alpha-jam.com/img/icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1E3D5B;
    font-weight: bold;
		background-image: url(http://alpha-jam.com/img/tltmark.gif); 
		background-position: left bottom;
		background-repeat: no-repeat;
    text-indent: 40px;
    line-height: 200%;
    border-color: rgb(200,0,0);
    border-width: 0 0 1px 0;
    border-style: none none dotted none;
}

.mt-main-index h1#page-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1E3D5B;
    font-weight: bold;
		background-image: url(http://alpha-jam.com/img/tltmark.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
    text-indent: 40px;
    border-color: rgb(200,0,0);
    border-width: 0 0 1px 0;
    border-style: none none dotted none;
}

.mt-main-index #alpha p {
    font-size: 14px;
}

#homepage-image {
	width: 920px;
	height: 300px;
	background: url(http://alpha-jam.com/img/homepage-image_bg.jpg) no-repeat 0 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#homepage-image h3 {
	padding: 0px;
  margin-top: 100px;
	margin-left:10px;
	color: #4E2E10;
  font-size: 140%;
  font-weight: bold;
	line-height: 160%;
}

#main-copy {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 8px;
  color: #FFF;
  background: #04274F;
  font-weight: bold;
	font-size: 14px;
}



#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 25px;
    background: url(http://alpha-jam.com/img/header-arrow-wide.gif) no-repeat 0 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 25px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(http://alpha-jam.com/img/icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {
    padding: 0 8px;
}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dd {
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 5px;
    margin-left: 5px;
}

.widget-header {
	height: 26px;
	margin-bottom: 8px;
	background: url(http://alpha-jam.com/img/header-arrow-narrow.gif) no-repeat 0 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border: none;
	line-height: 25px;
	font-family: verdana;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 19px;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
    background-image: url(http://alpha-jam.com/img/header-arrow-medium.gif);
}

/*
#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 
*/

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    display: none;
    width: 100%;
}

#footer .widget-powered {
    float: right;
    /*width: 157px;*/
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}

#footer .widget-powered .widget-content span {
    display: block;
    float: right;
    overflow: hidden;
    /*text-indent: -9999px;*/
}

/*
#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}
*/

/* Footer ----------------------------------------------------------------- */

#footer {
	color: #333333;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(0,187,234);
	border-bottom: 2px solid #EA7B38;
  font-size: 80%;
}

#footer a {
  color: rgb(0,0,0);
}

#footer .widget-header {
    display: none;
}

#footer-content {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer-content ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EA7B38;
	padding: 5px 15px;
}

#copyright {
  text-align: center;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 5px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
/*#beta-inner:after,*/
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */



/* Styles for Professional Blue ---------------------------------------------------------- */

body {
  font-family: helvetica, arial;  
	background: url("&lt;$mt:BlogURL$>img/backimg.gif") repeat; 
}

a {
    color: #FF0000;
}

h2#alpha {
   font-weight: bold;
   font-size: 115%;
   color: rgb(128,64,32);
	border-color: rgb(0,187,234);
	border-width: 1px;
	border-style: dotted;

}

#header { 
    background-color: #1b3641;
}

#header .widget-sign-in .widget-content {
    background-color: #4D4C1E;
}

#header .widget-sign-in .widget-content,
#header .widget-sign-in .widget-content a {
    color: #FFFFFF;
}

#main-navigation {
	
}

#main-navigation ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#main-navigation ul li.last {
    border-right: none;
}

#main-navigation ul li.last a {

}

#search-submit {
    border: 1px solid #8c160f;
    border-top: 1px solid #c65f59;
    border-left: 1px solid #c65f59;
    background: #ae1b13;
    color: #fff;
    padding: 0px 0px 1px 5px;
    font-size: 11px;
}
/* 印刷用 最大幅とする */
#alpha {
    width: 924px; /*690px;*/
/*    left: 0px;*/ /*-15px;*/
}
#alpha-inner {
    width: 914px; /*680px;*/
}
#beta {
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 600px; /*730px;*/ /*600px;*/
}

.layout-wtt #beta {
    left: 0px;
    width: 208px; /*310px;*/
}

.layout-wtt #gamma {
	width:0px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 540px;
}

.layout-twt #beta {
    left: -540px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 730px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 730px;
}

.layout-tw #beta {
    left: -730px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 300px;
    width: 590px;
}

.layout-mw #beta {
    left: -590px;
    width: 200px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 700px;
}

.layout-wm #beta {
    width: 208px; /*310px;*/
}

/* 右側本文域の文字設定 */
#alpha-inner {
	font-weight: bold;
	font-size: 110%;
	color: rgb(90,90,90);
	font-family: Meiryo;
}


#news {
	padding: 0px;
	margin-top: 40px;
	border: 1px solid #6FA4B0;
}
#news-inner {
	padding: 10px;
	background-image: url(http://alpha-jam.com/img/news-inner-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
#news h3 {
	margin-bottom: 8px;
	background-image: url(http://alpha-jam.com/img/header-arrow-medium.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	font-family: verdana;
	text-transform: uppercase;
	padding: 12px 10px 5px 35px;
	color: #5E837C;
}
#news dl {
    padding: 8px 0 0 0;
}

#news dl dt {
    font-size: 12px;
    font-weight: bold;
    color: #426C63;
    padding: 0 0 2px 0;
}

#news dl dd {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

#news dl dd.entry-meta {
    margin-bottom: 0px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

#topsidetitle, #topsidetitle2 {
    border-bottom: 1px solid #74A410 !important;
    color: #74A410 !important;
		margin-bottom: 8px;
    margin-right: 15px;
    margin-left: 15px;
		background: url(http://alpha-jam.com/img/header-arrow-narrow.gif) no-repeat 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		font-family: verdana;
		padding: 0px 15px 0px 30px;
}

/* テーブル枠定義 */
table  {
	margin: 4px;
	padding: 0;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-bottom: 0px solid #606060;
	border-right: 0px solid #606060;
	font-size: 14px;
        border-style: solid;
}

th, td {
	padding: 2px;
	border-top: 0px solid #606060;
	border-left: 0px solid #606060;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #606060;
	color: #333;
        border-style: solid;
}


/* 囲み記事用として(html表記) */
pre {
	margin:10px 10px 18px 10px;
	padding:10px;
	background:#fffff6;
	border:1px solid #999;
	font-size:13px;
	line-height:140%;
	width:98%;
	_width:100%;
	text-indent: 1em;
	overflow:auto;
}
/* 印刷用サイドバーは印刷しない */
#header, #beta, #homepage-image {
        display: none;
}

