@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
	font-size: 12px;
	line-height: 1.5;
	
}

input,textarea,select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

* html body {
	font-size: 75%;
}
*:first-child+html body {
	font-size: 75%;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #EDEDED url(http://www.design-channel.jp/images/bg.gif) repeat-x;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: middle;
}

address,em,cite {
	font-style: normal;
}
#ctLeft{
	word-wrap:break-word;
}

#ctLeft .infobtn{
	word-wrap:normal;
}

#ctLeft .designNavi{
	word-wrap:normal;
}

#ctLeft .tdw100contentsNavi01 li{
	word-wrap:normal;
	height:140px;
}

#ctLeft .tdw100contentsNavi02 li{
	word-wrap:normal;
	height:140px;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #59A6C4;
	text-decoration: none;
}
a:visited {
	color: #59A6C4;
	text-decoration: none;
}
a:hover {
	color: #59A6C4;
	text-decoration: underline;
}
a:active {
	color: #59A6C4;
	text-decoration: underline;
}

a .auto {
	border-bottom: 1px dotted #BCBCB1;
}

/* autoLinkテキストリンク ------------------------------ */

a.autoLink:link {
	color: #666666;
	text-decoration: underline;
}
a.autoLink:visited {
	color: #666666;
	text-decoration: underline;
}
a.autoLink:hover {
	color: #666666;
	text-decoration: none;
}
a.autoLink:active {
	color: #666666;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#ctArea {
	width: 950px;
}
div#ctArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctArea { display:inline-block; }
/*\*/
* html div#ctArea { height:1%; }
div#ctArea { display:block; }
/**/


/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	position: relative;
	width: 950px;
}

div#hdPrint {
	display:none;
}

div#hd .logo {
	padding: 27px 0 21px;
}

div#hd ul li {
	float: left;
}

div#hd ul.gNavi li {
	height:41px;
}

/* login ------------------------------ */

div#hd p.loginMem {
	position: absolute;
	top: 5px;
	right: 170px;

}

div#hd p.loginAdmin {
	position: absolute;
	top: 20px;
	right: 5px;
}	

/* btn ------------------------------ */

div#hd ul.btn {
	position: absolute;
	top: 0px;
	right: 0;
}

div#hd ul.btn img{
	vertical-align: top;
}

/* menu ------------------------------ */

div#hd ul.hdMenu {
	position: absolute;
	top: 42px;
	left: 251px;
	width: 673px;
	height: 24px;
	padding: 6px 15px 0 11px;
	background: url(http://www.design-channel.jp/images/bg_hd_menu.gif) no-repeat;
	font-weight: bold;
	font-size: 83.3%;
}

*html div#hd ul.hdMenu {
	padding: 8px 15px 0 11px;
}

*+html div#hd ul.hdMenu {
	padding: 8px 15px 0 11px;
}

div#hd ul.hdMenu li{
	margin: 0 0 0 26px;
}

div#hd ul.hdMenu li img{
	vertical-align: middle;
}

div#hd ul.hdMenu li.num{
	margin: 0 24px 0 0;
}

div#hd ul.hdMenu li.num img{
	margin: 0 5px 0 0;
}

/* gnavi ------------------------------ */

div#hd ul.gNavi:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#hd ul.gNavi { display:inline-block; }
/*\*/
* html div#hd ul.gNavi { height:1%; }
div#hd ul.gNavi { display:block; }
/**/

/* search ------------------------------ */

div#hd div.searchArea {
	width: 950px;
	margin-top: 14px;
}

div#hd div.searchArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#hd div.searchArea { display:inline-block; }
/*\*/
* html div#hd div.searchArea { height:1%; }
div#hd div.searchArea { display:block; }
/**/

div#hd div.searchArea p.select {
	float:left;
	margin-right:5px;
}
div#hd div.searchArea p.input {
	float:left;
	background: url(http://www.design-channel.jp/images/bg_search.gif) no-repeat;
}

div#hd div.searchArea p.input input {
	width: 175px;
	height: 20px;
	padding: 2px 2px 0 4px;
	border: none;
	background: none;
}

div#hd div.searchArea p.btn {
	float:left;
}

div#hd div.searchArea p.select select {
	width: 96px;
	padding: 1px 1px;
	border: 1px solid #7F9DB9;
}

div#hd div.searchArea dl {
	position: relative;
	width: 606px;
	margin-left: 344px;
}

*html div#hd div.searchArea dl {
	margin: -24px 0 0 344px;
}

div#hd div.searchArea dl dt {
	float: left;
	width: 69px;
	height: 22px;
}

div#hd div.searchArea dl dd {
	padding: 2px 0 0 7px;
	height: 20px;
	background: url(http://www.design-channel.jp/images/bg_hd_word_tp.gif) no-repeat left bottom;
	font-size: 83.3%;
	width: 530px;
	float: left;
}

*+html div#hd div.searchArea dl dd {
	padding: 5px 0 0 7px;
	height: 17px;
	font-size: 62%;
}

div#hd div.searchArea dl dd a{
	margin: 0 10px 0 0;
}


/* --------------------------------------------------------------------------------------
 ページトップ
--------------------------------------------------------------------------------------- */

p.pagetop {
	padding: 25px 0 12px;
	text-align: right;
	font-size: 0;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ft {
	width: 100%;
	padding: 1px 0 15px;
	background: url(http://www.design-channel.jp/images/ft_line.gif) repeat-x left top;
	color: #4D4D4D;
	font-size: 86%;
}

div#ftPrint {
display:none;
}

div#ft ul {
	width: 950px;
	margin: 0 auto;
}

div#ft li {
	display: inline;
}

div#ft a:link,
div#ft a:visited,
div#ft a:hover,
div#ft a:active {
	color: #4D4D4D;
}

div#ft div.ftMenu01 {
	background: #FFFFFF;
}

div#ft div.ftMenu01In {
	width: 950px;
	margin: 0 auto;
	padding: 11px 0;
	background: #FFFFFF;
}

div#ft div.ftMenu01 ul {
	background: #FFFFFF;
}

div#ft div.ftMenu02 {
	background: #9FD8EE;
}

div#ft div.ftMenu02 ul {
	padding: 11px 0;
	background: #9FD8EE;
}

div#ft p,
div#ft address {
	width: 950px;
	margin: 0 auto;
}

div#ft p {
	margin: 11px auto 2px;
}

/* -------------------------------------------------------------------------------------
 login
--------------------------------------------------------------------------------------- */

div#hd p.loginMem {
	position: absolute;
	top: 20px;
	right: 0px;

}

/*回り込み解除*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
}
	
.clear{
clear:both;
display: block;
font-size:1px;
line-height:0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*html.clear{
height:0px;
}

link {
display: none;
}