@charset "shift_jis";

/* -------------------------------------------

◆template name:　Blue sky

------------------------------------------- */


* { margin:0; padding:0;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,label,textarea,select,fieldset,legend,p,blockquote,img { margin:0; padding:0;}
fieldset,img { border:0;}

ol,ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	font-size:14px;
	line-height:1.4;
	background:url(/_common/img/bg/100023/bg.gif) left top repeat-x #ffffff;
}

div { margin:0; padding:0;}

/*  link  */
a:link    { color:#005ba7;text-decoration:none; }
a:active  { color:#005ba7;text-decoration:underline; }
a:visited { color:#005ba7;text-decoration:none; }
a:hover   { color:#559fdd;text-decoration:none; }



#container {
	width:900px;
	text-align:left;
	margin:0 auto;
	position:relative;
        word-wrap: break-word;
}

#sideBoxLeft {
	display:none;
}

#sideBoxRight {
	width:210px;
	float:right;
	margin-top:20px;	
}

#content{
	width:670px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}

/* ｡｡header｡｡  */

div#header {
	display:block;
	width:900px;
	height:251px;
	margin:0 auto;
	background:url(/_common/img/bg/100023/header.jpg) center 30px no-repeat;	
}

div#header h1{
    word-break: break-all;
    font-weight:bold;
    font-size: 26px;
    padding:95px 0 0 35px;
    margin:0px;
} 

div#header h1 a{ color: #ffffff; text-decoration:none;} 
div#header h1 a:hover { color:#c4eeff; text-decoration:none;} 

#header .description{
	color:#ffffff;
	padding:0 0 0 35px;
}


/* ｡｡side｡｡  */

.sidetitle{
	color:#ffffff;
	text-align:left;
	padding:5px 0 6px 25px;
	background:url(/_common/img/bg/100023/subtit.gif) left top no-repeat;
	font-weight:bold;
	border-left:1px solid #1f99f9;
	border-right:1px solid #1f99f9;
}
.side, .side-tag {
	margin-bottom:25px;
	padding:10px;
	border-left:1px solid #1f99f9;
	border-right:1px solid #1f99f9;
	border-bottom:1px solid #1f99f9;
}

/*  entry  */

.entryBox { 
    margin: 0 auto 30px auto;
	padding:0;
	background:url(/_common/img/bg/100023/entry_bg.gif) left top repeat-x #fff;
	position:relative;
}

.date{
    font-weight: bold;
    font-size: 12px;
    color: #4e4e4e;
    white-space:nowrap;
	text-align:right;
}

h3.title{
    word-break:break-all;
    font-size:18px;
    color:#7aac0c;
    font-weight:bold;
    margin:5px 0 0 0;
    text-align:left;
	background:url(/_common/img/bg/100023/title_bg.gif) left top repeat-x #ffffff;
    padding: 10px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;	
	border-top:1px solid #eeeeee;
	border-bottom:3px solid #24b9ff;				
}
a.title{
	background:url(/_common/img/bg/100023/icon.gif) left 4px no-repeat;	
    text-decoration:none;
    color:#333333;
    font-weight:bold;
    display:block;
	padding-left:30px;
}

a.title:hover{
    color:#666666;
}

.text{
    margin:0 0 0 0;
    padding:10px 0;
    line-height:1.7;
    font-weight:normal;
}
.text:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .text{
    zoom: 1;
} /* IE6 */
*:first-child+html .text{
    zoom: 1;
} /* IE7 */

.text blockquote{
    border:1px solid #ca1010;
    margin:10px 0px 10px 0px;
    padding:10px 20px;
    color:#666666;
    background-color:#f5f5f2;
}

div.posted{
	text-align:right;
}

div.bookmark{
	margin-top:10px;
}


/*  calendar  */

#calendar {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 0px 10px 0px;
  background:#ffffff;
  border:1px solid #1f99f9;	
}

#calendar table{
  width:100%;
  margin:0px auto;
}

.calendarhead{
  color:#ffffff;
  text-align:center;
  padding:5px 0px 5px 0px;
  margin-bottom:10px;
  font-weight:normal;
  background:url(/_common/img/bg/100023/subtit_date.gif) left bottom repeat-x #2ca5fa;	
}

.calendarhead a{
  color:#ffffff;
}

.calendarhead a:hover{
  color:#a3cdf1;
}

td.calendarday a{
  font-weight:bold;
  display:block;
  text-decoration:none;
  padding:2px 0px;
  color:#ffffff !important;
  width:100%;
  height:19px;
  line-height:19px;
  text-align:center;
  background:#a3cdf1;
}

td.calendarday a:hover{
  background:#b7e2ff;
}

.calendarhead .calendarday
, .calendarhead .calendarday a:link
, .calendarhead a:link{
  color:#ffffff;
  font-weight:bold;
}
#calendar th{ color:#4e4e4e4e;}
#calendar td{
  padding:0;
  margin:0;
  height:25px;
  line-height:25px;
}
.calendarday {
  padding:1px 2px;
  color:#4e4e4e4e;
}
#calendar th.sunday{ color:#cc3333;}
#calendar th.saturday{ color:#006699;}


/*  search  */

input{
	max-width:140px;
}
.side input[type="text"]{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
}
.side input[type="text"]:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}
.side .input-submit{
	background-color:#0a82de;
	border:0;
	padding:3px;
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	font-weight:bold;
}
.side .input-submit:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}


/*  comment  */
#comments {
	background:#fff;	
}
#comments form {
	margin:0px;
	padding:0px 10px;
}

#comments input{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:10px;
}

#comments .input-submit{
	background-color:#0a82de;
	padding:3px;
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	font-weight:bold;
	border:0;
}
#comments .input-submit:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}

textarea{
	width:95%;
	margin-bottom:5px;
}
.comments-head{ 
	color:#4e4e4e4e;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	background:#b7e2ff;
}
.comments-body {
	margin:20px;
	padding:0px;
}
.comments-body .text{
	color:#333333;
	padding:0px;
	margin:0px;
}
.comments-post {
	color:#666666;
	padding:5px 10px;
	text-align:right;
	border-bottom:dotted 0px #cccccc;
	margin-bottom:20px;
}

#trackback {
	background:#eeeeee;
	background-position:top center;
	padding:20px 20px 20px 20px;
	margin:25px 0;
}



/*  tag_cloud  */

.tag-word{
  margin:10px 0px 0px 0px;
  text-align:right;
}

.tag{
  background-color:#eeeeee;
  background-position:top center;
  padding:20px 20px 20px 20px;
}
#tag_cloud{
  border:1px solid #CCC;
  padding:10px;
  text-align:left;
  position:relative;
}
#tag_cloud a {
  padding:2px;
}
.tag-title{
  font-weight:bold;
  text-align:left;
}
.tag-body{
  margin:10px 0px;
  padding:10px 0px 0px 0px;
  position:relative;
}
.tag-service{
  text-align:left;
  font-weight:bold;
  border-bottom:1px solid #CCC;
  padding:0px 0px 5px 0px;
  clear:left;
  position:relative;
}
.tag-search{
  text-align:right;
  padding:5px 0px;
  margin-bottom:10px;
  font-weight:bold;
  position:relative;
}
.tag-article{
  padding:0px 10px 10px 10px;
  text-align:left;
  position:relative;
}
.tag-article-title{
  text-align:left;
  padding:0px 0px 5px 0px;
  font-weight:bold;
  position:relative;
}
.tag-article-posted{
  font-weight:normal;
  position:relative;
}
.tag-article-summary{
  padding:0px 10px;
  line-height:1.4em;
  position:relative;
}
.tag-more{
  text-align:right;
  margin:10px 0px;
  clear:left;
  position:relative;
}

.tag-navi{
  clear:left;
  text-align:center;
  margin:10px 0px;
  position:relative;
}
.listCategoryArticle{
  margin-top:5px;
  padding:5px;
  border:solid 1px #cccccc;
}

.listCategoryArticle ul li {
	margin:3px 0;
}

/*  navi  */
div.navi {
	margin:20px 0;
}

/*  profile  */

.profileBox h4 { 
    word-break:break-all;
    font-size:18px;
    color:#333333;
    font-weight:bold;
    margin:5px 0 0 0;
    text-align:left;
	background:url(/_common/img/bg/100023/title_bg.gif) left top repeat-x #ffffff;
    padding: 10px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;	
	border-top:1px solid #eeeeee;
	border-bottom:3px solid #24b9ff;	
}

.profileBox table { 
	width:100%;
	margin-top:15px;
}

.profileBox table th{ 
	width:40%;
	padding:8px;
	background:#b7e2ff;
	color:#4e4e4e4e;
}


.profileBox table td{ 
	padding:8px;
	background:#eeeeee;
}



/*  footer  */
#footer{clear:both;}

.copyright{
  text-align:center;
}