@charset "UTF-8";


html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
	font-size:14px;
    text-align: center;
    background: #ffffff;
	background-image:url(../page/bg.gif);
}

#container {
	margin:0;
}
#container-inner {
    width: 950px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
	background: #fff;
	border: solid 1px #CCCCCC;
}

#header, #content, #alpha, #beta, #gamma, #footer {
	position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
#alpha-inner{
	 text-align:left;
}



/* 2カラム----------------------------- */

.layout-tw #alpha {
	top: 10px;
    left: 220px;
    width: 710px;
	margin-bottom:20px;
}

.layout-tw #beta {
	top: 10px;
    left: -700px;
    width: 190px;
}

.layout-tw #footer {
	top: 0;
	left: 0;
    width: 950px;
	margin:0;
	float: left;
}



/* Content ---------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
}

blockquote {
    margin-left: 30px;
    background-repeat: repeat-y;
}


/* Header */

#header{
	height:116px;
}

#header-description {
	margin:0 ;
}
#header-name {
	font-size:12px;
	color:#999999;
	text-align:left;
	margin:-114px 10px 0 92px;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: 0;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: 0;
}

.asset-name {
	font-weight:bolder;
	color:#000;
    margin:0;
}
.asset-body p a{
	color:#cd5c5c;
}
.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: 0;
    font-weight: normal;
}

.asset-footer {
    clear: both;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

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

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

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.widget-content {
	position: relative;
    margin-top: 0;
    margin-bottom: 6px;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* Orignal ---------------------------------------------------------------- */

a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #f60; text-decoration: underline; }
a:active { color: #f00; text-decoration: none; }

td{
	font-size:14px;
	padding:6px;
}

.widget-header{
	width:190px;
	font-size:14px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	background-image:url(../page/title-navi.gif);
	background-repeat:no-repeat;
	margin:0 0 4px 0;
	padding:0 0 0 20px;
}
.widget-header a{
	color:#FFF;
}
#navi-up{
	color:#fff;
	width:940px;
	margin:0;
	text-align:right;
	padding-right:10px;
	font-size:12px;
	height:30px;
	line-height:30px;
	background-color:#bbb;
}
#navi-up a{
	color:#ffffff;
}
#title01{
	font-size:14px;
	background-color:#bc8f8f;
	margin:20px 0 10px 0;
	padding:3px 6px 3px 6px;
}

#footer-content{
	text-align:center;
	margin:0;
	background-color:#999;
}
#footer img{
	margin:50px 0 0 0;
}
#navi-under{
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin:0 0 10px 0;
	padding:20px 0 0 0;
	color:#fff;
}
#navi-under a{
	color:#ffffff;
}
#under-add{
	text-align:center;
	font-size:11px;
	color:#ffffff;
}
#copyright{
	font-size:10px;
	text-align:center;
	color:#ffffff;
	padding:6px 0 2px 0;
}
#copyright a{
	color:#ffffff;
}

#h80{
	height:80px;
}
table{
	margin-bottom:20px;
}

#btn-entry {
	background-color:#f60;
	text-align:center;
	margin:0 150px 0 150px;
	padding:6px;
}
#btn-entry a{
	color:#fff;	
}
#frame01{
	margin: 0;
	padding: 4px;
	border: solid 1px #ccc;
	background-color:#ffffe0;
}
#frame02{
	margin: 0;
	padding: 4px;
	border: solid 1px #ccc;
	background-color:#FFF6EB;
}
.pan{
	font-size:12px;
}

#gotop{
	font-size:12px;
	text-align:right;
	border-bottom:dotted 1px;
	margin:0 0 20px 0 ;
}
#font-size-1{
	font-size:10px;
}
.widget-search form{
	padding:6px;
	background-color:#F4CFDF;
}
.waku-title{
	color:#F9C;
	font-weight:bold;
}
.waku500{
	width:400px;
	border:solid 2px #666;
	padding:6px;
	margin:20px 0 20px 155px;
}


.entry-content{
	background-color:#FFFDED;
	padding:10px;
}



/* ★★★★★Orignal------------------------------------ */


.title04{
	font-size:20px;
	color:#0099FF;
	margin:10px 0 10px 0;
}
.center{
	font-size:12px;
	text-align:center;
}
.right{
	font-size:12px;
	text-align:right;
}
p{
	font-size:15px;
	margin:10px 0 10px 0;
	line-height:22px;
}
p img{
	padding-right:20px;
}
ol,ul{
	font-size:14px;
	line-height:24px;
	margin:10px 0 20px 40px;
}
.title-right{
	margin:16px 0 10px 0;
}
.under-contact img{
	margin:50px 0 0 0;
}



/* ★★★★★Orignal navi-btn------------------------------------ */

.navi01 a{
	font-size:14px;
	height:30px;
	line-height:30px;
	display: block;
	margin-bottom:2px;
	padding:0 0 0 6px;
	background-color:#f1f1f1;
}
.navi02 a{
	font-size:14px;
	height:30px;
	line-height:30px;
	display: block;
	margin-bottom:2px;
	padding:0 0 0 20px;
	background-color:#f1f1f1;
}
.navi03 a{
	font-size:14px;
	height:30px;
	line-height:30px;
	display: block;
	margin-bottom:2px;
	padding:0 0 0 40px;
	background-color:#f1f1f1;
}



/* ★★★★★実績 List------------------------------------ */


.list {
width:100%;
height:auto;
margin-top: 10px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding:0;
border: none;
text-algin:left;
}
.wk01,.wk02,.wk04,.wk05,.wk07,.wk08,.wk10,.wk11{
width:230px;
height:auto;
border:none;
margin:0 10px 30px 0;
padding:0;
float: left;
text-algin:left;
}
.wk03,.wk06,.wk09,.wk12{
width:230px;
height:auto;
border:none;
margin:0 0 30px 0;
padding:0;
float: left;
text-algin:left;
}
#yt01{
width: 340px;
height: auto;
border:none;
margin:0 30px 30px 0;
padding:0;
float: left;
text-algin:center;
}
#yt02{
width: 340px;
height: auto;
border:none;
margin:0 0 30px 0;
padding:0;
float: left;
text-algin:center;
}
#clear{
width:100%;
height:100%;
clear:both;
text-algin:left;
padding-top:0;
margin-bottom:4px;
}



/* ★★★★★page------------------------------------ */
.page-title{
	font-size:26px;
	color:#C00;
}
.pr-img{
	color:#666666;
	height:130px;
	margin:0 0 0 0;
}
.pr{
	font-size:16px;
	line-height:26px;
	margin:10px 0 30px 0;
}
.list-idea{
	margin:20px 0 0 0;
}
.title-h3{
	color:#000;
	font-size:18px;
	font-weight:bolder;
	height:32px;
	line-height:32px;
	margin:20px 0 10px 0;
	padding:0 0 0 34px;
	background-image:url(../page/title.gif);
	background-repeat:no-repeat;
}
.more {
	font-size:14px;
	font-size:14px;
	text-align:right;
	color:#666666;
	margin:0 0 10px 0;
	padding:0;
}
.page-up {
	font-size:12px;
	text-align:right;
	color:#999;
	height:12px;
	line-height:12px;
	margin:20px 0 0 0;
	padding:0;
}
.page-up a{
	color:#999;
}
.size14-blue{
	font-size:14px;
	color:#0066FF;
}
.size18-blue{
	font-size:18px;
	color:#0066FF;
}
#pan{
	color:#666666;
	font-size:10px;
	margin:0 0 10px 0;
}
#pan a{
	color:#666666;
}
.btn-contact{
	margin:4px 0 10px 0;
}
#news li{
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
dl{
	margin:10px 0 30px 0;
}
dt{
	margin:0;
	font-weight:bolder;
}
dd{
	margin:10px 0 10px 30px;
	line-height:20px;
}
#map{
	margin:20px 0 20px 0;
}