/* reset elements */
h1, h2, h3, h4, h5, h6 {
position: static;
margin: 0px;
padding: 0px;
}
div, p, hr, blockquote, address, noscript {
position: static;
margin: 0px;
padding: 0px;
font-style: normal;
font-weight: normal;
}
ul, ol, dl, dt, dd {
position: static;
margin: 0px;
padding: 0px;
}
pre, table, form {
position: static;
margin: 0px;
padding: 0px;
}
span, img  {
position: static;
margin: 0px;
padding: 0px;
border: none;
font-style: normal;
font-weight: normal;
border: 0px none #fafaff;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
position: static;
margin: 0px;
padding: 0px;
border: none;
font-style: normal;
font-weight: normal;
}
/* basic */
body {
width: 800px;
background-color: #fff;
margin: 0 auto;
padding: 0px;
color: #444;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-size: 12pt;
}
a {
text-decoration: underline;
}
a:link {
color: #0e38b0;
}
a:visited {
color: #0e38b0;
}
a:hover {
color:#0000ff; 
text-decoration:underline;
}
a:active {
color: #0e38b0;
}
h2 {
margin: 0 10px 0 10px;
padding: 10px 10px 10px 10px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
line-height: 1.1em;
font-weight: bold;
font-size: 120%;
text-align: left;
color: #889;
background: url(http://pc-kaden.net/template/bg_h2.jpg) no-repeat;
border: 1px solid #fff;
text-decoration: none;
}
h2 a {
text-decoration: none;
}
h2 a:link {
color: #0e38b0;
}
h2 a:visited {
color: #0e38b0;
}
h2 a:hover {
color:#0000ff; 
text-decoration:underline;
}
h2 a:active {
color: #0e38b0;
}
h3,h4 {
margin: 0px;
padding: 2px 10px 2px 10px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
line-height: 1.1em;
font-weight: bold;
font-size: 110%;
text-align: left;
color: #889;
border-bottom: 1px dotted #bbc;
}
pre {
display: block;
font-family: monospace;
}
em {
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-style: normal;
font-weight: normal;
border-bottom: 1px dashed #ccf;
}
strong {
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-weight: bold;
}
blockquote {
margin: 0px 20px 0px 20px;
padding: 2px 8px 2px 8px;
color: #77c;
line-height: 1.4em;
border: 1px solid #ddf;
background-color: #fafaff;
}
blockquote p {
padding: 0px;
margin: 0px;
font-style: italic;
}
p.source {
margin: 0px 20px 1em 20px;
padding: 0px;
font-size: 100%;
text-align: right;
}
q {
color: #669;
font-style: italic;
}
cite {
font-style: normal;
}
ul {
padding-left: 2em;
}
ol {
padding-left: 2em;
}
dl dd {
padding-left: 2em;
}
del {
text-decoration: line-through;
}
ins {
border-bottom: 1px dashed #cfc;
}
/* images */
img.pict {
}
/* title */
div.title {
width:800px;
height:80px;
margin: 0;
padding: 0;
color: #fff;
background-color: #b9d0f7;
background-repeat:no-repeat;
background-image: url(http://pc-kaden.net/template/pc_title_bg.jpg)
}
div.title h1 {
float:left;
margin: 0px;
padding: 8px 0px 0px 15px;
font-size: 130%;
font-weight: bold;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
div.title h1 a {
text-decoration: none;
}
div.title h1 a:link {
color: #fff;
}
div.title h1 a:visited {
color: #fff;
}
div.title h1 a:hover {
color: #fff;
background:none;
}
}
div.title h1 a:active {
color: #fff;
}
div.title p.description {
clear:left;
float:left;
margin: 0px;
padding: 0px 20px 0px 35px;
color: #fff;
font-size: 90%;
}
/* footer */
div.footer {
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-size: 11px;
}
div.footer a {
text-decoration: none;
}
div.footer address {
margin: 5px 20px 3px 0px;
}
div.footer p#link2top {
margin: 0px;
padding: 10px 20px 10px 20px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-size: 10px;
text-align: right;
}
div.footer p#link2top:before {
content: "[";
}
div.footer p#link2top:after {
content: "]";
}
/* main */
div.contents {
float: left;
clear: left;
width: 550px;
margin 0;
padding: 0;
background-color: #fff;
}
div.page {
font-size : 90%;
text-align: center;
}
div.page a {
text-decoration: none;
}
div.body hr {
clear: both;
height: 1px;
margin: 0px auto;
padding: 0px;
color: #fff;
border-style: none;
border-top: 1px solid #fff;
}
/* entry */
div.entry {
margin: 0px 0px 15px 0px;
padding: 0px 5px 5px 5px;
width:540px;
}
div.entry div.entry_author {
margin: 0px;
padding: 2px 10px 2px 10px;
font-size: 90%;
text-align: right;
}
div.entry div.entry_author a {
text-decoration: none;
}
div.entry div.entry_body {
margin: 0px;
padding: 15px 20px 5px 20px;
font-size: 100%;
line-height: 1.4em;
color: #333;
}
div.entry div.entry_more {
margin: 0px;
padding: 5px 20px 15px 20px;
font-size: 100%;
line-height: 1.4em;
color: #333;
}
div.entry div.entry_state {
margin: 0 10px 0 10px;
padding: 2px 10px 2px 10px;
font-size: 105%;
text-align:right;
border-top: 1px dotted #bbc;
}
div.entry div.entry_state a {
text-decoration: none;
}
div.entry div.entry_navi {
margin: 0px;
padding: 5px;
font-size: 90%;
text-align: center;
}
div.entry div.entry_navi a {
text-decoration: none;
}
/* comment */
div.comment {
margin: 10px 0px 10px 0px;
padding: 0px 10px 0px 40px;
}
div.comment form {
margin: 10px 0px;
padding: 0px;
}
div.comment form dl {
font-size: 90%;
}
div.comment form dl dt {
display: block;
clear: left;
float: left;
width: 8em;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
text-align: right;
}
div.comment form dl dt label#labelsubmit {
display: none;
}
div.comment form dl dd {
margin: 0px 0px 0px 8.5em;
padding: 0px;
}
div.comment dl.body {
margin: 0px;
padding: 5px 5px 10px 5px;
line-height: 1.3em;
font-size: 90%;
}
div.comment dl.body dt {
margin: 0px;
padding: 0px;
color: #889;
text-align: right;
}
/* trackback */
div.trackback {
margin: 10px 0px 10px 0px;
padding: 0px 10px 0px 40px;
}
div.trackback p.link {
text-align: right;
font-size: 90%;
}
div.trackback dl.body {
margin: 0px;
padding: 5px 5px 10px 5px;
line-height: 1.3em;
font-size: 90%;
}
div.trackback dl.body dt {
margin: 0px;
padding: 0px;
color: #889;
text-align: right;
}
/* profile */
div.profile {
margin: 10px 0px 10px 0px;
padding: 0px 10px 0px 10px;
}
div.profile div.profile_body {
margin: 0px;
padding: 15px 20px 5px 20px;
font-size: 100%;
line-height: 1.4em;
color: #696969;
}
/* navigation */
div.navigation {
width:210px;
margin-left: 548px;
padding: 0px 15px 0px 15px;
font-size: 90%;
}
/* links */
div.navigation dl {
margin: 5px 0px 10px 0px;
padding: 0px;
}
div.navigation dl dt {
width:210px;
height:25px;
margin: 0 0 0 5px;
padding: 3px 20px 3px 20px;
color: #fff;
font-family: "Century Gothic";
background: url(http://pc-kaden.net/template/pc_dt.jpg) no-repeat;
}
div.navigation dl dd {
margin: 0px;
padding: 0px;
}
div.navigation dl dd ul {
list-style: none;
margin: 0px;
padding: 0px;
}
div.navigation dl dd ul li {
display: block;
margin: 0 0 0 5px;
padding: 2px 0px 2px 8px;
font-size: 90%;
color: #696969;
background-color: #fff;
border-bottom:1px dotted  #b9d0f7;
}
div.navigation dl dd ul li li {
border-bottom: 0px none #fff;
}
div.navigation dl dd ul li a {
text-decoration: none;
}
div.navigation dl.extra dt {
display: none;
}
div.navigation dl.extra ul {
margin: 0px;
padding: 0px;
text-align:center;
list-style: none;
}
div.navigation dl.extra a {
text-decoration: none;
}
div.navigation dl.extra li {
padding: 3px 0px 3px 0px;
line-height: 1.3em;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
color: #668;
border: none;
background-color: transparent;
}
div.navigation dl.search {
margin: 10px 0px 10px 0px;
padding: 0px;
text-align: center;
}
div.navigation dl.search dt {
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

/*
/* calendar */
div.navigation dl.calendar {
background-color: #fff;
}
div.navigation dl.calendar dd {
margin: 0px;
padding: 0px;
text-align: center;
background-color: #fff;
border-right: 1px solid #b9d0f7;
border-bottom: 1px solid #b9d0f7;
border-left: 1px solid #b9d0f7;
}
div.navigation dl.calendar dd table {
width: 180px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 0px none;
border-color: #ccc #333 #333 #ccc;
background-color: #fff;
}
div.navigation dl.calendar dd table td.cell {
padding: 1px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-size: 10px;
line-height: 170%;
color: #bbc;
text-align: center;
}
div.navigation dl.calendar dd table td.weekday {
padding: 1px;
font-family: mono-space;
font-size: 10px;
line-height: 170%;
color: #bbc;
text-align: center;
}
div.navigation dl.calendar dd table td.cell a {
margin: -1px;
padding: 1px;
text-decoration: none;
font-weight: bold;
display: block;
}
div.navigation div.calendar table td.cell span.today {
color: #b99;
}
div.navigation div.calendar table td.cell a span.today {
font-weight: bold;
}
div.navigation dl.calendar dd td.calendar_month {
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-size: 10px;
text-align: center;
}
div.navigation dl.calendar dd td.calendar_month a {
text-decoration: none;
}
*/

/* add */
table {
border: 0px;
border-spacing:1px;
background-color:#b9d0f7;
}
caption {
padding: 2px;
background-color:#b9d0f7;
color:#ffffff;
font-weght:bold;
text-align:left;
text-indent:5px;
}
th {
padding: 3px;
background-color:#ecf2fc;
border: 0px;
text-align:left;
text-indent:5px;
}
td {
padding: 3px;
background-color:#ffffff;
border: 0px;
text-indent:5px;
}
h3 {
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 0px;
padding: 2px 10px 2px 10px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
font-weight: bold;
font-size: 110%;
text-align: left;
color:#0e38b0;
border-left:10px solid #0e38b0;
border-bottom: 1px solid #0e38b0;
padding-left:5px;
}
h3 a {
text-decoration: none;
}
h4 {
margin: 10px;
padding: 0px 10px 0px 10px;
font-family: Arial, Helvetica, Verdana, "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
text-align: left;
color:#0e38b0;
border-left:7px solid #b9d0f7;
padding-left:5px;
}
h4 a {
text-decoration: none;
}
div#calendar {
padding:2px 0 3px 0;
width: 800px;
color: #bbb;
font-size: 13px;
text-align: center;
border-bottom:1px solid #b9d0f7;
}
div#calendar span.today {
text-decoration: underline;
}
#favorite {
margin:0;
padding:0;
text-align:center;
}
#adsense_entry {
margin: 0px;
padding: 0px 20px 10px 20px;
}
#top_search {
margin: 0;
padding: 10px 15px 0 0;
text-align: right;
}
#under_search {
margin: 5px 0 1px 0;
text-align: center;
}
#banner {
margin: 3px 0;
}
#entry_top {
width:550px;
height:10px;
background: url(http://pc-kaden.net/template/pc_entry_top.jpg) no-repeat;
}
#entry_frame {
width: 550px;
background: url(http://pc-kaden.net/template/pc_entry_frame.jpg) repeat-y;
}
#entry_bottom {
width:550px;
height:70px;
background: url(http://pc-kaden.net/template/pc_entry_bottom.jpg) no-repeat;
}
#addclip {
padding:0 10px 0 0;
text-align:right;
}
#ranking {
padding:0 15px 20px 15px;
}
#linkunit_top {
margin: 5px 0px 0px 10px;
text-align: left;
}
#linkunit_side {
margin: 0px 0px 0px 15px;
text-align: left;
}
#linkunit_under {
margin: 1px 0px 10px 0px;
text-align: center;
}
#nav {
clear:both;
padding: 0px 15px 0px 15px;
text-align:right;
font-size:80%;
color:#ffffff;
}
#nav a {
color:#ffffff;
}
#menu {
text-align:right;
margin:0;
padding:0px 20px 0 0;
font-size:14px;
}
#menu a {
text-decoration:none;
font-weight:bold;
color:#ffffff;
}
#menu a:hover {
text-decoration:underline;
background:none;
}
