1.Global

2.Layout

3.Header
  3-1-1.globalMenu
  3-1-2.header

4.Blog Contents
  4-1-1.Main Contents
  4-1-2.Trackback  Comments
  4-1-3.Captcha description
  4-2-1.Side Contents
  4-2-2.Calendar
  4-3.Profile

5.Footer

----------------------------------------------- */

/* -----------------------------------------------
  *1.Global
----------------------------------------------- */

html{  margin: 0;  padding: 0;}
body {
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  background: #FFFFFF;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

hr {
  border : 0;
  color : #999999;
  background-color : #999999;
  height : 1px;
}

p,blockquote,dl,dt,dd {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: none;
}

cite {
  font-weight: normal;
  font-style: normal;
}

img {
  background: none;
  border: none;
  text-decoration: none;
}

a img {
  border-width: 0;
}

input,textarea {
	margin-top:5px;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #cccccc;
  background: #fff;
  color:#666666;
}

form { 
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #4BA61F;
  text-decoration: underline;
}

a:active {
  color: #666666;
  text-decoration: none;
}

.clear,
.cl {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}


/* -----------------------------------------------
  *2.Layout
----------------------------------------------- */

#container {
  margin: 0 auto 10px; 
  width: 900px;
  clear: both;
  text-align: left;
}

#wraper {
  width: 700px;
  float: left;
}

#center {
  width: 450px;
  padding-left:25px;
  float: left;
}

#left {
  width: 200px;
  float: left;
  text-align: center;
  padding: 0;
}

#right {
  width: 200px;
  float: right;
  text-align: center;
  padding-top: 12px;
}

.page {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  word-break: break-all;
}

ul.page_navi {
  margin: 5px 0;
  padding: 0;
}

ul.page_navi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}


/*--------------------------------------------------
  *3-1-1.globalMenu
----------------------------------------------- */

#globalMenu {
  margin: 0 auto;
  padding: 0 5px;
  background: #FFFFFF;
  border-bottom: 1px solid #E7E7E7;
}

#globalMenu ul {
  margin: 0 auto;
  padding: 1px 0;
  width: 900px;
  height: 28px;
  background: #FFFFFF;
}

#globalMenu li {
  margin: 0;
  padding: 2px 0 0 10px;
  float: right;
  list-style: none;
}

#globalMenu li.menuGuide a {
  position: relative;
  top: 3px;
  width: 60px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_guide_w.gif) no-repeat 0 0;
}

#globalMenu li.menuLogo a {
  width: 48px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/menu_logo_w.gif) no-repeat 0 0;
}

#globalLogo {
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  clear: both;
  background-color: #FFFFFF;
}

#globalLogo .logo {
  float: left;
  padding-bottom: 15px;
}

#globalLogo .logo a {
  position: relative;
  left: 10px;
  width: 153px;
  height: 61px;
  display: block;
  text-indent: -9999px;
  background: url(/image/top/logo.gif) no-repeat 0 0;
}

#globalLogo .banner {
  float: right;
  padding: 0 15px 15px 0;
}

.globalMenuCl {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}



/* -----------------------------------------------
  *3-1-2.header
----------------------------------------------- */

h1 {
text-indent:-5000px;
padding:0;
  display: block;
  width: 900px;
  height: 250px;
  background: url(/template/3063/img/header.jpg) no-repeat 0 0;
  margin: 0 0 15px 0;
  }

#blog_title a {
  position: relative;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 250px;
  display: block;
  text-decoration: none;
}

#blog_description {
  display: none;
}



/* -----------------------------------------------
  *4.Blog Contents
--------------------------------------------------
  *4-1-1.Main Contents
----------------------------------------------- */

.entry {
  margin-bottom: 0;
  text-align: left;

}

#description {
 margin: 8px 7px 8px;
 line-height: 1.6em;
}

h3 {
width: 450px;
margin: 0;
background-color: transparent;
background-image: url(/template/3063/img/entry-title.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 5px;
padding-left: 20px;
font-size: 12px;
font-weight: bold;
}

.entry_title {
  width: 435px;
  margin: 0;
  font-size:16px;
  font-weight:normal;
  padding: 5px 0px 10px 0;
  text-align: left;
  color: #333;
  overflow: hidden;
  word-break: break-all;
}


h3.entry_wrap .entry_title {
  width: 450px;
  margin:0;
  padding: 35px 0 10px;
  text-align: left;
  color: #333;
  overflow: hidden;
  word-break: break-all;
}

.entry_title a:link,
.entry_title a:visited {
  color: #333;
  text-decoration: none;
}

table.entry_table{
padding: 0px;
margin: 0px;
width:100%;
border: 0px;
border-spacing: 0px;
border-collapse:collapse;
}

.entry_title a:hover,
.entry_title a:active {
  color: #333;
  text-decoration: underline;
}

.date {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
  color:#aaaaaa;
  letter-spacing: 0.2em; 
}

.entry_text {
  width: 450px;
  margin: 0;
  padding: 30px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8em;
  overflow: hidden;
  word-break: break-all;
  /*
  background: url(/template/3063/img/entry-title.gif) no-repeat 0 0;
  */
}

.readmore {
  margin: 0 34px;
  font-weight: bold;
  text-align:left;
  font-size: 12px;
}

.posted {
  padding: 5px 0 50px 0;
  text-align: right;
  border-top:1px #dddddd solid;
}

.posted  span{
  font-size: 10px;
  color:#666666;
}



/* -----------------------------------------------
  *4-1-2.Trackback / Comments
----------------------------------------------- */

h4 {
  width: 400px;
  margin: 15px 34px 0 ;
  padding: 5px 0 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}

/* Trackback */

#entry_ping_url dt {
  margin: 0;
}

#entry_ping_url dd {
  margin: 5px 0 15px 0;
}

.ping_posted {
  margin: 5px 34px 0;
  text-align: right;
}

/* Comments */

#commentWrap {
  margin: 0 68px 15px 0;
}

.form_err {
  padding: 2px 0 5px;
  color: #FF6666;
  font-size:12px;
}

.text_control {
  width: 390px;
}

#comment_preview {
  width: 400px;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

.comment_layer {
  width: 378px;
  margin: 0 5px;
  padding: 5px 0;
  overflow: hidden;
  word-break: break-all;
}

.comment_posted {
  width: 400px;
  margin: 5px auto 10px;
  padding: 0 0 5px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}


/* -----------------------------------------------
  *4-1-3.Captcha description
----------------------------------------------- */

#comment_form_captcha_fieldset {
  margin: 15px 0;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
}

#comment_form_captcha_fieldset dt,
#comment_form_captcha_fieldset dd {
  margin: 0;
}

#comment_form_captcha_fieldset legend {
  border: 0;
  display: none;
}

#comment_form_captcha_fieldset dt {
  margin-bottom: 3px;
}
#comment_form_captcha_fieldset dl {
  width: 90%;
  padding: 5px;
}

#comment_form_captcha_description {
  padding-bottom: 10px;
}

#comment_form_captcha_description p {
  padding-bottom: 5px;
}

#comment_form_captcha_image_wrap {
  width: 170px;
  margin-bottom: 15px;
}

#comment_form_captcha {
  width: 170px;
  margin-bottom: 5px;
  padding: 3px;
}


/* -----------------------------------------------
  *4-2-1.Side Contents
----------------------------------------------- */
#sideBanner {
  margin: 0 auto 15px;
  text-align: center;
}


.side {
  margin: 0 0 15px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.side_title {
  width: 180px;
  height: 20px;
  padding:0 0 15px 0;
  text-align: center;
  color: #333;
  background: url(/template/3063/img/sideber-title.gif) no-repeat 0 0;
  overflow: hidden;
  word-break: br eak-all;
  letter-spacing: 1px;
  font-weight: normal;
}

.side_title a {
  color: #333;
  font-size: 10px;
}

.side_text {
  padding-bottom: 5px;
  width: 180px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}

/* rss */
.rss {
  margin: 0 auto 15px;
  text-align: center;
}

.pr_txt{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
}

.pr_txt a:link {
  color: #777777;
  text-decoration: none;
}

.pr_txt a:visited {
  color: #777777;
  text-decoration: none;
}

.pr_txt a:hover {
  color: #4BA61F;
  text-decoration: none;
}

.pr_txt a:active {
  color: #777777;
  text-decoration: none;
}

/* -----------------------------------------------
  *4-2-2.Calendar
----------------------------------------------- */

.calendar_bg {
  margin: 0 auto;
  width: 180px;
  text-align: center;
}

.calendar {
  width: 20px;
  padding: 1px;
  margin: 0;
  font-size: 10px;
  text-align: center;
  line-height: inherit;
  color:#888888;
}

.calendar a:link,
.calendar a:visited {
  text-decoration: none;
  color:#cc0000;
  display: block;
  border: 0;
}

.calendar a:hover,
.calendar a:active {
  text-decoration: underline;
  color:#000000;
  display: block;
  border: 0;
}

/* -----------------------------------------------
  *4-3.Profile
----------------------------------------------- */

td.entry_text{
  width: auto;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}

td.entry_text span {
  width: 130px;
  vertical-align: top;
  text-align: left;
}


#sideProfile .profile_name_text {
  margin: 10px 0 0 0 ;
  line-height: 1.6em;
  font-size: 12px;
}

#sideProfile .profile_photo {
  padding-bottom: 10px;
}

#sideProfile .profile_photo img {
  width: 180px;
}

#sideProfile .profile_name {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

#sideProfile .profile_date {
  padding-bottom: 15px;
}


/* -----------------------------------------------
  *5.Footer
----------------------------------------------- */

#footer {
  clear: both;
  color:#999999;
  font-size: 10px;
  text-align: center;
  padding:10px auto 5px;
  width: 900px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}


.directory{
text-align: right;
font-size:11px;
}
