@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin: 0;
padding: 0;
}	
html{
height: 100%;
font-size: 75%;
	background-image:url(assets/images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}	
body{


}

/* ----- IDS ----- */

#container{
	width:860px;
	margin:0 auto;
	padding:0;
	text-align:center;
}	
#header{
	position:absolute;
	top:0;
	width:860px;
	height:130px;
	background-image:url(assets/images/bg_header.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#navigation{
	width:841px;
	height:40px;
	background-image:url(assets/images/bg_navi.gif);
	background-repeat:no-repeat;
	margin:75px auto 0;
	text-align:center;
}
#contentsWrapper{
	clear:both;
	position:relative;
	width:860px;
	margin:0;
	padding:0;
	padding-bottom:30px;
	top:150px;
	margin-bottom:70px;
}
#primaryContent{
	position:relative;
	width:640px;
	float:right;
}	
#secondaryContent{
	position:relative;
	width:200px;
	float:left;
}
#footer{
	clear:both;
	background-image:url(assets/images/bg_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:860px;
	height:80px;
	z-index : -10;  /*content末尾でクリックできなくなるのを防止用*/
	position : static;  /*relative では不可。*/
	padding-top : 60px;  /*contentにフッタリンクがかぶらない位置まで下げる*/
}

/* ----- CLASSES ----- */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#header .logo{
	position:absolute;
	background-image:url(assets/images/logo.gif);
	background-repeat:no-repeat;
	width:210px;
	height:47px;
	top:15px;
	left:20px;
	float:left;

}

#header .topNavi{
	float:right;
	width:270px;
	height:55px;
	margin-right:15px;
	background-image:url(assets/images/companyName.gif);
	background-repeat:no-repeat;
	background-position:right 35px;
}

#primaryContent .visual{
	width:585px;
	height:270px;
	background-image:url(assets/images/bg_visual_top.png);
	background-repeat:no-repeat;
	padding-right:50px;
}
#primaryContent .visual .slideshow{	
	width:385px;
	float:right;

}
#primaryContent .visual .slideshow img{
	margin-top:25px;
	
} 	
#primaryContent .primaryBlock{
	margin-top:20px;
	background-image:url(assets/images/bg_primaryBlock.gif);
	background-repeat:no-repeat;

}
#primaryContent .primaryBlock .primaryPanel{
	padding:15px;
	margin-bottom:15px;
}

#secondaryContent .secondaryBlock{
	margin-bottom:20px;
}
#secondaryContent .secondaryPannel{
	background-image:url(assets/images/bg_sec.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:hidden;
	wdith:200px;
}



#footer .footerBlock{
	text-align:center;
	padding-top:20px;
}



.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
	

}
h1 span{
	display:none;
}
h2{
}
h3{
}

#primaryContent .primaryBlock h3{
	text-align:left;
	font-size:120%;
	line-height:250%;
	margin-left:15px;
	color:#6076D1;
}
#secondaryContent .secondaryPannel h3{
	height:38px;
	font-size:100%;
	font-weight:700;
	line-height:38px;
	color:#FFFFFF;
}
#secondaryContent .secondaryPannel h3.orange{
	background-image:url(assets/images/bg_h3_sec.gif);
	background-repeat:no-repeat;
}
#secondaryContent .secondaryPannel h3.bule{
	background-image:url(assets/images/bg_h3_sec02.gif);
	background-repeat:no-repeat;
}

h4{
}

/* ----- PARAGRAPHS ----- */

p{
	font-size:110%;
	line-height:1.4em;
	text-align:left;
	margin:10px 15px 0 20px;
}


#primaryContent p.detail{
	line-height:240%;
	text-align:right;
	font-size:120%;
}
#primaryContent p strong{
	color:#7D7D7D;
}

#secondaryContent p{
}
/* テンプレートダウンロード部分の行高さ調整のため by広沢 */
#secondaryContent .secondaryPannel p{
	line-height : 1.5em ;
}

#secondaryContent p.caution{
	padding:5px;
	font-size:90%;
	color:#666666;
}
#secondaryContent p.caution01{
	margin-left : 10px ;
	font-size:110%;
	color:#000066;
}

#footer p{
	clear:both;
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:80%;
}
/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}
#header .topNavi ul{
	margin-top:5px;
}
#header .topNavi ul li{
	float:left;
}

#navigation ul{
	width:840px;
	margin:0 atuo;
	text-align:center;
}

#navigation ul li{
	float:left;
}

#primaryContent .primaryBlock ul.news{
	width:600px;
	text-align:left;
margin:10px 10px 20px;
}
#primaryContent .primaryBlock ul.news li{
font-size:120%;
	line-height:150%;
padding-bottom:5px;
}

#footer .footerBlock ul{
	clear:both;
	text-align:center;
	width:600px;
padding-left:20px;
      margin : 0px auto;
}
#footer .footerBlock ul li{
	float:left;
	font-size:80%;
	padding-right:10px;
}


/* ----- IMAGES ----- */

img{
	border:none;
}
img a{
	border:none;
}
img a:hover{
	border:none;
}

img.fLeft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

h3 a{
text-decoration : none ;
color : #6076D1 ;
}
dd.text a{
text-decoration : none ;
color : #000000 ;
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

#primaryContent .primaryPanel dl.consultingPrint{
	margin:0;
	padding:0;
	width: 201px;
	float:left;
}
#primaryContent .primaryPanel dl.consultingPrint dt img{
	margin:0;
	padding:0;
}
#primaryContent .primaryPanel dl.consultingPrint dd{
	width:185px;
	margin-bottom:0;
}
#primaryContent .primaryPanel dl.consultingPrint dd.text{
	font-size:100%;
	text-align:left;
	line-height:160%;
	width:185px;
	margin-top:0;
	margin-left:5px;
}

#secondaryContent .secondaryPannel dl.offset{
	width:200px;
	text-align:left;
	font-size:100%;
	margin-bottom:15px;
}
#secondaryContent .secondaryPannel dl.offset dt{
	font-size:120%;
	line-height:210%;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #bd3e00;
	color:#bd3e00;
}
#secondaryContent .secondaryPannel dl.offset dd{
	background-image:url(assets/images/bullet_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:20px;
	line-height:160%;
}
#secondaryContent .secondaryPannel dl.consul{
	width:200px;
	text-align:left;
	font-size:100%;

}
#secondaryContent .secondaryPannel dl.consul dt{
	font-size:120%;
	line-height:210%;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #2252A2;
	color:#2252A2;
}
#secondaryContent .secondaryPannel dl.consul dd{
	background-image:url(assets/images/bullet_bule.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:20px;
	line-height:160%;
}
#secondaryContent .secondaryPannel ul.download{
	width:180px;
	text-align:left;
	font-size:100%;
	margin-top:5px;
	margin-left:5px;
	padding-left : 25px ;
}
#secondaryContent .secondaryPannel dl.download{

}

ul.download li.illustrator{
	list-style-image:url(assets/images/icon_illustrator.png);
/*	background-position:left;
	background-repeat:no-repeat;  */
	color:#d95700;
	margin-left : 10px ;
}
dl.download dt.photoshop{
	background-image:url(assets/images/icon_photoshop.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066ff;
	margin-left : 10px ;
}
dl.download dt.excel{
	background-image:url(assets/images/icon_excel.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#009933;
	margin-left : 10px ;
}
dl.download dt.word{
	background-image:url(assets/images/icon_word.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#006699;
	margin-left : 10px ;
}
/*ul.download li{
	margin-top:5px;
	margin-left:5px;
/*	padding-left:17px; */
	line-height:150%;
} */
dl.download dd{
	margin-left:20px;
	font-size:90%;
	line-height:160%;

}

#secondaryContent .secondaryPannel ul.download01 li{
	margin-top : 5px ;
	margin-left : 5px ;
	padding-left :10px ;
	line-height : 150% ;
	text-align : left ;
}
