/*
Theme Name: WWN
Theme URI: http://www.pibtron.net/
Description: PICTRON
Author: PICTRON
*/

/*-------------------------------------------------------
  commonSetting
-------------------------------------------------------*/
*{
margin: 0;
padding: 0;
}

html{
height:100%;
}

body {
margin: 0;
padding: 0;
background: #FFFFFF;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
/*font-size: small;*/
font-size: 11px;
color: #363636;
}

img {
border: 0;
}

ul,li,dl {
list-style-type: none;
}

hr {
display: none;
}

.dn {
display: none;
}

p {
margin: 0;
padding: 0;
}


/*:: TxtLinkSetting :::::::::::::::::::::::::::::::::::*/
a {
text-decoration:none;
}

a:link,
a:visited,
a:active {
color: #987152;
text-decoration: underline;
}

a:hover {
color: #66492E;
text-decoration: underline
}

/*:: TxtColorSetting ::::::::::::::::::::::::::::::::::*/
.red {
color: #CC0000;
}

.green {
color: #999900;
}

.blue {
color: #336699;
}

.pink {
color: #CC3399;
}

/*:: borderSetting ::::::::::::::::::::::::::::::::::::*/
.border {
border-top: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
}

.border tr td {
border-bottom: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
padding: 3px;
}

.symposium {
border: #FFCCCC 2px solid;
padding: 10px;
}

div#single div.post h2,
div#category div.post h2 {
border: none;
}

/*:: pagetopSetting ::::::::::::::::::::::::::::::::::::*/
.pagetop {
margin: -10px 0 0 0;
padding: 0;
text-align: right;
}

.hometop {
text-align: right;
}



/*-------------------------------------------------------
  layoutSetting
-------------------------------------------------------*/
div#container {
width: 840px;
margin: 15px auto;
text-align: left;
}

div#contents {
background: url("common_img/contents_bk.gif") repeat-y top right;
}


*:first-child+html div#contents {
height: 100%;
}

/*-------------------------------------------------------
  headerSetting
-------------------------------------------------------*/
div#header {
background: url("common_img/head_bk.jpg") repeat-x top right;
}

div#header h1 {
margin-left: 30px;
_margin-left: 15px;
padding-top: 20px;
float: left;
}

div#header ul.language {
float: right;
padding-top: 34px;
margin-right: 20px;
_margin-right: 10px;
}

div#header ul.language li {
display: inline;
}

div#header ul.about {
clear: both;
padding-top: 36px;
_padding-top: 18px;
text-align: right;
}

*:first-child+html div#header ul.about {
padding-top: 18px;
}

div#header ul.about li {
display: inline;
}


/*-------------------------------------------------------
  sidebarSetting
-------------------------------------------------------*/
div#sidebar {
width: 219px;
padding: 4px 5px 5px 5px;
float: left;
}

div#sidebar ul {
background: #FFFFFF;
}

div#sidebar ul li a {
color: #333333;
text-decoration: none;
}

div#sidebar ul li a:hover {
text-decoration: none;
}

div#sidebar ul li a {
border-top: #E6E6E6 1px solid;
display: block;
padding: 10px 0 10px 17px;
width: 202px;
background: url("common_img/dt_bk.jpg") center left no-repeat;
}

div#sidebar ul li a:hover {
background: url("common_img/dt_bk_over.jpg") center left no-repeat;
}

div#sidebar ul ul li a {
border-top: #E6E6E6 1px dotted;
display: block;
width: 202px;
padding: 5px 0 5px 17px;
background: url("common_img/dd_bk.jpg") center left no-repeat;
}

div#sidebar ul ul li a:hover {
background: url("common_img/dd_bk_over.jpg") center left no-repeat;
}


/*-------------------------------------------------------
  topSetting
-------------------------------------------------------*/
div#top {
float: right;
width: 590px;
}

div#top h3 {
background: url("common_img/icon_ttl.gif") center left no-repeat;
font-size: 1.1em;
margin-bottom: 5px;
padding-left: 14px;
}

div#top a {
color: #333333;
text-decoration: none;
}

div#top div.list {
margin-bottom: 20px;
}


/*-------------------------------------------------------
  singleSetting/categorySetting
-------------------------------------------------------*/
div#single,
div#category {
float: right;
width: 590px;
}

div#single h2,
div#category h2 {
margin: 0 0 10px 0;
padding-bottom: 5px;
border-bottom: #E6E6E6 5px solid;
font-size: 1.3em;
}

div#single h3,
div#category h3 {
background: url("common_img/icon_ttl.gif") center left no-repeat;
font-size: 1.1em;
margin-bottom: 5px;
padding-left: 14px;
}

div#single h3 a,
div#category h3 a {
color: #333333;
text-decoration: none;
}

div#single p.postmetadata,
div#category p.postmetadata {
border-bottom: #999999 2px solid;
text-align: right;
margin-top: 10px;
padding-top: 5px;
margin-bottom: 20px;
padding-bottom: 5px;
}

div#single p.pagenav,
div#category p.pagenav {
text-align: center;
margin-bottom: 0;
}

div#single div.post p,
div#category div.post p {
margin-bottom: 15px;
}

div#single div.post ul li,
div#category div.post ul li {
list-style: inside;
}

div#single div.post ol li,
div#category div.post ol li {
list-style: decimal;
margin-left: 15px;
}


/*-------------------------------------------------------
  pageSetting
-------------------------------------------------------*/
div#page {
float: right;
width: 590px;
}

div#page h2 {
margin: 0 0 10px 0;
padding-bottom: 5px;
border-bottom: #E6E6E6 5px solid;
font-size: 1.3em;
}


/*-------------------------------------------------------
  footerSetting
-------------------------------------------------------*/
div#footer {
clear: both;
margin-top: 20px;
padding-top: 5px;
padding-bottom: 15px;
border-top: #000000 1px solid;
text-align: center;
}

div#footer address {
font-style: normal;
}

/*-------------------------------------------------------
  hackSetting
-------------------------------------------------------*/
.clearfix:after {	/* for new Browser */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {	/* for IE */
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */
