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

* {
margin: 0;
padding:0;
}

html { 
margin: 0; padding: 0; 
}

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

a img { 
border: 0; 
}


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

body {
font-size: 14px;
line-height: 150%;
color:#333333;
font-family: verdana ,arial ,sans-serif;
text-align: center;
background: url(../img/bg.jpg) repeat-x top;
border-top: 3px solid #003366;
}

#container {
margin: 0 auto;
padding: 0;
width: 900px; 
text-align: left;
background-color: #ffffff;
}

#top {
width: 880px;
height: 200px;
padding: 5px 10px 5px 20px;
background: url(../img/top.jpg) no-repeat;
font-size: 12px;
line-height: 130%;
}


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

h2, h3, h4, h5, h6 { font-weight: bold; }
h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0;
}

p, ol, ul, pre, blockquote {
margin-top: 10px;
margin-bottom: 10px;
}

li{margin-bottom: 5px;}

.b{font-weight: bold;}
.red{color: #ff0000;}

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

a { 
color: #4169E1;
text-decoration: underline;
}

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


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

.side a { 
color: #4169E1;
text-decoration: none;
font-weight: normal;
}

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


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

#banner {
width: 900px; 
margin: 0 0 5px 0;
height: 140px;
background:  url(http://www.1changejob.com/img/title.jpg) no-repeat;
position: relative;
}

#banner .inner {
 padding-top: 39px;
 padding-left: 7px;
 padding-bottom: 44px;
}

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

h1 a {
margin: 0;
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
line-height: 14px;
position:absolute; top:10px; left:10px;
}

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


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

#banner-description {
margin: 0;
line-height: 1;
position:absolute; top:10px; left:165px;
font-size: 13px;
line-height: 14px;
font-weight: normal;
color: #000;
}


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

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


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

#alpha { 
display: inline; /* ie win bugfix */
width: 630px; 
float: left;
margin: 0 8px 0; 
padding: 0 5px 5px;
background-color: #ffffff;
}

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

.posted {
margin: 0 0 20px 0;
color: #666666;
font-size: 12px;
background-color: #ffffff;
border-top: 2px dashed #cccccc;
text-align: right;
}


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

#beta {
display: inline; /* ie win bugfix */
width: 234px; 
float: left;
margin: 0 auto 0 10px;
padding: 0;
background-color: #ffffff;
}

#beta br{
line-height: 25%;
}


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

.entry {
padding: 0px 0px 0px 10px;

}

.archive-header {
width: auto;
height: auto;
margin: 0 0 10px 0;
padding: 3px 0 1px 5px;
color: #000000;
background-color: #ffffff;
border-left: 5px solid #008000;
border-bottom: 1px solid #ffffff;
font-size: 18px;
font-weight: bold;
}

.entry-header {
width: 620px;
height: 27px;
margin: 10px 0 10px 0px;
padding: 3px 0 1px 5px;
color: #fff;
font-size: 18px;
font-weight: bold;
background: url(http://www.1changejob.com/img/entry-header-h2.jpg) no-repeat;
}

.entry-header a {
color: #fff;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

.entry-header a:hover {
color: #ff3300;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

.entry-header2 {
width: auto;
height: auto;
margin: 30px 0 10px;
padding: 3px 0 1px 5px;
color: #2a4763;
background-color: #ffffff;
border-left: 5px solid #ff5942;
border-bottom: 1px solid #ff5942;
font-size: 16px;
font-weight: bold;
}

.img { float: left; margin: 0 5px 0 0; }
.img2 { float: right; margin: 0 15px 5px 3px; vertical-align:top;}

.img2 br{line-height:50%}
.img2 p{line-height:50%}


.entry-body {
padding: 0 0 0 15px;
}

.gohome {
margin: 0 0 10px 0;
text-align: right; 
}

.gotop {
margin: 0 0 10px 0;
border-top: 1px solid #666666;
text-align: right; 
}

.nav {
margin: 0 0 5px;
}

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


.entry li{
list-style-type: none;
margin: 5px 0 0 0;
padding: 0 0 0 18px;
background: url(http://www.1changejob.com/img/icon-menu01-r-green.gif) 2px 5px no-repeat;

}


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

.sitemap-category {
margin-top: 15px;
padding: 0 0 0 20px;
color: #008000;
font-size: 16px;
}

.sitemap-category a{
color: #008000;
text-decoration: none;
}

.sitemap-entry {
padding: 0 0 0 30px;
}

.pagenavi {
font-size: 14px;
text-align: center;
}

/*************************************
*** カテゴリー用デザイン                  ***
*************************************/


.category-entry-title{
margin: 20px 0 0 0;
padding: 0 0 0 42px;
background: url(http://www.1changejob.com/img/arrow-or-b.gif) 2px 1px no-repeat;
font-weight:bold;
line-height:22px;
}

#cate{}

#cate .entry-header {
width: 600px;
height: 27px;
margin: 0 0 10px 16px;
padding: 3px 0 1px 5px;
color: #fff;
font-size: 18px;
font-weight: bold;
background: url(http://www.1changejob.com/img/entry-header-h2.jpg) no-repeat;
}


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

#trackbacks-info {
margin: 10px 15px;
padding: 10px;
font-size: 12px;
border:2px dotted #6ebef2;
background-color:#ffffff;
text-align: center;
}

.trackbacks-content {
margin: 0 15px 10px;
height:100px;
overflow :auto;
}


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

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

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

#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: normal;
}

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

.comment-content,
.comment-footer { 
margin: 10px 0 0; 
padding: 0 15px;
}

.comments-open-footer { 
margin: 10px 0 0; 
padding: 0 0 0 15px;
}

.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }

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

.posted2 {
margin: 0 0 30px 0;
color: #666666;
background-color: #ffffff;
border-top: 2px dashed #cccccc;
text-align: right;
}


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

.side-header {
width: auto;
height: auto;
margin: 0;
padding: 0 0 2px 0;
color: #ffffff;
border-bottom: 1px solid #003399;
background-color: #003399;
font-size: 13px;
font-weight: bold;
line-height: 16px;
text-align: center;
}

.side {
overflow: hidden;
width: auto; 
margin: 0 auto 10px;
padding: 0;
font-size: 12px;
border: 1px solid #003399;
background-color: #fff;
}

.side li{
margin: 5px 0 0 0;
padding: 0 0 0 18px;
background: url(http://www.1changejob.com/img/r-red.gif) 2px 5px no-repeat;
}

.side-list2 {
margin: 5px 0;
padding: 0 0 0 10px;
}


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

#footer {
height: 20px;
background: #003366;
font-size: 11px;
text-align: center;
color: #fff;
line-height: 20px;
clear: both;
margin-bottom: 0;
}

#footer a {
color: #fff;
text-decoration: none;
font-weight: normal;
}


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

.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
}

.block {
margin: 0;
display: block;
border:1px solid #ff0000;
background-color:#ffffee;
padding:15px 15px 15px 15px;
text-align:left;
}

.block2 {
margin: 0;
display: block;
border:1px solid #73aabf;
background-color:#ecf7fb;
padding:15px 15px 15px 15px;
text-align:left;
}

.ads {
margin: 20px 0 0 0;
font-size: 12px;
}

.pickup1 {
width: 47%; 
margin: 5px 0;
padding: 5px;
font-size: 14px;
color: #333;
line-height: 1.2;
float: left;
}

.pickup2 {
width: 47%; 
margin: 5px 0;
padding: 5px;
font-size: 14px;
color: #333;
line-height: 1.2;
float: right;
}

p.clearfloat {
clear:both;
}


.entry dl{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

.entry dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

.entry dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}

.b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}