/*************************************
***          基本レイアウト                          ***
*************************************/

html { 
margin: 0; padding: 0; 
}

form, input { 
margin: 0; padding: 0; 
}

a img { 
border: 0; 
}


/*************************************
***          ページレイアウト                        ***
*************************************/

body {
margin: 0;
padding:0;
font-size: 14px;
line-height: 130%;
color:#222222;
font-family: MS UI Gothic;
text-align: center;
background: #ffe5bd;
}

#container {
position: relative;
margin: 0 auto;
width: 780px; 
text-align: left;
background: #ffffff;
border-top: 1px solid #292e33;
border: 2px solid #292e33;
}

#container-inner {
position: static;
width: auto;
}


/*************************************
***          見出し                                     ***
*************************************/

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
margin-top: 10px;
margin-bottom: 10px;
}

h1 {
margin: 0;
font-weight: nomal;
color: #ffffff;
text-decoration: none;
text-align: right;
}

h1 a {
color: #ffffff;
text-decoration: none;
}

h1 a:hover {
color: #ffffff;
text-decoration: none;
}


/*************************************
***          リンク色（ページ全体）                ***
*************************************/

a { 
color: #0000ff;
text-decoration: underline;
}

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


/*************************************
***          ヘッダー（レイアウト）                  ***
*************************************/

#banner {
position: relative;
width: 780px; /* necessary for ie win */
margin: 0 0 5px 0;
height: 120px;
background: #ff9900 url(http://cookie.aipowerstone.com/img/orange01.gif);
}

#banner-inner {
position: static;
height: 120px;
}


/*************************************
***          ヘッダー（サイトタイトル）             ***
*************************************/

#banner-header {
margin: 0;
font-size: 23px;
font-weight: bolder;
color: #ffffff;
line-height: 1;
position:absolute; top:30px; left:30px;
font-family: MS UI Gothic;
}


/*************************************
***          ヘッダー（サイト説明文）              ***
*************************************/

#banner-description {
position:absolute; top:60px; left:30px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}


/*************************************
***          リンク色（ヘッダー）                    ***
*************************************/

#banner a {
color: #ffffff; text-decoration: none;
}

#banner a:hover {
color: #ffffff;
}


/*************************************
***          メインコンテンツ全体                   ***
*************************************/

#pagebody {
position: relative;
width: 100%;
margin: 10px 0 20px;
}

#pagebody-inner {
position: static;
width: 100%; 
}


/*************************************
***          メインコンテンツ記事部分            ***
*************************************/

#alpha { 
width: 540px; 
display: inline; /* ie win bugfix */
position: relative;
float: left;
margin: 0 15px 0; 
padding: 0 0 15px;
background-color: #ffffff;
}

#alpha a { 
font-weight: bold;
}

#alpha-inner { 
padding: 0 10px 15px;
}

.extended {
margin: 0 0 20px 0;
}

.posted {
margin: 0 0 20px 0;
font-family: MS UI Gothic;
color: #666666;
background-color: #ffffff;
border-top: 1px dashed #cccccc;
text-align: right;
}


/*************************************
***          メインコンテンツサイドバー           ***
*************************************/

#beta {
width: 200px; 
display: inline; /* ie win bugfix */
position: relative;
float: left;
margin: 0 auto; 
background: #ffffff;
}

#beta-inner {
padding: 0;
border: 1px solid #666666;
}


/*************************************
***          リンク色（サイドバー）                  ***
*************************************/

.module-content a { 
color: #0000ff;
}

.module-content a:hover { 
color: #ff3300; 
}


/*************************************
***          記事部分コンテンツ                   ***
*************************************/

.archive-header {
position: relative;
width: auto;
height: 30px;
margin: 0 0 10px 0;
padding-left: 5px;
padding-top: 6px;
color: #000000;
background: #ffffff;
border-left: 5px solid #ff9900;
border-bottom: 1px solid #ff9900;
font-size: 18px;
font-weight: bold;
text-transform: capitalize;
}

.archive-header a {
color: #000000;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
text-decoration: none;
}

.archive-header a:hover {
color: #ff3300;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
text-decoration: none;
}

.archive-header2 {
position: relative;
width: auto;
height: 30px;
margin: 0 0 10px 0;
padding-left: 5px;
padding-top: 6px;
color: #000000;
background: #ffffff;
border-left: 5px solid #ff9900;
border-bottom: 1px solid #ff9900;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
}

.img { float: left; margin: 0 5px 0 0; }

.img2 { float: right; margin: 0 5px 0 0; }

.entry-header {
margin-top: 15px;
padding: 0;
color: #666666;
font-size: 16px;
font-weight: bold;
}

.entry-header a {
color: #008000;
text-decoration: none;
}

.entry-header2 {
margin: 15px 0 0 0;
padding: 0;
color: #666666;
font-size: 14px;
font-weight: bold;
}

.entry-content { position: static; clear: both; }

.entry,
.entry-more { clear: both; }

.entry-footer {
margin: 5px 0 0 0;
padding: 5px 0;
text-align: right;
font-size: 10px;
border-top: 1px solid #666666;
color: #999;
}

.entry-body { width: 100%; }

.gotop { text-align: right;  clear: both;}


.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff; }

.pagelink {
margin: 10px 0;
padding: 10px;
font-size: 12px;
border:2px dotted #ff9900;
background-color:#ffe9c8;
text-align: center;
}

.pagelink2 {
margin: 10px 0;
padding: 10px;
font-size: 12px;
border:2px dashed #ff9900;
text-align:left;
}


/*************************************
***         　　　 アーカイブ　　　                   ***
*************************************/

.sitemap {
padding: 0 0 0 20px;
}


/*************************************
***          トラックバック                            ***
*************************************/

.tra a {
color: #222222;
font-size: 10px;
}

#trackbacks-info {
margin: 10px 0;
padding: 10px;
font-size: 12px;
border:2px dotted #ff9900;
background-color:#ffe9c8;
text-align: center;
}

.trackbacks-header {
margin-top: 10px;
padding: 0;
color: #666;
font-size: 14px;
font-weight: bold;
}

.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer {
margin: 0 0 10px 0;
border-top: 1px solid #dae0e6;
padding-top: 3px;
color: #666;
font-size: 10px;
text-align: right;
}


/*************************************
***          コメント                                     ***
*************************************/

#comments-open-data {
padding-left: 70px;
}

#comments-open-text {
padding-left: 70px;
}

#comment-author, #comment-email, #comment-url {
width: 240px;
}

#comment-text {
width: 400px;
}

#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }

#comment-post { font-weight: bold; }

.comments-header,.comments-open-header {
margin-top: 10px;
padding: 0;
color: #666;
font-size: 14px;
font-weight: bold;
}

.comment-content,
.comment-footer,
.comments-open-footer { 
margin: 10px 0; 
padding-left: 70px;
}
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }

.com {
padding: 0 0 0 7px;
border-left:5px solid #ff9900;
}

.posted2 {
margin: 0 0 30px 0;
font-family: MS UI Gothic;
color: #666666;
background-color: #ffffff;
border-top: 1px dashed #cccccc;
text-align: right;
}


/*************************************
***          サイドメニュー                           ***
*************************************/

.module-header {
position: relative;
width: auto;
height: 16px;
margin: 0 0 10px 0;
padding: 0 0 0 2px;
color: #000000;
border-left: 5px solid #ff9900;
border-bottom: 1px solid #ff9900;
font-size: 13px;
font-weight: bold;
line-height: 16px;
text-transform: capitalize;
text-align: left;
}

.module {
position: relative;
overflow: hidden;
width: 180px; 
margin: 0 5px;
padding: 0;
}

.module-content {
position: relative;
margin: 10px 0;
padding: 0;
}

.module-list {
margin: 0;
padding: 0;
list-style: none;
}

.module-list2 {
margin: 10px 0;
line-height: 120%;
}

.module-list-item a {
width: 180px; 
height: 20px;
background-color: #ffe9c8;
text-indent: 5px;
display: block;
font-size: 12px;
line-height: 25px;
margin: 2px 0;
border: 1px solid #cccccc;
text-decoration: none;
color: #0000ff;
position: relative;
}

.module-list-item a:hover {
background-color: #ffe1b3;
border: 1px solid #cccccc;
text-decoration: none;
color: #0000ff;
top: 2px;
}


/*************************************
***          フッター                                   ***
*************************************/

#footer {
width: 780px; /* necessary for ie win */
height: 20px;
background: #ff9900;
position: relative;
}

#copyright {
font-size: 11px;
text-align: center;
color: #222222;
line-height: 20px;
}

#copyright a {
color: #222222;
text-decoration: none;
}


/*************************************
***          補助                                        ***
*************************************/

.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
}

strong {
font-weight: normal; 
font-style: normal; 
text-decoration: none
}

em {
font-weight: normal; 
font-style: normal; 
text-decoration: none
}

.submit {
margin: 3px 0 3px 5px;
width: 180px;
height: 30px;
}

