/*  
Theme Name: サポネトップ[管理者用]
Theme URI: 
Description:サポネトップ[管理者用]
Author: 
Author URI: 
Version: 0.1
*/

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
/* temp */
a,
a:link,
a:visited {
    color: #0099ff;
    text-decoration: none;
}
/* temp */
a:hover {
    color: #0099ff;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}

.flash{
	border:1px #666666 solid;
}

#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */
/* temp */
#banner {
    padding: 0px 0 0 0px;
	height:80px;
    color: #333333;
    background: #ffffff;
    text-align: left;
    text-decoration: none;
}

#banner a,
#banner a:link,
#banner a:visited {
/*
    color: #333333;
    font-size: 32px;
    text-decoration: none;
*/

}
#banner a:hover {}
#banner a:active {}

/* description of blog */
#banner-description {
    color: #333333;
    font-size: 12px;
}

#sub-img{
	padding:5px 10px 0px 10px;
	background:#FFFFCC;
	margin-bottom:0px;
}

/* article */
.blog {
    padding: 0px;
    font-size: 12px;
    color: #333333;
    background: none;
}

.entry-body{
    padding: 0px;
    font-size: 12px;
    color: #666666;
    background: none;
}

/* article date */
/* temp */
.date {
    margin-top: 6px;
    color: #ffffff;
    background: #666666;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #666666;
}

/* an article or comment */
#comments,
.entry {
    margin: 0 0px 15px;
    color: #666666;
/*    background: #ffffff; */
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

#comments input {
	border:#cccccc 1px solid;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
	
}

/* title of entry */
/* temp */
.entry-header {
    margin: 10px 0 10px 0px;;
    padding-left: 2em;
	padding-top:1.4em;
    background: url(images/mi_02.gif) no-repeat 0 0.3em;
	height:40px;
    color: #02339A;
    font-size: 12px;
    font-weight: bold;
}

.entry-header-rss {
    margin: 10px 0 10px;
	padding-top:1.4em;
    background: url(images/mi_03.jpg) no-repeat 0 0.3em;
	height:40px;
    color: #996600;
    font-size: 12px;
    font-weight: bold;
}

/* title of entry ADD takahashi */
.entry-header_home {
    margin: 15px 0 10px;
    padding-left: 5px;
	padding-top:3px;
    border-bottom: 1px solid #666699;	
	height:25px;
    color: #990066;
    font-size: 12px;
    font-weight: bold;
}

/* title of entry ADD takahashi */
.page-header_home {
    margin: 0px 0 10px;
    padding-left: 5px;
	padding-top:0.3em;
	height:25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #666666;
    font-size: 10px;
    _font-size: 9px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 10px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

.entry ul li{
	list-style-type:none;
    background: url(images/al.gif) no-repeat 0 0.3em;
    padding-left: 15px;
    margin: 0;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
/* temp */

#sidebar ul {
    font-size: 11px;
    _font-size: 10px;
}

#sidebar li {
    list-style: none;
    line-height: 1.6em;
    margin: 0 0 0 0;
}

#sidebar li li {
/*    background: url(images/lmark.gif) no-repeat 0 0.4em;*/
    padding-left:0px;
    margin: 0;
	color:#666666;
}

#sidebar ul ul {
}

/* title of menu list */
#sidebar ul li h2 {
    margin: 0px; 
    padding: 0px;
    color: #003366;
    font-size: 12px;
	font-weight:bold;
    text-align: left;
    line-height: 140%;

}

#sidebar .mi01{
    _padding: 5px 0px 3px 10px;
	background:#ECEADE url("images/bg_side01.gif") bottom no-repeat;
}

#sidebar .mi02{
    _padding: 5px 0px 3px 10px;
	color:ffffff;
	background:#0066CC url(images/yajirushi-top-login.gif) no-repeat right 3px;
	border-bottom:2px #003366 solid;
}

#sidebar .mi03{
    _padding: 5px 0px 3px 10px;
	background:#ECEADE url("images/bg_side01.jpg") bottom no-repeat;
}

#waku {
	border:#0099FF 1px solid;
	padding:3px;
	margin-bottom:10px;
	color:#0099FF;
}

#waku02 {
	border:#0099FF 1px solid;
	padding:3px;
	margin-bottom:10px;
	background-color:#ECEADE;
}

#waku03 {
	border:#0099FF 1px solid;
	padding:3px;
	margin-bottom:10px;
	color:#0099FF;
}

#waku ul{
	margin:10px;
}

#waku02 ul{
	margin:10px;
}

#waku03 ul{
	margin:10px 2px 10px 2px;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #996600;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-3 {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

/* temp */
.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #666666;
    font-size: 11px;
    font-weight: bold;
}

form input,
form textarea {
    border: 1px solid #cccccc;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 1 column or 2 columns */
/* temp */
body.layout-two-column-left
{
    margin-bottom: 20px;
    text-align: center;
	background: url("images/bk_haikei.gif");
}
.layout-two-column-left #container,
{
    margin-bottom: 10px;
}

/* for 2 columns */
#box
{
    width: 792px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: 1px solid #009AFE;
    text-align: left;
    background-color: #ffffff;
}

/* footer */
/* temp */
#footer {
    margin: 0px;
    padding: 1px 0;
	background:#0099FF;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
    width: 416px;
}
.layout-two-column-left #sidebar-box {
/*    float: left;*/ 
}
.layout-two-column-left #sidebar {
/*    padding: 10px 8px 0px 10px; */
	width: 167px;
	margin:0px;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}


/*ADD takahashi*/
/* temp */
#navigation {
font-size:12px;
height:2.2em;
line-height:2.2em;
background:#666666 url("images/bg_navi04.gif") bottom no-repeat;
/*background-image: url("images/bg_navi02.jpg");*/

}

#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a {
display:block;
padding:0 10px;
font-size:12px;
font-weight:normal;
text-transform:none;
text-decoration:none;
background-color:inherit;
color:#FFFFFF;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover {
background:#ECEADE url("images/bg_navi04.jpg") bottom no-repeat;
color:#676568;
text-decoration:none;}

/* temp */
#head-description {
    color: #ffffff;
    font-size: 12px;
	text-align:left;
    background-image: url("images/bk_head.gif");
	padding-left:10px;
	padding-top:4px;
	height:20px;
}

#head-description h1{
	font-size:12px;
}

/*　メインイメージ　*/

.main_img{
	border:1px #ccffcc solid;
}

/* 3カラム化 */
#al-container{
}

#cv-container{
}

div.sidebar-box {
	float: left;
	width: 185px;
}
div#primary {
/*	margin: 0 0 0 -100%; */
}
* html div#primary {
/*	left: 0px;
	position: relative;*/
}
div#secondary {
	float:right;
/*	margin: 0 0 0 -187px;
*/
}

div#container {
	float:left;
}
div#content {
/*	margin: 0 187px;
*/
}
div#footer { 
	clear: left;
}


/* ログイン画面用 */
#signup{
	text-align:center;
}
#si-content{
	width:680px;
	clear:both;
	padding:10px;
	font-size:12px;
	text-align:left;

}
#si-content h2{
    margin: 10px 0 10px 0px;;
    padding-left: 2em;
	padding-top:1.4em;
    background: url(images/mi_02.gif) no-repeat 0 0.3em;
	height:40px;
    color: #02339A;
    font-size: 12px;
    font-weight: bold;
}

#si-content table{
	margin:15px;
	font-size:12px;
	text-align:left;

}

#setupform{
	text-align:left;
}

#news{
}


#news li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 10px 0;

}

#news li li {
    background: url(images/al.gif) no-repeat 0 0.4em;
    padding-left:15px;
    margin: 0;
}
