@import url(page.css);
@import url(biglog.css);

body{
	margin: 0;
	padding: 0;
	font-size:100%;
	
}


p{
	margin: 0 0 10px 0;

}


/* ClearFix
----------------------------------------------- */

ul{
	height:inherit;
	margin:0px 0px 0px 0px;
	zoom:1;
}
dl{
	height:inherit;
	margin:0px 0px 0px 0px;
	zoom:1;
}

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

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


/*mac\*/
*html ul{height:1%;}
*html dl{height:1%;}
ul {display:block;}
dl {display:block;}

/*end*/


/* div
-----------------------------------------------------------------------------*/
div#container {
	text-align: center;
	width: 800px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	background-color: #fff;	
}





div#contents {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	padding:0 0 50px 0;
	border: 1px;
	border-style: none solid none solid;
	border-color: #999999;
	text-align: center;
	background: url(../img-common/bg-foot.gif) no-repeat;
	background-position:bottom;		

}

div#left {
	width: 290px;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	text-align: left;

}


div#leftMenu {
	width: 230px;
	margin: 0 0 0 0;
	text-align: left;
	padding:0 0 0 0;
}

div#leftMenu ul{ list-style:none; margin:0; padding:0;}
div#leftMenu li{ margin-bottom:10px;}

div#leftMenu .border {
	width: 230px;
	height: 1px;
	margin: 5px 0 7px 0;
	padding:0 0 0 1px;
	background-color: #999;
	font-size:0.01em;
	line-height:1%;
	overflow:hidden;
}


div#leftMenu .border-cat {
	width: 230px;
	height: 1px;
	margin: 10px 0 20px 0;
	padding:0 0 0 1px;
	background-color: #fff;
	font-size:0.01em;
	line-height:1%;
	overflow:hidden;
}


div#main {
	width: 500px;
	margin: 0 0 0 0;
	padding:170px 0 0 0;
	float: right;
	text-align: left;
	background-color: #fff;
}


div#foot { display:none;
	text-align: left;
	width: 800px;
	height: 49px;
	margin: 50px auto 0 auto;
	position: relative;
	background: url(../img-common/bg-foot.gif) no-repeat;
	font-size:0.01em;
	line-height:1%;
	overflow:hidden;

}



/*a
-----------------------------------------------------------------------------*/
a,a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}




/*img
-----------------------------------------------------------------------------*/
a img {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}


#logo { display:block; width:230px; height:0; padding-top:250px; overflow:hidden; }


.img-logo {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	vertical-align: top;
}



/* font-size
-----------------------------------------------------------------------------*/

.navi-header{
	font-size: x-small;
	line-height: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-family: Verdana;
	color: #333;
}

*:first-child+html .navi-header, { font-size :x-small;} 
* html .navi-header{ font-size :x-small;} 


.navi{
	font-size: x-small;
	line-height: 120%;
	padding:0 0 0 32px;
	font-family: Verdana;
	color: #ccc;
	background:url(../img-common/navi_common.gif)  no-repeat;
	background-position:left center;
}

*:first-child+html .navi, { font-size :x-small;} 
* html .navi{ font-size :x-small;} 


#ncreative	{ background:url(../img-common/navi_creative.gif)  no-repeat; background-position:left center;}
#nad		{ background:url(../img-common/navi_ad.gif)  no-repeat; background-position:left center;}
#nproduction{ background:url(../img-common/navi_production.gif)  no-repeat; background-position:left center;}
#nbiglog	{ background:url(../img-common/navi_biglog.gif)  no-repeat; background-position:left center;}
#nmessage	{ background:url(../img-common/navi_message.gif)  no-repeat; background-position:left center;}
#npolicy	{ background:url(../img-common/navi_policy.gif)  no-repeat; background-position:left center;}
#ncorporate	{ background:url(../img-common/navi_corporate.gif)  no-repeat; background-position:left center;}


.sub{ padding-left:40px;}



.copyright {
	font-size :x-small;
	margin: 0 0 0 0;
	padding: 0 20px 0 10px;
	line-height: 240%;
	color: #333;
	font-family: Verdana;
}

.clr{
	clear:both;
	height:0.1px;
	line-height: 1%;
	font-size:1%;
	overflow:hidden;
}

select,
input,
textarea{
	font-size :99%;
	font-family:verdana;
}



/* h1縲徂5
-----------------------------------------------------------------------------*/

h1{
	font-size: medium;
	font-family: Lucida;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 200%;
	color: #666;
	margin:0 20px 0 0;

}

h2{
	font-size:small;
	line-height: 200%;
	font-family: Lucida;


}

h3{
	font-size:x-small;
	font-family: Lucida;

}


h4{
	font-size:x-small;
	font-family: Lucida;

}


em {
	font-weight: bold !important;
	line-height: inherit;

}


div.blank10{
	height: 10px;

}


div.blank20{
	height: 20px;

}

.mL10 {
	margin-left: 10px;
}


