* {
margin: 0;
padding: 0;
}
ul {
margin-left: 2em;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

BODY {
	padding : 0;
	
  text-align : center;
  background-image : url(http://www.pcsn.org/blog_grp/body_bg.png);
  background-repeat : repeat-y;
  
  background-position : center center;
  background-color : #dfdfdf;
}

p {
	margin: 10px 0px;
}

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width : 800px;
	margin: 0 auto;
	background : #ffffff url(support/trouble_shooting/wrapper_bg.gif) repeat-y;
}

#header {
	height : 84px;
	background : url(http://www.pcsn.org/blog_grp/intro_bg.png);
	color : navy;
	text-align : left;
	position : relative;
	margin-bottom : 20px;
	border-bottom : outset 1px #ccc;
}

/* #main,#side用のblock */
#content {
	width : 800px;
	margin: 0 auto;
  
}

#content #main {
	float:left;
	width : 540px;
  
}

#content #side {
	float:right;
	width : 240px;
	

  
}


/*フッター画像*/
#footer {
	height:20px;
	background : #ffffff url(support/trouble_shooting/footer.gif) no-repeat;
}


/* フッター */
.footer {
	padding: 5px 0 0;
	margin: 5px 15px 0;
	border-top:1px solid #ECECEC;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-style:normal;
	color:#666;
	
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }
A:hover		{ color : red; text-decoration: none; }

/* ヘッダー */
#header A 			{ color : navy; text-decoration: none; }
#header A:link		{ color : navy; text-decoration: none; }
#header A:visited	{ color : navy; text-decoration: none; }
#header A:active	{ color : navy; text-decoration: none; }
#header A:hover		{ color : red; text-decoration: none;  }

/* サイドコンテンツ */
#side a 			{ color: #2A2666; text-decoration: none; }
#side a:link		{ color: #2A2666; text-decoration: none; }
#side a:visited		{ color: #2A2666; text-decoration: none; }
#side a:active		{ color: #2A2666; text-decoration: none; }
#side A:hover		{ color : red; text-decoration: none; }


/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding: 0.2em;
	margin: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}

.lightup {
	background-color: #F8F8FF;
	cursor: pointer;
}



/* =================================== */
/* #header */
/* =================================== */
#header H1 {
  width : 460px; 
  font-size : 40px;
  position : absolute;
  top : 10px;
  left : 330px;
  padding : 15px 0px 15px 0px;
  margin : 0px;
  
  text-align : left;
}

#header P {
	margin : 0px 0px 0px 0px;
  width : 380px;
  position : absolute;
  top : 4px;
  left : 410px;
  font-size:13px;
  line-height : 140%;
}
#header P A{
  font-weight : bold;
}
.view_navi{
	margin:0 0 0 0;
	padding-top:0px;
	text-align: right;
}


/* =================================== */
/* #main */
/* =================================== */

/* エントリー部分全体 */
#main .entry_area {
	padding-top : 0px;
	padding-bottom : 0px;
  background-image : url(http://www.pcsn.org/blog_grp/note.png);
  
  margin-left : 20px;
  margin-bottom : 10px;
background-position : center top;
  
}

/* エントリータイトル */
#main H2 {
    
	font-size:medium;
	padding-left : 15px;
	padding-top : 12px;
	padding-bottom : 10px;
  text-align : left;
  margin : 0px;
  background-image : url(http://www.pcsn.org/blog_grp/kiji_title.png);
  background-repeat : no-repeat;
  padding-right : 5px;
}

#main H2 A 			{ color : #0080ff; text-decoration: none; }
#main H2 A:link		{  text-decoration: none; }
#main H2 A:visited	{  text-decoration: none; }
#main H2 A:active	{  text-decoration: none; }
#main H2 A:hover	{ color : red; text-decoration: none; background-color:#FFF; }


/*エントリーナビゲーション*/
.entry_navi{
	margin : 10px 0px 0px 0px;
	padding-top:0px;
	font-size: 10.5px;
	list-style-type: none;
  
  
  padding-bottom : 5px;
  
  
  
}

/* カテゴリタグ */

#main UL.entry_tag {
	font-size: 11px;
	color: #CCC;
  text-align : left;
  margin-left : 15px;
padding:0;
}

#main ul.entry_tag li {
	display:inline;
	padding-left:5px;
}



/* エントリー時刻 */
#main .entry_date {
	color : navy;
	font-size: 11px;
  text-align : right;
  padding-top : 1px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 0;
}

/* エントリー本文 */
#main .entry {
	margin : 12px 5px 5px 15px;
  text-align : left;
}

/* エントリー情報 */

#main ul.state {
	margin: 20px 0px 20px;
}

#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:10.5px;
}



/*コメント、TB、プロフィールタイトル*/


.comment {
	margin:10px;
	padding:10px;
	border: 1px solid #CCC;
	background-color: ghostwhite;
}


dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
DL#com_area DD {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	
	font-size:10.5px;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
DL#com_form DD {
padding: 0 10px 10px;
  
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:10.5px;
	border-bottom:1px solid #EFEFEF;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* =================================== */
/* Lists */
/* =================================== */

.entry_lists DL {
	margin: 10px 0px;
  
  
  
}

.entry_lists dt {
	margin: 10px 0px 5px;
	padding-left:15px;
	background-position:left;
	background : url(support/trouble_shooting/side_disc.gif) no-repeat 0px 8px;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	
.entry_lists dd{
	margin:0px;
}

.entry_list_description {
	padding:10px;
	border: 1px solid #ccc;
	width:450px;
	overflow:hidden;
	/*background-color:ghostwhite;*/
	  text-align : left;
}

.entry_list_date {
	color: #CCC;
	font-size: 11px;
}



/* =================================== */
/* Clouds */
/* =================================== */

.entry_cloud {
	padding-top:20px;
	padding-left:10px;
}


/* エントリータイトル */
.entry_cloud h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background : url(support/trouble_shooting/entry_head.gif) no-repeat;
	background-position:left;
}


.entry_cloud ul {
	margin: 10px 0px;
}


.entry_cloud li {
	display: inline;
	padding-left: 1em;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	


/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
position:relative; 
	padding : 0px 0px 0px 5px;
 no-repeat;
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
	
}

#side DL {
  border : 1px solid silver;
  margin-right : 20px;
  margin-bottom : 20px;
  padding-bottom : 5px;
}

#side DT {
	padding-left : 3px;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
  color : white;
  padding-top : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  text-align : left;
  
  background-image : url(http://www.pcsn.org/blog_grp/sub_title_back.png);
  background-repeat : repeat-x;
}
	
#side dd{
	padding:5px 0 0 0;
	background : url(support/trouble_shooting/dd.gif) no-repeat;
	line-height: 1.2em;
}

#side UL {
	margin-left:4px;
	list-style-type:none;
	
  padding : 0px;
  text-align : left;
}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background : url(support/trouble_shooting/side_disc.gif) no-repeat 0px 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	margin: 20px 10px 10px;
}

.pager strong {
	font-size: 120%;
	font-weight: bold;
}



/*カレンダー*/

.calendar td {
	font-size: 0.8em;
	text-align: center;
}

.calendar_month td {
	font-family: "Verdana";
	color: #666;
}

.calendar_day td {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	width: 22px;
	height: 20px;
	background:#FCFCFC;
	text-align:center;
	vertical-align:middle;
}

.calendar_day a 			{ color: #2A2666; text-decoration: none; background:#CFCFCF; display:block; height:100%;}
.calendar_day a:link		{ color: #2A2666; text-decoration: none; }
.calendar_day a:visited		{ color: #2A2666; text-decoration: none; }
.calendar_day a:active		{ color: #2A2666; text-decoration: underline; }
.calendar_day a:hover		{ color: #26CFFF; text-decoration: underline; }

.entry-foot{
  padding : 5px;
  margin : 12px 50px 0px 50px;
  bottom : auto;
  font-size : 12px;
  color : navy;
}