* {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin:0;
  padding:0;
}

html, body {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
 
table, caption, th, td {
  font-family:"ＭＳ Ｐゴ  シック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

hr {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  font-size: 100%;
}

iframe {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}

/************************* ベースデザイン ********************************/

html {
  filter: expression(document.execCommand("BackgroundImageCache", 
  false, true));
}

body {
  background:url(http://www.u-ziq.com/blog/images/body_bg.jpg) repeat-x;
  color: #333;
  font-size:small;
}

/******************ヘッダースタイル***************************************/

div#banner {
  height:110px;
  padding:0;
  margin: 0;
}


div#banner-inner {
  background:url(http://www.u-ziq.com/blog/images/banner_inner_bg.png) top right no-repeat;  width:100%;
  width: 100%;
  height:150px;
  min-width: 60em;
  max-width: 80em;
  margin: 0 auto;
  padding:0;
}

#banner-header-uziq {
  background: url(http://www.u-ziq.com/blog/images/logo.png);
  width:500px;
  height:80px;
  margin:30px 0 30px 0;
  padding:0;
}

#banner-header-uziq a {
  display:block;
  background: url(http://www.u-ziq.com/blog/images/logo.png);
  width:500px;
  height:80px;
  text-indent:-9999px;
  /*\*/
  overflow: hidden;
  /**/
}

#banner-header-uziq a:hover {
  background: url(http://www.u-ziq.com/blog/images/logo_on.png);
}



/**************フッタースタイル***************************************/

div#footer {
  margin-top:30px;
  width:100%;
  height:80px;
  background:#1BB8CE;
  clear: both;
  text-align:center;
}

div#footer ul {
  padding-top:10px;
  border-top:solid #F4F0F0 5px
}

div#footer ul li {
  color:#fff;
 &nbsp;margin:0;
  padding:0;
  display:inline;
  font-size:small;
}

div#footer ul li a {
  color:#fff;
  text-decoration:none;
}

div#footer ul li a:hover {
  color:#fff;
  text-decoration:underline;
}

div#footer address {
  color:#fff;
  margin:10px 0;
}

/*******************コンテナとカラム***************************************/

div#container {
  width: 100%;
  min-width: 60em;
  max-width: 80em;
  margin: 0 auto;
  padding: 10px 0;
}

div#container:after {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


#pagebody { 
  clear:both;
}

#alpha {
  width: 50%;
  margin-left:1%;
}


#beta,#gamma { 
  margin-left:1%;
  width: 23%;
}

#gamma-inner,#beta-inner {
  padding: 5px;
}

#alpha, #beta, #gamma, #delta {
  display: inline; /* ie win bugfix */
  position: relative;
  float: left;
  min-height: 1px;
}

/***************共通ページ要素スタイル***************************************/

p.backtotop {
  margin-top:20px;
  padding:0;
  float:right;
}

p.backtotop:after {
  margin:0;
  padding:0;
  float:right;
}

p.backtotop a {
  display:block;
  background:url(http://www.u-ziq.com/blog/images/topscroll.jpg) no-repeat;
  width:100px;
  height:20px;
  text-indent:-9999px;
  /*\*/
  overflow: hidden;
  /**/
}


.cbox,
.clr { 
  zoom: 100%;
}

.cbox:after,
.clr:after {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


.date-column { 
  width:44px;
  padding:0 10px;
  float:left; 
  font-family:arial, sans-serif;
  font-size:12px;
  margin-right:10px;
}

.date-column .dates { 
  background:url(http://www.u-ziq.com/blog/images/getfile.gif) no-repeat; 
  text-align:center; 
  display:block; 
  width:44px; 
  height:48px; 
  color:#FFF; 
  font-weight:bold;
}

.date-column .dates span { 
  display:block; 
  padding-top:4px; 
  color:#555; 
  font-size:1.7em;
}

.entry-header {
  display:block; 
  margin:10px 0;
  color: #000;
  font-size: 1.6em;
  font-weight:bold;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.entry-header:after {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


.entry-header a:link {
  color: #000;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

.entry-header a:hover {
  background:#000;
  color: #FFF;
  text-decoration: none;
}

.entry-header a:active {
  background:#1BB8CE;
  color: #FFF;
  text-decoration: none;
}

.entry-content,
.comment-content,
.trackback-content,
.trackbacks
{
  margin: 0;
  line-height: 2;
}

.entry-content p,
.comment-content p,
.trackback-content p
{
  margin-bottom: 10px;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
  margin: 0 0 20px 0;
  border-top: 1px solid #dae0e6;
  padding-top: 3px;
  color: #666;
  font-size: 10px;
  text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
  margin-left: 10px;
}

#trackbacks-info {
  margin: 10px 0;
  border: 1px dashed #333;
  padding: 0 10px;
  color: #292e33;
  font-size: 11px;
  text-align: center;
  background: #DEDCC2;
}

p.trackback-url {
  width:100%;
  margin: 20px 10px;
  padding: 3px;
  color: #666;
  font-size: 1.4em;
  font-weight:bold;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

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

.entry,
.trackbacks,
.comments,
.archive
{
  position: static;
  overflow: hidden;
  clear: both;
  width: 100%;
  padding-top:10px;
  margin-bottom:20px;   
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
  clear: both;
  margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
  clear: both;
  margin:10px 0;
}

.adsense
{
  clear: both;
  margin:10px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
  clear: both;
  margin: 10px 10px 20px 10px;
}

.comments-open label { 
  display: block;
}

div#comments-open-data label{ 
  display: block;
  margin:10px 0;
  color:#544a47;
}

p#comments-open-text label{ 
  display: block;
  margin:10px 0;
  color:#544a47;
}


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

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

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

.entry-content a,
.trackbacks a
{
  color: #1BB8CE;
  text-decoration:none;
  outline:0;
}

.entry-content a:hover { 
  text-decoration:underline;
}

p.entry-footer a {
  color: #1BB8CE;
  text-decoration:none;
  outline:0;
}

p.entry-footer a:hover { 
  border-bottom: none;
}

.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
  font-family:"Times New Roman", Times, serif;
  font-size: large;
  font-weight:bold;
  color: #000;
}

.entry-more-link,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
  font-size: 11px;
}

.entry-more-link a,
.comment-footer a,
.trackback-footer a,
.typelist-thumbnailed a
{
  color: #1BB8CE;
  text-decoration:none;
}

.textinput{
width:400px;
}

.textarea{
width:400px;
}


/***サイドメニューのスタイル***************************************/

.module { 
 width: 100%;
 margin: 0 0 10px 0;
}

.module-header,
.module-header a,
.module-header a:hover,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
  /* ie win (5, 5.5, 6) bugfix */
  p\osition: relative;
  w\idth: auto;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 25px;
  font-weight:bold;
  color: #1BB8CE;
  width:100%;
  margin:5px;
  line-height:1.5;
  border-bottom:dotted #EEE 1px;
}

.module-content {
  margin: 0 0 10px 0;
  padding: 10px 5px 0 5px;
  font-size: 12px;
  line-height: 1.2;
}

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

.module-content div#announce a,
.module-content div#whois a{
  color: #1BB8CE;
  text-decoration:none;
}

.module-content div#announce a:hover,
.module-content div#whois a:hover{
  text-decoration:underline;
  color: #1BB8CE;
}

.module-content .module-list-item {
  margin:10px 0;
}

.module-content .module-list-item a {
  color:#000;
  text-decoration:none;
  display:block;
  padding:0 0 5px 20px;
  background: url(http://www.u-ziq.com/blog/images/arrow.gif) no-repeat;
  border-bottom:dotted 1px #CCC;
}

.module-content .module-list-item a:hover {
  color:#1BB8CE;
  text-decoration:underline;
}

a#feed {
  display:block;
  text-indent:-9999px;
  width:120px;
  height:146px;
  background: url(http://www.u-ziq.com/blog/images/rss.jpg) no-repeat;
  margin:10px auto;
  /*\*/
  overflow: hidden;
  /**/
}

p.sidetxt{
  padding:5px;
  line-height:1.5;
}


/* タグクラウド */

#tag-cloud ul{
  margin: 0 8px;
  zoom : 1;
}

#tag-cloud ul:after {/*for modern browser*/
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}

* html #tag-cloud ul {
  display:inline-table;/*\*/height:1%;/**/
}

#tag-cloud ul {
  margin: 0;
  padding: 0.5em 10px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#tag-cloud ul li {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

#tag-cloud ul li a {
  text-decoration: none;
}


#tag-cloud ul li.taglevel1 a {
  font-size: 167%;
  font-weight: bold;
  color: #1BB8CE;
}

#tag-cloud ul li.taglevel2 a {
  font-size: 136%;
  font-weight: bold;
  color: #1BB8CE;
}

#tag-cloud ul li.taglevel3 a {
  font-size: 122%;
  font-weight: bold;
  color: #1BB8CE;
}

#tag-cloud ul li.taglevel4 a {
  font-size: 114%;
  color: #6DCAD7;
}

#tag-cloud ul li.taglevel5 a {
  font-size: 92%;
  color: #6DCAD7;
}

#tag-cloud ul li.taglevel6 a {
  font-size: 77%;
  color: #6DCAD7;
}

/* オンマウス色 */
#tag-cloud ul li a:hover {
  color: #FFF;
  background:#1BB8CE;
}

.entry-tags-list {
  margin:10px auto;
  padding:10px;
  border: 1px dashed #555;
  background: #EFE9E7;
}

.entry-tags-list li {
  padding:0 5px 0 0;
  display:inline;
  line-height:1.2;
}

/* サイド検索フォーム */

#searchform4 {
	width: 200px;
	background: url(http://www.u-ziq.com/blog/images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}
#keywords4	{
	width: 156px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchBtn4	{
	position: absolute;
	top: 3px;
	left: 174px;
}


/***********WEBページのスタイル***************************************/


ul.related_list {
  list-style-type: none;
}

ul.related_list li {
  margin-bottom:5px;
  background-image:none !important;
}

ul.related_list li a {
  display: block;
  line-height: 16px;
  padding-left: 20px;
  background: url(http://www.u-ziq.com/blog/document.gif) no-repeat;
}

ul.cate_list {
  list-style-type: none;
}

ul.cate_list li {
  margin-bottom:5px;
  background-image:none !important;
}

ul.cate_list li a {
  display: block;
  line-height: 16px;
  padding-left: 20px;
  background: url(http://www.u-ziq.com/blog/document.gif) no-repeat;
}

p.pr {
  margin-left:10px;
}

p.pr a {
  color:#1BB8CE;
  text-decoration:underline;
  font-size:medium;
}


/* お仕事依頼 */

div#service {
  width:500px;
  height:248px;
  background: url(http://www.u-ziq.com/blog/images/pdca.jpg) right no-repeat;
}


div#service ul.toplist li {
  list-style-type: none;
}

div#service ul.toplist li span {
  font-size:15px;
  margin-bottom:5px;
}

div#service ul.sublist li {
  background: url(http://www.u-ziq.com/blog/images/arrow.gif) no-repeat;
  color:#000;
  line-height:13px;
  padding-left:20px;
  margin-bottom:5px;
}

div#current_service {
  border:1px #EEE solid;
  padding:0 10px;
  margin-bottom:10px;
}

div#about_works {
  border:1px #EEE solid;
  padding:10px;
  margin-bottom:10px;
}


/***エントリー内のスタイル***************************************/

div.entry-content blockquote {
  margin: 10px 0;
  text-indent: 25px;
  background: url(../../images/quotes1.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

div.entry-content blockquote p {
  display: inline;
  padding-right: 25px;
  background: url(../../images/quotes2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  color:#666;
  font-size:small;
  line-height:1.4;
}

div.entry-content span.caution {
  color:#FF0000;
  font-weight:normal;
}

div.entry-content strong {
  font-weight:bold;
}

div.entry-content h4 {
  font-size:medium;
  font-weight:bold;
  color:#333;
  padding-bottom:5px;
  border-bottom:#EEE solid 1px;
  margin:10px 0;
}

div.entry-content h5 {
 font-weight:bold;
 margin:10px 0;
 color:#1BB8CE;
}

div.entry-content h4:after {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


div.entry-content img {
  margin: 10px auto;
}

div.entry-content img:after {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}

div.entry-content img.left {
  float:left;
  margin:10px 20px 20px 0;
}

div.entry-content img.right {
  float:right;
  margin:10px 0 20px 20px;
}

div.entry-content dl {
  padding:15px 0;
  margin:5px 0;
}

div.entry-content dt {
  font-weight:bold;
  padding:5px 0;
  color:#333;
}

div.entry-content ul {
  padding:15px;
  margin:5px auto;
  list-style: none;
}

div.entry-content ul li { 
  background: url(http://www.u-ziq.com/blog/images/arrow.gif) no-repeat;
  color:#000;
  line-height:13px;
  padding-left:20px;
  margin-bottom:5px;
}

div.entry-content ol {
  padding:15px;
  margin:5px auto;
}

div.entry-content ol li {
  color:#000;
  margin-left:5px;
  margin-bottom:5px;
}

div.entry-content pre {
  width:95%;
  background:#DEDCC2;
  border:#EEE 5px solid;
  font-family:"Courier New", Courier, mono;
  margin:10px auto;
  padding:5px;
  overflow:scroll;
  line-height:1;
}

div.entry-content table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 10px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
div.entry-content table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #1BB8CE;
	border-top: 1px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #FFF;
}

div.entry-content table th.th1 {
        width:80px;
}

div.entry-content table td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
div.entry-content table tr:hover td
{
	background: #d0dafd;
	color: #339;
}

div.entry-content p.contactbox {
  background: url(http://www.u-ziq.com/blog/images/contactbox.jpg);
  width:500px;
  height:100px;
  margin:30px auto;
  padding:0;
}

div.entry-content p.contactbox a {
  display:block;
  background: url(http://www.u-ziq.com/blog/images/contactbox.jpg);
  width:500px;
  height:100px;
  text-indent:-9999px;
  /*\*/
  overflow: hidden;
  /**/
}

div.entry-content p.contactbox a:hover {
background: url(http://www.u-ziq.com/blog/images/contactbox_on.jpg);
}


/***個別エントリー内だけのスタイル***************************************/

.pan_wrap {
  background: url(http://www.u-ziq.com/images/pan_checks.gif) repeat;
  margin: 0 auto 15px;
  position: relative;
  width: 200px;
  height: 133px;
}

*html .pan_frame {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.u-ziq.com/images/pan_frame.png', sizingMethod='crop');
}
.pan_frame {
  background: url(http://www.u-ziq.com/images/pan_frame.png) no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 133px;
}

img#pan_wrap_image {
  margin:0;
}

h5#midashi_01{
	padding:5px 0 5px 15px;
	border-left:#009900 8px solid;
	border-bottom:#009900 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_02{
	padding:5px 0 5px 15px;
	background:#F5F5F5;
	border-left:#009900 8px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_03{
	padding:5px 0 5px 15px;
	background:#F5F5F5;
	border-left:#009900 8px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	border-top:#666666 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_04{
	padding:5px 0 5px 15px;
	background: #EEFFEE;
	border-bottom:#009900 1px solid;
	border-top:#009900 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_05{
	padding:5px 0 5px 15px;
	background: #F5F5F5;
	border: #666666 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_06{
	padding:5px 0 5px 15px;
	background: url(../../images/oblique-line_1px.gif) #FFCCFF ;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_07{
	padding:5px 0 5px 15px;
	background: url(../../images/stripe_1px.gif) #FFCCFF ;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_08{
	padding:5px 0 5px 15px;
	background: url(../../images/check_1px.gif) #FFCCFF ;
	font-size: small;
	font-weight: bold;
	color:#333;
}

h5#midashi_09{
	padding:0 0 0 10px;
	border-left:#009900 5px solid;
	font-size: medium;
	font-weight: bold;
	color:#009900;
}

h5#midashi_09 span{
	display:block;
	font-size:small;
	color:#999999;
}

p.iddyprofiletitle {
         display:none;
}

p.iddyprofilename {
         font-size:20px;
         font-family:"Courier New", Courier, mono;
         font-weight: bold;
}

p.iddyprofilephoto {
         float:left;
         margin-right:20px;
         margin-bottom:20px;
}

p.iddyprofilephoto {
         padding:10px;
         border:#EEE solid 1px;
}
