@charset "utf-8";

/*-------------------------------
        reset
-------------------------------*/

* {
    margin:0;
    padding:0;
    font-family:Verdana,sans-serif;
    font-style:normal;
}

/*-------------------------------
        basic sets
-------------------------------*/

body {
    background-color:#EFE4CB;
    text-align:center;/* center on ie */
    margin-top:10px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, th, t, pre, blockquote, cite {
    color:#444444;
}

address{
    font-size:80%;
}

img {
border:0;
}

/*-------------------------------
        link colors main
-------------------------------*/

a:link {
    color:#36417F;
}
a:visited {
    color:#003366;
}
a:hover {
    color:#0669CC;
}
a:active {
    color:#79B8F9;
}

/*-------------------------------
        page layout
-------------------------------*/

/*  wrap all  */

#content{
    background-color:#FFF;
    width:840px;
    text-align:left;
    margin:0 auto;
}

#contentsub{
    
}

/*-------------------------------
        header
-------------------------------*/

#header{
    position:relative;
    background:url(/img/head-bg2.jpg) no-repeat;
    height:150px;
    width:840px;
}

#home{
	top:0;
	left:0;
	width:150px;
	height:130px;
	display:block;
		text-indent : -999em;
}

#home a{

}

#header h1{
    position:absolute;
    font-size:120%;
    top:40px;
    left:170px;
}

#header h2{
    color:#FFFFFF;
    position:absolute;
    font-size:90%;
    font-weight:normal;
    top:70px;
    left:170px;
}

#header a{
    text-decoration:underline;
    color:#FFFFFF;
}

/*  wrap content */

#container{
    width:840px;
    background-color:#FFFFFF;
}

/*-------------------------------
        main-content
-------------------------------*/

/*  entry-main */

#maincontents{
    float:left;
    /*width:420px;*/
	width:440px;
    margin:0 auto;
    /*padding-left:20px;*/
	padding-left:10px;
}

/*  link-color settings */

#maincontents a:link {
    color:#0669CC;
}
#maincontents a:visited {
    color:#003366;
}
#maincontents a:hover {
    color:#3696F5;
}
#maincontents a:active {
    color:#0669CC;
}

#maincontents .title{/*title block*/
    width:440px;
    min-height:70px;
    background:url(/img/entry-title-bg2.jpg) no-repeat;
}

#maincontents .title a{
	color:#FFFFFF;
	text-decoration:none;
}

#maincontents .title a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#maincontents .entry-data{/*entry date*/
    font-style:normal;
    font-weight:normal;
    color:#36417F;
    font-size:90%;
    padding:10px 15px 5px 15px;
}

#maincontents .title_foot{/*entry title footer*/
    width:440px;
    height:20px;
    background:url(/img/entry-tit-btm2.jpg) no-repeat;
}


#maincontents .entry-title{/*entry title*/
    color:#FFF;
    font-weight:bold;
    font-size:120%;
    padding-left:15px;
	padding-bottom:10px;
}

#maincontents .entry-body{
    background-color:#EAE7E0;
	width:440px;
}

#maincontents .entry_layer{
	width:440px;
	margin:0 10px;
}

#maincontents .entry-body p{
    line-height:1.75;
    width:420px;
    margin:0 auto;
}

#maincontents .entry-body img{
    margin:0 5px 0 0;
    border:none;
}

#maincontents .entry-footer{/*entry footer*/
    background:url(/img/entry-foot-bg2.gif) no-repeat;
    font-size:75%;
    height:35px;
    width:440px;
    margin-right:10px;
    padding-top:5px;
    text-align:right;
    position:relative;
}

#maincontents .entry-footer p{/*entry footer*/
    position:absolute;
    right:10px;
}

#maincontents .info{
    width:420px;
    border:2px solid #A87639;
    background-color:#F5F3F0;
    margin:15px auto 0 ;
    line-height:1.75;
}

#maincontents .info a{
    text-decoration:none;
    color:#0669CC;
    margin-left:5px;
}


/*-------------------------------
        side content each
-------------------------------*/

.sidetitle{
    color:#FFFFFF;
    font-size:80%;
    font-weight:bold;
    background:url(img/side-tit-bg.jpg) no-repeat;
    width:180px;
    height:25px;
    text-align:center;
}

.sidetitle h4{
    color:#FFFFFF;
    font-size:90%;
    text-align:center;
    padding-top:8px;
}

.side{
    background-color:#EDEADF;
    width:180px;
    font-size:90%;
    line-height:1.75;
    padding-top:10px;
}

.side-notitle{
    background-color:#EDEADF;
    width:180px;
    font-size:90%;
    line-height:1.75;
}

.side-notitle p{
    margin-left:1em;
}

.side-notitle ul{
    margin-left:1em;
    padding-top:0;
    margin-top:0;
}

.side p{
    padding-left:1em;
}

.side ul{
    /*margin-left:10px;*/
    padding-top:0;
    margin-top:0;
}

.side li{
    list-style-image:url(/img/li-mark.gif);
    list-style-position:inside;
    margin-left:10px;
    padding-top:0;
    margin-top:0;
    font-style:normal;
    padding-right : 10px;
}

.side li ul li{
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    padding:0;
    font-style:normal;
}

.side ul li ul{
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    padding:0;
    font-style:normal;
}


.side li li{
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    background:none;
    padding:0;
    font-style:normal;
}

.side option{
    margin-left:6px;
}

.trackbacks{
	width:155px;
	padding-left:1em;
}

.tblist{
	line-height:150%;
}

.side-top{
    background:url(/img/side-top-bg.gif) no-repeat top;
    height:15px;
    width:180px;
}

.side-foot{
    background:url(/img/side-foot-bg.gif) no-repeat top;
    height:25px;
    width:180px;
}


/*-------------------------------
        menu left
-------------------------------*/

#side01{
    float:left;
    width:180px;
    padding-left:10px;
}

#profile{
    list-style-type:square;
    padding-top:0;
    }
    
#links{
    list-style-type:disc;
    list-style-position:inside;
    background-color:#EDEADF;
    width:170px;
    font-size:90%;
    line-height:1.75;
    padding-left:10px;
}

/*-------------------------------
        menu right
-------------------------------*/

#side02{
    float:right;
    width:180px;
    padding-right:10px;
}

#side02 p{
    font-size:90%;
    line-height:1.75;   
}

.sublist{
    font-size:90%;
    list-style-type:none;
    background:none;
    width:180px;
}

.sublist li{
    margin-left:1em;
}

.search{
    background-color:#EDEADF;
    padding:10px 0 0 15px;
    font-size:90%;
}

.monthrymenu{
    background-color:#EDEADF;
    padding:10px 0 0 15px;
    font-size:90%;
}

#side-category ul li ul {
    padding-bottom : .5em;
    border-bottom : dotted 1px #bfb48d;
}

#linklists{
    background-color:#EDEADF;	
}


/*-------------------------------
        entry content
-------------------------------*/

.entry-body{
    width:420px;
}

/*-------------------------------
        entry archive
-------------------------------*/

#entry-navi{
    font-size:90%;
    text-align:center;
	padding-bottom:15px;
}

#entry-navi p{
    margin-bottom:15px;
}

#comments-box{
    width:420px;
    line-height:1.75;
    padding-bottom:10px;
    /*overflow:auto;*/
}

#comments-box .posted{/*commenter name view*/
    padding:5px 0 10px 0;
    border-top:1px dashed #3D4156;
    font-size:90%;
    text-align:right;
    padding-bottom:15px;
}

#trackbacks{
    width:420px;
}

#tb{
    background:url(/img/option-bg2.jpg) no-repeat;
	width:440px;
    color:#FFFFFF;
    height:30px;
    padding-left:10px;
    padding-top:5px;
    margin-bottom:20px;
}

#comments{
    background:url(/img/option-bg2.jpg) no-repeat;
	width:440px;
    color:#FFFFFF;
    height:30px;
    padding-left:10px;
    padding-top:2px;
    margin-bottom:20px;
}

.tburl{
    background-color:#EAE7E0;
    padding:4px 4px;
    border:1px solid #CCCCCC;
    margin-bottom:20px;
	width:430px;
}

.tbdata{
    border:dashed 1px #CC9966;
    background-color:#FFFFFF;
    padding:5px;
    margin-bottom:20px;
}

.commentsentry{
    color:#044E97;
    padding-bottom:15px;
}

/*-------------------------------
        monthry archive
-------------------------------*/

#tit-monthry{
    background:url(/img/option-bg2.jpg) no-repeat;
    color:#FFFFFF;
    font-size:90%;
    height:30px;
    padding-left:20px;
    padding-top:8px;
    margin-bottom:5px;
    }
    
.monthry{

}

.monthry h4{
    margin:10px 0;
}

.monthry p{
    line-height:1.75;
    border-bottom:dashed 1px #CCCCCC;
    margin-bottom:15px;
}

/*-------------------------------
        category archive
-------------------------------*/

#tit-category{
    background:url(/img/option-bg2.jpg) no-repeat;
    color:#FFFFFF;
    font-size:90%;
    height:30px;
    padding-left:20px;
    padding-top:8px;
    margin-bottom:5px;
    }

.category{

}

.category h4{
    margin:10px 0;
}

.category p{
    line-height:1.75;
    border-bottom:dashed 1px #CCCCCC;
    margin-bottom:15px;
}

/*-------------------------------
        footer
-------------------------------*/

#footer{
    background:url(/img/foot-bg2.jpg) no-repeat bottom;
    clear:both;
    color:#FFFFFF;
    text-align:left;
    width:840px;
    height:76px;
}

#footer address{
    float:left;
    padding:32px 0 0 20px;
}

#footer img{
    float:left;
    padding:25px 20px 0 20px;
}

#footer .up{
    float:right;
    padding:32px 20px 0 0;
}

#footer .up a{
	color:#FFFFFF;	
}


/*-------------------------------
        others
-------------------------------*/

.head-other{
    background:url(/img/option-bg.jpg) no-repeat;
    color:#FFFFFF;
    height:30px;
    font-size:90%;
    padding-left:20px;
    padding-top:8px;
    margin-bottom:20px; 
}

.commenter{
    line-height:1.75;
    margin-bottom:15px;
}

.form{
    margin:20px 0;
    padding:0;
    width:400px;
}

.searchresults{
    border-bottom:1px dashed #CCCCCC;
    padding:15px auto;
}

.searchdata{
    font-size:75%;
    text-align:right;
    padding-bottom:15px;
}

.t_left{
	text-align:left;
}

.t-right{
	text-align:right;
}

/*-------------------------------
        hacks
-------------------------------*/

*html #maincontents .info{/*hack for IE*/
    margin-bottom:15px;
}
