@charset "UTF-8";

/*******************************************************
********************************************************
★リセット★
********************************************************
********************************************************/

/* フォントサイズ統一
********************/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
    *font-size:small;
    *font:x-small
}
select, 
input, 
textarea, 
button {
	font:99% arial, helvetica, clean, sans-serif
}
table {
	font-size:inherit;
	font:100%
}
pre, 
code, 
kbd, 
samp, 
tt {
	font-family:monospace;
    *font-size:108%;
	line-height:100%
}


/*
10px 77%     11px 85%
12px 93%     13px 100%
14px 108%    15px 116%
16px 123.1%  17px 131%
18px 138.5%  19px 146.5%%
20px 153.9%  21px 161.6%
22px 167%    23px 174%
24px 182%    25px 189%
26px 197%
*/

/* ベース設定
********************/
html {
     overflow-y: scroll;
}
body,div,
h1,h2,h3,h4,h5,h6,p,pre,blockquote,
dl,dt,dd,ul,ol,li,
form,input,textarea,button,select,fieldset,
table,th,td {
     margin: 0;
     padding: 0;
}
body {
	background: #fff;
	text-align: left;
}
body,
h1,h2,h3,h4,h5,h6,p,pre,blockquote,
ul,ol,dl,
th,td {
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 170%;
	color: #555;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
     font-weight: normal;
}
p {
     margin: 0 0 1em 0;
}
ol,ul {/*
     list-style: none;
*/
}
fieldset,img {
     border: 0;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption,th {
     text-align: left;
}

/*******************************************************
********************************************************
★基本デザイン★
********************************************************
********************************************************/

/*******************************************************
全体
********************************************************/
div#wapper {
	margin: 0 auto;
	width: 970px;
}


/*******************************************************
共通ヘッダ
********************************************************/
div#header {
	margin: 20px auto;
	width: 930px;
	height: 80px;
	position: relative;
}
/* ロゴ
********************/
div#header h1 {
	float: left;
}
/* グローバルナビ
********************/
ul#gNavi {
	height: 40px;
    position: absolute; 
    bottom: 0; 
	right: 0;
	font-size: 100%;
	float: right;
	font-weight: bold;
	border-left: 1px solid #CCC;
}
ul#gNavi li {
	float: left;
	border-right: 1px solid #CCC;
	list-style: none;
	text-align: center;
}
ul#gNavi li a {
	display: block;
    width: 120px;
	height: 40px;
}

/* リンク色指定
********************/
div#header a:link    {color: #555; text-decoration: none;}
div#header a:visited {color: #555; text-decoration: none;}
div#header a:hover   {color: #696dff; text-decoration: none;}
div#header a:active  {color: #a169ff; text-decoration: none;}



/*******************************************************
共通ボディ
********************************************************/
div#main {
	margin: 0 auto 20px;
	width: 930px;
}
.clearfix {
    overflow: hidden;	/* モダンブラウザ向け */
    zoom: 1; /* IE向け */
}

/* リンク色指定
********************/
#main a:link    {color: #696dff; text-decoration: none;}
#main a:visited {color: #696dff; text-decoration: none;}
#main a:hover   {color: #696dff; text-decoration: underline;}
#main a:active  {color: #a169ff; text-decoration: none;}



/*********************************
パンくずリスト
**********************************/
div#topicpath  ul{
    margin: 0 auto 20px;
    padding: 3px 5px 3px 15px;
	width: 910px;
	
	font-size: 77%;

	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background: #FFF;
	behavior: url(/common/PIE.htc);
}  
div#topicpath li {  
    display:inline;  
    list-style-type:none;  
}  
div#topicpath li a {
	padding-right: 10px;
	background-image: url(../img/topicpath.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*********************************
ローカルナビ
**********************************/
div#lNavi {
    margin: 0;
    padding: 10px 10px 12px 10px;
	min-height: 400px;
	width: 180px;
	float: left;

	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background: #EEEEEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#F9F9F9));
	background: -webkit-linear-gradient(#EBEBEB, #F9F9F9);
	background: -moz-linear-gradient(#EBEBEB, #F9F9F9);
	background: -ms-linear-gradient(#EBEBEB, #F9F9F9);
	background: -o-linear-gradient(#EBEBEB, #F9F9F9);
	background: linear-gradient(#EBEBEB, #F9F9F9);
	-pie-background: linear-gradient(#EBEBEB, #F9F9F9);	
	behavior: url(/common/PIE.htc);
}
div#lNavi h1 {
    font-size: 116%;
	font-weight: bold;
}

/*********************************
コンテンツ
**********************************/
div#content {
	float: right;
	width: 680px;
}

#content em {
	color: #FF0000;
	font-style: normal;
}
div#content h2 {
    margin-bottom: 0.5em;
    font-size: 116%;
	font-weight: bold;
}
div#content h3 {
	margin: 10px auto;
	width:660px;
	border-bottom: 1px solid #DDD;
	font-size: 100%;
	font-weight: bold;
}  

div#content p {
	margin: 10px auto;
	width:660px;
	font-size: 93%;
}  

div#content ul {  
	margin-left: 30px;  
}  




/* プロフィール
********************************************/
div#content dl.profile {
	margin: 10px auto;
	width:660px;
	border-bottom: 1px solid #DDD;
	list-style: decimal;
}  
div#content dl.profile dt {  
	width: 100px;  
	padding: 5px 0;  
	border-top: 1px solid #EEE;
	float: left;  
	clear: left;  
	font-size: 93%;
	font-weight: bold;
	line-height: 1.8;
}  
div#content dl.profile dd {  
	margin-left: 100px;  
	padding: 5px 0;  
	border-top: 1px solid #EEE;
	font-size: 93%;
	line-height: 1.8;
	
}  

div#content dl.profile dd ul {  
	margin-left: 15px;  
	
}  



/* プライバシーポリシー
********************************************/


/*******************************************************
共通フッタ
********************************************************/
div#footer {
	margin: 0 auto 0;
	border-top: 3px double #CCCCCC;
	width: 930px;
	line-height: 150%;
}

/* 連絡先・著作権表示
********************/
div#footer address {
	font-size: 77%;
	font-style: normal;
	color: #555;
	padding: 0.5em 0 0 0;
	float: left;
}
/* フッタリンク
********************/
ul#footerLink {
	font-size: 77%;
	padding-top: 0.5em;
	padding-bottom: 0px;
	float: right;
	font-weight: bold;
}
ul#footerLink li {
	display: inline;
}

div#footer a:link    {color: #696dff; text-decoration: none;}
div#footer a:visited {color: #696dff; text-decoration: none;}
div#footer a:hover   {color: #696dff; text-decoration: underline;}
div#footer a:active  {color: #a169ff; text-decoration: none;}


/*******************************************************
********************************************************
★各ページ個別デザイン★
********************************************************
********************************************************/

/*******************************************************
********************************************************
★トップページ★index.html
********************************************************
********************************************************/
/*******************************************
メインバナー
********************************************/
div#mainBanner {
    margin: 0 auto 20px;
    padding: 10px 0 10px 10px;
	height: 320px;
	width: 920px;

	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background: #EEEEEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#F9F9F9));
	background: -webkit-linear-gradient(#EBEBEB, #F9F9F9);
	background: -moz-linear-gradient(#EBEBEB, #F9F9F9);
	background: -ms-linear-gradient(#EBEBEB, #F9F9F9);
	background: -o-linear-gradient(#EBEBEB, #F9F9F9);
	background: linear-gradient(#EBEBEB, #F9F9F9);
	-pie-background: linear-gradient(#EBEBEB, #F9F9F9);	
	behavior: url(/common/PIE.htc);
}

/*******************************************
情報エリア
********************************************/
div#information {
    margin: 0 auto 20px;
    padding: 10px 10px 12px 10px;
	height: 170px;
	width: 910px;

	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	background: #EEEEEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#F9F9F9));
	background: -webkit-linear-gradient(#EBEBEB, #F9F9F9);
	background: -moz-linear-gradient(#EBEBEB, #F9F9F9);
	background: -ms-linear-gradient(#EBEBEB, #F9F9F9);
	background: -o-linear-gradient(#EBEBEB, #F9F9F9);
	background: linear-gradient(#EBEBEB, #F9F9F9);
	-pie-background: linear-gradient(#EBEBEB, #F9F9F9);	
	behavior: url(/common/PIE.htc);
}



/*******************************************
メッセージ
********************************************/
div#msg {
	width: 292px;
	height: 170px;
	float: right;
	position: relative;
	
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(/common/PIE.htc);
}
div#msg h2 {
	margin: 5px auto 0;
	height: 20px;
	text-align: left;
	font-weight: bold;
	padding: 0.2em 1em;
}

div#msg p {
	padding: 0 1em 0.2em;
	margin: 3px auto 0;
	line-height: 1.6;
 	text-align: left;
	font-size: 85%;
}






/*******************************************
新着情報
********************************************/
div#whatsNew {
	width: 604px;
	height: 170px;
	float: left;

	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	behavior: url(/common/PIE.htc);
}
div#whatsNew h2 {
	margin: 5px auto 0;
	width: 580px;
	height: 20px;
	text-align: left;
	font-weight: bold;
	padding: 0.2em 1em;
}
#whatsNew dl {
	margin: 0px auto;
	width:580px;
    color: #555;
	height: 130px;
	overflow: auto;
	line-height: 130%;
}  
#whatsNew dl dt {  
	padding-top: 0.4em;
	padding-right: 0;
	width: 75px;  
	border-top: 1px dotted #CCC;
	font-size: 85%;
	font-weight: bold;  
	float: left;
}  
#whatsNew dl dd {  
	margin-left: 75px;
	padding: 0.4em 0.25em 0.3em 0.5em;
	border-top: 1px dotted #CCC;
	font-size: 93%;
}  



/* ボタン
********************************************/
ul.cssBtn {
    margin: 10px 0;
	padding: 0px;
	
	position: relative;
	left:50%;
	
    position: absolute; 
    bottom: 5px;
	
	float:left;
	list-style: none;
	text-align: center;
	
}
ul.cssBtn li {
	position: relative;
	left:-50%;
	float:left;
}
ul.cssBtn li a {
	display: block;
	width: 180px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 100%;
	
	border-top: 1px solid #EEE; 
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #EEE; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #999 0px 1px 2px;
	-moz-box-shadow: #999 0px 1px 2px;
	box-shadow: #999 0px 1px 2px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F7F7F7));
	background: -webkit-linear-gradient(#FFFFFF, #F7F7F7);
	background: -moz-linear-gradient(#FFFFFF, #F7F7F7);
	background: -ms-linear-gradient(#FFFFFF, #F7F7F7);
	background: -o-linear-gradient(#FFFFFF, #F7F7F7);
	background: linear-gradient(#FFFFFF, #F7F7F7);
	-pie-background: linear-gradient(#FFFFFF, #F7F7F7);	
	behavior: url(/common/PIE.htc);
}
ul.cssBtn li a:hover {
}
ul.cssBtn li a:active {
	border-top: 1px solid #CCC; 
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE; 
	border-left: 1px solid #CCC; 
	-webkit-box-shadow: #999 0px 0px 1px;
	-moz-box-shadow: #999 0px 0px 1px;
	box-shadow: #999 0px 0px 1px;
	background: #F0F0F0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F0F0F0), to(#F7F7F7));
	background: -webkit-linear-gradient(#F0F0F0, #F7F7F7);
	background: -moz-linear-gradient(#F0F0F0, #F7F7F7);
	background: -ms-linear-gradient(#F0F0F0, #F7F7F7);
	background: -o-linear-gradient(#F0F0F0, #F7F7F7);
	background: linear-gradient(#F0F0F0, #F7F7F7);
	-pie-background: linear-gradient(#F0F0F0, #F7F7F7);	
	behavior: url(/common/PIE.htc);
}


/* リンク色指定
********************/
ul.cssBtn li a:link    {color: #555555; text-decoration: none;}
ul.cssBtn li a:visited {color: #555555; text-decoration: none;}
ul.cssBtn li a:hover   {color: #696dff; text-decoration: none;}
ul.cssBtn li a:active  {color: #a169ff; text-decoration: none;}




/*
10px 77%     11px 85%
12px 93%     13px 100%
14px 108%    15px 116%
16px 123.1%  17px 131%
18px 138.5%  19px 146.5%
20px 153.9%  21px 161.6%
22px 167%    23px 174%
24px 182%    25px 189%
26px 197%
*/



/*******************************************************
********************************************************
★仕事実績★works.html
********************************************************
********************************************************/


/*******************************************
イメージリスト
********************************************/
ul.imageView {
	list-style:none
}
ul.imageView li {
	position:relative;
	float: left;
	width: 200px;
	margin: 5px 0;
	padding-right: 10px;
/*	border-bottom: 1px dotted #CCC; */
}
ul.imageView li div.sRsltImgFrame {
	background-color: #F9F9F9;
	width: 200px;
	height: 200px;
	border: 1px solid #DDD;
	display: table;
}

ul.imageView li div.sRsltImgFrame img {
    max-height: 170px;
	max-width: 170px;
}


ul.imageView li div.sRsltImgFrame div.sRsltImgFrameCon {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 200px;
	/position: relative;
	/top: 50%;
}
ul.imageView li div.sRsltImgFrame span.sRsltImgFrameConImg {
    /position: relative;
	/top: -48%;
}

div#content ul.imageView h3 {
    margin: 5px 0 5px;
	border-bottom: none;
	font-size: 77%;
	width: 200px;
	overflow: hidden
}






/*******************************************************
********************************************************

********************************************************
********************************************************/
/*******************************************
お問い合わせフォーム
********************************************/

div#mailform {
	margin: 20px auto 15px;
	width: 680px;
}
div#mailform h2 {
    margin-bottom: 0.5em;
    font-size: 116%;
	font-weight: bold;
}
div#mailform h3 {
	margin: 10px auto;
	width: 660px;
	border-bottom: 1px solid #DDD;
	font-size: 100%;
	font-weight: bold;
}  

div#mailform p {
	margin: 10px auto;
	width:660px;
	font-size: 93%;
}  


div#mailform dl.contact {
	margin: 10px auto;
	width:660px;
	border-bottom: 1px solid #DDD;
	font-size: 93%;
	list-style: decimal;
}  
div#mailform dl.contact dt {  
	width: 170px;  
	padding: 10px 0 0;  
	border-top: 1px solid #EEE;
	float: left;  
	clear: left;  
	font-weight: bold;
	line-height: 1.8;
}  
div#mailform dl.contact dd {  
	margin-left: 170px;  
	padding: 6px 0px;  
	border-top: 1px solid #EEE;
	line-height: 1.8;
	
}  
div#mailform dl.contact .textField {
    padding: 2px 3px;
    font-size: 108%; 
	border:1px solid #AAA;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}  
div#mailform div.submit {
	margin-left: 180px;  
}
div#mailform em {
	color: #FF0000;
	font-style: normal;
}


