/*文字*/
h1{	font-size:16px;
	padding:3px 0 0px 10px;
	border-bottom: 2px solid #707070;
	border-left: 7px solid #707070;
	padding-bottom: 0.3em;
	font-weight:bold;
	margin-bottom:10px;}

h2{
font-size:16px;
font-weight:bold;
margin:10px 0 10px 5px;
}

h3{
font-size:14px;
font-weight:bold;
text-align:center;
color:#fff;
padding:5px;
border-radius:5px 5px 0 0;
}
h4{
    margin:0px 0px 8px 0px;
	padding:6px 0px 4px 10px;
	background-color:#F0F0F0;
	font-weight:bold;
}

h5{
font-size:14px;
font-weight:bold;
color:#fff;
padding:5px;
border-radius:5px 5px 0 0;
}

.orange{background-color:#f39700;}
.blue{background-color:#0068b7;}
.green{background-color:#339692;}


.float{
         float: right;
         margin:0 0 10px 10px;
      }
	  
/*詳しくはこちら*/
.detail{
	text-align:right;
	margin:0px 0px 5px 0px;}
	
/* ニュースリリース */
#new {
	float:right;
	width:100%;
	padding:2px 0px 6px 0px;}

#newslist{
    float:none;
	width:100%;}

ul#newslist li{
    line-height:15px;
    font-size:12px;
	margin:0px 0px 0px 10px;
	padding:8px 0px 6px 25px;
	background-image:url(../images/icon0g.png);
	background-repeat:no-repeat;
	border-bottom:dotted 2px #CCCCCC;
}

/* 一覧はこちら */
.old {
    float:right;
	text-indent:15px;
	font-size:12px;
	padding:10px 10px 0px 0px;
}

#cm{
	text-align:left;
	padding:0px 5px 0px 5px;}

	
.clear_fix{
    clear:left;
	font-size:12px;
	padding:1px 1px 1px 0px;
	text-align:left;}

.txt{
    color:#0000CC;
}


/*サイトマップ*/
#sub1 {
    float:left;
	font-size:14px;
	width:90px;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#sub2 {
    float:left;
	font-size:14px;
	padding:0px;
}

/*制作事例*/
.boderline{border: 1px solid #999;}

/*PDFページ*/
#pdf {margin:0px 25px 0px 0px; }
		
.pdf_back{
	float:left;
	display:block;
	padding:10px 5px 10px 15px;
	margin:10px 0px 10px 0px;
	line-height:30px;
	font-weight: bold;
	background-repeat:no-repeat; background-position:right;
	width:100%;
	border:3px solid #eeeeee;}

.pdf_back2{
	float:left;
	display:block;
	padding:15px;
	margin:10px 0px 10px 0px;
	line-height:30px;
	font-weight: bold;
	background-color:#eeeeee;}
	
/*ピクトグラム*/
.pictogram{	float: left;
			margin:5px 0px 5px 20px;}
.pict_txt{
			float: left;
			width:380px;
			margin:5px 0px 5px 20px;}
/*Q & A*/			
.qbox{
	clear:both;
	margin:2px 0px 0px 0px;
	padding:3px 10px 0px 22px;
	float:left;
	background-image:url(../images/iconq.png);
	background-repeat:no-repeat;
}

.abox{
	width:95%;
	clear:both;
	padding:4px 10px 4px 22px;
	margin:8px 0px 20px 0px;
	background-color:#FFEEEE;
    background-image:url(../images/icona.png);
	background-repeat:no-repeat;
	float:left;
}