@charset "UTF-8";


/* contents
--------------------------------------------------------------------------
1. font size
2. link color
3. div.category_title
4. div.page_title
5. div.column-single
6. div.column-double
7. div.column-triple
8. div.section
9. titles
10. paragraph
11. dl
12. ul
13. ol 
14. sup
15. pageNavigation
16. ul.footBanner

--------------------------------------------------------------------------
*/

/* contents(For each page)
--------------------------------------------------------------------------

--------------------------------------------------------------------------

*/

/* 1. font size
-----------------------------------------------	*/

div.content div,
div.main div {
	font-size: 100%;
}

div.content div p,
div.main div p {
	font-size: 10pt;
}

/* 2. link color
-----------------------------------------------	*/

div.category_title a:link,
div.section a:link {
	color: #912015;
	text-decoration: underline;
}

div.category_title a:visited,
div.section a:visited {
	color: #912015;
	text-decoration: underline;
}

div.category_title a:active,
div.section a:active {
	color: #912015;
	text-decoration: underline;
}

div.category_title a:hover,
div.section a:hover {
	color: #912015;
	text-decoration: none;
}



/* 3. div.category_title
-----------------------------------------------	*/
div.category_title h2 {
	margin-bottom: 11px;
}

div.category_title ul.flownavi {
	margin-bottom: 30px;
}

div.category_title ul.flownavi li {
	display: inline;
	margin-right: 40px;
	padding : 2px 0 3px 28px;
	background-image: url("/n-09a/images/flownavi_icon.gif");
	background-repeat: no-repeat;
	background-position: 6px 0;
	font-size: 10pt;
	line-height: 100%;
}

div.category_title ul.flownavi li.current {
	color: #0F293F;
}


/* 4. div.page_title
-----------------------------------------------	*/
div.page_title {
	margin-bottom: 20px;
}



/* 5. div.column-single
-----------------------------------------------	*/
div.column-single 	{
	min-height: 1px;
}

div.column-single div.container:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-single 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 6. div.column-double
-----------------------------------------------	*/
div.column-double 	{
	min-height: 1px;
}

div.column-double:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-double 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.column-double {
	margin-left: -30px;
}
div.column-double div.section {
	float: left;
	width: 345px;
	padding-left: 30px;
}

div.column-double div.section div.section {
	padding-left: 0;
}






/* 7. div.column-triple
-----------------------------------------------	*/
div.column-triple {
	min-height: 1px;
}

div.column-triple:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-triple {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.column-triple {
	margin-left: -30px;
}

div.column-triple div.section {
	float: left;
	width: 220px;
	padding-left: 30px;
}

div.column-triple div.section div.section {
	padding-left: 0;
}




/* 8. div.section
-----------------------------------------------	*/

div.section {
	min-height: 1px;
	padding-bottom: 15px;
}


div.section:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.section 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.section div.section {
	min-height: 1px;
	padding-bottom: 10px;
}

div.section div.section:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.section div.section	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 9. titles
-----------------------------------------------	*/

div.section h4 {
	margin-bottom: 20px;
}

div.section h5 {
	margin-bottom: 20px;
}

/* 10. paragraph
-----------------------------------------------	*/
div.section p {
	margin-bottom: 15px;
	line-height: 130%;
}

div.section p.image {
	line-height: 100%;
}

div.section p.image.floatR {
	float: right;
	margin: 0 0 10px 10px;
}

div.section p.image.floatL {
	float: left;
	margin: 0 10px 10px 0;
}

/* 11. dl
-----------------------------------------------	*/

div.section dl dt {
	margin-bottom: 10px;
}


/* 12. ul 
-----------------------------------------------	*/
div.section ul.roundList {
	padding-bottom: 10px;
	font-size: 10pt;
	line-height: 130%;
}

div.section ul.roundList li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	background-image: url("/n-09a/images/list_mark_round.gif");
	background-repeat: no-repeat;
	background-position: 0.2em 0.4em;
}

div.section ul.circleList {
	padding-bottom: 10px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ul.circleList li {
	margin-bottom: 5px;
	padding-left: 1em;
	background-image: url("/n-09a/images/list_mark_circle.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div.section ul.komeList {
	padding-bottom: 5px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ul.komeList li {
	margin-bottom: 10px;
	padding-left: 1em;
	background-image: url("/n-09a/images/list_mark_kome.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}


/* 13. ol 
-----------------------------------------------	*/
div.section ol.komeList {
	padding-bottom: 5px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ol.komeList li {
	margin-bottom: 10px;
	padding-left: 1.5em;
}

div.section ol.komeList li.list1 {
	background-image: url("/n-09a/images/list_mark_kome1.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list2 {
	background-image: url("/n-09a/images/list_mark_kome2.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list3 {
	background-image: url("/n-09a/images/list_mark_kome3.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list4 {
	background-image: url("/n-09a/images/list_mark_kome4.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list5 {
	background-image: url("/n-09a/images/list_mark_kome5.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list6 {
	background-image: url("/n-09a/images/list_mark_kome6.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li span.mark {
	display: none;
}

/* 14. sup
-----------------------------------------------	*/

sup {
	vertical-align: 0.2em;
}

/* 15. pageNavigation
-----------------------------------------------	*/

ul.pageNavigation {
	min-height: 1px;
	padding: 45px 0 15px;
}

ul.pageNavigation:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html ul.pageNavigation 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.pageNavigation li.prev {
	float: left;
	width: 345px;
	text-align: right;
}

ul.pageNavigation li.next {
	float: right;
	width: 345px;
}





/* 16. ul.footBanner
-----------------------------------------------	*/
ul.footBanner {
	min-height: 1px;
	margin: 15px 0 30px 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	background-color: #F6F6F6;
}


ul.footBanner:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html ul.footBanner {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.footBanner li {
	float: left;
	margin-right: 15px;
}


/* For each page
--------------------------------------------------------------------------
*/


/* 1. des.html
-----------------------------------------------	*/

#aesthetics p {
	font-size: 1.4em;
	line-height: 1.6;
}

#des-color1 {
	width: 345px;
	margin: 0 auto 20px auto;
	padding-left: 0px;
}

#des-color3 {
	float: right;
	margin-left: 0;
	padding-left: 0;
}

/* 1. des_02.html
-----------------------------------------------	*/
#des02_contents4 {
	float: right;
	margin-top: 65px;
	margin-left: 0;
	padding-left: 0;
}


/* 1. cmr.html
-----------------------------------------------	*/
#cmr-autofocus p.image {
	float: left;
	width: 360px;
	margin-right: 0;
}

#cmr-autofocus div.text {
	float: right;
	width: 345px;
	margin-right: 0;
}

#cmr-mode div.section {
	float: left;
	width: 205px;
	margin-right: 20px;
}

#cmr-mode div dl dd p {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 180px;
	margin-bottom: 5px;
}

#cmr-stabilization p.image {
	float: left;
	width: 270px;
	margin-right: 0;
}

#cmr-stabilization div.text {
	float: right;
	width: 430px;
}


/* 1. cmr_02.html
-----------------------------------------------	*/
#cmr02-movie p.floatL {
	float: left;
	width: 215px;
	margin-right: 0;
}

#cmr02-movie div.floatR {
	float: right;
	width: 500px;
	margin-top: 50px;
}

#cmr02-album p.floatR {
	float: right;
	width: 140px;
	margin-left: 0;
}

#cmr02-album div.floatL {
	float: left;
	width: 575px;
}


/* 1. biz.html
-----------------------------------------------	*/
#biz-world p.image {
	float: right;
	width: 94px;
	margin-left: 0;
}

#biz-world div.text {
	float: left;
	width: 605px;
	margin-right: 0;
}

#biz-voice p.image {
	float: right;
	width: 250px;
	margin-left: 0;
}

#biz-voice div.text {
	float: left;
	width: 455px;
	margin-right: 0;
}

#biz-highspeed p.image {
	float: right;
	width: 210px;
	margin-left: 0;
}

#biz-highspeed div.text {
	float: left;
	width: 495px;
	margin-right: 0;
}

#biz-quicksearch p.image {
	float: right;
	width: 169px;
	margin-left: 0;
}

#biz-quicksearch div.text {
	float: left;
	width: 535px;
	margin-right: 0;
}

/* 1. wc.html
-----------------------------------------------	*/
#wc-wc p.text {
	float: left;
	width: 375px;
	margin-right: 0;
}

#wc-wc div.image {
	float: right;
	width: 330px;
	margin-left: 0;
}

#wc-flash {
	clear: both;
}


#wc-flash p.image {
	float: left;
	width: 410px;
	margin-right: 0;
}

#wc-flash div.text {
	float: right;
	width: 290px;
	margin-left: 0;
}

/* 1. fc.html
-----------------------------------------------	*/
#fc-bluetooth p.image {
	float: right;
	width: 136px;
	margin-left: 0;
}

#fc-bluetooth div.text {
	float: left;
	width: 565px;
	margin-right: 0;
}

#fc-srs p.image {
	float: right;
	width: 100px;
	margin-left: 0;
}

#fc-srs p.text {
	float: left;
	width: 605px;
	margin-right: 0;
}


#fc-51 p.image {
	float: right;
	width: 340px;
	margin-left: 0;
}

#fc-51 div.text {
	float: left;
	width: 365px;
	margin-right: 0;
}

/* 1. uf.html
-----------------------------------------------	*/
#uf-hyper p.floatR {
	float: right;
	width: 250px;
	margin-left: 0;
}

#uf-hyper div.floatL {
	float: left;
	width: 450px;
	margin-right: 0;
}

#uf-iconcel p.floatR {
	float: right;
	width: 141px;
	margin-left: 0;
}

#uf-iconcel div.floatL {
	float: left;
	width: 560px;
	margin-right: 0;
}

#uf-iconcel div.section {
	clear: both;
}

#uf-font p.floatR {
	float: right;
	width: 160px;
	margin-left: 0;
}

#uf-font div.floatL {
	float: left;
	width: 540px;
	margin-right: 0;
}

/* 1. 1seg.html
-----------------------------------------------	*/
#movieFrameFla {
	text-align: center;
}




/* 1. mail.html
-----------------------------------------------	*/
#mail-other {
	padding: 0;
	margin: 0;
}

#mail-tense {
	float: left;
	width: 245px;
	margin:0;
	padding:0;
}

#mail-tense dl {
	width: 230px;
}

#mail-time {
	width: 230px;
	margin:0;
	padding:0;
}

#mail-name {
	float: right;
	width: 230px;
	margin:0;
	padding:0;
}


/* 1. svop.html
-----------------------------------------------	*/
#svop-other table {
	width: 720px;
	border: 1px solid #96A4AE;
	border-collapse: collapse;
	font-size: 115%;
}

#svop-other table th {
	width: 20%;
	border: 1px solid #96A4AE;
	padding: 3px 1px;
	background-color: #E9F6FF;
}

#svop-other table td {
	padding: 3px 1px;
	border: 1px solid #96A4AE;
	text-align: center;
}

#svop-other table td.notice {
	padding: 5px 5px 2px 5px;
	border: 2px solid #96A4AE;
	text-align: left;
}

#svop-other table td.notice ol {
	margin-bottom: 0;
	padding-bottom: 0;
}

#svop-other table td.notice ol li {
	margin-bottom: 3px;
	padding-bottom: 0;
}


#svop-option div.floatL {
	float: left;
	width: 320px;
	margin-right: 0;
}


#svop-option div.floatR {
	float: right;
	width: 380px;
	margin-left: 0;
}

#svop-option ol.komeList {
	clear: both;
}

#svop-datalink div {
	min-height: 1px;
	margin-bottom: 15px;
}

#svop-datalink div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #svop-datalink div {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#svop-datalink div p.floatL {
	float: left;
	width: 140px;
	margin:0;
	padding: 0;
}

#svop-datalink div p.floatR {
	float: right;
	width: 575px;
	margin: 8px 0 0 0;
	padding: 0;
}


/* 1. upg.html
-----------------------------------------------	*/
#upg-contents {
	margin-bottom: 65px;
}

#upg-contents table {
	width: 720px;
	border-collapse: collapse;
	border: 1px solid #96A4AE;
	font-size: 10pt;
}

#upg-contents table thead th.improve1 {
	width: 339px;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #BBC9D3;
	background-color: #FFEEF8;
}

#upg-contents table thead th.improve2 {
	width: 338px;
	padding: 5px 10px 6px 10px;
	background-color: #FFEEF8;
}

#upg-contents table tbody th.title {
	width: 15px;
	padding: 10px 10px 10px 9px;
	border-top: 1px solid #BBC9D3;
	border-right: 1px solid #BBC9D3;
	background-color: #D7EEFF;
	text-align: center;
}

#upg-contents table tbody th.title2 {
	padding: 10px 10px 10px 9px;
	border-top: 1px solid #BBC9D3;
	border-right: 1px solid #BBC9D3;
	background-color: #D7EEFF;
	text-align: center;
}

#upg-contents table tbody th.subtitle {
	padding: 9px;
	border-top: 1px solid #BBC9D3;
	border-right: 1px solid #BBC9D3;
	background-color: #E9F6FF;
	color: #16191C;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

#upg-contents table tbody td.demand {
	padding: 9px;
	border-top: 1px solid #BBC9D3;
	background-image: url("/n-09a/images/upg_dotline_h.gif");
	background-repeat: repeat-y;
	background-position: top right;
	line-height: 130%;
}

#upg-contents table tbody td.measure {
	padding: 9px 9px 9px 38px;
	border-top: 1px solid #BBC9D3;
	background-image: url("/n-09a/images/upg_arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 130%;
}




