/*  
Theme Name: Digital-inc
Theme URI: http://digital-inc.jp
Description: WP glossy theme designed by <a href="http://digital-inc.jp">Digital Incubators</a>.
Version: 1.0
Author: DI
Author URI: http://www.digital-inc.jp

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://digital-inc.jp

*/
body {
	font: 75%/150%  "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #74a730;
	text-decoration: none;
}

a:hover {
	color: #c0ee08;
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


p {
	padding: 0px 0px 15px 15px;
	margin: 0px;
}
h1 {
	margin:110px 0 0 0;
	padding-left: 5px;
	height: 80px;
	font: bold 12px/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #c9eefe;
	text-indent: -9999px;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
	width:300px;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #71a529;
	margin:0;
	border-bottom: 1px solid #e2e2e2;
	letter-spacing: -1px;
	font:bold 150%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	padding:0x;
}
h2 a, h2 a:visited {
	color: #74a730;
	text-decoration: none;
}
h2 a:hover {
	color: #c0ee08;
	text-decoration: none;
}
h3 {
	font:bold 150%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: auto;
	background:#fff url(images/post_footer.jpg) repeat-x bottom;
}
#header {
	background:url(images/header-bg.jpg) no-repeat;
	height: 210px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
	text-indent: -900em;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 8px;
}

#nav li {
	float:left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFFFFF;
	
}
#nav .page_item a{
	color: #CCCCCC;
	text-decoration: none;
	padding: 5px 15px;
	font: 11px/100% "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", sans-serif;
	display: block;

}

#nav .page_item a:hover {
	color: #FFFFFF;
	
}

#content {
	padding: 10px 0px 50px 50px;
	margin:0 60px 0 0;
	float: left;
	width: 610px;
}


.post {
	clear:both;
	padding-top: 10px;
	background: url(images/post_bg.jpg) no-repeat 0% 0%;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post h2 {
	color: #71a529;
	margin: 0px 20px 2px 20px;
	border-bottom: 1px solid #e2e2e2;
	font:bold 150%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	padding:5px 0px 5px 0px;
}

.post ul{
	margin:0px 50px;
}

.entry {
	float:left;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding: 10px 0px 0px 10px;
	width: 570px;
}




.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.post strong{
color: #71a529;
}


#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 487px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#sidebar {
	float: left;
	padding: 0px 10px 20px 0px;
	width: 200px;
}



#searchform {
	width: 380px;
	padding: 60px 0px 15px 25px;
	float:right;
	color: #e7e7e7;
}
#searchform #s {
	border:1px solid #203346;
	width: 200px;
	height: 15px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #cccccc;
	background: #e7e7e7;
	vertical-align: middle;
	
}
#searchform #searchsubmit {
	background: url(images/search-btn.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
	text-indent: -9999px;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}

/*ブログ　管理画面ページ
#search p{
	margin: 2px 20px 2px 30px;
	padding:5px 0px 5px 15px;
	background: url(images/sitemap-mini-file.gif) no-repeat left 40%;
	width:560px;
}*/

.search{
width:560px;
	height:100px;
	border-bottom:1px solid #e7e7e7;
	margin: 7px 20px 2px 30px;
	}

.search p{
margin: 7px 20px 2px 30px;
	padding:0px 0px 5px 15px;
	font-size:11px;
	}

.search h3{
	font:bold 120%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	margin:0px 0px 5px 0px;

}

.search img{
float:left;
margin:0 10px 0 0;
}

.search p a{
	margin: 0px;
	text-decoration: none;
	display:block;
	width:500px;
	
}
.search p a:hover{
	margin: 0px;
	text-decoration: none;
	display:block;
	width:500px;
}

.search strong{
margin: 0px;
padding:0px;
}

#sidebar h3 {
	font: normal 130%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #cd4f6b;
	margin: 10px 0px 5px;
}

#sidebar img{
margin: 0 100px;
}


.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-blogroll {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-top: 1px solid #dceeb7;
}
.ul-blogroll li{
	margin: 0px;
	padding: 2px 0px 2px 14px;
	background: url(images/mini-blogroll.gif) no-repeat left center;
}
.ul-blogroll li a, .ul-blogroll li a:visited{
	color: #758d38;
	text-decoration: none;
}
.ul-blogroll li a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recently-commented a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: auto;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}


img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.footer_nav {
	float:right;
	margin: 10px 10px 0px;
	padding:0px;
	font-size:90%;
}
a.validcss-mini {
	background: url(images/validcss-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#FF9900;
	text-decoration: none;
	margin-left: 10px;
}
a.validcss-mini:visited {
	color:#FF9900;
}
a.validcss-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.validhtml-mini {
	background: url(images/validhtml-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#80c43d;
	text-decoration: none;
	margin-left: 10px;
}
a.validhtml-mini:visited {
	color:#80c43d;
}
a.validhtml-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.rss-mini {
	background: url(images/rss-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#FFCC33;
	text-decoration: none;
	margin-left: 10px;
}
a.rss-mini:visited {
	color:#FFCC33;
}
a.rss-mini:hover {
	color:#ffffff;
	text-decoration: none;
}

a.sitemap-mini {
	background: url(images/sitemap-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#3ba5cf;
	text-decoration: none;
	margin-left: 10px;
}
a.sitemap-mini:visited {
	color:#3ba5cf;
}
a.sitemap-mini:hover {
	color:#ffffff;
	text-decoration: none;
}

a.feedburner-mini {
	background: url(images/feedburner-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#3ba5cf;
	text-decoration: none;
	margin-left: 10px;
}
a.feedburner-mini:visited {
	color:#3ba5cf;
}
a.feedburner-mini:hover {
	color:#ffffff;
	text-decoration: none;
}

.copyright {
	margin:12px 0px 0px 10px;
	color: #666666;
}


/*  サイトマップ*/
.ddsg-sitemap {
	list-style:none;
	margin:0px 0px 30px 10px;
	line-height: 160%;
}

.ddsg-sitemap a{
	color: #666666;
}

.ddsg-sitemap li{
	list-style:none;
	background: url(images/sitemap-mini-folder.gif) no-repeat top left;
	padding-left: 13px;
}
.ddsg-sitemap li ul{
	margin-bottom: 3px;
	list-style:none;
	margin-left: 2px;
}
.ddsg-sitemap li ul li{
	font-weight:normal;
    list-style:none;
	background: url(images/sitemap-mini-file.gif) no-repeat left top;
	padding-left: 12px;
}

  /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav{
float: left;
width: 200px;
margin: 10px 50px 20px 0px;
padding-top: 4px;
text-align: left;
background:none;
}

#leftnav h3{
color:#666;
font:bold 100%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
padding:5px 5px 2px 10px;
background:#e8f0f8;
margin:0;
background: url(images/side_bg.jpg) no-repeat 0% 0%;
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px 0px;
	padding:0;
	border: 5px solid #e8f0f8;
}
.ul-cat li{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-top: 1px dotted #e5e5e5;
}
.ul-cat li a{
	color: #666666;
	text-decoration: none;
	border: 0;
	display:block;
	width:170px;
}
.ul-cat li a:hover{
	color: #02aecc;
}

.ul-cat .current_page_item a, .ul-cat .current_page_item a:visited{
	color: #02aecc;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav{
float: right;
width: 200px;
margin: 0 50px 10px 0;
padding-top: 4px;
text-align: left;
background:none;
}

#rightnav h3{
color:#666;
font:bold 100%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
padding:3px 5px 2px 10px;
background:#e8f0f8;
margin:0;
}



.ul-cat2 {
	list-style: none;
	margin:0px 0px 15px 0px;
	padding:0;
}
.ul-cat2 li{
	margin: 0px;
	padding: 5px 0px 10px 0px;
	font:11px/100% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
}
.ul-cat2 li a{
	color: #666666;
	text-decoration: none;
	border: 0;
	display:block;
	width:200px;
}
.ul-cat2 li a:hover{
	color: #c0ee08;
	text-decoration: none;
}

.l{
float: left;
margin: 0px 20px 20px 0px;
}

.r{
float: right;
margin: 0px 0px 20px 20px;
}


.border{
border: 1px solid #e7e7e7;
padding:2px;
}



                         /***************************************************
                         *********************** サーバーページ *******
                         *****************************************************/
						 
#server{
float: left;
width: 200px;
margin: 10px 50px 20px 0px;
padding-top: 4px;
text-align: left;
background:none;
}

#server h3{
color:#666;
font:bold 100%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
padding:5px 5px 2px 10px;
background:#000;
margin:0;
}

.ul-server {
	list-style: none;
	margin:0px 0px 15px 0px;
	padding:0;
	border: 5px solid #000;
}
.ul-server li{
    color:#fff;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #666;
	background:#000;
}
.ul-server li a{
	color: #fff;
	text-decoration: none;
	border: 0;
	display:block;
	width:170px;
	background:#000;
}
.ul-server li a:hover{
	color: #ccc;
	background:#000;
}

.ul-server .current_page_item a, .ul-server .current_page_item a:visited{
	color: #02aecc;
}


  /***************************************************
   *********************** トップーページ *******
   *****************************************************/


#content_top {
	padding: 0px 0px 50px 30px;
	margin:0 70px 0 0;
	float: left;
	width: 950px;
}

#content_top div{
float:left;
margin:5px;
padding:5px;
}


#mb{
margin:50px 0 50px 0;
}


#mb div{
width: 200px;
height:auto;
}

#mb div h2{
font:bold 100%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
border-bottom:none;
}

#mb div p{
font: 75%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
}

#mb div a{
color:#666666;
text-decoration: none;
}

#mb div a:hover{
color:#c0ee08;
text-decoration: none;
}

#marketing{
width:670px;
height:150px;
float:left;
border:1px solid #e7e7e7;
}

#marketing h2{
padding:15px 0 0 10px;
height:45px;
font:bold 100%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
color:#666;
background: url(images/m-t.png) repeat 0;
border-bottom:none;
margin:0;
}

#marketing li a{
color:#666;
display:block;
width:120px;
height:70px;
}

#marketing ul {
 margin:0 0 0 10px;
	}

#marketing li {
	float:left;
	list-style:none;
	text-align: center;
	font: 80%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
	}


.yahoo{
  background: url(images/yahoo.png) no-repeat 20% 20%;
  padding:60px 0 0 0;
  width:120px;
  height:80px;
  margin:0;
  }
  
.seo{
  background: url(images/google.png) no-repeat 10% 20%;
  padding:60px 0 0 0;
  width:120px;
  }
  
.affiliate{
  background: url(images/a8.png) no-repeat 10% 20%;
  padding:60px 0 0 0;
  width:120px;
  }
  
.ppc{
  background: url(images/overture.png) no-repeat 10% 20%;
  padding:60px 0 0 0;
  width:120px;
  }

.release{
  background: url(images/vp.png) no-repeat 10% 20%;
  padding:60px 0 0 0;
  width:120px;
  }



#bnav{
font: 75%/150%  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
}

#bnav li{
list-style:none;
}

#bnav a{
color:#666;
}


  /***************************************************
   *********************** コンタクトページ *******
   *****************************************************/

		.contactform {
			width: 100%; 
			position: relative;
			margin:0 0 30px 0; 
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 10px 0; 
			font: 90%/175% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
			}
		
		.contactright {
			width: 70%;
			text-align: left;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			font: 90%/175% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
			}

    .contacterror {
      border: 1px solid #ff0000;
    	}
		
		
	.contactform label{
	     color: #787878;
	      font-size: 87%;
          }
		  
    .contactform input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

.contactform textarea{
	width: 300px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
font: 100%/175% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", sans-serif;
}

.contactform textarea:focus, .contactform input[type="text"]:focus {
	background: #fff;
}

.contactform submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#backtop{
padding: 10px;
margin:0px 0px 0px 60px;
}

/*top big menu*/

#kwick {
	position: relative;
	margin:0;
	padding:0;

}

#kwick .kwicks {
	display: block;
	background: #fff url(images/right.png) top right no-repeat;
	height: 170px;
	margin:0;
padding:0;
}

#kwicks ul {
        list-style: none;

        margin:0px;
}

#kwick li {
	float: left;
        list-style: none;
        margin:0px;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 150px;
	width: 200px;
	padding: 10px;
	background: #fff;
	border-right: 1px solid #e7e7e7;
}

#kwick .kwick span {
	text-indent: -9999px;
        display: block;
}

#kwick .download {
	background:#fff  url(images/seo0.png);
}

#kwick .documentation {
	background:#fff  url(images/case0.png);
}

#kwick .forum {
	background:#fff  url(images/blog0.png);
}

#kwick .trac {
	background:#fff url(images/trans0.png);
	border-right: 1px solid #e7e7e7;
}

/*ブログ　管理画面ページ*/

#welcome {padding-bottom: 20px;  margin-bottom: 20px; width:500px; height:220px; border-bottom: 1px solid #e7e7e7;}

#welcome #screenshots { left: 50%; width: 262px; padding-left:50px; float:left;}

#welcome #about-screenshot { margin: 8px 10px 8px; font-size: 11px; }

#welcome #others { text-align: center; padding:0 100px 0 10px; width: 50px; height:30px; float:right;}

#welcome #others img:hover { border: 1px solid #666; }

#welcome img { padding: 4px; margin:5px;  border: 1px solid #ccc; }