/*  
Theme Name: main
Description: 3 Column, Tested in Firefox, Opera, Safari, IE6 and IE7. Compatible up to WP 2.7.
Version: 1
Author: goto-ac
Author URI: http://www.goto-ac.com/
Tags: 3 column

*/

@import url("./css/header.css");
@import url("./css/footer.css");
@import url("./css/side.css");
@import url("./css/main.css");


/*************** レイアウト ***************/
div#container {
width : 800px ;
}

/* コンテンツ */
div#container_2{
width : 609px ;
float : left ;
}

/* メインサイドバー */
div#sidebar{
width : 199px ;
float : left ;
}

/* コンテンツ */
div#content{
width : 409px ;
border-right-width : 0 !important ;
float : right ;
}

/*　フッター　*/
div#footer{
width : 800px ;
}

/*************** 右サイドバー ***************/
div#right-side{
margin:25px 0px 0px 0px;
width: 191px;
float: left;

}div.side_title a{
color : white ;
}

div.rightside_contents {
border-color : RGB(249,249,249) ;
background-color :#f7f6f5   ;
color :  RGB(68,68,68) ;
background-image : url();
background-repeat : no-repeat ;
background-position : 0px 0px ;
border-width : 0px 0px 0px 0px  ;
border-style : solid ;
font-weight : normal ;
letter-spacing : 0px ;
line-height : 1.2 ;
margin:0px 3px 10px 3px;
padding:7px 6px 7px 25px;
text-decoration : none ;
text-align : left ;
}

div.rightside_contents ul { margin: 0 0 5px 0; padding: 0; list-style: none;}


/****** 投稿時間 ******/

div.posted {
margin: 20px 0px 30px 0px;
padding-top: 5px;
font-size: x-small;
border-top: 2px dotted #CCC;
text-align: right;
letter-spacing: 0;
height: 1%;
}

div.entry{
margin: 30px 0 30px 0;
}

div.entry-body{
margin: 15px 0 0 0;
padding: 0 20px;
line-height: 1.6;
letter-spacing: .15em;
}

div.link_top{
margin: 30px 0 0px 0;
}