﻿@charset "utf-8";

/*
* デザインのつくりかた
*/

/*英語TITLE*/
#contents h2{
	width: 948px;
	height: 64px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}


/*日本語TITLE*/
#contents div.title{
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#contents div.title h2{
	float: left;
	width: 720px;
	height: 77px;
	border: none;
}

/*中TITLE*/
#contents h3{
	background-color: #f5f5f5;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}



/*メインエリア*/
div.main{
	padding: 25px 24px 32px 24px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 0 1px 0;
}

/*ページトップ*/
#contents div.pagetop{
	width: 948px;
	height: 90px;
}

#contents div.pagetop ul{
	float: right;
	width: 97px;
	height: 23px;
	padding: 9px 8px 0 0;
}

#contents div.pagetop ul li,
#contents div.pagetop ul li a{
	display: block;
	width: 97px;
	height: 23px;
}


#contents div.main .mainpagetop{
    float: right;
    width: 900px;
	height: 40px;
	}
#contents div.main .mainpagetop a{
	display:block;
	float:right;
	}

/*デザインのつくりかた（インクジェット）*/

#contents div.main table td .help001{
     font-size: 12px;
     padding:20px 0 30px 30px;
     
}

#contents div.main table td .title{
     font-size: 12px;
     padding:0 0 0 30px;
}

#contents div.main ul li{
     font-size: 12px;
     padding:2px 0 0 20px;
}

#contents h4{
	padding:0 0 15px 0;
}

/*コンテンツナビ*/
body#start div.main ul.cnavi2 li{
	font-size: 10pt;
	margin-bottom: 5px;
}

body#start div.main ul.cnavi2 li.bt-none{
	margin-bottom: 0;
}