

* { margin:0; padding:0;}

body { 
                        font-size:12px;
                        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
                        color:#242424;
                        background:url(images/bg.gif); 
}


a {
                        color:#000000;
                        text-decoration:none;
}

a img {
                        border:none;
}


#stripes {
                        background:url(images/stripes.png) repeat-y center;
                        width:100%;
                        position:absolute;
                        z-index:-1;
}

#wrap {
                        background:#FFF;
                        width:1002px;
                        margin:0 auto;
}


/*-----------------------------------------------------------------------------------
　　                                ★　　クリア　　★
 --------------------------------------------------------------------------------------*/



.clearfix:after {
                        content: ".";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
}

.clearfix {
                        display: inline-block;
}

.c, .clear {
                        clear:both;
                        clear:both;
                        font-size:1px;
                        height:1px;
 }


/*-----------------------------------------------------------------------------------
　　                                ★　　メインメニュー　　★
 --------------------------------------------------------------------------------------*/

#menu {
                        margin:0 auto;
                        width:1002px;
 }

#menu .content {
                        width:970px;
                        float:left;
                        background:url(images/top_menu_bg-trans.png);
                        height:48px;
}

#menu .left_border {
                        background:url(images/top_menu_left-trans.png);
                        height:48px;
                        width:16px;
                        float:left;
}

#menu .right_border {
                         background:url(images/top_menu_right-trans.png);
                         height:48px;
                         width:16px;
                         float:right;
}




/* more in css/menu-lavalamp.css */




/*-----------------------------------------------------------------------------------
　　                                ★　　メインブロック　　★
 --------------------------------------------------------------------------------------*/


#header {
                         height:90px;
                         position:relative;
}

#ad_top {
                         width:468px;
                         height:60px;
                         background:#fdfdfd;
                         position:absolute;
                         top:10px;
                         right:10px;
 }

#contentwrap {
                         width:1002px;
 }

#content {
                         width:635px;
                         float:left;
                         padding:0 0 0 20px;
}

#sidebar {
                         width:305px;
                         float:right;
                         padding:0 20px 0 0;
}

.warning {
                         padding:10px;
                         text-align:center;
                         font-weight:bold;
                         font-size:16px;
}


/*-----------------------------------------------------------------------------------
　　                                ★　　スライド　　★
 --------------------------------------------------------------------------------------*/


#slider {
                         width:635px;
                         height:300px;
                         background:#fdfdfd;
                         border:1px solid #cccccc;
                         margin:0 0 2em 0;
                         position: relative;
                         overflow: hidden;
 }

#slider a {
                         color:#FFF;
}

#slider ul, #slider li{
	                 margin:0;
		         padding:0;
		         list-style:none;
}

#slider li{ 
                         width:635px;
                         height:300px;
                         overflow:hidden; 
}

/*-----------------------------------------------------------------------------------
　　                                ★　　主要コンテンツ　　★
 --------------------------------------------------------------------------------------*/


#featuredContent {
                          width: 635px;
                          position: absolute;
                          top: 0;
                          margin-left: 0;
}

.featuredImage {
                          float: left;
                          position: relative;
                          display: none;
 }

.featuredImage span strong {
                          font-size:18px;
}

.featuredImage span {
                          position: absolute;
                          left: 0;
                          padding: 10px 12px;
                          width: 635px;
                          background-color: #000;
                          filter: alpha(opacity=70);
                          -moz-opacity: 0.7;
                          -khtml-opacity: 0.7;
                          opacity: 0.7;
                          color: #fff;
                          display: none;
                          bottom: 0;
}



/*-----------------------------------------------------------------------------------
　　                                ★　　ブロック背景　　★
 --------------------------------------------------------------------------------------*/


.lightround {
                          background:#ededed;
                          padding:10px;
}

.lightbutton {
                          background:#dfdfdf;
                          padding:5px;
}

/*.lightbutton:hover { background:#c1c1c1;}*/


.darkround {
                          background:#343434;
                          padding:10px;
                          color:#f3f3f3;
}

.darkbutton {
                          background:#4e4e4e;
                          padding:5px;
}

/*.darkbutton:hover {background:#686868;}*/


.darkround a, .darkbutton a {
                          color:#FFFFFF;
}
 



/*-----------------------------------------------------------------------------------
　　                                ★　　アーティクル　　★
 --------------------------------------------------------------------------------------*/


#articles {
                           margin:0 0 5px 0;
}

#articles .post {
                           width:618px;
                           float:left;
                           margin-bottom:15px;
 }

#articles .post.left {
                           margin-right:15px;
}

#articles .post .img {
                           width:550px;
                           height:137px;
                           background:#fdfdfd;
                           border:1px solid #cccccc;
                           margin:0 0 1em 0;
 }

#articles .post h2 {
                           font-size:15px;
                           font-weight:bold;
}

#articles .post .meta {
                           color:#7e7e7e;
                           text-transform:uppercase;
                           font-size:9px;
                           margin:0 0 1em 0;
                           font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#articles .post .text {
                           margin:0 0 1em 0;
}

#articles .post .readmore {
                           text-align:center;
                           font-size:11px;
                           font-weight:bold;
                           font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }



/*-----------------------------------------------------------------------------------
　　                                ★　　リストとか　　★
 --------------------------------------------------------------------------------------*/



.post .alignleft {
                           float:left;
                           margin:5px 10px 5px 0;
                           padding:3px;
                           border:1px solid #ccc;
 }

.post .alignright {
                           float:right;
}

.post ul {
                           margin:0 0 0 22px;
}

.post ol {
                           margin:0 0 0 22px;
}

.post li {
                           margin:4px 0;
}

.post ul, .post ol, .post p, blockquote, code {
                           margin-bottom:1em;
}

/*-----------------------------------------------------------------------------------
　　                                ★　　見出し・リンク　　★
 --------------------------------------------------------------------------------------*/
#header h1 {  
                           width:400px;
                           height:93px;
                           position:absolute;
                           top:5px;
                           left:500px;
                           font:#800000;
                           font-size:11px;
                           font-weight:bold;
                           font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header h1 a {
                           height:100%;
                           width:100%;
                           font:#800000;
}

#header h1 a:hover {
                           height:100%;
                           width:100%;
                           color:#ffffff;
                           background:#800000;
}

#header h2 { 
                           width:600px;
                           height:93px;
                           position:absolute;
                           top:22px;
                           left:500px;
                           font-size:10px;
                           font-weight:bold;
                           font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
	
#header .logo{
                           background:url(images/logo.jpg);
                           width:258px;
                           height:80px;
                           position:absolute;
                           top:5px;
                           left:20px;
}


.post .text a {
                           color:#870000;
}

.post .text h1 {
                           margin:0 0 10px 0;
                           border-bottom:1px solid #f1f1f1;
}

.post .text h2 {
                           margin:0 0 10px 0;
                           border-bottom:1px solid #f1f1f1;
}

.post .text h3 {
                           margin:3px 0 10px 0;
                           color:#b22222;
                           border-left:3px solid #b22222;
                           padding-left:5px;
}

.post .text h4 {
                           margin:0 0 10px 0;
                           border-bottom:1px solid #f1f1f1;
}


/*-----------------------------------------------------------------------------------
　　                                ★　　引用とか　　★
 --------------------------------------------------------------------------------------*/

blockquote {
                           background:#fdfdfd;
                           padding:10px 5px 0 5px;
                           border-top:1px solid #FFF;
                           border-bottom:1px solid #FFF;
}

code {
                           display:block;
                           padding:10px;
                           background:#fdfdfd;
                           border:1px dashed #FFF;
}






/*-----------------------------------------------------------------------------------
　　                                ★　　サイドバー　　★
 --------------------------------------------------------------------------------------*/


.widget {
                            margin:0 0 2em 0;
}

.widget h3 {
                            display:block;
                            height:28px;
                            z-index:8px;
                            padding:7px 8px;
                            color:#1a1a1a;
 }

.widget h4 {
                            float:left;
                            margin:0 0 2px 0;
                            background:url(images/btn_grey-trans.png) no-repeat top left;
                            height:30px;
                            color:#FFFFFF;
                            font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
                            font-size:12px;
                            text-transform:uppercase;
                            font-weight:normal;
 }

.widget h4 a,.widget h4 span {
                            display:block;
                            background:url(images/btn_grey-trans.png) no-repeat right -28px;
                            height:28px;
                            z-index:8px;
                            padding:12px 13px;
                            color:#FFFFFF;
                            cursor:pointer;
 }

.widget h4.selected {
                            background-image:url(images/btn_red_bg-trans.png);
}

.widget h4.selected a,.widget h4.selected span {
                            background-image:url(images/btn_red_bg-trans.png);
}




/*-----------------------------------------------------------------------------------
　　                                ★　　サイドバーのリスト　　★
 --------------------------------------------------------------------------------------*/


.widget ul {
                             list-style-type:none;
}

.widget li {
                             font-size:13px;
                             padding:5px 10px;
                             border-bottom:#3a3a3a 1px solid;
 }

.widget ul.categories li {
                             padding-left:23px;
                             background:url(images/bullet_category.gif) no-repeat left center;
}

.widget ul.entries li {
                             padding-left:20px;
                             background:url(images/bullet_entry.gif) no-repeat left center;
}

.widget ul.comments li {
                             padding-left:20px;
                             background:url(images/bullet_comment.gif) no-repeat left center;
}

.widget ul.archives li {
                             padding-left:20px;
                             background:url(images/bullet_archive.gif) no-repeat left center;
}

.widget li.last {
                             border:none;
}

/*-----------------------------------------------------------------------------------
　　                                ★　　ボトム部分　　★
 --------------------------------------------------------------------------------------*/


#bottom {
                              width:962px;
                              padding:20px;
}

#bottom .widget {
                              float:left;
                              width:310px;
                              margin:0 0 0 10px;
}

#content_widgets {
                              margin:0 0 5px 0;
}

#content_widgets .widget {
                              float:left;
                              width:310px;
}

#content_widgets .widget.left {
                              margin-right:15px;
}

#content_widgets .widget h4 {
                              font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
                              font-size:10px;
                              font-weight:normal;
                              padding:0 0 5px 15px;
                              text-transform:uppercase;
}

#content_widgets .widget ul {
                              list-style-type:none;
}

#content_widgets .widget li {
                              font-size:13px;
                              padding:5px 10px 5px 10px;
                              border-bottom:#3a3a3a 1px solid;
 }

#content_widgets .widget .more {
                              text-align:center;
                              font-size:11px;
                              font-weight:bold;
                              font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 }



/*-----------------------------------------------------------------------------------
　　                                ★　　フッター　　★
 --------------------------------------------------------------------------------------*/


#footer {
                             text-align:center;
                             padding:30px 0 20px 0;
                             margin:0 auto;
                             width:1002px;
                             color:#FFFFFF;
                             background:url(images/main_bottom.png) no-repeat center top;
                             height:15px;
}


.copyright{
                            width:100%;
                            padding:30px 0 20px 0;
                            text-align:center;
                            background:#1a1a1a;;
                            filter: alpha(opacity=80);
                            -moz-opacity:0.80;
                            opacity:0.80;
                            color:#FFFFFF;

}

.copyright p{
                            text-align:center;
                            padding:70px 0 5px 0;
                            color:#FFFFFF;
}

.copyright a{
                            color:#FFFFFF;
}


h2.title {font-size: 1em !important;text-transform: uppercase;padding: 10px;color: #565656;}



