/*
Theme Name: BASIC ai410
Theme URI: http://ai410.com/
Description: Basic theme for WordPress.
Author:ai410
*/

body    {
        margin: 0;
        padding: 0;
        text-align: center;
        }

#container{
        width: 810px;
        border-left: solid 1px #aaaaaa;
        border-right: solid 1px #aaaaaa;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        }

#header,#main,#footer   {
        margin: 0 15px;
        }

#content{
        width: 550px;
        float: left;
        }
        
#sidebar{
        width: 200px;
        float: right;
        margin-left: 30px;
        }
        
#footer{
        clear: both;
        }
        
a       {
        color: #E14998;
        }
        
#link{
        font-size: 0.75em;
        margin: 15px;
}
        
#link-1{

        margin-bottom: 3px;
}

#link-g{


}

#afi1{
text-align: center;
width: 33%;
float:left;
}
        
#afi2{
text-align: center;
width: 33%;
clear:right;
}

#waku{
border: double 1px #857871;
margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.75em;
        line-height: 150%;
}

#waku h2 {
text-align: center;
        font-size: 1.2em;
        color: #E14998;
        }

#waku p{
        text-align: right; 
}
        
/* ++++++ ヘッダーデザイン ++++++ */
#header{
        background-color: #E14998;
        padding: 12px;
        margin-bottom: 20px;
        }
        
#header h1{
        font-size: 1.4em;
        font-family: 'Trebuchet MS',Helvetica,sans-serif;
        margin-bottom: 0;
        }
        
#header h1 a{
        color: white;
        text-decoration: none;
        }
        
#header p{
        font-size: 0.75em;
        margin-top: 4px;
        }
        
/* ++++++ パンくずリンクのデザイン ++++++ */
#bread {
clear:both;
        font-size: 0.75em;
        font-weight: bold;
        }

#bread a{
        text-decoration:none;
        }
        
/* ++++++ コンテンツデザイン ++++++ */
.post h2 {
        font-size: 0.9em;
        color: #E14998;
        line-height: 100%;
        padding-left: 20px;
        padding-bottom: 5px;
        margin: 0;
border-bottom: solid 1px #aaaaaa;
        }
        
.post h2 a{
        text-decoration:none;

        }
        
.post p {
        font-size: 0.75em;
        color: #444444;
        padding-left: 40px;
        }
        
.post   {
        margin-bottom: 40px;
        padding: 0;
        line-height: 150%;
        }
        
.postmetadata{
        font-size: 0.75em;
        color: #444444;
        padding-left: 30px;
        }
        
.pagenav{
        font-size: 0.9em;
        color: #444444;
        }
        
/* ++++++ サイドバーデザイン ++++++ */
#sidebar{
        font-size: 0.75em;
        line-height: 150%;
        }
        
#sidebar ul{
        color: #857871;
        list-style-type: disc;
        margin: 0px 0 20px 20px;
        padding: 0;
        }
        
#sidebar li{
        margin-bottom: 8px;
        }

#sidebar h2{
        font-size: 1em;
        color: #857871;
        margin: 30px 0 0 0;
        padding: 0;
        }
        
        
/* ++++++ フッターデザイン ++++++ */
#footer address {
        font-size: 0.75em;
        font-style: normal;
        text-align: center;
        color: #ffffff;
        background-color: #E14998;
        padding: 3px 0 6px;
        }
