/*
Theme Name: MaidoCMS
Theme URI: http://www.maido.co.jp/
Description: MaidoCMS
Version: 1.0
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
*/
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;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
======================================
 2. Base Style
======================================
*/
html {
	background: #d8dfea;
}
body {
	font-size: 12px;
	line-height: 20px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,sans-serif;
	color: #222;
	height: 100%;
	background: #fff;
}
a {
	color: #3b5998;
	text-decoration: none;
}
a:hover {
	color: #3b5998;
	text-decoration: underline;
}
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.reader{
	margin:15px 0 0;
	padding:10px;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size: 10px;
	line-height: 15px;
	color: #808080;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	margin:0;
	padding:0;
	text-align:left;
}

#GlobalWrap{
	height: 100%;
}
#GlobalHeader {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #3b5998;
	border-bottom: 1px solid #1d4088;
}
#GlobalHeader div#hnav {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
#GlobalHeader div#hnav a:link,
#GlobalHeader div#hnav a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#GlobalHeader div#hnav a:hover {
	color: #becfef;
	text-decoration: none;
}
#GlobalContents {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#GlobalContents #main {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding: 20px;
}
#main p.detail {
	margin: 15px 0 25px;
	font-size: 18px;
	line-height: 24px;
}
#main p.detail img {
	float: right;
	margin: 2px 0px 5px 10px;
}
#main strong.title {
	color: #1c2a47;
	font-size: 18px;
	font-weight: bold;
}
#main #lbox {
	float: left;
	width: 350px;
	margin: 10px 0 0 0;
}
#main #lbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e9e9e9;
}
#main #lbox table th {
	width: 50px;
	color: #999;
	padding: 8px;
	clear:both;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #e9e9e9;
}
#main #lbox table td {
	padding: 8px;
	font-size: 14px;
	border-top: 1px solid #e9e9e9;
}
#main #lbox strong {
	color: #d80000;
}
#main #lbox li {
	margin: 0 0 8px 0;
}
#main #lbox td span,
#main #lbox li span {
	font-size: 12px;
}
#main #rbox {
	float: right;
	width: 490px;
	margin: 10px 0 0 0;
}
#main #rbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e9e9e9;
}
#main #rbox table th {
	width: 50px;
	color: #999;
	padding: 8px;
	clear:both;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
}
#main #rbox table td {
	padding: 8px;
	font-size: 14px;
}
#main #rbox dt {
	background: #f2f2f2;
	padding: 3px 5px;
}
#main #rbox dd {
	margin: 10px 0;
	padding: 3px 5px;
}
#main #rbox ul {
	margin: 0 0 0 18px;
}
#main #rbox li {
	margin: 0 0 8px 0;
	list-style-type: disc;
	font-weight: bold;
}
#main #rbox td span,
#main #rbox li span {
	font-size: 12px;
	font-weight: normal;
}
#main #rbox strong {
	color: #d80000;
}
#main #rbox #meeting {
	margin: 10px 0;
	border: 5px solid #eee;
	padding: 5px;
}
#main #rbox #meeting table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
#main #rbox #meeting table th {
	width: 50px;
	color: #3b5998;
	padding: 8px;
	clear:both;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
	border: none;
}
#main #rbox #meeting table td {
	padding: 8px;
	font-size: 14px;
	border: none;
}
#main #cbox {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #f2f2f2 url(../gifs/f.gif) no-repeat bottom right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main #cbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#main #cbox table th {
	width: 90px;
	color: #666;
	padding: 8px;
	clear:both;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
}
#main #cbox table td {
	padding: 8px;
	font-size: 14px;
}
#main .download {
	margin: 15px 0;
	padding: 10px 0;
	text-align: center;
	background: #e8eef7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#main #host {
	margin: 15px 0 0;
	padding: 3px 10px;
	background: #f2f2f2;
	text-align: center;
}
#GlobalContents #copyright {
	margin: 8px 0 20px;
	color: #808080;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
#GlobalFooter {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #3b5998;
	border-top: 1px solid #1d4088;
}
#GlobalFooter div#fnav {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
#GlobalFooter div#fnav a:link,
#GlobalFooter div#fnav a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#GlobalFooter div#fnav a:hover {
	color: #becfef;
}




/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#3b5998; padding:1px; border:10px solid #d8dfea;}
        #cboxLoadingGraphic{background:url(../gifs/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../gifs/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}


#member01 h2,
#member02 h2,
#member03 h2,
#member04 h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
#member01 h2 span,
#member02 h2 span,
#member03 h2 span,
#member04 h2 span {
	font-size: 18px;
	color: #999;
}
#member01 h2 em,
#member02 h2 em,
#member03 h2 em,
#member04 h2 em {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #3b5998;
}
#member01 dl.modal,
#member02 dl.modal,
#member03 dl.modal,
#member04 dl.modal {
	width:100%;
}
#member01 dl.modal dt,
#member02 dl.modal dt,
#member03 dl.modal dt,
#member04 dl.modal dt {
	float:left;
	width:100px;
	padding:0;
	clear:both;
	font-weight:bold;
}
#member01 dl.modal dd,
#member02 dl.modal dd,
#member03 dl.modal dd,
#member04 dl.modal dd {
	margin-left:110px;
	padding:5px 5px 5px 10px;
}
#member01 ul,
#member02 ul,
#member03 ul,
#member04 ul {
	margin: 5px 0 0 0;
	padding: 5px 10px;
	background: #f2f2f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#member01 ul li,
#member02 ul li,
#member03 ul li,
#member04 ul li {
	padding: 2px 2px 2px 20px;
	font-size: 14px;
	font-family: tahoma,verdana,arial,sans-serif;
}
#member01 ul li.icon01,
#member02 ul li.icon01,
#member03 ul li.icon01,
#member04 ul li.icon01 {
	background: url(../gifs/icon01.gif) no-repeat center left;
}
#member01 ul li.icon02,
#member02 ul li.icon02,
#member03 ul li.icon02,
#member04 ul li.icon02 {
	background: url(../gifs/icon02.gif) no-repeat center left;
}
#member01 ul li.icon03,
#member02 ul li.icon03,
#member03 ul li.icon03,
#member04 ul li.icon03 {
	background: url(../gifs/icon03.gif) no-repeat center left;
}


/*
======================================
 Social Style
======================================
*/
div.wp_social_bookmarking_light {
	position: absolute;
	top: 10px;
	right: 0px;
	border: 0;
	padding: 0;
	margin: 0;
}
div.wp_social_bookmarking_light div {
	float: left;
	border: 0;
	padding: 0 4px 0 0;
	margin: 0;
	height: 20px;
	text-indent: 0;
}
div.wp_social_bookmarking_light img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

div#end {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border: 1px solid #d80000;
	color: #d80000;
	font-weight: bold;
	text-align:center;
}