/* reset all tags */

* {
margin : 0 ;
padding : 0 ;
font-family : Verdana, Arial, sans-serif ;
}

/* body */

body {
font-size: 12px;
background-color : #ffffff ;
}

html>body {
font-size: 12pt;
}



/* heading */

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

/* anchor */

a,
a:link,
a:visited {
color: #2200cc;
text-decoration: none;
}
a:hover {
color: #006699;
text-decoration: underline;
}
a:active {}

/* image with anchor */

a img {
border: none;
}

/* form */

form {
margin: 0px;
}
#searchform fieldset {
border: none;
}

#search-options,
input {
padding: 1px;
}

#searchtext {
width: 150px;
}

/* banner title */

#header {
position : absolute;
top : 0px ;
border-left : 1px solid #ff66cc ;
border-right : 1px solid #ff66cc ;
color : #000000 ;
background : #fff ;
text-align : left ;
height : 180px ;
width : 972px ;
}

#header a,
#header a:link,
#header a:visited {
color: #000000 ;
background: transparent ;
font-size: 14px ;
font-weight: bold ;
text-decoration: none ;
}

#header a:hover {}
#header a:active {}


#banner {
float: left;
text-align: left;
margin: 20px ;
}

#blog-name {
margin: 10px 0 0 25px;
}

#blog-description {
background: transparent;
font-size: 12px;
}

#main {
position: absolute;
top: 180px;
width: 972px;
clear:both;
border:#ff66cc solid 1px;
background-color: #ffffff;
}

#center {
width : 785px ;
float : left ;
}


/* article */

.blog {
padding: 10px 15px;
}



.date {
margin: 8px 0;
padding-left: 8px;
font-size: 10px;
font-weight: normal;
text-align: right;
}

.entry p {
margin: 10px 0;
font-size: 14px;
line-height: 1.5;
}

.entry blockquote p {
margin: 0;
}

.entry ul {
margin: 10px 0 10px 25px;
font-size: 14px;
}

.entry ol {
margin: 10px 0 10px 30px;
font-size: 14px;
}

.entry li {
	margin: 5px 0;
font-size: 14px;
line-height: 1.5;
}

.entry textarea {
width: 97%;
}

.entry img {
float: left;
padding: 5px;
border: 1px #ffffff solid;
}



.entry-body a {
text-decoration : underline ;
font-weight : bold ;
}





.entry embed {
float: left;
padding: 5px;
}

.entry table {
border-collapse: collapse;
}

.entry table, .entry thead, .entry tr, .entry td {
border: 1px #000000 solid;
}

.entry thead {
background-color: yellow ;
}

.entry td {
padding: 2px;
}

/* blockquote */

.entry blockquote {
width: auto;
margin: 15px 20px 0;
padding: 10px;
border: 1px solid #666;
background: #f6f6f6;
font-size: 83.3%;
line-height: 1.5;
}
.quotetitle {
font-size: 83.3%;
border-bottom: 1px solid #666;
padding: 3px;
}

pre {
margin: 15px 20px 0px;
padding: 10px;
background: #f6f6f6;
border: 1px solid #999;
font-size: 83.3%;
line-height: 1.5;
width: 100%;
overflow: scroll;
}
html>body pre {
width: 87%;
}


.entry-header {
margin: 15px 0 0;
border-left: 3px solid #999;
color: #222222;
font-weight: bold;
background-color: #e3cfc8;
padding: 2px 5px;
font-size: 18px;
}

.entry-body {
font-size: 12px;
color: #222222;
line-height : 125% ;
}



.entry-footer {
margin: 10px 0 0;
padding-top: 3px;
border-top: 1px dotted #36414d;
text-align: right;
font-size: 83.3%;
clear: both;
}

/* archive-list */

.archive-list {
margin: 10px 0;
}

/* navigation */

.content-nav {
margin: 10px;
text-align: center;
font-size: 10px;
}

.navigation {
margin: 10px;
text-align: center;
font-size: 10px;
}

/*
.page {
margin: 6px 0 10px;
font-size: 83.3%;
}
*/

/* breadcrumbs list */

.crumbs {
text-align: center;
font-size: 10px;
}

.breadcrumb {
text-align: center;
font-size: 10px;
}

/* menu list of sidebar */

#links-left ul,
#links-right ul {
color: #444;
}

#links-left ul li,
#links-right ul li {
list-style: none;
margin: 0 0 15px 0;
}

#links-left ul li ul li,
#links-right ul li ul li {
background: url('http://erodozin.com/image/lmark.gif') no-repeat 0 0.5em;
padding-left: 12px;
margin: 0;
}

#links-left ul ul,
#links-right ul ul {
margin: 0;
}

/* title of menu list */

#links-left ul li p,
#links-right ul li p {
margin-top: 3px;
padding-bottom: 2px;
border: 1px solid  #666;
color: #444;
background: #f6f6f6;
text-align: center;
font-size: 75%;
line-height: 2.0;
height: 100%; /* for IE6 */
}

#links-left ul ul,
#links-right ul ul {
margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
font-size: 75%;
line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
margin-top: 0;
}

/* credit */

.powered {
margin-top: 50px;
text-align: left;
color: #666666;
font-size: 75%;
line-height: 1.5;
}

.powered img {
margin-top: 3px;
}

.clear {
clear: both;
}

form input,
form textarea {
border: 1px solid #999;
}

#searchtext {
margin: 3px 0;
}

/* カラム切り替え */

body.layout-three-column {
text-align: center;
/* background: #ffccff url("./images/bg.jpg") repeat-y center center; */
}

.layout-three-column #container {
margin-bottom: 10px;
}


/* 固定レイアウト共通 */

.layout-three-column #box {
margin-right: auto;
margin-left: auto;
text-align: left;
background-color: #ffffff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
width: 900px;
}





/* 3カラム固定レイアウト */
.layout-three-column #content {
float: right;
width: 600px;
border-bottom: 1px solid #ff66cc;
border-left: 1px solid #ff66cc;
border-right: 1px solid #ff66cc;
margin-bottom: 10px;
}

.layout-three-column #links-left-box {
float : left ;
width: 180px;
}

.layout-three-column #links-right-box {
float: right;
width: 185px;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
padding: 15px 15px 0 15px;
}



/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {
padding: 10px 15px;
}


/* footer */

.layout-three-column #footer {
margin-top : 10px ;
padding : 5px 0px ;
height : auto ;
color : #000000 ;
background : #ff66cc ;
font-size : 10px ;
text-align : center ;
}

.layout-three-column #footer {
width: 972px;
clear: both;
}


#footer a {
color : #000000 ;
}

#sitelink {
margin : 10px 0 ;
color : #ffffff ;
}

#sitelink a {
color : #ffffff ;
}

input,textarea {
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
